Compile Swift Module 'SGLOpenGL' (4 sources) Compile Swift Module 'SGLMath' (23 sources) Compile Swift Module 'SGLImage' (6 sources) /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Image.swift:40:5: warning: use of 'typealias' to declare associated types is deprecated; use 'associatedtype' instead typealias Element ^~~~~~~~~ associatedtype /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:193:31: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func decode(inout lencode:Huffman, inout _ distcode:Huffman) throws ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:193:57: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func decode(inout lencode:Huffman, inout _ distcode:Huffman) throws ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Image.swift:46:9: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself @noescape body: (UnsafeMutableBufferPointer) throws -> Void ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Image.swift:46:9: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself @noescape body: (UnsafeMutableBufferPointer) throws -> Void ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Image.swift:46:9: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself @noescape body: (UnsafeMutableBufferPointer) throws -> Void ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Image.swift:76:48: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public func withUnsafeMutableBufferPointer(@noescape body: (UnsafeMutableBufferPointer) throws -> Void) rethrows { ^~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Image.swift:122:48: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public func withUnsafeMutableBufferPointer(@noescape body: (UnsafeMutableBufferPointer) throws -> Void) rethrows { ^~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Image.swift:122:48: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public func withUnsafeMutableBufferPointer(@noescape body: (UnsafeMutableBufferPointer) throws -> Void) rethrows { ^~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Image.swift:122:48: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public func withUnsafeMutableBufferPointer(@noescape body: (UnsafeMutableBufferPointer) throws -> Void) rethrows { ^~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Image.swift:67:83: error: argument 'repeatedValue' must precede argument 'count' array = [(r:UInt8,g:UInt8,b:UInt8,a:UInt8)](count: width*height*channels, repeatedValue: (0,0,0,0)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Image.swift:73:21: error: missing argument label 'img:' in call loader.load(self) ^ img: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Image.swift:114:43: error: 'alloc' is unavailable: use the 'UnsafeMutablePointer(allocatingCapacity:)' initializer let ptr = UnsafeMutablePointer.alloc(width*height*channels) ^~~~~ Swift.UnsafeMutablePointer:7:24: note: 'alloc' has been explicitly marked unavailable here public static func alloc(_ num: Int) -> UnsafeMutablePointer ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Image.swift:119:16: error: value of optional type 'UnsafeMutablePointer?' not unwrapped; did you mean to use '!' or '?'? buffer.baseAddress.dealloc(buffer.count) ^ ? /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Image.swift:151:21: error: missing argument label 'img:' in call loader.load(self) ^ img: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Image.swift:164:21: error: missing argument label 'img:' in call loader.load(self) ^ img: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Image.swift:177:21: error: missing argument label 'img:' in call loader.load(self) ^ img: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Image.swift:190:21: error: missing argument label 'img:' in call loader.load(self) ^ img: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageGIF.swift:202:33: warning: extraneous duplicate parameter name; 'count' already has an argument label private func loadColorTable(count count:Int) ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:193:31: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func decode(inout lencode:Huffman, inout _ distcode:Huffman) throws ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:193:57: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func decode(inout lencode:Huffman, inout _ distcode:Huffman) throws ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageGIF.swift:32:32: error: argument names for method 'test(l:)' do not match those of overridden method 'test(loader:)' override public class func test(l: SGLImageLoader) -> Bool ^ loader /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageGIF.swift:34:21: error: missing argument label 'loader:' in call if read32be(l) != chars("GIF8") { ^ loader: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageGIF.swift:37:26: error: missing argument label 'loader:' in call let a = read16be(l) ^ loader: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageGIF.swift:67:26: error: missing argument label 'c:' in call if gif8 != chars("GIF8") || (gifa != chars("9a") && gifa != chars("7a")) { ^ c: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageGIF.swift:75:9: warning: result of call to 'read8()' is unused read8() // discard background index ^ ~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageGIF.swift:76:9: warning: result of call to 'read8()' is unused read8() // discard pixel ratio ^ ~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageGIF.swift:109:56: error: argument labels '(_:)' do not match any available overloads pal[transparent] = (t.r, t.g, t.b, cast(UInt8(0))) ^ ~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageGIF.swift:109:56: note: overloads for 'cast' exist with these partially matching parameter lists: (v1: UInt8), (v1: UInt16), (v1: Float) pal[transparent] = (t.r, t.g, t.b, cast(UInt8(0))) ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageGIF.swift:120:25: warning: result of call to 'read16le()' is unused read16le() // discard delay ^ ~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageGIF.swift:126:30: error: missing argument label 'len:' in call skip(len) ^ len: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageGIF.swift:133:26: error: missing argument label 'len:' in call skip(len) ^ len: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageGIF.swift:170:26: error: argument 'repeatedValue' must precede argument 'count' count: 4096, repeatedValue:(0,0,0) ~~~~~~~~~~~ ^ ~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:399:26: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, @noescape rgba fn:() -> ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:399:26: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, @noescape rgba fn:() -> ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:399:26: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, @noescape rgba fn:() -> ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:407:47: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, start:Int, step:Int, @noescape rgba fn:() -> ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:407:47: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, start:Int, step:Int, @noescape rgba fn:() -> ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:407:47: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, start:Int, step:Int, @noescape rgba fn:() -> ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:454:26: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, @noescape ya fn:() -> (y:T.Element, a:T.Element) ) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:454:26: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, @noescape ya fn:() -> (y:T.Element, a:T.Element) ) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:454:26: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, @noescape ya fn:() -> (y:T.Element, a:T.Element) ) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:461:47: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, start:Int, step:Int, @noescape ya fn:() -> (y:T.Element, a:T.Element) ) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:461:47: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, start:Int, step:Int, @noescape ya fn:() -> (y:T.Element, a:T.Element) ) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:461:47: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, start:Int, step:Int, @noescape ya fn:() -> (y:T.Element, a:T.Element) ) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageGIF.swift:182:13: error: argument labels '(_:, row:, _:)' do not match any available overloads fill(img, row:cur_y) { () -> (T.Element,T.Element,T.Element,T.Element) in ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageGIF.swift:182:13: note: overloads for 'fill' exist with these partially matching parameter lists: (img: T, row: Int, rgba: @noescape () -> (r: T.Element, g: T.Element, b: T.Element, a: T.Element)), (img: T, row: Int, ya: @noescape () -> (y: T.Element, a: T.Element)) fill(img, row:cur_y) { () -> (T.Element,T.Element,T.Element,T.Element) in ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageGIF.swift:204:22: error: incorrect argument label in call (have 'keepCapacity:', expected 'keepingCapacity:') pal.removeAll(keepCapacity: true) ^~~~~~~~~~~~~ keepingCapacity /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:33:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:193:31: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func decode(inout lencode:Huffman, inout _ distcode:Huffman) throws ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:193:57: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func decode(inout lencode:Huffman, inout _ distcode:Huffman) throws ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:42:27: error: 'ErrorType' has been renamed to 'ErrorProtocol' public enum InflateError: ErrorType { ^~~~~~~~~ ErrorProtocol /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:97:42: error: argument 'repeatedValue' must precede argument 'count' var window = [UInt8](count: WINSIZE, repeatedValue: 0) ~~~~~~~~~~~~~~ ^ ~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:326:47: error: argument 'repeatedValue' must precede argument 'count' var fast = [UInt16](count: 1 << FASTBITS, repeatedValue: 0) ~~~~~~~~~~~~~~~~~~~~ ^ ~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:327:41: error: argument 'repeatedValue' must precede argument 'count' var first = [Int](count: MAXBITS+1, repeatedValue: 0) ~~~~~~~~~~~~~~~~ ^ ~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:328:43: error: argument 'repeatedValue' must precede argument 'count' var maxcode = [Int](count: MAXBITS+2, repeatedValue: 0) ~~~~~~~~~~~~~~~~ ^ ~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:42:13: error: type 'InflateError' does not conform to protocol 'RawRepresentable' public enum InflateError: ErrorType { ^ Swift.RawRepresentable:96:20: note: protocol requires nested type 'RawValue' associatedtype RawValue ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:114:36: error: missing argument label 'need:' in call let isFinal = try bits(1) != 0 ^ need: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:115:33: error: missing argument label 'need:' in call let type = try bits(2) ^ need: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:124:36: error: thrown expression type 'InflateError' does not conform to 'ErrorProtocol' throw InflateError.InvalidBlockType ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:135:13: error: argument labels '(_:)' do not match any available overloads try write(UInt8(v)) ^ ~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:135:13: note: overloads for 'write' exist with these partially matching parameter lists: (v: Int), (v: UInt8) try write(UInt8(v)) ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:175:32: error: missing argument label 'value:' in call let rev = bitReverse16(bitsBuffer) ^ value: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:184:32: error: thrown expression type 'InflateError' does not conform to 'ErrorProtocol' throw InflateError.InvalidBits ~~~~~~~~~~~~~^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:203:40: error: thrown expression type 'InflateError' does not conform to 'ErrorProtocol' throw InflateError.InvalidSymbol ~~~~~~~~~~~~~^~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:223:18: error: missing argument label 'need:' in call try bits(bitsCount % 8) ^ need: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:224:35: error: missing argument label 'need:' in call var len = try UInt16(bits(8)) ^ need: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:226:38: error: missing argument label 'need:' in call var notLen = try UInt16(bits(8)) ^ need: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:229:32: error: thrown expression type 'InflateError' does not conform to 'ErrorProtocol' throw InflateError.BlockLengthMismatch ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:241:51: error: argument 'repeatedValue' must precede argument 'count' var lengths = [Int](count: FIXLCODES, repeatedValue: 8) ~~~~~~~~~~~~~~~~ ^ ~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:260:36: error: missing argument label 'need:' in call let lengthCount = try bits(5) + 257 // HLIT ^ need: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:261:38: error: missing argument label 'need:' in call let distanceCount = try bits(5) + 1 // HDIST ^ need: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:262:34: error: missing argument label 'need:' in call let codeCount = try bits(4) + 4 // HCLEN ^ need: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:264:32: error: thrown expression type 'InflateError' does not conform to 'ErrorProtocol' throw InflateError.TooManyCodes ~~~~~~~~~~~~~^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:267:38: error: argument 'repeatedValue' must precede argument 'count' var codes = [Int](count: 19, repeatedValue: 0) ~~~~~~~~~ ^ ~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:276:34: error: missing argument label 'huffman:' in call let sym = try symbol(dynamicLen) ^ huffman: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:285:44: error: thrown expression type 'InflateError' does not conform to 'ErrorProtocol' throw InflateError.UnknownRepeatValue ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:288:38: error: missing argument label 'need:' in call count = try bits(2) + 3 ^ need: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:291:38: error: missing argument label 'need:' in call count = try bits(3) + 3 ^ need: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:294:38: error: missing argument label 'need:' in call count = try bits(7) + 11 ^ need: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:297:40: error: thrown expression type 'InflateError' does not conform to 'ErrorProtocol' throw InflateError.RepeatOverflow ~~~~~~~~~~~~~^~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:308:32: error: thrown expression type 'InflateError' does not conform to 'ErrorProtocol' throw InflateError.MissingLengths ~~~~~~~~~~~~~^~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:333:49: error: argument 'repeatedValue' must precede argument 'count' var next_code = [Int](count: MAXBITS+1, repeatedValue: 0) ~~~~~~~~~~~~~~~~ ^ ~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:334:45: error: argument 'repeatedValue' must precede argument 'count' var sizes = [Int](count: MAXBITS+1, repeatedValue: 0) ~~~~~~~~~~~~~~~~ ^ ~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:337:51: error: argument 'repeatedValue' must precede argument 'count' value = [UInt16](count: length.count, repeatedValue: 0) ~~~~~~~~~~~~~~~~~~~ ^ ~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:350:36: error: thrown expression type 'InflateError' does not conform to 'ErrorProtocol' throw InflateError.InvalidLengths ~~~~~~~~~~~~~^~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:361:40: error: thrown expression type 'InflateError' does not conform to 'ErrorProtocol' throw InflateError.InvalidLengths ~~~~~~~~~~~~~^~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:193:31: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func decode(inout lencode:Huffman, inout _ distcode:Huffman) throws ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:193:57: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func decode(inout lencode:Huffman, inout _ distcode:Huffman) throws ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:30:32: error: argument names for method 'test(l:)' do not match those of overridden method 'test(loader:)' override public class func test(l: SGLImageLoader) -> Bool ^ loader /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:32:21: error: missing argument label 'loader:' in call if read16be(l) != chars("BM") { ^ loader: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:35:18: error: missing argument label 'loader:' in call read32le(l) // discard filesize ^ loader: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:36:18: error: missing argument label 'loader:' in call read16le(l) // discard reserved ^ loader: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:37:18: error: missing argument label 'loader:' in call read16le(l) // discard reserved ^ loader: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:38:18: error: missing argument label 'loader:' in call read32le(l) // discard data offset ^ loader: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:39:26: error: missing argument label 'loader:' in call let s = read32le(l) ^ loader: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Image.swift:46:9: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself @noescape body: (UnsafeMutableBufferPointer) throws -> Void ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Image.swift:46:9: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself @noescape body: (UnsafeMutableBufferPointer) throws -> Void ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Image.swift:46:9: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself @noescape body: (UnsafeMutableBufferPointer) throws -> Void ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:52:28: error: missing argument label 'img:' in call loadPalletized(img) ^ img: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:54:26: error: missing argument label 'img:' in call loadDiscrete(img) ^ img: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:399:26: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, @noescape rgba fn:() -> ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:399:26: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, @noescape rgba fn:() -> ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:399:26: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, @noescape rgba fn:() -> ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:407:47: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, start:Int, step:Int, @noescape rgba fn:() -> ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:407:47: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, start:Int, step:Int, @noescape rgba fn:() -> ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:407:47: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, start:Int, step:Int, @noescape rgba fn:() -> ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:454:26: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, @noescape ya fn:() -> (y:T.Element, a:T.Element) ) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:454:26: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, @noescape ya fn:() -> (y:T.Element, a:T.Element) ) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:454:26: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, @noescape ya fn:() -> (y:T.Element, a:T.Element) ) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:461:47: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, start:Int, step:Int, @noescape ya fn:() -> (y:T.Element, a:T.Element) ) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:461:47: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, start:Int, step:Int, @noescape ya fn:() -> (y:T.Element, a:T.Element) ) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:461:47: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, start:Int, step:Int, @noescape ya fn:() -> (y:T.Element, a:T.Element) ) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:59:17: error: missing argument label 'img:' in call fill(img, alpha: castAlpha(UInt16(0xffff))) ^ img: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:75:32: error: missing argument label 'c:' in call if read16be() != chars("BM") { ^ c: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:80:9: warning: result of call to 'read32le()' is unused read32le() // discard filesize ^ ~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:81:9: warning: result of call to 'read16le()' is unused read16le() // discard reserved ^ ~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:82:9: warning: result of call to 'read16le()' is unused read16le() // discard reserved ^ ~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:127:9: warning: result of call to 'read32le()' is unused read32le() // discard sizeof ^ ~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:128:9: warning: result of call to 'read32le()' is unused read32le() // discard hres ^ ~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:129:9: warning: result of call to 'read32le()' is unused read32le() // discard vres ^ ~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:130:9: warning: result of call to 'read32le()' is unused read32le() // discard colorsused ^ ~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:131:9: warning: result of call to 'read32le()' is unused read32le() // discard max important ^ ~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:135:17: warning: result of call to 'read32le()' is unused read32le() ^ ~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:136:17: warning: result of call to 'read32le()' is unused read32le() ^ ~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:137:17: warning: result of call to 'read32le()' is unused read32le() ^ ~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:138:17: warning: result of call to 'read32le()' is unused read32le() ^ ~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:176:13: warning: result of call to 'read32le()' is unused read32le() // discard color space ^ ~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:178:17: warning: result of call to 'read32le()' is unused read32le() // discard color space parameters ^ ~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:181:17: warning: result of call to 'read32le()' is unused read32le() // discard rendering intent ^ ~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:182:17: warning: result of call to 'read32le()' is unused read32le() // discard offset of profile data ^ ~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:183:17: warning: result of call to 'read32le()' is unused read32le() // discard size of profile data ^ ~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:184:17: warning: result of call to 'read32le()' is unused read32le() // discard reserved ^ ~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:209:27: error: argument 'repeatedValue' must precede argument 'count' count: psize, repeatedValue: (cast(UInt8(0)),cast(UInt8(0)),cast(UInt8(0)),castAlpha(UInt8(255))) ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:213:31: error: argument labels '(_:)' do not match any available overloads let b:T.Element = cast(UInt8(read8())) ^ ~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:213:31: note: overloads for 'cast' exist with these partially matching parameter lists: (v1: UInt8), (v1: UInt16), (v1: Float) let b:T.Element = cast(UInt8(read8())) ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:214:31: error: argument labels '(_:)' do not match any available overloads let g:T.Element = cast(UInt8(read8())) ^ ~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:214:31: note: overloads for 'cast' exist with these partially matching parameter lists: (v1: UInt8), (v1: UInt16), (v1: Float) let g:T.Element = cast(UInt8(read8())) ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:215:31: error: argument labels '(_:)' do not match any available overloads let r:T.Element = cast(UInt8(read8())) ^ ~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:215:31: note: overloads for 'cast' exist with these partially matching parameter lists: (v1: UInt8), (v1: UInt16), (v1: Float) let r:T.Element = cast(UInt8(read8())) ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:216:29: error: argument labels '(_:)' do not match any available overloads pal[i] = (r,g,b,castAlpha(UInt8(255))) ^ ~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:216:29: note: overloads for 'castAlpha' exist with these partially matching parameter lists: (v1: UInt8), (v1: UInt16), (v1: Float) pal[i] = (r,g,b,castAlpha(UInt8(255))) ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:218:17: warning: result of call to 'read8()' is unused read8() ^ ~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:222:14: error: missing argument label 'len:' in call skip(offset - 14 - hsize - psize * (hsize == 12 ? 3 : 4)) ^ len: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:239:24: error: cannot subscript a value of type 'inout Array<(r: T.Element, g: T.Element, b: T.Element, a: T.Element)>' pal[read8()] ~~~^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:245:17: error: argument labels '(_:, row:, _:)' do not match any available overloads fill(img, row:row) { () -> (T.Element,T.Element,T.Element,T.Element) in ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:245:17: note: overloads for 'fill' exist with these partially matching parameter lists: (img: T, row: Int, rgba: @noescape () -> (r: T.Element, g: T.Element, b: T.Element, a: T.Element)), (img: T, row: Int, ya: @noescape () -> (y: T.Element, a: T.Element)) fill(img, row:row) { () -> (T.Element,T.Element,T.Element,T.Element) in ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:257:18: error: missing argument label 'len:' in call skip(pad) ^ len: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:264:14: error: missing argument label 'len:' in call skip(offset - 14 - hsize) ^ len: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:289:17: error: argument labels '(_:, row:, _:)' do not match any available overloads fill(img, row:row) { () -> (T.Element,T.Element,T.Element,T.Element) in ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:289:17: note: overloads for 'fill' exist with these partially matching parameter lists: (img: T, row: Int, rgba: @noescape () -> (r: T.Element, g: T.Element, b: T.Element, a: T.Element)), (img: T, row: Int, ya: @noescape () -> (y: T.Element, a: T.Element)) fill(img, row:row) { () -> (T.Element,T.Element,T.Element,T.Element) in ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:297:22: error: missing argument label 'len:' in call skip(pad) ^ len: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:303:29: error: missing argument label 'm:' in call let sr = shiftCount(mr) ^ m: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:304:29: error: missing argument label 'm:' in call let sg = shiftCount(mg) ^ m: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:305:29: error: missing argument label 'm:' in call let sb = shiftCount(mb) ^ m: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:306:29: error: missing argument label 'm:' in call let sa = shiftCount(ma) ^ m: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:311:13: error: argument labels '(_:, row:, _:)' do not match any available overloads fill(img, row:row) { () -> (T.Element,T.Element,T.Element,T.Element) in ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:311:13: note: overloads for 'fill' exist with these partially matching parameter lists: (img: T, row: Int, rgba: @noescape () -> (r: T.Element, g: T.Element, b: T.Element, a: T.Element)), (img: T, row: Int, ya: @noescape () -> (y: T.Element, a: T.Element)) fill(img, row:row) { () -> (T.Element,T.Element,T.Element,T.Element) in ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageBMP.swift:320:18: error: missing argument label 'len:' in call skip(pad) ^ len: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:371:38: warning: extraneous duplicate parameter name; 'r' already has an argument label final private func luminanceY(r r:T, g:T, b:T) -> T { ^~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:193:31: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func decode(inout lencode:Huffman, inout _ distcode:Huffman) throws ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:193:57: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func decode(inout lencode:Huffman, inout _ distcode:Huffman) throws ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:399:26: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, @noescape rgba fn:() -> ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:399:26: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, @noescape rgba fn:() -> ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:399:26: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, @noescape rgba fn:() -> ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:407:47: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, start:Int, step:Int, @noescape rgba fn:() -> ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:407:47: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, start:Int, step:Int, @noescape rgba fn:() -> ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:407:47: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, start:Int, step:Int, @noescape rgba fn:() -> ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:454:26: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, @noescape ya fn:() -> (y:T.Element, a:T.Element) ) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:454:26: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, @noescape ya fn:() -> (y:T.Element, a:T.Element) ) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:454:26: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, @noescape ya fn:() -> (y:T.Element, a:T.Element) ) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:461:47: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, start:Int, step:Int, @noescape ya fn:() -> (y:T.Element, a:T.Element) ) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:461:47: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, start:Int, step:Int, @noescape ya fn:() -> (y:T.Element, a:T.Element) ) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:461:47: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, start:Int, step:Int, @noescape ya fn:() -> (y:T.Element, a:T.Element) ) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:90:28: error: 'DataReadingUncached' has been renamed to 'uncached' options: [.DataReadingUncached, .DataReadingMappedAlways]) ^~~~~~~~~~~~~~~~~~~ uncached :0: note: 'DataReadingUncached' has been explicitly marked unavailable here /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:90:50: error: 'DataReadingMappedAlways' has been renamed to 'alwaysMapped' options: [.DataReadingUncached, .DataReadingMappedAlways]) ^~~~~~~~~~~~~~~~~~~~~~~ alwaysMapped :0: note: 'DataReadingMappedAlways' has been explicitly marked unavailable here /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:99:25: error: missing argument label 'loader:' in call if dec.test(self) { ^ loader: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Image.swift:46:9: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself @noescape body: (UnsafeMutableBufferPointer) throws -> Void ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Image.swift:46:9: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself @noescape body: (UnsafeMutableBufferPointer) throws -> Void ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Image.swift:46:9: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself @noescape body: (UnsafeMutableBufferPointer) throws -> Void ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:120:23: error: missing argument label 'img:' in call decoder!.load(img) ^ img: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:146:41: error: argument 'repeatedValue' must precede argument 'count' buf = [UInt8](count:length, repeatedValue:0) ~~~~~~~~~~~~ ^ ~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:149:17: error: 'removeRange' has been renamed to 'removeSubrange' buf.removeRange(length ..< buf.count) ^~~~~~~~~~~ removeSubrange Swift.RangeReplaceableCollection:7:26: note: 'removeRange' has been explicitly marked unavailable here public mutating func removeRange(_ subrange: Range) ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:153:31: error: value of optional type 'UnsafeMutablePointer?' not unwrapped; did you mean to use '!' or '?'? input.getBytes($0.baseAddress, range: r) ^ ! /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:202:34: error: argument 'repeatedValue' must precede argument 'count' var b = [UInt8](count:2, repeatedValue: 0) ~~~~~~~ ^ ~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:209:34: error: argument 'repeatedValue' must precede argument 'count' var b = [UInt8](count:4, repeatedValue: 0) ~~~~~~~ ^ ~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:216:34: error: argument 'repeatedValue' must precede argument 'count' var b = [UInt8](count:2, repeatedValue: 0) ~~~~~~~ ^ ~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:223:34: error: argument 'repeatedValue' must precede argument 'count' var b = [UInt8](count:4, repeatedValue: 0) ~~~~~~~ ^ ~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:270:76: error: missing argument label 'c:' in call final public func chars(c:String) -> Int {return SGLImageDecoder.chars(c)} ^ c: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:401:13: error: argument labels '(_:, row:, start:, step:, rgba:)' do not match any available overloads fill(img, row: row, start: 0, step: 1, rgba: fn) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:401:13: note: overloads for 'fill' exist with these partially matching parameter lists: (img: T, row: Int, start: Int, step: Int, rgba: @noescape () -> (r: T.Element, g: T.Element, b: T.Element, a: T.Element)), (img: T, row: Int, start: Int, step: Int, ya: @noescape () -> (y: T.Element, a: T.Element)) fill(img, row: row, start: 0, step: 1, rgba: fn) ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:418:35: error: 'stride(to:by:)' is unavailable: Use stride(from:to:by:) free function instead for i in from.stride(to: to, by: step) { ^~~~~~ Swift.Strideable:3:17: note: 'stride(to:by:)' has been explicitly marked unavailable here public func stride(to end: Self, by stride: Self.Stride) -> StrideTo ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:424:35: error: 'stride(to:by:)' is unavailable: Use stride(from:to:by:) free function instead for i in from.stride(to: to, by: step * 2) { ^~~~~~ Swift.Strideable:3:17: note: 'stride(to:by:)' has been explicitly marked unavailable here public func stride(to end: Self, by stride: Self.Stride) -> StrideTo ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:431:35: error: 'stride(to:by:)' is unavailable: Use stride(from:to:by:) free function instead for i in from.stride(to: to, by: step * 3) { ^~~~~~ Swift.Strideable:3:17: note: 'stride(to:by:)' has been explicitly marked unavailable here public func stride(to end: Self, by stride: Self.Stride) -> StrideTo ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:438:35: error: 'stride(to:by:)' is unavailable: Use stride(from:to:by:) free function instead for i in from.stride(to: to, by: step * 4) { ^~~~~~ Swift.Strideable:3:17: note: 'stride(to:by:)' has been explicitly marked unavailable here public func stride(to end: Self, by stride: Self.Stride) -> StrideTo ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:418:35: error: 'stride(to:by:)' is unavailable: Use stride(from:to:by:) free function instead for i in from.stride(to: to, by: step) { ^~~~~~ Swift.Strideable:3:17: note: 'stride(to:by:)' has been explicitly marked unavailable here public func stride(to end: Self, by stride: Self.Stride) -> StrideTo ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:424:35: error: 'stride(to:by:)' is unavailable: Use stride(from:to:by:) free function instead for i in from.stride(to: to, by: step * 2) { ^~~~~~ Swift.Strideable:3:17: note: 'stride(to:by:)' has been explicitly marked unavailable here public func stride(to end: Self, by stride: Self.Stride) -> StrideTo ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:431:35: error: 'stride(to:by:)' is unavailable: Use stride(from:to:by:) free function instead for i in from.stride(to: to, by: step * 3) { ^~~~~~ Swift.Strideable:3:17: note: 'stride(to:by:)' has been explicitly marked unavailable here public func stride(to end: Self, by stride: Self.Stride) -> StrideTo ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:438:35: error: 'stride(to:by:)' is unavailable: Use stride(from:to:by:) free function instead for i in from.stride(to: to, by: step * 4) { ^~~~~~ Swift.Strideable:3:17: note: 'stride(to:by:)' has been explicitly marked unavailable here public func stride(to end: Self, by stride: Self.Stride) -> StrideTo ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:455:13: error: argument labels '(_:, row:, start:, step:, ya:)' do not match any available overloads fill(img, row: row, start: 0, step: 1, ya: fn) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:455:13: note: overloads for 'fill' exist with these partially matching parameter lists: (img: T, row: Int, start: Int, step: Int, rgba: @noescape () -> (r: T.Element, g: T.Element, b: T.Element, a: T.Element)), (img: T, row: Int, start: Int, step: Int, ya: @noescape () -> (y: T.Element, a: T.Element)) fill(img, row: row, start: 0, step: 1, ya: fn) ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:471:35: error: 'stride(to:by:)' is unavailable: Use stride(from:to:by:) free function instead for i in from.stride(to: to, by: step) { ^~~~~~ Swift.Strideable:3:17: note: 'stride(to:by:)' has been explicitly marked unavailable here public func stride(to end: Self, by stride: Self.Stride) -> StrideTo ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:476:35: error: 'stride(to:by:)' is unavailable: Use stride(from:to:by:) free function instead for i in from.stride(to: to, by: step) { ^~~~~~ Swift.Strideable:3:17: note: 'stride(to:by:)' has been explicitly marked unavailable here public func stride(to end: Self, by stride: Self.Stride) -> StrideTo ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:482:35: error: 'stride(to:by:)' is unavailable: Use stride(from:to:by:) free function instead for i in from.stride(to: to, by: step) { ^~~~~~ Swift.Strideable:3:17: note: 'stride(to:by:)' has been explicitly marked unavailable here public func stride(to end: Self, by stride: Self.Stride) -> StrideTo ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:489:35: error: 'stride(to:by:)' is unavailable: Use stride(from:to:by:) free function instead for i in from.stride(to: to, by: step) { ^~~~~~ Swift.Strideable:3:17: note: 'stride(to:by:)' has been explicitly marked unavailable here public func stride(to end: Self, by stride: Self.Stride) -> StrideTo ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:471:35: error: 'stride(to:by:)' is unavailable: Use stride(from:to:by:) free function instead for i in from.stride(to: to, by: step) { ^~~~~~ Swift.Strideable:3:17: note: 'stride(to:by:)' has been explicitly marked unavailable here public func stride(to end: Self, by stride: Self.Stride) -> StrideTo ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:476:35: error: 'stride(to:by:)' is unavailable: Use stride(from:to:by:) free function instead for i in from.stride(to: to, by: step) { ^~~~~~ Swift.Strideable:3:17: note: 'stride(to:by:)' has been explicitly marked unavailable here public func stride(to end: Self, by stride: Self.Stride) -> StrideTo ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:482:35: error: 'stride(to:by:)' is unavailable: Use stride(from:to:by:) free function instead for i in from.stride(to: to, by: step) { ^~~~~~ Swift.Strideable:3:17: note: 'stride(to:by:)' has been explicitly marked unavailable here public func stride(to end: Self, by stride: Self.Stride) -> StrideTo ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:489:35: error: 'stride(to:by:)' is unavailable: Use stride(from:to:by:) free function instead for i in from.stride(to: to, by: step) { ^~~~~~ Swift.Strideable:3:17: note: 'stride(to:by:)' has been explicitly marked unavailable here public func stride(to end: Self, by stride: Self.Stride) -> StrideTo ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:533:74: error: missing argument label 'len:' in call public class func skip(loader:SGLImageLoader, len:Int) { loader.skip(len) } ^ len: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:539:51: error: missing argument label 'len:' in call final public func skip(len:Int) { loader.skip(len) } ^ len: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:193:31: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func decode(inout lencode:Huffman, inout _ distcode:Huffman) throws ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/Inflate.swift:193:57: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func decode(inout lencode:Huffman, inout _ distcode:Huffman) throws ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:30:32: error: argument names for method 'test(l:)' do not match those of overridden method 'test(loader:)' override public class func test(l: SGLImageLoader) -> Bool ^ loader /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:33:22: error: missing argument label 'loader:' in call if read8(l) != b { return false } ^ loader: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:61:32: error: missing argument label 'c:' in call if chunk_type == chars("CgBI") { ^ c: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:67:18: error: missing argument label 'len:' in call skip(chunk_length) ^ len: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:68:13: warning: result of call to 'read32be()' is unused read32be() // discard CRC ^ ~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:78:32: error: missing argument label 'c:' in call if chunk_type != chars("IHDR") { ^ c: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:87:13: warning: result of call to 'read32be()' is unused read32be() // discard CRC ^ ~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:91:24: error: missing argument label 'c:' in call case chars("PLTE"): ^ c: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:93:24: error: missing argument label 'c:' in call case chars("tRNS"): ^ c: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:95:24: error: missing argument label 'c:' in call case chars("gAMA"): ^ c: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:97:24: error: missing argument label 'c:' in call case chars("IDAT"): ^ c: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:111:26: error: missing argument label 'len:' in call skip(chunk_length) ^ len: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:123:13: warning: result of call to 'read8()' is unused read8() // discard cmf ^ ~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:124:13: warning: result of call to 'read8()' is unused read8() // discard flag ^ ~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:136:20: error: argument '_' must precede unnamed parameter #0 }, { ~~~~~~~~~~~~~~~~~ ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:144:17: warning: result of call to 'read32be()' is unused read32be() ^ ~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:186:63: error: argument 'repeatedValue' must precede argument 'count' lineBuf = [UInt8](count: bytesWidth+filterStride, repeatedValue: 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:218:63: error: argument 'repeatedValue' must precede argument 'count' lineBuf = [UInt8](count: bytesWidth+filterStride, repeatedValue: 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:399:26: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, @noescape rgba fn:() -> ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:399:26: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, @noescape rgba fn:() -> ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:399:26: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, @noescape rgba fn:() -> ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:407:47: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, start:Int, step:Int, @noescape rgba fn:() -> ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:407:47: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, start:Int, step:Int, @noescape rgba fn:() -> ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:407:47: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, start:Int, step:Int, @noescape rgba fn:() -> ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:454:26: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, @noescape ya fn:() -> (y:T.Element, a:T.Element) ) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:454:26: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, @noescape ya fn:() -> (y:T.Element, a:T.Element) ) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:454:26: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, @noescape ya fn:() -> (y:T.Element, a:T.Element) ) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:461:47: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, start:Int, step:Int, @noescape ya fn:() -> (y:T.Element, a:T.Element) ) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:461:47: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, start:Int, step:Int, @noescape ya fn:() -> (y:T.Element, a:T.Element) ) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImageLoader.swift:461:47: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (img:T, row:Int, start:Int, step:Int, @noescape ya fn:() -> (y:T.Element, a:T.Element) ) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:296:13: error: argument labels '(_:, row:, start:, step:, _:)' do not match any available overloads fill(img, row:curRow, start: curStart, step: curStep) { ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:296:13: note: overloads for 'fill' exist with these partially matching parameter lists: (img: T, row: Int, start: Int, step: Int, rgba: @noescape () -> (r: T.Element, g: T.Element, b: T.Element, a: T.Element)), (img: T, row: Int, start: Int, step: Int, ya: @noescape () -> (y: T.Element, a: T.Element)) fill(img, row:curRow, start: curStart, step: curStep) { ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:319:13: error: argument labels '(_:, row:, start:, step:, _:)' do not match any available overloads fill(img, row:curRow, start: curStart, step: curStep) { ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:319:13: note: overloads for 'fill' exist with these partially matching parameter lists: (img: T, row: Int, start: Int, step: Int, rgba: @noescape () -> (r: T.Element, g: T.Element, b: T.Element, a: T.Element)), (img: T, row: Int, start: Int, step: Int, ya: @noescape () -> (y: T.Element, a: T.Element)) fill(img, row:curRow, start: curStart, step: curStep) { ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:342:13: error: argument labels '(_:, row:, start:, step:, _:)' do not match any available overloads fill(img, row:curRow, start: curStart, step: curStep) { ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:342:13: note: overloads for 'fill' exist with these partially matching parameter lists: (img: T, row: Int, start: Int, step: Int, rgba: @noescape () -> (r: T.Element, g: T.Element, b: T.Element, a: T.Element)), (img: T, row: Int, start: Int, step: Int, ya: @noescape () -> (y: T.Element, a: T.Element)) fill(img, row:curRow, start: curStart, step: curStep) { ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:362:13: error: argument labels '(_:, row:, start:, step:, _:)' do not match any available overloads fill(img, row:curRow, start: curStart, step: curStep) { ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:362:13: note: overloads for 'fill' exist with these partially matching parameter lists: (img: T, row: Int, start: Int, step: Int, rgba: @noescape () -> (r: T.Element, g: T.Element, b: T.Element, a: T.Element)), (img: T, row: Int, start: Int, step: Int, ya: @noescape () -> (y: T.Element, a: T.Element)) fill(img, row:curRow, start: curStart, step: curStep) { ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:384:13: error: argument labels '(_:, row:, _:)' do not match any available overloads fill(img, row:curRow) { () -> (T.Element,T.Element) in ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:384:13: note: overloads for 'fill' exist with these partially matching parameter lists: (img: T, row: Int, rgba: @noescape () -> (r: T.Element, g: T.Element, b: T.Element, a: T.Element)), (img: T, row: Int, ya: @noescape () -> (y: T.Element, a: T.Element)) fill(img, row:curRow) { () -> (T.Element,T.Element) in ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:416:13: error: argument labels '(_:, row:, start:, step:, _:)' do not match any available overloads fill(img, row:curRow, start: curStart, step: curStep) { ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:416:13: note: overloads for 'fill' exist with these partially matching parameter lists: (img: T, row: Int, start: Int, step: Int, rgba: @noescape () -> (r: T.Element, g: T.Element, b: T.Element, a: T.Element)), (img: T, row: Int, start: Int, step: Int, ya: @noescape () -> (y: T.Element, a: T.Element)) fill(img, row:curRow, start: curStart, step: curStep) { ^ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:447:13: warning: result of call to 'read32be()' is unused read32be() // discard chunk checksum ^ ~~ /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:453:24: error: missing argument label 'c:' in call case chars("tRNS"), chars("gAMA"): ^ c: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:453:39: error: missing argument label 'c:' in call case chars("tRNS"), chars("gAMA"): ^ c: /Users/developer/projects/SwiftGL/Packages/SGLImage-1.0.1/Sources/ImagePNG.swift:462:26: error: missing argument label 'len:' in call skip(chunk_length) ^ len: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:27:21: warning: extraneous duplicate parameter name; 'op' already has an argument label public func glAccum(op op:GLenum, value:GLfloat) {glAccum_P(op, value)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:30:25: warning: extraneous duplicate parameter name; 'op' already has an argument label public func glAccumxOES(op op:GLenum, value:GLfixed) {glAccumxOES_P(op, value)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:33:32: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glActiveProgramEXT(program program:GLuint) {glActiveProgramEXT_P(program)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:36:35: warning: extraneous duplicate parameter name; 'pipeline' already has an argument label public func glActiveShaderProgram(pipeline pipeline:GLuint, program:GLuint) {glActiveShaderProgram_P(pipeline, program)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:39:38: warning: extraneous duplicate parameter name; 'pipeline' already has an argument label public func glActiveShaderProgramEXT(pipeline pipeline:GLuint, program:GLuint) {glActiveShaderProgramEXT_P(pipeline, program)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:42:36: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glActiveStencilFaceEXT(face face:GLenum) {glActiveStencilFaceEXT_P(face)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:45:29: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glActiveTexture(texture texture:GLenum) {glActiveTexture_P(texture)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:48:32: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glActiveTextureARB(texture texture:GLenum) {glActiveTextureARB_P(texture)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:51:31: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glActiveVaryingNV(program program:GLuint, name:UnsafePointer) {glActiveVaryingNV_P(program, name)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:54:35: warning: extraneous duplicate parameter name; 'op' already has an argument label public func glAlphaFragmentOp1ATI(op op:GLenum, dst:GLuint, dstMod:GLuint, arg1:GLuint, arg1Rep:GLuint, arg1Mod:GLuint) {glAlphaFragmentOp1ATI_P(op, dst, dstMod, arg1, arg1Rep, arg1Mod)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:57:35: warning: extraneous duplicate parameter name; 'op' already has an argument label public func glAlphaFragmentOp2ATI(op op:GLenum, dst:GLuint, dstMod:GLuint, arg1:GLuint, arg1Rep:GLuint, arg1Mod:GLuint, arg2:GLuint, arg2Rep:GLuint, arg2Mod:GLuint) {glAlphaFragmentOp2ATI_P(op, dst, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2Mod)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:60:35: warning: extraneous duplicate parameter name; 'op' already has an argument label public func glAlphaFragmentOp3ATI(op op:GLenum, dst:GLuint, dstMod:GLuint, arg1:GLuint, arg1Rep:GLuint, arg1Mod:GLuint, arg2:GLuint, arg2Rep:GLuint, arg2Mod:GLuint, arg3:GLuint, arg3Rep:GLuint, arg3Mod:GLuint) {glAlphaFragmentOp3ATI_P(op, dst, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2Mod, arg3, arg3Rep, arg3Mod)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:63:25: warning: extraneous duplicate parameter name; 'fn' already has an argument label public func glAlphaFunc(fn fn:GLenum, ref:GLfloat) {glAlphaFunc_P(fn, ref)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:66:29: warning: extraneous duplicate parameter name; 'fn' already has an argument label public func glAlphaFuncQCOM(fn fn:GLenum, ref:GLclampf) {glAlphaFuncQCOM_P(fn, ref)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:69:26: warning: extraneous duplicate parameter name; 'fn' already has an argument label public func glAlphaFuncx(fn fn:GLenum, ref:GLfixed) {glAlphaFuncx_P(fn, ref)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:72:29: warning: extraneous duplicate parameter name; 'fn' already has an argument label public func glAlphaFuncxOES(fn fn:GLenum, ref:GLfixed) {glAlphaFuncxOES_P(fn, ref)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:77:31: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glApplyTextureEXT(mode mode:GLenum) {glApplyTextureEXT_P(mode)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:80:37: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glAreProgramsResidentNV(n n:GLsizei, programs:UnsafePointer, residences:UnsafeMutablePointer) -> GLboolean {return glAreProgramsResidentNV_P(n, programs, residences)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:83:35: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glAreTexturesResident(n n:GLsizei, textures:UnsafePointer, residences:UnsafeMutablePointer) -> GLboolean {return glAreTexturesResident_P(n, textures, residences)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:86:38: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glAreTexturesResidentEXT(n n:GLsizei, textures:UnsafePointer, residences:UnsafeMutablePointer) -> GLboolean {return glAreTexturesResidentEXT_P(n, textures, residences)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:89:28: warning: extraneous duplicate parameter name; 'i' already has an argument label public func glArrayElement(i i:GLint) {glArrayElement_P(i)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:92:31: warning: extraneous duplicate parameter name; 'i' already has an argument label public func glArrayElementEXT(i i:GLint) {glArrayElementEXT_P(i)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:95:30: warning: extraneous duplicate parameter name; 'array' already has an argument label public func glArrayObjectATI(array array:GLenum, size:GLint, type:GLenum, stride:GLsizei, buffer:GLuint, offset:GLuint) {glArrayObjectATI_P(array, size, type, stride, buffer, offset)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:98:31: warning: extraneous duplicate parameter name; 'marker' already has an argument label public func glAsyncMarkerSGIX(marker marker:GLuint) {glAsyncMarkerSGIX_P(marker)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:101:31: warning: extraneous duplicate parameter name; 'containerObj' already has an argument label public func glAttachObjectARB(containerObj containerObj:GLhandleARB, obj:GLhandleARB) {glAttachObjectARB_P(containerObj, obj)} ^~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:104:28: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glAttachShader(program program:GLuint, shader:GLuint) {glAttachShader_P(program, shader)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:107:21: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glBegin(mode mode:GLenum) {glBegin_P(mode)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:110:38: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glBeginConditionalRender(id id:GLuint, mode:GLenum) {glBeginConditionalRender_P(id, mode)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:113:40: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glBeginConditionalRenderNV(id id:GLuint, mode:GLenum) {glBeginConditionalRenderNV_P(id, mode)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:116:41: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glBeginConditionalRenderNVX(id id:GLuint) {glBeginConditionalRenderNVX_P(id)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:121:37: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glBeginOcclusionQueryNV(id id:GLuint) {glBeginOcclusionQueryNV_P(id)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:124:35: warning: extraneous duplicate parameter name; 'monitor' already has an argument label public func glBeginPerfMonitorAMD(monitor monitor:GLuint) {glBeginPerfMonitorAMD_P(monitor)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:127:35: warning: extraneous duplicate parameter name; 'queryHandle' already has an argument label public func glBeginPerfQueryINTEL(queryHandle queryHandle:GLuint) {glBeginPerfQueryINTEL_P(queryHandle)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:130:26: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBeginQuery(target target:GLenum, id:GLuint) {glBeginQuery_P(target, id)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:133:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBeginQueryARB(target target:GLenum, id:GLuint) {glBeginQueryARB_P(target, id)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:136:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBeginQueryEXT(target target:GLenum, id:GLuint) {glBeginQueryEXT_P(target, id)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:139:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBeginQueryIndexed(target target:GLenum, index:GLuint, id:GLuint) {glBeginQueryIndexed_P(target, index, id)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:142:38: warning: extraneous duplicate parameter name; 'primitiveMode' already has an argument label public func glBeginTransformFeedback(primitiveMode primitiveMode:GLenum) {glBeginTransformFeedback_P(primitiveMode)} ^~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:145:41: warning: extraneous duplicate parameter name; 'primitiveMode' already has an argument label public func glBeginTransformFeedbackEXT(primitiveMode primitiveMode:GLenum) {glBeginTransformFeedbackEXT_P(primitiveMode)} ^~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:148:40: warning: extraneous duplicate parameter name; 'primitiveMode' already has an argument label public func glBeginTransformFeedbackNV(primitiveMode primitiveMode:GLenum) {glBeginTransformFeedbackNV_P(primitiveMode)} ^~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:153:35: warning: extraneous duplicate parameter name; 'video_capture_slot' already has an argument label public func glBeginVideoCaptureNV(video_capture_slot video_capture_slot:GLuint) {glBeginVideoCaptureNV_P(video_capture_slot)} ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:156:34: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glBindAttribLocation(program program:GLuint, index:GLuint, name:UnsafePointer) {glBindAttribLocation_P(program, index, name)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:159:37: warning: extraneous duplicate parameter name; 'programObj' already has an argument label public func glBindAttribLocationARB(programObj programObj:GLhandleARB, index:GLuint, name:UnsafePointer) {glBindAttribLocationARB_P(programObj, index, name)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:162:26: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBindBuffer(target target:GLenum, buffer:GLuint) {glBindBuffer_P(target, buffer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:165:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBindBufferARB(target target:GLenum, buffer:GLuint) {glBindBufferARB_P(target, buffer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:168:30: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBindBufferBase(target target:GLenum, index:GLuint, buffer:GLuint) {glBindBufferBase_P(target, index, buffer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:171:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBindBufferBaseEXT(target target:GLenum, index:GLuint, buffer:GLuint) {glBindBufferBaseEXT_P(target, index, buffer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:174:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBindBufferBaseNV(target target:GLenum, index:GLuint, buffer:GLuint) {glBindBufferBaseNV_P(target, index, buffer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:177:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBindBufferOffsetEXT(target target:GLenum, index:GLuint, buffer:GLuint, offset:GLintptr) {glBindBufferOffsetEXT_P(target, index, buffer, offset)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:180:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBindBufferOffsetNV(target target:GLenum, index:GLuint, buffer:GLuint, offset:GLintptr) {glBindBufferOffsetNV_P(target, index, buffer, offset)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:183:31: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBindBufferRange(target target:GLenum, index:GLuint, buffer:GLuint, offset:GLintptr, size:GLsizeiptr) {glBindBufferRange_P(target, index, buffer, offset, size)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:186:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBindBufferRangeEXT(target target:GLenum, index:GLuint, buffer:GLuint, offset:GLintptr, size:GLsizeiptr) {glBindBufferRangeEXT_P(target, index, buffer, offset, size)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:189:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBindBufferRangeNV(target target:GLenum, index:GLuint, buffer:GLuint, offset:GLintptr, size:GLsizeiptr) {glBindBufferRangeNV_P(target, index, buffer, offset, size)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:192:31: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBindBuffersBase(target target:GLenum, first:GLuint, count:GLsizei, buffers:UnsafePointer) {glBindBuffersBase_P(target, first, count, buffers)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:195:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBindBuffersRange(target target:GLenum, first:GLuint, count:GLsizei, buffers:UnsafePointer, offsets:UnsafePointer, sizes:UnsafePointer) {glBindBuffersRange_P(target, first, count, buffers, offsets, sizes)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:198:36: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glBindFragDataLocation(program program:GLuint, color:GLuint, name:UnsafePointer) {glBindFragDataLocation_P(program, color, name)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:201:39: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glBindFragDataLocationEXT(program program:GLuint, color:GLuint, name:UnsafePointer) {glBindFragDataLocationEXT_P(program, color, name)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:204:43: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glBindFragDataLocationIndexed(program program:GLuint, colorNumber:GLuint, index:GLuint, name:UnsafePointer) {glBindFragDataLocationIndexed_P(program, colorNumber, index, name)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:207:46: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glBindFragDataLocationIndexedEXT(program program:GLuint, colorNumber:GLuint, index:GLuint, name:UnsafePointer) {glBindFragDataLocationIndexedEXT_P(program, colorNumber, index, name)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:210:37: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glBindFragmentShaderATI(id id:GLuint) {glBindFragmentShaderATI_P(id)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:213:31: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBindFramebuffer(target target:GLenum, framebuffer:GLuint) {glBindFramebuffer_P(target, framebuffer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:216:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBindFramebufferEXT(target target:GLenum, framebuffer:GLuint) {glBindFramebufferEXT_P(target, framebuffer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:219:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBindFramebufferOES(target target:GLenum, framebuffer:GLuint) {glBindFramebufferOES_P(target, framebuffer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:222:32: warning: extraneous duplicate parameter name; 'unit' already has an argument label public func glBindImageTexture(unit unit:GLuint, texture:GLuint, level:GLint, layered:GLboolean, layer:GLint, access:GLenum, format:GLenum) {glBindImageTexture_P(unit, texture, level, layered, layer, access, format)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:225:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glBindImageTextureEXT(index index:GLuint, texture:GLuint, level:GLint, layered:GLboolean, layer:GLint, access:GLenum, format:GLint) {glBindImageTextureEXT_P(index, texture, level, layered, layer, access, format)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:228:33: warning: extraneous duplicate parameter name; 'first' already has an argument label public func glBindImageTextures(first first:GLuint, count:GLsizei, textures:UnsafePointer) {glBindImageTextures_P(first, count, textures)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:231:37: warning: extraneous duplicate parameter name; 'light' already has an argument label public func glBindLightParameterEXT(light light:GLenum, value:GLenum) -> GLuint {return glBindLightParameterEXT_P(light, value)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:234:40: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glBindMaterialParameterEXT(face face:GLenum, value:GLenum) -> GLuint {return glBindMaterialParameterEXT_P(face, value)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:237:35: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glBindMultiTextureEXT(texunit texunit:GLenum, target:GLenum, texture:GLuint) {glBindMultiTextureEXT_P(texunit, target, texture)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:240:32: warning: extraneous duplicate parameter name; 'value' already has an argument label public func glBindParameterEXT(value value:GLenum) -> GLuint {return glBindParameterEXT_P(value)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:243:30: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBindProgramARB(target target:GLenum, program:GLuint) {glBindProgramARB_P(target, program)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:246:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBindProgramNV(target target:GLenum, id:GLuint) {glBindProgramNV_P(target, id)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:249:35: warning: extraneous duplicate parameter name; 'pipeline' already has an argument label public func glBindProgramPipeline(pipeline pipeline:GLuint) {glBindProgramPipeline_P(pipeline)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:252:38: warning: extraneous duplicate parameter name; 'pipeline' already has an argument label public func glBindProgramPipelineEXT(pipeline pipeline:GLuint) {glBindProgramPipelineEXT_P(pipeline)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:255:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBindRenderbuffer(target target:GLenum, renderbuffer:GLuint) {glBindRenderbuffer_P(target, renderbuffer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:258:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBindRenderbufferEXT(target target:GLenum, renderbuffer:GLuint) {glBindRenderbufferEXT_P(target, renderbuffer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:261:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBindRenderbufferOES(target target:GLenum, renderbuffer:GLuint) {glBindRenderbufferOES_P(target, renderbuffer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:264:27: warning: extraneous duplicate parameter name; 'unit' already has an argument label public func glBindSampler(unit unit:GLuint, sampler:GLuint) {glBindSampler_P(unit, sampler)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:267:28: warning: extraneous duplicate parameter name; 'first' already has an argument label public func glBindSamplers(first first:GLuint, count:GLsizei, samplers:UnsafePointer) {glBindSamplers_P(first, count, samplers)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:270:38: warning: extraneous duplicate parameter name; 'unit' already has an argument label public func glBindTexGenParameterEXT(unit unit:GLenum, coord:GLenum, value:GLenum) -> GLuint {return glBindTexGenParameterEXT_P(unit, coord, value)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:273:27: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBindTexture(target target:GLenum, texture:GLuint) {glBindTexture_P(target, texture)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:276:30: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBindTextureEXT(target target:GLenum, texture:GLuint) {glBindTextureEXT_P(target, texture)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:279:31: warning: extraneous duplicate parameter name; 'unit' already has an argument label public func glBindTextureUnit(unit unit:GLuint, texture:GLuint) {glBindTextureUnit_P(unit, texture)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:282:43: warning: extraneous duplicate parameter name; 'unit' already has an argument label public func glBindTextureUnitParameterEXT(unit unit:GLenum, value:GLenum) -> GLuint {return glBindTextureUnitParameterEXT_P(unit, value)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:285:28: warning: extraneous duplicate parameter name; 'first' already has an argument label public func glBindTextures(first first:GLuint, count:GLsizei, textures:UnsafePointer) {glBindTextures_P(first, count, textures)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:288:37: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBindTransformFeedback(target target:GLenum, id:GLuint) {glBindTransformFeedback_P(target, id)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:291:39: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBindTransformFeedbackNV(target target:GLenum, id:GLuint) {glBindTransformFeedbackNV_P(target, id)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:294:31: warning: extraneous duplicate parameter name; 'array' already has an argument label public func glBindVertexArray(array array:GLuint) {glBindVertexArray_P(array)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:297:36: warning: extraneous duplicate parameter name; 'array' already has an argument label public func glBindVertexArrayAPPLE(array array:GLuint) {glBindVertexArrayAPPLE_P(array)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:300:34: warning: extraneous duplicate parameter name; 'array' already has an argument label public func glBindVertexArrayOES(array array:GLuint) {glBindVertexArrayOES_P(array)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:303:32: warning: extraneous duplicate parameter name; 'bindingindex' already has an argument label public func glBindVertexBuffer(bindingindex bindingindex:GLuint, buffer:GLuint, offset:GLintptr, stride:GLsizei) {glBindVertexBuffer_P(bindingindex, buffer, offset, stride)} ^~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:306:33: warning: extraneous duplicate parameter name; 'first' already has an argument label public func glBindVertexBuffers(first first:GLuint, count:GLsizei, buffers:UnsafePointer, offsets:UnsafePointer, strides:UnsafePointer) {glBindVertexBuffers_P(first, count, buffers, offsets, strides)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:309:35: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glBindVertexShaderEXT(id id:GLuint) {glBindVertexShaderEXT_P(id)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:312:46: warning: extraneous duplicate parameter name; 'video_capture_slot' already has an argument label public func glBindVideoCaptureStreamBufferNV(video_capture_slot video_capture_slot:GLuint, stream:GLuint, frame_region:GLenum, offset:GLintptrARB) {glBindVideoCaptureStreamBufferNV_P(video_capture_slot, stream, frame_region, offset)} ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:315:47: warning: extraneous duplicate parameter name; 'video_capture_slot' already has an argument label public func glBindVideoCaptureStreamTextureNV(video_capture_slot video_capture_slot:GLuint, stream:GLuint, frame_region:GLenum, target:GLenum, texture:GLuint) {glBindVideoCaptureStreamTextureNV_P(video_capture_slot, stream, frame_region, target, texture)} ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:318:29: warning: extraneous duplicate parameter name; 'bx' already has an argument label public func glBinormal3bEXT(bx bx:GLbyte, by:GLbyte, bz:GLbyte) {glBinormal3bEXT_P(bx, by, bz)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:321:30: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glBinormal3bvEXT(v v:UnsafePointer) {glBinormal3bvEXT_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:324:29: warning: extraneous duplicate parameter name; 'bx' already has an argument label public func glBinormal3dEXT(bx bx:GLdouble, by:GLdouble, bz:GLdouble) {glBinormal3dEXT_P(bx, by, bz)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:327:30: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glBinormal3dvEXT(v v:UnsafePointer) {glBinormal3dvEXT_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:330:29: warning: extraneous duplicate parameter name; 'bx' already has an argument label public func glBinormal3fEXT(bx bx:GLfloat, by:GLfloat, bz:GLfloat) {glBinormal3fEXT_P(bx, by, bz)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:333:30: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glBinormal3fvEXT(v v:UnsafePointer) {glBinormal3fvEXT_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:336:29: warning: extraneous duplicate parameter name; 'bx' already has an argument label public func glBinormal3iEXT(bx bx:GLint, by:GLint, bz:GLint) {glBinormal3iEXT_P(bx, by, bz)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:339:30: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glBinormal3ivEXT(v v:UnsafePointer) {glBinormal3ivEXT_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:342:29: warning: extraneous duplicate parameter name; 'bx' already has an argument label public func glBinormal3sEXT(bx bx:GLshort, by:GLshort, bz:GLshort) {glBinormal3sEXT_P(bx, by, bz)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:345:30: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glBinormal3svEXT(v v:UnsafePointer) {glBinormal3svEXT_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:348:34: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glBinormalPointerEXT(type type:GLenum, stride:GLsizei, pointer:UnsafePointer) {glBinormalPointerEXT_P(type, stride, pointer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:351:22: warning: extraneous duplicate parameter name; 'width' already has an argument label public func glBitmap(width width:GLsizei, height:GLsizei, xorig:GLfloat, yorig:GLfloat, xmove:GLfloat, ymove:GLfloat, bitmap:UnsafePointer) {glBitmap_P(width, height, xorig, yorig, xmove, ymove, bitmap)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:354:26: warning: extraneous duplicate parameter name; 'width' already has an argument label public func glBitmapxOES(width width:GLsizei, height:GLsizei, xorig:GLfixed, yorig:GLfixed, xmove:GLfixed, ymove:GLfixed, bitmap:UnsafePointer) {glBitmapxOES_P(width, height, xorig, yorig, xmove, ymove, bitmap)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:363:26: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glBlendColor(red red:GLfloat, green:GLfloat, blue:GLfloat, alpha:GLfloat) {glBlendColor_P(red, green, blue, alpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:366:29: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glBlendColorEXT(red red:GLfloat, green:GLfloat, blue:GLfloat, alpha:GLfloat) {glBlendColorEXT_P(red, green, blue, alpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:369:30: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glBlendColorxOES(red red:GLfixed, green:GLfixed, blue:GLfixed, alpha:GLfixed) {glBlendColorxOES_P(red, green, blue, alpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:372:29: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glBlendEquation(mode mode:GLenum) {glBlendEquation_P(mode)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:375:32: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glBlendEquationEXT(mode mode:GLenum) {glBlendEquationEXT_P(mode)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:378:39: warning: extraneous duplicate parameter name; 'buf' already has an argument label public func glBlendEquationIndexedAMD(buf buf:GLuint, mode:GLenum) {glBlendEquationIndexedAMD_P(buf, mode)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:381:32: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glBlendEquationOES(mode mode:GLenum) {glBlendEquationOES_P(mode)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:384:37: warning: extraneous duplicate parameter name; 'modeRGB' already has an argument label public func glBlendEquationSeparate(modeRGB modeRGB:GLenum, modeAlpha:GLenum) {glBlendEquationSeparate_P(modeRGB, modeAlpha)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:387:40: warning: extraneous duplicate parameter name; 'modeRGB' already has an argument label public func glBlendEquationSeparateEXT(modeRGB modeRGB:GLenum, modeAlpha:GLenum) {glBlendEquationSeparateEXT_P(modeRGB, modeAlpha)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:390:47: warning: extraneous duplicate parameter name; 'buf' already has an argument label public func glBlendEquationSeparateIndexedAMD(buf buf:GLuint, modeRGB:GLenum, modeAlpha:GLenum) {glBlendEquationSeparateIndexedAMD_P(buf, modeRGB, modeAlpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:393:40: warning: extraneous duplicate parameter name; 'modeRGB' already has an argument label public func glBlendEquationSeparateOES(modeRGB modeRGB:GLenum, modeAlpha:GLenum) {glBlendEquationSeparateOES_P(modeRGB, modeAlpha)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:396:38: warning: extraneous duplicate parameter name; 'buf' already has an argument label public func glBlendEquationSeparatei(buf buf:GLuint, modeRGB:GLenum, modeAlpha:GLenum) {glBlendEquationSeparatei_P(buf, modeRGB, modeAlpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:399:41: warning: extraneous duplicate parameter name; 'buf' already has an argument label public func glBlendEquationSeparateiARB(buf buf:GLuint, modeRGB:GLenum, modeAlpha:GLenum) {glBlendEquationSeparateiARB_P(buf, modeRGB, modeAlpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:402:41: warning: extraneous duplicate parameter name; 'buf' already has an argument label public func glBlendEquationSeparateiEXT(buf buf:GLuint, modeRGB:GLenum, modeAlpha:GLenum) {glBlendEquationSeparateiEXT_P(buf, modeRGB, modeAlpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:405:41: warning: extraneous duplicate parameter name; 'buf' already has an argument label public func glBlendEquationSeparateiOES(buf buf:GLuint, modeRGB:GLenum, modeAlpha:GLenum) {glBlendEquationSeparateiOES_P(buf, modeRGB, modeAlpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:408:30: warning: extraneous duplicate parameter name; 'buf' already has an argument label public func glBlendEquationi(buf buf:GLuint, mode:GLenum) {glBlendEquationi_P(buf, mode)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:411:33: warning: extraneous duplicate parameter name; 'buf' already has an argument label public func glBlendEquationiARB(buf buf:GLuint, mode:GLenum) {glBlendEquationiARB_P(buf, mode)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:414:33: warning: extraneous duplicate parameter name; 'buf' already has an argument label public func glBlendEquationiEXT(buf buf:GLuint, mode:GLenum) {glBlendEquationiEXT_P(buf, mode)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:417:33: warning: extraneous duplicate parameter name; 'buf' already has an argument label public func glBlendEquationiOES(buf buf:GLuint, mode:GLenum) {glBlendEquationiOES_P(buf, mode)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:420:25: warning: extraneous duplicate parameter name; 'sfactor' already has an argument label public func glBlendFunc(sfactor sfactor:GLenum, dfactor:GLenum) {glBlendFunc_P(sfactor, dfactor)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:423:35: warning: extraneous duplicate parameter name; 'buf' already has an argument label public func glBlendFuncIndexedAMD(buf buf:GLuint, src:GLenum, dst:GLenum) {glBlendFuncIndexedAMD_P(buf, src, dst)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:426:33: warning: extraneous duplicate parameter name; 'sfactorRGB' already has an argument label public func glBlendFuncSeparate(sfactorRGB sfactorRGB:GLenum, dfactorRGB:GLenum, sfactorAlpha:GLenum, dfactorAlpha:GLenum) {glBlendFuncSeparate_P(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:429:36: warning: extraneous duplicate parameter name; 'sfactorRGB' already has an argument label public func glBlendFuncSeparateEXT(sfactorRGB sfactorRGB:GLenum, dfactorRGB:GLenum, sfactorAlpha:GLenum, dfactorAlpha:GLenum) {glBlendFuncSeparateEXT_P(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:432:37: warning: extraneous duplicate parameter name; 'sfactorRGB' already has an argument label public func glBlendFuncSeparateINGR(sfactorRGB sfactorRGB:GLenum, dfactorRGB:GLenum, sfactorAlpha:GLenum, dfactorAlpha:GLenum) {glBlendFuncSeparateINGR_P(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:435:43: warning: extraneous duplicate parameter name; 'buf' already has an argument label public func glBlendFuncSeparateIndexedAMD(buf buf:GLuint, srcRGB:GLenum, dstRGB:GLenum, srcAlpha:GLenum, dstAlpha:GLenum) {glBlendFuncSeparateIndexedAMD_P(buf, srcRGB, dstRGB, srcAlpha, dstAlpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:438:36: warning: extraneous duplicate parameter name; 'srcRGB' already has an argument label public func glBlendFuncSeparateOES(srcRGB srcRGB:GLenum, dstRGB:GLenum, srcAlpha:GLenum, dstAlpha:GLenum) {glBlendFuncSeparateOES_P(srcRGB, dstRGB, srcAlpha, dstAlpha)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:441:34: warning: extraneous duplicate parameter name; 'buf' already has an argument label public func glBlendFuncSeparatei(buf buf:GLuint, srcRGB:GLenum, dstRGB:GLenum, srcAlpha:GLenum, dstAlpha:GLenum) {glBlendFuncSeparatei_P(buf, srcRGB, dstRGB, srcAlpha, dstAlpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:444:37: warning: extraneous duplicate parameter name; 'buf' already has an argument label public func glBlendFuncSeparateiARB(buf buf:GLuint, srcRGB:GLenum, dstRGB:GLenum, srcAlpha:GLenum, dstAlpha:GLenum) {glBlendFuncSeparateiARB_P(buf, srcRGB, dstRGB, srcAlpha, dstAlpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:447:37: warning: extraneous duplicate parameter name; 'buf' already has an argument label public func glBlendFuncSeparateiEXT(buf buf:GLuint, srcRGB:GLenum, dstRGB:GLenum, srcAlpha:GLenum, dstAlpha:GLenum) {glBlendFuncSeparateiEXT_P(buf, srcRGB, dstRGB, srcAlpha, dstAlpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:450:37: warning: extraneous duplicate parameter name; 'buf' already has an argument label public func glBlendFuncSeparateiOES(buf buf:GLuint, srcRGB:GLenum, dstRGB:GLenum, srcAlpha:GLenum, dstAlpha:GLenum) {glBlendFuncSeparateiOES_P(buf, srcRGB, dstRGB, srcAlpha, dstAlpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:453:26: warning: extraneous duplicate parameter name; 'buf' already has an argument label public func glBlendFunci(buf buf:GLuint, src:GLenum, dst:GLenum) {glBlendFunci_P(buf, src, dst)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:456:29: warning: extraneous duplicate parameter name; 'buf' already has an argument label public func glBlendFunciARB(buf buf:GLuint, src:GLenum, dst:GLenum) {glBlendFunciARB_P(buf, src, dst)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:459:29: warning: extraneous duplicate parameter name; 'buf' already has an argument label public func glBlendFunciEXT(buf buf:GLuint, src:GLenum, dst:GLenum) {glBlendFunciEXT_P(buf, src, dst)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:462:29: warning: extraneous duplicate parameter name; 'buf' already has an argument label public func glBlendFunciOES(buf buf:GLuint, src:GLenum, dst:GLenum) {glBlendFunciOES_P(buf, src, dst)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:465:33: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glBlendParameteriNV(pname pname:GLenum, value:GLint) {glBlendParameteriNV_P(pname, value)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:468:31: warning: extraneous duplicate parameter name; 'srcX0' already has an argument label public func glBlitFramebuffer(srcX0 srcX0:GLint, srcY0:GLint, srcX1:GLint, srcY1:GLint, dstX0:GLint, dstY0:GLint, dstX1:GLint, dstY1:GLint, mask:GLbitfield, filter:GLenum) {glBlitFramebuffer_P(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:471:36: warning: extraneous duplicate parameter name; 'srcX0' already has an argument label public func glBlitFramebufferANGLE(srcX0 srcX0:GLint, srcY0:GLint, srcX1:GLint, srcY1:GLint, dstX0:GLint, dstY0:GLint, dstX1:GLint, dstY1:GLint, mask:GLbitfield, filter:GLenum) {glBlitFramebufferANGLE_P(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:474:34: warning: extraneous duplicate parameter name; 'srcX0' already has an argument label public func glBlitFramebufferEXT(srcX0 srcX0:GLint, srcY0:GLint, srcX1:GLint, srcY1:GLint, dstX0:GLint, dstY0:GLint, dstX1:GLint, dstY1:GLint, mask:GLbitfield, filter:GLenum) {glBlitFramebufferEXT_P(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:477:33: warning: extraneous duplicate parameter name; 'srcX0' already has an argument label public func glBlitFramebufferNV(srcX0 srcX0:GLint, srcY0:GLint, srcX1:GLint, srcY1:GLint, dstX0:GLint, dstY0:GLint, dstX1:GLint, dstY1:GLint, mask:GLbitfield, filter:GLenum) {glBlitFramebufferNV_P(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:480:36: warning: extraneous duplicate parameter name; 'readFramebuffer' already has an argument label public func glBlitNamedFramebuffer(readFramebuffer readFramebuffer:GLuint, drawFramebuffer:GLuint, srcX0:GLint, srcY0:GLint, srcX1:GLint, srcY1:GLint, dstX0:GLint, dstY0:GLint, dstX1:GLint, dstY1:GLint, mask:GLbitfield, filter:GLenum) {glBlitNamedFramebuffer_P(readFramebuffer, drawFramebuffer, srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter)} ^~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:483:36: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glBufferAddressRangeNV(pname pname:GLenum, index:GLuint, address:GLuint64EXT, length:GLsizeiptr) {glBufferAddressRangeNV_P(pname, index, address, length)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:486:26: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBufferData(target target:GLenum, size:GLsizeiptr, data:UnsafePointer, usage:GLenum) {glBufferData_P(target, size, data, usage)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:489:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBufferDataARB(target target:GLenum, size:GLsizeiptrARB, data:UnsafePointer, usage:GLenum) {glBufferDataARB_P(target, size, data, usage)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:492:39: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBufferPageCommitmentARB(target target:GLenum, offset:GLintptr, size:GLsizeiptr, commit:GLboolean) {glBufferPageCommitmentARB_P(target, offset, size, commit)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:495:37: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBufferParameteriAPPLE(target target:GLenum, pname:GLenum, param:GLint) {glBufferParameteriAPPLE_P(target, pname, param)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:498:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBufferStorage(target target:GLenum, size:GLsizeiptr, data:UnsafePointer, flags:GLbitfield) {glBufferStorage_P(target, size, data, flags)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:501:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBufferStorageEXT(target target:GLenum, size:GLsizeiptr, data:UnsafePointer, flags:GLbitfield) {glBufferStorageEXT_P(target, size, data, flags)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:504:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBufferSubData(target target:GLenum, offset:GLintptr, size:GLsizeiptr, data:UnsafePointer) {glBufferSubData_P(target, offset, size, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:507:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glBufferSubDataARB(target target:GLenum, offset:GLintptrARB, size:GLsizeiptrARB, data:UnsafePointer) {glBufferSubDataARB_P(target, offset, size, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:510:33: warning: extraneous duplicate parameter name; 'list' already has an argument label public func glCallCommandListNV(list list:GLuint) {glCallCommandListNV_P(list)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:513:24: warning: extraneous duplicate parameter name; 'list' already has an argument label public func glCallList(list list:GLuint) {glCallList_P(list)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:516:25: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glCallLists(n n:GLsizei, type:GLenum, lists:UnsafePointer) {glCallLists_P(n, type, lists)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:519:38: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCheckFramebufferStatus(target target:GLenum) -> GLenum {return glCheckFramebufferStatus_P(target)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:522:41: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCheckFramebufferStatusEXT(target target:GLenum) -> GLenum {return glCheckFramebufferStatusEXT_P(target)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:525:41: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCheckFramebufferStatusOES(target target:GLenum) -> GLenum {return glCheckFramebufferStatusOES_P(target)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:528:43: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glCheckNamedFramebufferStatus(framebuffer framebuffer:GLuint, target:GLenum) -> GLenum {return glCheckNamedFramebufferStatus_P(framebuffer, target)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:531:46: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glCheckNamedFramebufferStatusEXT(framebuffer framebuffer:GLuint, target:GLenum) -> GLenum {return glCheckNamedFramebufferStatusEXT_P(framebuffer, target)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:534:26: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glClampColor(target target:GLenum, clamp:GLenum) {glClampColor_P(target, clamp)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:537:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glClampColorARB(target target:GLenum, clamp:GLenum) {glClampColorARB_P(target, clamp)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:540:21: warning: extraneous duplicate parameter name; 'mask' already has an argument label public func glClear(mask mask:GLbitfield) {glClear_P(mask)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:543:26: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glClearAccum(red red:GLfloat, green:GLfloat, blue:GLfloat, alpha:GLfloat) {glClearAccum_P(red, green, blue, alpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:546:30: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glClearAccumxOES(red red:GLfixed, green:GLfixed, blue:GLfixed, alpha:GLfixed) {glClearAccumxOES_P(red, green, blue, alpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:549:31: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glClearBufferData(target target:GLenum, internalformat:GLenum, format:GLenum, type:GLenum, data:UnsafePointer) {glClearBufferData_P(target, internalformat, format, type, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:552:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glClearBufferSubData(target target:GLenum, internalformat:GLenum, offset:GLintptr, size:GLsizeiptr, format:GLenum, type:GLenum, data:UnsafePointer) {glClearBufferSubData_P(target, internalformat, offset, size, format, type, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:555:29: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glClearBufferfi(buffer buffer:GLenum, drawbuffer:GLint, depth:GLfloat, stencil:GLint) {glClearBufferfi_P(buffer, drawbuffer, depth, stencil)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:558:29: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glClearBufferfv(buffer buffer:GLenum, drawbuffer:GLint, value:UnsafePointer) {glClearBufferfv_P(buffer, drawbuffer, value)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:561:29: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glClearBufferiv(buffer buffer:GLenum, drawbuffer:GLint, value:UnsafePointer) {glClearBufferiv_P(buffer, drawbuffer, value)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:564:30: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glClearBufferuiv(buffer buffer:GLenum, drawbuffer:GLint, value:UnsafePointer) {glClearBufferuiv_P(buffer, drawbuffer, value)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:567:26: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glClearColor(red red:GLfloat, green:GLfloat, blue:GLfloat, alpha:GLfloat) {glClearColor_P(red, green, blue, alpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:570:31: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glClearColorIiEXT(red red:GLint, green:GLint, blue:GLint, alpha:GLint) {glClearColorIiEXT_P(red, green, blue, alpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:573:32: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glClearColorIuiEXT(red red:GLuint, green:GLuint, blue:GLuint, alpha:GLuint) {glClearColorIuiEXT_P(red, green, blue, alpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:576:27: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glClearColorx(red red:GLfixed, green:GLfixed, blue:GLfixed, alpha:GLfixed) {glClearColorx_P(red, green, blue, alpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:579:30: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glClearColorxOES(red red:GLfixed, green:GLfixed, blue:GLfixed, alpha:GLfixed) {glClearColorxOES_P(red, green, blue, alpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:582:26: warning: extraneous duplicate parameter name; 'depth' already has an argument label public func glClearDepth(depth depth:GLdouble) {glClearDepth_P(depth)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:585:29: warning: extraneous duplicate parameter name; 'depth' already has an argument label public func glClearDepthdNV(depth depth:GLdouble) {glClearDepthdNV_P(depth)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:588:27: warning: extraneous duplicate parameter name; 'd' already has an argument label public func glClearDepthf(d d:GLfloat) {glClearDepthf_P(d)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:591:30: warning: extraneous duplicate parameter name; 'depth' already has an argument label public func glClearDepthfOES(depth depth:GLclampf) {glClearDepthfOES_P(depth)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:594:27: warning: extraneous duplicate parameter name; 'depth' already has an argument label public func glClearDepthx(depth depth:GLfixed) {glClearDepthx_P(depth)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:597:30: warning: extraneous duplicate parameter name; 'depth' already has an argument label public func glClearDepthxOES(depth depth:GLfixed) {glClearDepthxOES_P(depth)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:600:26: warning: extraneous duplicate parameter name; 'c' already has an argument label public func glClearIndex(c c:GLfloat) {glClearIndex_P(c)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:603:36: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glClearNamedBufferData(buffer buffer:GLuint, internalformat:GLenum, format:GLenum, type:GLenum, data:UnsafePointer) {glClearNamedBufferData_P(buffer, internalformat, format, type, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:606:39: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glClearNamedBufferDataEXT(buffer buffer:GLuint, internalformat:GLenum, format:GLenum, type:GLenum, data:UnsafePointer) {glClearNamedBufferDataEXT_P(buffer, internalformat, format, type, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:609:39: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glClearNamedBufferSubData(buffer buffer:GLuint, internalformat:GLenum, offset:GLintptr, size:GLsizeiptr, format:GLenum, type:GLenum, data:UnsafePointer) {glClearNamedBufferSubData_P(buffer, internalformat, offset, size, format, type, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:612:42: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glClearNamedBufferSubDataEXT(buffer buffer:GLuint, internalformat:GLenum, offset:GLsizeiptr, size:GLsizeiptr, format:GLenum, type:GLenum, data:UnsafePointer) {glClearNamedBufferSubDataEXT_P(buffer, internalformat, offset, size, format, type, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:615:39: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glClearNamedFramebufferfi(framebuffer framebuffer:GLuint, buffer:GLenum, drawbuffer:GLint, depth:GLfloat, stencil:GLint) {glClearNamedFramebufferfi_P(framebuffer, buffer, drawbuffer, depth, stencil)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:618:39: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glClearNamedFramebufferfv(framebuffer framebuffer:GLuint, buffer:GLenum, drawbuffer:GLint, value:UnsafePointer) {glClearNamedFramebufferfv_P(framebuffer, buffer, drawbuffer, value)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:621:39: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glClearNamedFramebufferiv(framebuffer framebuffer:GLuint, buffer:GLenum, drawbuffer:GLint, value:UnsafePointer) {glClearNamedFramebufferiv_P(framebuffer, buffer, drawbuffer, value)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:624:40: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glClearNamedFramebufferuiv(framebuffer framebuffer:GLuint, buffer:GLenum, drawbuffer:GLint, value:UnsafePointer) {glClearNamedFramebufferuiv_P(framebuffer, buffer, drawbuffer, value)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:627:28: warning: extraneous duplicate parameter name; 's' already has an argument label public func glClearStencil(s s:GLint) {glClearStencil_P(s)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:630:29: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glClearTexImage(texture texture:GLuint, level:GLint, format:GLenum, type:GLenum, data:UnsafePointer) {glClearTexImage_P(texture, level, format, type, data)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:633:32: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glClearTexSubImage(texture texture:GLuint, level:GLint, xoffset:GLint, yoffset:GLint, zoffset:GLint, width:GLsizei, height:GLsizei, depth:GLsizei, format:GLenum, type:GLenum, data:UnsafePointer) {glClearTexSubImage_P(texture, level, xoffset, yoffset, zoffset, width, height, depth, format, type, data)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:636:35: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glClientActiveTexture(texture texture:GLenum) {glClientActiveTexture_P(texture)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:639:38: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glClientActiveTextureARB(texture texture:GLenum) {glClientActiveTextureARB_P(texture)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:642:43: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glClientActiveVertexStreamATI(stream stream:GLenum) {glClientActiveVertexStreamATI_P(stream)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:645:38: warning: extraneous duplicate parameter name; 'mask' already has an argument label public func glClientAttribDefaultEXT(mask mask:GLbitfield) {glClientAttribDefaultEXT_P(mask)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:648:30: warning: extraneous duplicate parameter name; 'sync' already has an argument label public func glClientWaitSync(sync sync:GLsync, flags:GLbitfield, timeout:GLuint64) -> GLenum {return glClientWaitSync_P(sync, flags, timeout)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:651:35: warning: extraneous duplicate parameter name; 'sync' already has an argument label public func glClientWaitSyncAPPLE(sync sync:GLsync, flags:GLbitfield, timeout:GLuint64) -> GLenum {return glClientWaitSyncAPPLE_P(sync, flags, timeout)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:654:27: warning: extraneous duplicate parameter name; 'origin' already has an argument label public func glClipControl(origin origin:GLenum, depth:GLenum) {glClipControl_P(origin, depth)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:657:25: warning: extraneous duplicate parameter name; 'plane' already has an argument label public func glClipPlane(plane plane:GLenum, equation:UnsafePointer) {glClipPlane_P(plane, equation)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:660:26: warning: extraneous duplicate parameter name; 'p' already has an argument label public func glClipPlanef(p p:GLenum, eqn:UnsafePointer) {glClipPlanef_P(p, eqn)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:663:29: warning: extraneous duplicate parameter name; 'p' already has an argument label public func glClipPlanefIMG(p p:GLenum, eqn:UnsafePointer) {glClipPlanefIMG_P(p, eqn)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:666:29: warning: extraneous duplicate parameter name; 'plane' already has an argument label public func glClipPlanefOES(plane plane:GLenum, equation:UnsafePointer) {glClipPlanefOES_P(plane, equation)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:669:26: warning: extraneous duplicate parameter name; 'plane' already has an argument label public func glClipPlanex(plane plane:GLenum, equation:UnsafePointer) {glClipPlanex_P(plane, equation)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:672:29: warning: extraneous duplicate parameter name; 'p' already has an argument label public func glClipPlanexIMG(p p:GLenum, eqn:UnsafePointer) {glClipPlanexIMG_P(p, eqn)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:675:29: warning: extraneous duplicate parameter name; 'plane' already has an argument label public func glClipPlanexOES(plane plane:GLenum, equation:UnsafePointer) {glClipPlanexOES_P(plane, equation)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:678:23: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glColor3b(red red:GLbyte, green:GLbyte, blue:GLbyte) {glColor3b_P(red, green, blue)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:681:24: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glColor3bv(v v:UnsafePointer) {glColor3bv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:684:23: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glColor3d(red red:GLdouble, green:GLdouble, blue:GLdouble) {glColor3d_P(red, green, blue)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:687:24: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glColor3dv(v v:UnsafePointer) {glColor3dv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:690:23: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glColor3f(red red:GLfloat, green:GLfloat, blue:GLfloat) {glColor3f_P(red, green, blue)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:693:34: warning: extraneous duplicate parameter name; 'r' already has an argument label public func glColor3fVertex3fSUN(r r:GLfloat, g:GLfloat, b:GLfloat, x:GLfloat, y:GLfloat, z:GLfloat) {glColor3fVertex3fSUN_P(r, g, b, x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:696:35: warning: extraneous duplicate parameter name; 'c' already has an argument label public func glColor3fVertex3fvSUN(c c:UnsafePointer, v:UnsafePointer) {glColor3fVertex3fvSUN_P(c, v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:699:24: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glColor3fv(v v:UnsafePointer) {glColor3fv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:702:25: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glColor3hNV(red red:GLhalfNV, green:GLhalfNV, blue:GLhalfNV) {glColor3hNV_P(red, green, blue)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:705:26: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glColor3hvNV(v v:UnsafePointer) {glColor3hvNV_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:708:23: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glColor3i(red red:GLint, green:GLint, blue:GLint) {glColor3i_P(red, green, blue)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:711:24: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glColor3iv(v v:UnsafePointer) {glColor3iv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:714:23: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glColor3s(red red:GLshort, green:GLshort, blue:GLshort) {glColor3s_P(red, green, blue)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:717:24: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glColor3sv(v v:UnsafePointer) {glColor3sv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:720:24: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glColor3ub(red red:GLubyte, green:GLubyte, blue:GLubyte) {glColor3ub_P(red, green, blue)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:723:25: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glColor3ubv(v v:UnsafePointer) {glColor3ubv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:726:24: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glColor3ui(red red:GLuint, green:GLuint, blue:GLuint) {glColor3ui_P(red, green, blue)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:729:25: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glColor3uiv(v v:UnsafePointer) {glColor3uiv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:732:24: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glColor3us(red red:GLushort, green:GLushort, blue:GLushort) {glColor3us_P(red, green, blue)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:735:25: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glColor3usv(v v:UnsafePointer) {glColor3usv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:738:26: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glColor3xOES(red red:GLfixed, green:GLfixed, blue:GLfixed) {glColor3xOES_P(red, green, blue)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:741:27: warning: extraneous duplicate parameter name; 'components' already has an argument label public func glColor3xvOES(components components:UnsafePointer) {glColor3xvOES_P(components)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:744:23: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glColor4b(red red:GLbyte, green:GLbyte, blue:GLbyte, alpha:GLbyte) {glColor4b_P(red, green, blue, alpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:747:24: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glColor4bv(v v:UnsafePointer) {glColor4bv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:750:23: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glColor4d(red red:GLdouble, green:GLdouble, blue:GLdouble, alpha:GLdouble) {glColor4d_P(red, green, blue, alpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:753:24: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glColor4dv(v v:UnsafePointer) {glColor4dv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:756:23: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glColor4f(red red:GLfloat, green:GLfloat, blue:GLfloat, alpha:GLfloat) {glColor4f_P(red, green, blue, alpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:759:42: warning: extraneous duplicate parameter name; 'r' already has an argument label public func glColor4fNormal3fVertex3fSUN(r r:GLfloat, g:GLfloat, b:GLfloat, a:GLfloat, nx:GLfloat, ny:GLfloat, nz:GLfloat, x:GLfloat, y:GLfloat, z:GLfloat) {glColor4fNormal3fVertex3fSUN_P(r, g, b, a, nx, ny, nz, x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:762:43: warning: extraneous duplicate parameter name; 'c' already has an argument label public func glColor4fNormal3fVertex3fvSUN(c c:UnsafePointer, n:UnsafePointer, v:UnsafePointer) {glColor4fNormal3fVertex3fvSUN_P(c, n, v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:765:24: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glColor4fv(v v:UnsafePointer) {glColor4fv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:768:25: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glColor4hNV(red red:GLhalfNV, green:GLhalfNV, blue:GLhalfNV, alpha:GLhalfNV) {glColor4hNV_P(red, green, blue, alpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:771:26: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glColor4hvNV(v v:UnsafePointer) {glColor4hvNV_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:774:23: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glColor4i(red red:GLint, green:GLint, blue:GLint, alpha:GLint) {glColor4i_P(red, green, blue, alpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:777:24: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glColor4iv(v v:UnsafePointer) {glColor4iv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:780:23: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glColor4s(red red:GLshort, green:GLshort, blue:GLshort, alpha:GLshort) {glColor4s_P(red, green, blue, alpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:783:24: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glColor4sv(v v:UnsafePointer) {glColor4sv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:786:24: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glColor4ub(red red:GLubyte, green:GLubyte, blue:GLubyte, alpha:GLubyte) {glColor4ub_P(red, green, blue, alpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:789:35: warning: extraneous duplicate parameter name; 'r' already has an argument label public func glColor4ubVertex2fSUN(r r:GLubyte, g:GLubyte, b:GLubyte, a:GLubyte, x:GLfloat, y:GLfloat) {glColor4ubVertex2fSUN_P(r, g, b, a, x, y)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:792:36: warning: extraneous duplicate parameter name; 'c' already has an argument label public func glColor4ubVertex2fvSUN(c c:UnsafePointer, v:UnsafePointer) {glColor4ubVertex2fvSUN_P(c, v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:795:35: warning: extraneous duplicate parameter name; 'r' already has an argument label public func glColor4ubVertex3fSUN(r r:GLubyte, g:GLubyte, b:GLubyte, a:GLubyte, x:GLfloat, y:GLfloat, z:GLfloat) {glColor4ubVertex3fSUN_P(r, g, b, a, x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:798:36: warning: extraneous duplicate parameter name; 'c' already has an argument label public func glColor4ubVertex3fvSUN(c c:UnsafePointer, v:UnsafePointer) {glColor4ubVertex3fvSUN_P(c, v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:801:25: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glColor4ubv(v v:UnsafePointer) {glColor4ubv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:804:24: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glColor4ui(red red:GLuint, green:GLuint, blue:GLuint, alpha:GLuint) {glColor4ui_P(red, green, blue, alpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:807:25: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glColor4uiv(v v:UnsafePointer) {glColor4uiv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:810:24: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glColor4us(red red:GLushort, green:GLushort, blue:GLushort, alpha:GLushort) {glColor4us_P(red, green, blue, alpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:813:25: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glColor4usv(v v:UnsafePointer) {glColor4usv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:816:23: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glColor4x(red red:GLfixed, green:GLfixed, blue:GLfixed, alpha:GLfixed) {glColor4x_P(red, green, blue, alpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:819:26: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glColor4xOES(red red:GLfixed, green:GLfixed, blue:GLfixed, alpha:GLfixed) {glColor4xOES_P(red, green, blue, alpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:822:27: warning: extraneous duplicate parameter name; 'components' already has an argument label public func glColor4xvOES(components components:UnsafePointer) {glColor4xvOES_P(components)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:825:29: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glColorFormatNV(size size:GLint, type:GLenum, stride:GLsizei) {glColorFormatNV_P(size, type, stride)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:828:35: warning: extraneous duplicate parameter name; 'op' already has an argument label public func glColorFragmentOp1ATI(op op:GLenum, dst:GLuint, dstMask:GLuint, dstMod:GLuint, arg1:GLuint, arg1Rep:GLuint, arg1Mod:GLuint) {glColorFragmentOp1ATI_P(op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:831:35: warning: extraneous duplicate parameter name; 'op' already has an argument label public func glColorFragmentOp2ATI(op op:GLenum, dst:GLuint, dstMask:GLuint, dstMod:GLuint, arg1:GLuint, arg1Rep:GLuint, arg1Mod:GLuint, arg2:GLuint, arg2Rep:GLuint, arg2Mod:GLuint) {glColorFragmentOp2ATI_P(op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2Mod)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:834:35: warning: extraneous duplicate parameter name; 'op' already has an argument label public func glColorFragmentOp3ATI(op op:GLenum, dst:GLuint, dstMask:GLuint, dstMod:GLuint, arg1:GLuint, arg1Rep:GLuint, arg1Mod:GLuint, arg2:GLuint, arg2Rep:GLuint, arg2Mod:GLuint, arg3:GLuint, arg3Rep:GLuint, arg3Mod:GLuint) {glColorFragmentOp3ATI_P(op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2Mod, arg3, arg3Rep, arg3Mod)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:837:25: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glColorMask(red red:GLboolean, green:GLboolean, blue:GLboolean, alpha:GLboolean) {glColorMask_P(red, green, blue, alpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:840:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glColorMaskIndexedEXT(index index:GLuint, r:GLboolean, g:GLboolean, b:GLboolean, a:GLboolean) {glColorMaskIndexedEXT_P(index, r, g, b, a)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:843:26: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glColorMaski(index index:GLuint, r:GLboolean, g:GLboolean, b:GLboolean, a:GLboolean) {glColorMaski_P(index, r, g, b, a)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:846:29: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glColorMaskiEXT(index index:GLuint, r:GLboolean, g:GLboolean, b:GLboolean, a:GLboolean) {glColorMaskiEXT_P(index, r, g, b, a)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:849:29: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glColorMaskiOES(index index:GLuint, r:GLboolean, g:GLboolean, b:GLboolean, a:GLboolean) {glColorMaskiOES_P(index, r, g, b, a)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:852:29: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glColorMaterial(face face:GLenum, mode:GLenum) {glColorMaterial_P(face, mode)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:855:25: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glColorP3ui(type type:GLenum, color:GLuint) {glColorP3ui_P(type, color)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:858:26: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glColorP3uiv(type type:GLenum, color:UnsafePointer) {glColorP3uiv_P(type, color)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:861:25: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glColorP4ui(type type:GLenum, color:GLuint) {glColorP4ui_P(type, color)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:864:26: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glColorP4uiv(type type:GLenum, color:UnsafePointer) {glColorP4uiv_P(type, color)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:867:28: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glColorPointer(size size:GLint, type:GLenum, stride:GLsizei, pointer:UnsafePointer) {glColorPointer_P(size, type, stride, pointer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:870:31: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glColorPointerEXT(size size:GLint, type:GLenum, stride:GLsizei, count:GLsizei, pointer:UnsafePointer) {glColorPointerEXT_P(size, type, stride, count, pointer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:873:35: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glColorPointerListIBM(size size:GLint, type:GLenum, stride:GLint, pointer:UnsafeMutablePointer>, ptrstride:GLint) {glColorPointerListIBM_P(size, type, stride, pointer, ptrstride)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:876:34: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glColorPointervINTEL(size size:GLint, type:GLenum, pointer:UnsafeMutablePointer>) {glColorPointervINTEL_P(size, type, pointer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:879:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glColorSubTable(target target:GLenum, start:GLsizei, count:GLsizei, format:GLenum, type:GLenum, data:UnsafePointer) {glColorSubTable_P(target, start, count, format, type, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:882:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glColorSubTableEXT(target target:GLenum, start:GLsizei, count:GLsizei, format:GLenum, type:GLenum, data:UnsafePointer) {glColorSubTableEXT_P(target, start, count, format, type, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:885:26: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glColorTable(target target:GLenum, internalformat:GLenum, width:GLsizei, format:GLenum, type:GLenum, table:UnsafePointer) {glColorTable_P(target, internalformat, width, format, type, table)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:888:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glColorTableEXT(target target:GLenum, internalFormat:GLenum, width:GLsizei, format:GLenum, type:GLenum, table:UnsafePointer) {glColorTableEXT_P(target, internalFormat, width, format, type, table)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:891:37: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glColorTableParameterfv(target target:GLenum, pname:GLenum, params:UnsafePointer) {glColorTableParameterfv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:894:40: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glColorTableParameterfvSGI(target target:GLenum, pname:GLenum, params:UnsafePointer) {glColorTableParameterfvSGI_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:897:37: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glColorTableParameteriv(target target:GLenum, pname:GLenum, params:UnsafePointer) {glColorTableParameteriv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:900:40: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glColorTableParameterivSGI(target target:GLenum, pname:GLenum, params:UnsafePointer) {glColorTableParameterivSGI_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:903:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glColorTableSGI(target target:GLenum, internalformat:GLenum, width:GLsizei, format:GLenum, type:GLenum, table:UnsafePointer) {glColorTableSGI_P(target, internalformat, width, format, type, table)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:906:31: warning: extraneous duplicate parameter name; 'stage' already has an argument label public func glCombinerInputNV(stage stage:GLenum, portion:GLenum, variable:GLenum, input:GLenum, mapping:GLenum, componentUsage:GLenum) {glCombinerInputNV_P(stage, portion, variable, input, mapping, componentUsage)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:909:32: warning: extraneous duplicate parameter name; 'stage' already has an argument label public func glCombinerOutputNV(stage stage:GLenum, portion:GLenum, abOutput:GLenum, cdOutput:GLenum, sumOutput:GLenum, scale:GLenum, bias:GLenum, abDotProduct:GLboolean, cdDotProduct:GLboolean, muxSum:GLboolean) {glCombinerOutputNV_P(stage, portion, abOutput, cdOutput, sumOutput, scale, bias, abDotProduct, cdDotProduct, muxSum)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:912:36: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glCombinerParameterfNV(pname pname:GLenum, param:GLfloat) {glCombinerParameterfNV_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:915:37: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glCombinerParameterfvNV(pname pname:GLenum, params:UnsafePointer) {glCombinerParameterfvNV_P(pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:918:36: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glCombinerParameteriNV(pname pname:GLenum, param:GLint) {glCombinerParameteriNV_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:921:37: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glCombinerParameterivNV(pname pname:GLenum, params:UnsafePointer) {glCombinerParameterivNV_P(pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:924:42: warning: extraneous duplicate parameter name; 'stage' already has an argument label public func glCombinerStageParameterfvNV(stage stage:GLenum, pname:GLenum, params:UnsafePointer) {glCombinerStageParameterfvNV_P(stage, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:927:37: warning: extraneous duplicate parameter name; 'list' already has an argument label public func glCommandListSegmentsNV(list list:GLuint, segments:GLuint) {glCommandListSegmentsNV_P(list, segments)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:930:36: warning: extraneous duplicate parameter name; 'list' already has an argument label public func glCompileCommandListNV(list list:GLuint) {glCompileCommandListNV_P(list)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:933:29: warning: extraneous duplicate parameter name; 'shader' already has an argument label public func glCompileShader(shader shader:GLuint) {glCompileShader_P(shader)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:936:32: warning: extraneous duplicate parameter name; 'shaderObj' already has an argument label public func glCompileShaderARB(shaderObj shaderObj:GLhandleARB) {glCompileShaderARB_P(shaderObj)} ^~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:939:39: warning: extraneous duplicate parameter name; 'shader' already has an argument label public func glCompileShaderIncludeARB(shader shader:GLuint, count:GLsizei, path:UnsafePointer>, length:UnsafePointer) {glCompileShaderIncludeARB_P(shader, count, path, length)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:942:44: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glCompressedMultiTexImage1DEXT(texunit texunit:GLenum, target:GLenum, level:GLint, internalformat:GLenum, width:GLsizei, border:GLint, imageSize:GLsizei, bits:UnsafePointer) {glCompressedMultiTexImage1DEXT_P(texunit, target, level, internalformat, width, border, imageSize, bits)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:945:44: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glCompressedMultiTexImage2DEXT(texunit texunit:GLenum, target:GLenum, level:GLint, internalformat:GLenum, width:GLsizei, height:GLsizei, border:GLint, imageSize:GLsizei, bits:UnsafePointer) {glCompressedMultiTexImage2DEXT_P(texunit, target, level, internalformat, width, height, border, imageSize, bits)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:948:44: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glCompressedMultiTexImage3DEXT(texunit texunit:GLenum, target:GLenum, level:GLint, internalformat:GLenum, width:GLsizei, height:GLsizei, depth:GLsizei, border:GLint, imageSize:GLsizei, bits:UnsafePointer) {glCompressedMultiTexImage3DEXT_P(texunit, target, level, internalformat, width, height, depth, border, imageSize, bits)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:951:47: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glCompressedMultiTexSubImage1DEXT(texunit texunit:GLenum, target:GLenum, level:GLint, xoffset:GLint, width:GLsizei, format:GLenum, imageSize:GLsizei, bits:UnsafePointer) {glCompressedMultiTexSubImage1DEXT_P(texunit, target, level, xoffset, width, format, imageSize, bits)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:954:47: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glCompressedMultiTexSubImage2DEXT(texunit texunit:GLenum, target:GLenum, level:GLint, xoffset:GLint, yoffset:GLint, width:GLsizei, height:GLsizei, format:GLenum, imageSize:GLsizei, bits:UnsafePointer) {glCompressedMultiTexSubImage2DEXT_P(texunit, target, level, xoffset, yoffset, width, height, format, imageSize, bits)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:957:47: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glCompressedMultiTexSubImage3DEXT(texunit texunit:GLenum, target:GLenum, level:GLint, xoffset:GLint, yoffset:GLint, zoffset:GLint, width:GLsizei, height:GLsizei, depth:GLsizei, format:GLenum, imageSize:GLsizei, bits:UnsafePointer) {glCompressedMultiTexSubImage3DEXT_P(texunit, target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, bits)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:960:36: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCompressedTexImage1D(target target:GLenum, level:GLint, internalformat:GLenum, width:GLsizei, border:GLint, imageSize:GLsizei, data:UnsafePointer) {glCompressedTexImage1D_P(target, level, internalformat, width, border, imageSize, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:963:39: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCompressedTexImage1DARB(target target:GLenum, level:GLint, internalformat:GLenum, width:GLsizei, border:GLint, imageSize:GLsizei, data:UnsafePointer) {glCompressedTexImage1DARB_P(target, level, internalformat, width, border, imageSize, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:966:36: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCompressedTexImage2D(target target:GLenum, level:GLint, internalformat:GLenum, width:GLsizei, height:GLsizei, border:GLint, imageSize:GLsizei, data:UnsafePointer) {glCompressedTexImage2D_P(target, level, internalformat, width, height, border, imageSize, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:969:39: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCompressedTexImage2DARB(target target:GLenum, level:GLint, internalformat:GLenum, width:GLsizei, height:GLsizei, border:GLint, imageSize:GLsizei, data:UnsafePointer) {glCompressedTexImage2DARB_P(target, level, internalformat, width, height, border, imageSize, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:972:36: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCompressedTexImage3D(target target:GLenum, level:GLint, internalformat:GLenum, width:GLsizei, height:GLsizei, depth:GLsizei, border:GLint, imageSize:GLsizei, data:UnsafePointer) {glCompressedTexImage3D_P(target, level, internalformat, width, height, depth, border, imageSize, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:975:39: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCompressedTexImage3DARB(target target:GLenum, level:GLint, internalformat:GLenum, width:GLsizei, height:GLsizei, depth:GLsizei, border:GLint, imageSize:GLsizei, data:UnsafePointer) {glCompressedTexImage3DARB_P(target, level, internalformat, width, height, depth, border, imageSize, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:978:39: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCompressedTexImage3DOES(target target:GLenum, level:GLint, internalformat:GLenum, width:GLsizei, height:GLsizei, depth:GLsizei, border:GLint, imageSize:GLsizei, data:UnsafePointer) {glCompressedTexImage3DOES_P(target, level, internalformat, width, height, depth, border, imageSize, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:981:39: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCompressedTexSubImage1D(target target:GLenum, level:GLint, xoffset:GLint, width:GLsizei, format:GLenum, imageSize:GLsizei, data:UnsafePointer) {glCompressedTexSubImage1D_P(target, level, xoffset, width, format, imageSize, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:984:42: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCompressedTexSubImage1DARB(target target:GLenum, level:GLint, xoffset:GLint, width:GLsizei, format:GLenum, imageSize:GLsizei, data:UnsafePointer) {glCompressedTexSubImage1DARB_P(target, level, xoffset, width, format, imageSize, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:987:39: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCompressedTexSubImage2D(target target:GLenum, level:GLint, xoffset:GLint, yoffset:GLint, width:GLsizei, height:GLsizei, format:GLenum, imageSize:GLsizei, data:UnsafePointer) {glCompressedTexSubImage2D_P(target, level, xoffset, yoffset, width, height, format, imageSize, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:990:42: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCompressedTexSubImage2DARB(target target:GLenum, level:GLint, xoffset:GLint, yoffset:GLint, width:GLsizei, height:GLsizei, format:GLenum, imageSize:GLsizei, data:UnsafePointer) {glCompressedTexSubImage2DARB_P(target, level, xoffset, yoffset, width, height, format, imageSize, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:993:39: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCompressedTexSubImage3D(target target:GLenum, level:GLint, xoffset:GLint, yoffset:GLint, zoffset:GLint, width:GLsizei, height:GLsizei, depth:GLsizei, format:GLenum, imageSize:GLsizei, data:UnsafePointer) {glCompressedTexSubImage3D_P(target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:996:42: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCompressedTexSubImage3DARB(target target:GLenum, level:GLint, xoffset:GLint, yoffset:GLint, zoffset:GLint, width:GLsizei, height:GLsizei, depth:GLsizei, format:GLenum, imageSize:GLsizei, data:UnsafePointer) {glCompressedTexSubImage3DARB_P(target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:999:42: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCompressedTexSubImage3DOES(target target:GLenum, level:GLint, xoffset:GLint, yoffset:GLint, zoffset:GLint, width:GLsizei, height:GLsizei, depth:GLsizei, format:GLenum, imageSize:GLsizei, data:UnsafePointer) {glCompressedTexSubImage3DOES_P(target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1002:43: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glCompressedTextureImage1DEXT(texture texture:GLuint, target:GLenum, level:GLint, internalformat:GLenum, width:GLsizei, border:GLint, imageSize:GLsizei, bits:UnsafePointer) {glCompressedTextureImage1DEXT_P(texture, target, level, internalformat, width, border, imageSize, bits)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1005:43: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glCompressedTextureImage2DEXT(texture texture:GLuint, target:GLenum, level:GLint, internalformat:GLenum, width:GLsizei, height:GLsizei, border:GLint, imageSize:GLsizei, bits:UnsafePointer) {glCompressedTextureImage2DEXT_P(texture, target, level, internalformat, width, height, border, imageSize, bits)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1008:43: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glCompressedTextureImage3DEXT(texture texture:GLuint, target:GLenum, level:GLint, internalformat:GLenum, width:GLsizei, height:GLsizei, depth:GLsizei, border:GLint, imageSize:GLsizei, bits:UnsafePointer) {glCompressedTextureImage3DEXT_P(texture, target, level, internalformat, width, height, depth, border, imageSize, bits)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1011:43: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glCompressedTextureSubImage1D(texture texture:GLuint, level:GLint, xoffset:GLint, width:GLsizei, format:GLenum, imageSize:GLsizei, data:UnsafePointer) {glCompressedTextureSubImage1D_P(texture, level, xoffset, width, format, imageSize, data)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1014:46: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glCompressedTextureSubImage1DEXT(texture texture:GLuint, target:GLenum, level:GLint, xoffset:GLint, width:GLsizei, format:GLenum, imageSize:GLsizei, bits:UnsafePointer) {glCompressedTextureSubImage1DEXT_P(texture, target, level, xoffset, width, format, imageSize, bits)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1017:43: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glCompressedTextureSubImage2D(texture texture:GLuint, level:GLint, xoffset:GLint, yoffset:GLint, width:GLsizei, height:GLsizei, format:GLenum, imageSize:GLsizei, data:UnsafePointer) {glCompressedTextureSubImage2D_P(texture, level, xoffset, yoffset, width, height, format, imageSize, data)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1020:46: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glCompressedTextureSubImage2DEXT(texture texture:GLuint, target:GLenum, level:GLint, xoffset:GLint, yoffset:GLint, width:GLsizei, height:GLsizei, format:GLenum, imageSize:GLsizei, bits:UnsafePointer) {glCompressedTextureSubImage2DEXT_P(texture, target, level, xoffset, yoffset, width, height, format, imageSize, bits)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1023:43: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glCompressedTextureSubImage3D(texture texture:GLuint, level:GLint, xoffset:GLint, yoffset:GLint, zoffset:GLint, width:GLsizei, height:GLsizei, depth:GLsizei, format:GLenum, imageSize:GLsizei, data:UnsafePointer) {glCompressedTextureSubImage3D_P(texture, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, data)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1026:46: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glCompressedTextureSubImage3DEXT(texture texture:GLuint, target:GLenum, level:GLint, xoffset:GLint, yoffset:GLint, zoffset:GLint, width:GLsizei, height:GLsizei, depth:GLsizei, format:GLenum, imageSize:GLsizei, bits:UnsafePointer) {glCompressedTextureSubImage3DEXT_P(texture, target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, bits)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1029:46: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glConservativeRasterParameterfNV(pname pname:GLenum, value:GLfloat) {glConservativeRasterParameterfNV_P(pname, value)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1032:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glConvolutionFilter1D(target target:GLenum, internalformat:GLenum, width:GLsizei, format:GLenum, type:GLenum, image:UnsafePointer) {glConvolutionFilter1D_P(target, internalformat, width, format, type, image)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1035:38: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glConvolutionFilter1DEXT(target target:GLenum, internalformat:GLenum, width:GLsizei, format:GLenum, type:GLenum, image:UnsafePointer) {glConvolutionFilter1DEXT_P(target, internalformat, width, format, type, image)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1038:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glConvolutionFilter2D(target target:GLenum, internalformat:GLenum, width:GLsizei, height:GLsizei, format:GLenum, type:GLenum, image:UnsafePointer) {glConvolutionFilter2D_P(target, internalformat, width, height, format, type, image)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1041:38: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glConvolutionFilter2DEXT(target target:GLenum, internalformat:GLenum, width:GLsizei, height:GLsizei, format:GLenum, type:GLenum, image:UnsafePointer) {glConvolutionFilter2DEXT_P(target, internalformat, width, height, format, type, image)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1044:37: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glConvolutionParameterf(target target:GLenum, pname:GLenum, params:GLfloat) {glConvolutionParameterf_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1047:40: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glConvolutionParameterfEXT(target target:GLenum, pname:GLenum, params:GLfloat) {glConvolutionParameterfEXT_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1050:38: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glConvolutionParameterfv(target target:GLenum, pname:GLenum, params:UnsafePointer) {glConvolutionParameterfv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1053:41: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glConvolutionParameterfvEXT(target target:GLenum, pname:GLenum, params:UnsafePointer) {glConvolutionParameterfvEXT_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1056:37: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glConvolutionParameteri(target target:GLenum, pname:GLenum, params:GLint) {glConvolutionParameteri_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1059:40: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glConvolutionParameteriEXT(target target:GLenum, pname:GLenum, params:GLint) {glConvolutionParameteriEXT_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1062:38: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glConvolutionParameteriv(target target:GLenum, pname:GLenum, params:UnsafePointer) {glConvolutionParameteriv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1065:41: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glConvolutionParameterivEXT(target target:GLenum, pname:GLenum, params:UnsafePointer) {glConvolutionParameterivEXT_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1068:40: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glConvolutionParameterxOES(target target:GLenum, pname:GLenum, param:GLfixed) {glConvolutionParameterxOES_P(target, pname, param)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1071:41: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glConvolutionParameterxvOES(target target:GLenum, pname:GLenum, params:UnsafePointer) {glConvolutionParameterxvOES_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1074:33: warning: extraneous duplicate parameter name; 'readTarget' already has an argument label public func glCopyBufferSubData(readTarget readTarget:GLenum, writeTarget:GLenum, readOffset:GLintptr, writeOffset:GLintptr, size:GLsizeiptr) {glCopyBufferSubData_P(readTarget, writeTarget, readOffset, writeOffset, size)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1077:35: warning: extraneous duplicate parameter name; 'readTarget' already has an argument label public func glCopyBufferSubDataNV(readTarget readTarget:GLenum, writeTarget:GLenum, readOffset:GLintptr, writeOffset:GLintptr, size:GLsizeiptr) {glCopyBufferSubDataNV_P(readTarget, writeTarget, readOffset, writeOffset, size)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1080:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCopyColorSubTable(target target:GLenum, start:GLsizei, x:GLint, y:GLint, width:GLsizei) {glCopyColorSubTable_P(target, start, x, y, width)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1083:36: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCopyColorSubTableEXT(target target:GLenum, start:GLsizei, x:GLint, y:GLint, width:GLsizei) {glCopyColorSubTableEXT_P(target, start, x, y, width)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1086:30: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCopyColorTable(target target:GLenum, internalformat:GLenum, x:GLint, y:GLint, width:GLsizei) {glCopyColorTable_P(target, internalformat, x, y, width)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1089:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCopyColorTableSGI(target target:GLenum, internalformat:GLenum, x:GLint, y:GLint, width:GLsizei) {glCopyColorTableSGI_P(target, internalformat, x, y, width)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1092:39: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCopyConvolutionFilter1D(target target:GLenum, internalformat:GLenum, x:GLint, y:GLint, width:GLsizei) {glCopyConvolutionFilter1D_P(target, internalformat, x, y, width)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1095:42: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCopyConvolutionFilter1DEXT(target target:GLenum, internalformat:GLenum, x:GLint, y:GLint, width:GLsizei) {glCopyConvolutionFilter1DEXT_P(target, internalformat, x, y, width)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1098:39: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCopyConvolutionFilter2D(target target:GLenum, internalformat:GLenum, x:GLint, y:GLint, width:GLsizei, height:GLsizei) {glCopyConvolutionFilter2D_P(target, internalformat, x, y, width, height)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1101:42: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCopyConvolutionFilter2DEXT(target target:GLenum, internalformat:GLenum, x:GLint, y:GLint, width:GLsizei, height:GLsizei) {glCopyConvolutionFilter2DEXT_P(target, internalformat, x, y, width, height)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1104:32: warning: extraneous duplicate parameter name; 'srcName' already has an argument label public func glCopyImageSubData(srcName srcName:GLuint, srcTarget:GLenum, srcLevel:GLint, srcX:GLint, srcY:GLint, srcZ:GLint, dstName:GLuint, dstTarget:GLenum, dstLevel:GLint, dstX:GLint, dstY:GLint, dstZ:GLint, srcWidth:GLsizei, srcHeight:GLsizei, srcDepth:GLsizei) {glCopyImageSubData_P(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1107:35: warning: extraneous duplicate parameter name; 'srcName' already has an argument label public func glCopyImageSubDataEXT(srcName srcName:GLuint, srcTarget:GLenum, srcLevel:GLint, srcX:GLint, srcY:GLint, srcZ:GLint, dstName:GLuint, dstTarget:GLenum, dstLevel:GLint, dstX:GLint, dstY:GLint, dstZ:GLint, srcWidth:GLsizei, srcHeight:GLsizei, srcDepth:GLsizei) {glCopyImageSubDataEXT_P(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1110:34: warning: extraneous duplicate parameter name; 'srcName' already has an argument label public func glCopyImageSubDataNV(srcName srcName:GLuint, srcTarget:GLenum, srcLevel:GLint, srcX:GLint, srcY:GLint, srcZ:GLint, dstName:GLuint, dstTarget:GLenum, dstLevel:GLint, dstX:GLint, dstY:GLint, dstZ:GLint, width:GLsizei, height:GLsizei, depth:GLsizei) {glCopyImageSubDataNV_P(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, width, height, depth)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1113:35: warning: extraneous duplicate parameter name; 'srcName' already has an argument label public func glCopyImageSubDataOES(srcName srcName:GLuint, srcTarget:GLenum, srcLevel:GLint, srcX:GLint, srcY:GLint, srcZ:GLint, dstName:GLuint, dstTarget:GLenum, dstLevel:GLint, dstX:GLint, dstY:GLint, dstZ:GLint, srcWidth:GLsizei, srcHeight:GLsizei, srcDepth:GLsizei) {glCopyImageSubDataOES_P(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1116:38: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glCopyMultiTexImage1DEXT(texunit texunit:GLenum, target:GLenum, level:GLint, internalformat:GLenum, x:GLint, y:GLint, width:GLsizei, border:GLint) {glCopyMultiTexImage1DEXT_P(texunit, target, level, internalformat, x, y, width, border)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1119:38: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glCopyMultiTexImage2DEXT(texunit texunit:GLenum, target:GLenum, level:GLint, internalformat:GLenum, x:GLint, y:GLint, width:GLsizei, height:GLsizei, border:GLint) {glCopyMultiTexImage2DEXT_P(texunit, target, level, internalformat, x, y, width, height, border)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1122:41: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glCopyMultiTexSubImage1DEXT(texunit texunit:GLenum, target:GLenum, level:GLint, xoffset:GLint, x:GLint, y:GLint, width:GLsizei) {glCopyMultiTexSubImage1DEXT_P(texunit, target, level, xoffset, x, y, width)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1125:41: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glCopyMultiTexSubImage2DEXT(texunit texunit:GLenum, target:GLenum, level:GLint, xoffset:GLint, yoffset:GLint, x:GLint, y:GLint, width:GLsizei, height:GLsizei) {glCopyMultiTexSubImage2DEXT_P(texunit, target, level, xoffset, yoffset, x, y, width, height)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1128:41: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glCopyMultiTexSubImage3DEXT(texunit texunit:GLenum, target:GLenum, level:GLint, xoffset:GLint, yoffset:GLint, zoffset:GLint, x:GLint, y:GLint, width:GLsizei, height:GLsizei) {glCopyMultiTexSubImage3DEXT_P(texunit, target, level, xoffset, yoffset, zoffset, x, y, width, height)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1131:38: warning: extraneous duplicate parameter name; 'readBuffer' already has an argument label public func glCopyNamedBufferSubData(readBuffer readBuffer:GLuint, writeBuffer:GLuint, readOffset:GLintptr, writeOffset:GLintptr, size:GLsizeiptr) {glCopyNamedBufferSubData_P(readBuffer, writeBuffer, readOffset, writeOffset, size)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1134:26: warning: extraneous duplicate parameter name; 'resultPath' already has an argument label public func glCopyPathNV(resultPath resultPath:GLuint, srcPath:GLuint) {glCopyPathNV_P(resultPath, srcPath)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1137:26: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glCopyPixels(x x:GLint, y:GLint, width:GLsizei, height:GLsizei, type:GLenum) {glCopyPixels_P(x, y, width, height, type)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1140:30: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCopyTexImage1D(target target:GLenum, level:GLint, internalformat:GLenum, x:GLint, y:GLint, width:GLsizei, border:GLint) {glCopyTexImage1D_P(target, level, internalformat, x, y, width, border)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1143:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCopyTexImage1DEXT(target target:GLenum, level:GLint, internalformat:GLenum, x:GLint, y:GLint, width:GLsizei, border:GLint) {glCopyTexImage1DEXT_P(target, level, internalformat, x, y, width, border)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1146:30: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCopyTexImage2D(target target:GLenum, level:GLint, internalformat:GLenum, x:GLint, y:GLint, width:GLsizei, height:GLsizei, border:GLint) {glCopyTexImage2D_P(target, level, internalformat, x, y, width, height, border)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1149:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCopyTexImage2DEXT(target target:GLenum, level:GLint, internalformat:GLenum, x:GLint, y:GLint, width:GLsizei, height:GLsizei, border:GLint) {glCopyTexImage2DEXT_P(target, level, internalformat, x, y, width, height, border)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1152:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCopyTexSubImage1D(target target:GLenum, level:GLint, xoffset:GLint, x:GLint, y:GLint, width:GLsizei) {glCopyTexSubImage1D_P(target, level, xoffset, x, y, width)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1155:36: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCopyTexSubImage1DEXT(target target:GLenum, level:GLint, xoffset:GLint, x:GLint, y:GLint, width:GLsizei) {glCopyTexSubImage1DEXT_P(target, level, xoffset, x, y, width)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1158:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCopyTexSubImage2D(target target:GLenum, level:GLint, xoffset:GLint, yoffset:GLint, x:GLint, y:GLint, width:GLsizei, height:GLsizei) {glCopyTexSubImage2D_P(target, level, xoffset, yoffset, x, y, width, height)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1161:36: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCopyTexSubImage2DEXT(target target:GLenum, level:GLint, xoffset:GLint, yoffset:GLint, x:GLint, y:GLint, width:GLsizei, height:GLsizei) {glCopyTexSubImage2DEXT_P(target, level, xoffset, yoffset, x, y, width, height)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1164:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCopyTexSubImage3D(target target:GLenum, level:GLint, xoffset:GLint, yoffset:GLint, zoffset:GLint, x:GLint, y:GLint, width:GLsizei, height:GLsizei) {glCopyTexSubImage3D_P(target, level, xoffset, yoffset, zoffset, x, y, width, height)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1167:36: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCopyTexSubImage3DEXT(target target:GLenum, level:GLint, xoffset:GLint, yoffset:GLint, zoffset:GLint, x:GLint, y:GLint, width:GLsizei, height:GLsizei) {glCopyTexSubImage3DEXT_P(target, level, xoffset, yoffset, zoffset, x, y, width, height)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1170:36: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCopyTexSubImage3DOES(target target:GLenum, level:GLint, xoffset:GLint, yoffset:GLint, zoffset:GLint, x:GLint, y:GLint, width:GLsizei, height:GLsizei) {glCopyTexSubImage3DOES_P(target, level, xoffset, yoffset, zoffset, x, y, width, height)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1173:37: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glCopyTextureImage1DEXT(texture texture:GLuint, target:GLenum, level:GLint, internalformat:GLenum, x:GLint, y:GLint, width:GLsizei, border:GLint) {glCopyTextureImage1DEXT_P(texture, target, level, internalformat, x, y, width, border)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1176:37: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glCopyTextureImage2DEXT(texture texture:GLuint, target:GLenum, level:GLint, internalformat:GLenum, x:GLint, y:GLint, width:GLsizei, height:GLsizei, border:GLint) {glCopyTextureImage2DEXT_P(texture, target, level, internalformat, x, y, width, height, border)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1179:38: warning: extraneous duplicate parameter name; 'destinationTexture' already has an argument label public func glCopyTextureLevelsAPPLE(destinationTexture destinationTexture:GLuint, sourceTexture:GLuint, sourceBaseLevel:GLint, sourceLevelCount:GLsizei) {glCopyTextureLevelsAPPLE_P(destinationTexture, sourceTexture, sourceBaseLevel, sourceLevelCount)} ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1182:37: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glCopyTextureSubImage1D(texture texture:GLuint, level:GLint, xoffset:GLint, x:GLint, y:GLint, width:GLsizei) {glCopyTextureSubImage1D_P(texture, level, xoffset, x, y, width)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1185:40: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glCopyTextureSubImage1DEXT(texture texture:GLuint, target:GLenum, level:GLint, xoffset:GLint, x:GLint, y:GLint, width:GLsizei) {glCopyTextureSubImage1DEXT_P(texture, target, level, xoffset, x, y, width)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1188:37: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glCopyTextureSubImage2D(texture texture:GLuint, level:GLint, xoffset:GLint, yoffset:GLint, x:GLint, y:GLint, width:GLsizei, height:GLsizei) {glCopyTextureSubImage2D_P(texture, level, xoffset, yoffset, x, y, width, height)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1191:40: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glCopyTextureSubImage2DEXT(texture texture:GLuint, target:GLenum, level:GLint, xoffset:GLint, yoffset:GLint, x:GLint, y:GLint, width:GLsizei, height:GLsizei) {glCopyTextureSubImage2DEXT_P(texture, target, level, xoffset, yoffset, x, y, width, height)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1194:37: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glCopyTextureSubImage3D(texture texture:GLuint, level:GLint, xoffset:GLint, yoffset:GLint, zoffset:GLint, x:GLint, y:GLint, width:GLsizei, height:GLsizei) {glCopyTextureSubImage3D_P(texture, level, xoffset, yoffset, zoffset, x, y, width, height)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1197:40: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glCopyTextureSubImage3DEXT(texture texture:GLuint, target:GLenum, level:GLint, xoffset:GLint, yoffset:GLint, zoffset:GLint, x:GLint, y:GLint, width:GLsizei, height:GLsizei) {glCopyTextureSubImage3DEXT_P(texture, target, level, xoffset, yoffset, zoffset, x, y, width, height)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1200:40: warning: extraneous duplicate parameter name; 'numPaths' already has an argument label public func glCoverFillPathInstancedNV(numPaths numPaths:GLsizei, pathNameType:GLenum, paths:UnsafePointer, pathBase:GLuint, coverMode:GLenum, transformType:GLenum, transformValues:UnsafePointer) {glCoverFillPathInstancedNV_P(numPaths, pathNameType, paths, pathBase, coverMode, transformType, transformValues)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1203:31: warning: extraneous duplicate parameter name; 'path' already has an argument label public func glCoverFillPathNV(path path:GLuint, coverMode:GLenum) {glCoverFillPathNV_P(path, coverMode)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1206:42: warning: extraneous duplicate parameter name; 'numPaths' already has an argument label public func glCoverStrokePathInstancedNV(numPaths numPaths:GLsizei, pathNameType:GLenum, paths:UnsafePointer, pathBase:GLuint, coverMode:GLenum, transformType:GLenum, transformValues:UnsafePointer) {glCoverStrokePathInstancedNV_P(numPaths, pathNameType, paths, pathBase, coverMode, transformType, transformValues)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1209:33: warning: extraneous duplicate parameter name; 'path' already has an argument label public func glCoverStrokePathNV(path path:GLuint, coverMode:GLenum) {glCoverStrokePathNV_P(path, coverMode)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1212:30: warning: extraneous duplicate parameter name; 'mask' already has an argument label public func glCoverageMaskNV(mask mask:GLboolean) {glCoverageMaskNV_P(mask)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1215:36: warning: extraneous duplicate parameter name; 'components' already has an argument label public func glCoverageModulationNV(components components:GLenum) {glCoverageModulationNV_P(components)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1218:41: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glCoverageModulationTableNV(n n:GLsizei, v:UnsafePointer) {glCoverageModulationTableNV_P(n, v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1221:35: warning: extraneous duplicate parameter name; 'operation' already has an argument label public func glCoverageOperationNV(operation operation:GLenum) {glCoverageOperationNV_P(operation)} ^~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1224:29: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glCreateBuffers(n n:GLsizei, buffers:UnsafeMutablePointer) {glCreateBuffers_P(n, buffers)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1227:36: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glCreateCommandListsNV(n n:GLsizei, lists:UnsafeMutablePointer) {glCreateCommandListsNV_P(n, lists)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1230:34: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glCreateFramebuffers(n n:GLsizei, framebuffers:UnsafeMutablePointer) {glCreateFramebuffers_P(n, framebuffers)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1233:36: warning: extraneous duplicate parameter name; 'queryId' already has an argument label public func glCreatePerfQueryINTEL(queryId queryId:GLuint, queryHandle:UnsafeMutablePointer) {glCreatePerfQueryINTEL_P(queryId, queryHandle)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1240:38: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glCreateProgramPipelines(n n:GLsizei, pipelines:UnsafeMutablePointer) {glCreateProgramPipelines_P(n, pipelines)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1243:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCreateQueries(target target:GLenum, n:GLsizei, ids:UnsafeMutablePointer) {glCreateQueries_P(target, n, ids)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1246:35: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glCreateRenderbuffers(n n:GLsizei, renderbuffers:UnsafeMutablePointer) {glCreateRenderbuffers_P(n, renderbuffers)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1249:30: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glCreateSamplers(n n:GLsizei, samplers:UnsafeMutablePointer) {glCreateSamplers_P(n, samplers)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1252:28: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glCreateShader(type type:GLenum) -> GLuint {return glCreateShader_P(type)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1255:37: warning: extraneous duplicate parameter name; 'shaderType' already has an argument label public func glCreateShaderObjectARB(shaderType shaderType:GLenum) -> GLhandleARB {return glCreateShaderObjectARB_P(shaderType)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1258:38: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glCreateShaderProgramEXT(type type:GLenum, string:UnsafePointer) -> GLuint {return glCreateShaderProgramEXT_P(type, string)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1261:36: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glCreateShaderProgramv(type type:GLenum, count:GLsizei, strings:UnsafePointer>) -> GLuint {return glCreateShaderProgramv_P(type, count, strings)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1264:39: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glCreateShaderProgramvEXT(type type:GLenum, count:GLsizei, strings:UnsafeMutablePointer>) -> GLuint {return glCreateShaderProgramvEXT_P(type, count, strings)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1267:30: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glCreateStatesNV(n n:GLsizei, states:UnsafeMutablePointer) {glCreateStatesNV_P(n, states)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1270:40: warning: extraneous duplicate parameter name; 'context' already has an argument label public func glCreateSyncFromCLeventARB(context context:COpaquePointer, event:COpaquePointer, flags:GLbitfield) -> GLsync {return glCreateSyncFromCLeventARB_P(context, event, flags)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1273:30: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glCreateTextures(target target:GLenum, n:GLsizei, textures:UnsafeMutablePointer) {glCreateTextures_P(target, n, textures)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1276:40: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glCreateTransformFeedbacks(n n:GLsizei, ids:UnsafeMutablePointer) {glCreateTransformFeedbacks_P(n, ids)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1279:34: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glCreateVertexArrays(n n:GLsizei, arrays:UnsafeMutablePointer) {glCreateVertexArrays_P(n, arrays)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1282:24: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glCullFace(mode mode:GLenum) {glCullFace_P(mode)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1285:34: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glCullParameterdvEXT(pname pname:GLenum, params:UnsafeMutablePointer) {glCullParameterdvEXT_P(pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1288:34: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glCullParameterfvEXT(pname pname:GLenum, params:UnsafeMutablePointer) {glCullParameterfvEXT_P(pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1291:39: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glCurrentPaletteMatrixARB(index index:GLint) {glCurrentPaletteMatrixARB_P(index)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1294:39: warning: extraneous duplicate parameter name; 'matrixpaletteindex' already has an argument label public func glCurrentPaletteMatrixOES(matrixpaletteindex matrixpaletteindex:GLuint) {glCurrentPaletteMatrixOES_P(matrixpaletteindex)} ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1297:36: warning: extraneous duplicate parameter name; 'callback' already has an argument label public func glDebugMessageCallback(callback callback:GLDEBUGPROC, userParam:UnsafePointer) {glDebugMessageCallback_P(callback, userParam)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1300:39: warning: extraneous duplicate parameter name; 'callback' already has an argument label public func glDebugMessageCallbackAMD(callback callback:GLDEBUGPROCAMD, userParam:UnsafeMutablePointer) {glDebugMessageCallbackAMD_P(callback, userParam)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1303:39: warning: extraneous duplicate parameter name; 'callback' already has an argument label public func glDebugMessageCallbackARB(callback callback:GLDEBUGPROCARB, userParam:UnsafePointer) {glDebugMessageCallbackARB_P(callback, userParam)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1306:39: warning: extraneous duplicate parameter name; 'callback' already has an argument label public func glDebugMessageCallbackKHR(callback callback:GLDEBUGPROCKHR, userParam:UnsafePointer) {glDebugMessageCallbackKHR_P(callback, userParam)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1309:35: warning: extraneous duplicate parameter name; 'source' already has an argument label public func glDebugMessageControl(source source:GLenum, type:GLenum, severity:GLenum, count:GLsizei, ids:UnsafePointer, enabled:GLboolean) {glDebugMessageControl_P(source, type, severity, count, ids, enabled)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1312:38: warning: extraneous duplicate parameter name; 'source' already has an argument label public func glDebugMessageControlARB(source source:GLenum, type:GLenum, severity:GLenum, count:GLsizei, ids:UnsafePointer, enabled:GLboolean) {glDebugMessageControlARB_P(source, type, severity, count, ids, enabled)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1315:38: warning: extraneous duplicate parameter name; 'source' already has an argument label public func glDebugMessageControlKHR(source source:GLenum, type:GLenum, severity:GLenum, count:GLsizei, ids:UnsafePointer, enabled:GLboolean) {glDebugMessageControlKHR_P(source, type, severity, count, ids, enabled)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1318:37: warning: extraneous duplicate parameter name; 'category' already has an argument label public func glDebugMessageEnableAMD(category category:GLenum, severity:GLenum, count:GLsizei, ids:UnsafePointer, enabled:GLboolean) {glDebugMessageEnableAMD_P(category, severity, count, ids, enabled)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1321:34: warning: extraneous duplicate parameter name; 'source' already has an argument label public func glDebugMessageInsert(source source:GLenum, type:GLenum, id:GLuint, severity:GLenum, length:GLsizei, buf:UnsafePointer) {glDebugMessageInsert_P(source, type, id, severity, length, buf)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1324:37: warning: extraneous duplicate parameter name; 'category' already has an argument label public func glDebugMessageInsertAMD(category category:GLenum, severity:GLenum, id:GLuint, length:GLsizei, buf:UnsafePointer) {glDebugMessageInsertAMD_P(category, severity, id, length, buf)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1327:37: warning: extraneous duplicate parameter name; 'source' already has an argument label public func glDebugMessageInsertARB(source source:GLenum, type:GLenum, id:GLuint, severity:GLenum, length:GLsizei, buf:UnsafePointer) {glDebugMessageInsertARB_P(source, type, id, severity, length, buf)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1330:37: warning: extraneous duplicate parameter name; 'source' already has an argument label public func glDebugMessageInsertKHR(source source:GLenum, type:GLenum, id:GLuint, severity:GLenum, length:GLsizei, buf:UnsafePointer) {glDebugMessageInsertKHR_P(source, type, id, severity, length, buf)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1333:26: warning: extraneous duplicate parameter name; 'mask' already has an argument label public func glDeformSGIX(mask mask:GLbitfield) {glDeformSGIX_P(mask)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1336:36: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glDeformationMap3dSGIX(target target:GLenum, u1:GLdouble, u2:GLdouble, ustride:GLint, uorder:GLint, v1:GLdouble, v2:GLdouble, vstride:GLint, vorder:GLint, w1:GLdouble, w2:GLdouble, wstride:GLint, worder:GLint, points:UnsafePointer) {glDeformationMap3dSGIX_P(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, w1, w2, wstride, worder, points)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1339:36: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glDeformationMap3fSGIX(target target:GLenum, u1:GLfloat, u2:GLfloat, ustride:GLint, uorder:GLint, v1:GLfloat, v2:GLfloat, vstride:GLint, vorder:GLint, w1:GLfloat, w2:GLfloat, wstride:GLint, worder:GLint, points:UnsafePointer) {glDeformationMap3fSGIX_P(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, w1, w2, wstride, worder, points)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1342:38: warning: extraneous duplicate parameter name; 'marker' already has an argument label public func glDeleteAsyncMarkersSGIX(marker marker:GLuint, range:GLsizei) {glDeleteAsyncMarkersSGIX_P(marker, range)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1345:29: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDeleteBuffers(n n:GLsizei, buffers:UnsafePointer) {glDeleteBuffers_P(n, buffers)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1348:32: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDeleteBuffersARB(n n:GLsizei, buffers:UnsafePointer) {glDeleteBuffersARB_P(n, buffers)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1351:36: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDeleteCommandListsNV(n n:GLsizei, lists:UnsafePointer) {glDeleteCommandListsNV_P(n, lists)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1354:33: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDeleteFencesAPPLE(n n:GLsizei, fences:UnsafePointer) {glDeleteFencesAPPLE_P(n, fences)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1357:30: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDeleteFencesNV(n n:GLsizei, fences:UnsafePointer) {glDeleteFencesNV_P(n, fences)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1360:39: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glDeleteFragmentShaderATI(id id:GLuint) {glDeleteFragmentShaderATI_P(id)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1363:34: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDeleteFramebuffers(n n:GLsizei, framebuffers:UnsafePointer) {glDeleteFramebuffers_P(n, framebuffers)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1366:37: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDeleteFramebuffersEXT(n n:GLsizei, framebuffers:UnsafePointer) {glDeleteFramebuffersEXT_P(n, framebuffers)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1369:37: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDeleteFramebuffersOES(n n:GLsizei, framebuffers:UnsafePointer) {glDeleteFramebuffersOES_P(n, framebuffers)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1372:27: warning: extraneous duplicate parameter name; 'list' already has an argument label public func glDeleteLists(list list:GLuint, range:GLsizei) {glDeleteLists_P(list, range)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1375:36: warning: extraneous duplicate parameter name; 'namelen' already has an argument label public func glDeleteNamedStringARB(namelen namelen:GLint, name:UnsafePointer) {glDeleteNamedStringARB_P(namelen, name)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1378:30: warning: extraneous duplicate parameter name; 'identifier' already has an argument label public func glDeleteNamesAMD(identifier identifier:GLenum, num:GLuint, names:UnsafePointer) {glDeleteNamesAMD_P(identifier, num, names)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1381:31: warning: extraneous duplicate parameter name; 'obj' already has an argument label public func glDeleteObjectARB(obj obj:GLhandleARB) {glDeleteObjectARB_P(obj)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1384:40: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDeleteOcclusionQueriesNV(n n:GLsizei, ids:UnsafePointer) {glDeleteOcclusionQueriesNV_P(n, ids)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1387:29: warning: extraneous duplicate parameter name; 'path' already has an argument label public func glDeletePathsNV(path path:GLuint, range:GLsizei) {glDeletePathsNV_P(path, range)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1390:37: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDeletePerfMonitorsAMD(n n:GLsizei, monitors:UnsafeMutablePointer) {glDeletePerfMonitorsAMD_P(n, monitors)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1393:36: warning: extraneous duplicate parameter name; 'queryHandle' already has an argument label public func glDeletePerfQueryINTEL(queryHandle queryHandle:GLuint) {glDeletePerfQueryINTEL_P(queryHandle)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1396:29: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glDeleteProgram(program program:GLuint) {glDeleteProgram_P(program)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1399:38: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDeleteProgramPipelines(n n:GLsizei, pipelines:UnsafePointer) {glDeleteProgramPipelines_P(n, pipelines)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1402:41: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDeleteProgramPipelinesEXT(n n:GLsizei, pipelines:UnsafePointer) {glDeleteProgramPipelinesEXT_P(n, pipelines)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1405:33: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDeleteProgramsARB(n n:GLsizei, programs:UnsafePointer) {glDeleteProgramsARB_P(n, programs)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1408:32: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDeleteProgramsNV(n n:GLsizei, programs:UnsafePointer) {glDeleteProgramsNV_P(n, programs)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1411:29: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDeleteQueries(n n:GLsizei, ids:UnsafePointer) {glDeleteQueries_P(n, ids)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1414:32: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDeleteQueriesARB(n n:GLsizei, ids:UnsafePointer) {glDeleteQueriesARB_P(n, ids)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1417:32: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDeleteQueriesEXT(n n:GLsizei, ids:UnsafePointer) {glDeleteQueriesEXT_P(n, ids)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1420:35: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDeleteRenderbuffers(n n:GLsizei, renderbuffers:UnsafePointer) {glDeleteRenderbuffers_P(n, renderbuffers)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1423:38: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDeleteRenderbuffersEXT(n n:GLsizei, renderbuffers:UnsafePointer) {glDeleteRenderbuffersEXT_P(n, renderbuffers)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1426:38: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDeleteRenderbuffersOES(n n:GLsizei, renderbuffers:UnsafePointer) {glDeleteRenderbuffersOES_P(n, renderbuffers)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1429:30: warning: extraneous duplicate parameter name; 'count' already has an argument label public func glDeleteSamplers(count count:GLsizei, samplers:UnsafePointer) {glDeleteSamplers_P(count, samplers)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1432:28: warning: extraneous duplicate parameter name; 'shader' already has an argument label public func glDeleteShader(shader shader:GLuint) {glDeleteShader_P(shader)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1435:30: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDeleteStatesNV(n n:GLsizei, states:UnsafePointer) {glDeleteStatesNV_P(n, states)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1438:26: warning: extraneous duplicate parameter name; 'sync' already has an argument label public func glDeleteSync(sync sync:GLsync) {glDeleteSync_P(sync)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1441:31: warning: extraneous duplicate parameter name; 'sync' already has an argument label public func glDeleteSyncAPPLE(sync sync:GLsync) {glDeleteSyncAPPLE_P(sync)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1444:30: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDeleteTextures(n n:GLsizei, textures:UnsafePointer) {glDeleteTextures_P(n, textures)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1447:33: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDeleteTexturesEXT(n n:GLsizei, textures:UnsafePointer) {glDeleteTexturesEXT_P(n, textures)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1450:40: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDeleteTransformFeedbacks(n n:GLsizei, ids:UnsafePointer) {glDeleteTransformFeedbacks_P(n, ids)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1453:42: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDeleteTransformFeedbacksNV(n n:GLsizei, ids:UnsafePointer) {glDeleteTransformFeedbacksNV_P(n, ids)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1456:34: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDeleteVertexArrays(n n:GLsizei, arrays:UnsafePointer) {glDeleteVertexArrays_P(n, arrays)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1459:39: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDeleteVertexArraysAPPLE(n n:GLsizei, arrays:UnsafePointer) {glDeleteVertexArraysAPPLE_P(n, arrays)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1462:37: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDeleteVertexArraysOES(n n:GLsizei, arrays:UnsafePointer) {glDeleteVertexArraysOES_P(n, arrays)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1465:37: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glDeleteVertexShaderEXT(id id:GLuint) {glDeleteVertexShaderEXT_P(id)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1468:30: warning: extraneous duplicate parameter name; 'zmin' already has an argument label public func glDepthBoundsEXT(zmin zmin:GLclampd, zmax:GLclampd) {glDepthBoundsEXT_P(zmin, zmax)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1471:30: warning: extraneous duplicate parameter name; 'zmin' already has an argument label public func glDepthBoundsdNV(zmin zmin:GLdouble, zmax:GLdouble) {glDepthBoundsdNV_P(zmin, zmax)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1474:25: warning: extraneous duplicate parameter name; 'fn' already has an argument label public func glDepthFunc(fn fn:GLenum) {glDepthFunc_P(fn)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1477:25: warning: extraneous duplicate parameter name; 'flag' already has an argument label public func glDepthMask(flag flag:GLboolean) {glDepthMask_P(flag)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1480:26: warning: extraneous duplicate parameter name; 'near' already has an argument label public func glDepthRange(near near:GLdouble, far:GLdouble) {glDepthRange_P(near, far)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1483:35: warning: extraneous duplicate parameter name; 'first' already has an argument label public func glDepthRangeArrayfvNV(first first:GLuint, count:GLsizei, v:UnsafePointer) {glDepthRangeArrayfvNV_P(first, count, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1486:32: warning: extraneous duplicate parameter name; 'first' already has an argument label public func glDepthRangeArrayv(first first:GLuint, count:GLsizei, v:UnsafePointer) {glDepthRangeArrayv_P(first, count, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1489:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glDepthRangeIndexed(index index:GLuint, n:GLdouble, f:GLdouble) {glDepthRangeIndexed_P(index, n, f)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1492:36: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glDepthRangeIndexedfNV(index index:GLuint, n:GLfloat, f:GLfloat) {glDepthRangeIndexedfNV_P(index, n, f)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1495:29: warning: extraneous duplicate parameter name; 'zNear' already has an argument label public func glDepthRangedNV(zNear zNear:GLdouble, zFar:GLdouble) {glDepthRangedNV_P(zNear, zFar)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1498:27: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDepthRangef(n n:GLfloat, f:GLfloat) {glDepthRangef_P(n, f)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1501:30: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDepthRangefOES(n n:GLclampf, f:GLclampf) {glDepthRangefOES_P(n, f)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1504:27: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDepthRangex(n n:GLfixed, f:GLfixed) {glDepthRangex_P(n, f)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1507:30: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDepthRangexOES(n n:GLfixed, f:GLfixed) {glDepthRangexOES_P(n, f)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1510:31: warning: extraneous duplicate parameter name; 'containerObj' already has an argument label public func glDetachObjectARB(containerObj containerObj:GLhandleARB, attachedObj:GLhandleARB) {glDetachObjectARB_P(containerObj, attachedObj)} ^~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1513:28: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glDetachShader(program program:GLuint, shader:GLuint) {glDetachShader_P(program, shader)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1516:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glDetailTexFuncSGIS(target target:GLenum, n:GLsizei, points:UnsafePointer) {glDetailTexFuncSGIS_P(target, n, points)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1519:23: warning: extraneous duplicate parameter name; 'cap' already has an argument label public func glDisable(cap cap:GLenum) {glDisable_P(cap)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1522:34: warning: extraneous duplicate parameter name; 'array' already has an argument label public func glDisableClientState(array array:GLenum) {glDisableClientState_P(array)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1525:44: warning: extraneous duplicate parameter name; 'array' already has an argument label public func glDisableClientStateIndexedEXT(array array:GLenum, index:GLuint) {glDisableClientStateIndexedEXT_P(array, index)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1528:38: warning: extraneous duplicate parameter name; 'array' already has an argument label public func glDisableClientStateiEXT(array array:GLenum, index:GLuint) {glDisableClientStateiEXT_P(array, index)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1531:40: warning: extraneous duplicate parameter name; 'driverControl' already has an argument label public func glDisableDriverControlQCOM(driverControl driverControl:GLuint) {glDisableDriverControlQCOM_P(driverControl)} ^~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1534:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glDisableIndexedEXT(target target:GLenum, index:GLuint) {glDisableIndexedEXT_P(target, index)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1537:44: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glDisableVariantClientStateEXT(id id:GLuint) {glDisableVariantClientStateEXT_P(id)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1540:40: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glDisableVertexArrayAttrib(vaobj vaobj:GLuint, index:GLuint) {glDisableVertexArrayAttrib_P(vaobj, index)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1543:43: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glDisableVertexArrayAttribEXT(vaobj vaobj:GLuint, index:GLuint) {glDisableVertexArrayAttribEXT_P(vaobj, index)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1546:37: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glDisableVertexArrayEXT(vaobj vaobj:GLuint, array:GLenum) {glDisableVertexArrayEXT_P(vaobj, array)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1549:40: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glDisableVertexAttribAPPLE(index index:GLuint, pname:GLenum) {glDisableVertexAttribAPPLE_P(index, pname)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1552:40: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glDisableVertexAttribArray(index index:GLuint) {glDisableVertexAttribArray_P(index)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1555:43: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glDisableVertexAttribArrayARB(index index:GLuint) {glDisableVertexAttribArrayARB_P(index)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1558:24: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glDisablei(target target:GLenum, index:GLuint) {glDisablei_P(target, index)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1561:27: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glDisableiEXT(target target:GLenum, index:GLuint) {glDisableiEXT_P(target, index)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1564:26: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glDisableiNV(target target:GLenum, index:GLuint) {glDisableiNV_P(target, index)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1567:27: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glDisableiOES(target target:GLenum, index:GLuint) {glDisableiOES_P(target, index)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1570:37: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glDiscardFramebufferEXT(target target:GLenum, numAttachments:GLsizei, attachments:UnsafePointer) {glDiscardFramebufferEXT_P(target, numAttachments, attachments)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1573:31: warning: extraneous duplicate parameter name; 'num_groups_x' already has an argument label public func glDispatchCompute(num_groups_x num_groups_x:GLuint, num_groups_y:GLuint, num_groups_z:GLuint) {glDispatchCompute_P(num_groups_x, num_groups_y, num_groups_z)} ^~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1576:43: warning: extraneous duplicate parameter name; 'num_groups_x' already has an argument label public func glDispatchComputeGroupSizeARB(num_groups_x num_groups_x:GLuint, num_groups_y:GLuint, num_groups_z:GLuint, group_size_x:GLuint, group_size_y:GLuint, group_size_z:GLuint) {glDispatchComputeGroupSizeARB_P(num_groups_x, num_groups_y, num_groups_z, group_size_x, group_size_y, group_size_z)} ^~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1579:39: warning: extraneous duplicate parameter name; 'indirect' already has an argument label public func glDispatchComputeIndirect(indirect indirect:GLintptr) {glDispatchComputeIndirect_P(indirect)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1582:26: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawArrays(mode mode:GLenum, first:GLint, count:GLsizei) {glDrawArrays_P(mode, first, count)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1585:29: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawArraysEXT(mode mode:GLenum, first:GLint, count:GLsizei) {glDrawArraysEXT_P(mode, first, count)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1588:34: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawArraysIndirect(mode mode:GLenum, indirect:UnsafePointer) {glDrawArraysIndirect_P(mode, indirect)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1591:35: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawArraysInstanced(mode mode:GLenum, first:GLint, count:GLsizei, instancecount:GLsizei) {glDrawArraysInstanced_P(mode, first, count, instancecount)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1594:40: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawArraysInstancedANGLE(mode mode:GLenum, first:GLint, count:GLsizei, primcount:GLsizei) {glDrawArraysInstancedANGLE_P(mode, first, count, primcount)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1597:38: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawArraysInstancedARB(mode mode:GLenum, first:GLint, count:GLsizei, primcount:GLsizei) {glDrawArraysInstancedARB_P(mode, first, count, primcount)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1600:47: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawArraysInstancedBaseInstance(mode mode:GLenum, first:GLint, count:GLsizei, instancecount:GLsizei, baseinstance:GLuint) {glDrawArraysInstancedBaseInstance_P(mode, first, count, instancecount, baseinstance)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1603:50: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawArraysInstancedBaseInstanceEXT(mode mode:GLenum, first:GLint, count:GLsizei, instancecount:GLsizei, baseinstance:GLuint) {glDrawArraysInstancedBaseInstanceEXT_P(mode, first, count, instancecount, baseinstance)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1606:38: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawArraysInstancedEXT(mode mode:GLenum, start:GLint, count:GLsizei, primcount:GLsizei) {glDrawArraysInstancedEXT_P(mode, start, count, primcount)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1609:37: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawArraysInstancedNV(mode mode:GLenum, first:GLint, count:GLsizei, primcount:GLsizei) {glDrawArraysInstancedNV_P(mode, first, count, primcount)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1612:26: warning: extraneous duplicate parameter name; 'buf' already has an argument label public func glDrawBuffer(buf buf:GLenum) {glDrawBuffer_P(buf)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1615:27: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDrawBuffers(n n:GLsizei, bufs:UnsafePointer) {glDrawBuffers_P(n, bufs)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1618:30: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDrawBuffersARB(n n:GLsizei, bufs:UnsafePointer) {glDrawBuffersARB_P(n, bufs)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1621:30: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDrawBuffersATI(n n:GLsizei, bufs:UnsafePointer) {glDrawBuffersATI_P(n, bufs)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1624:30: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDrawBuffersEXT(n n:GLsizei, bufs:UnsafePointer) {glDrawBuffersEXT_P(n, bufs)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1627:37: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDrawBuffersIndexedEXT(n n:GLint, location:UnsafePointer, indices:UnsafePointer) {glDrawBuffersIndexedEXT_P(n, location, indices)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1630:29: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glDrawBuffersNV(n n:GLsizei, bufs:UnsafePointer) {glDrawBuffersNV_P(n, bufs)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1633:37: warning: extraneous duplicate parameter name; 'primitiveMode' already has an argument label public func glDrawCommandsAddressNV(primitiveMode primitiveMode:GLenum, indirects:UnsafePointer, sizes:UnsafePointer, count:GLuint) {glDrawCommandsAddressNV_P(primitiveMode, indirects, sizes, count)} ^~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1636:30: warning: extraneous duplicate parameter name; 'primitiveMode' already has an argument label public func glDrawCommandsNV(primitiveMode primitiveMode:GLenum, buffer:GLuint, indirects:UnsafePointer, sizes:UnsafePointer, count:GLuint) {glDrawCommandsNV_P(primitiveMode, buffer, indirects, sizes, count)} ^~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1639:43: warning: extraneous duplicate parameter name; 'indirects' already has an argument label public func glDrawCommandsStatesAddressNV(indirects indirects:UnsafePointer, sizes:UnsafePointer, states:UnsafePointer, fbos:UnsafePointer, count:GLuint) {glDrawCommandsStatesAddressNV_P(indirects, sizes, states, fbos, count)} ^~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1642:36: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glDrawCommandsStatesNV(buffer buffer:GLuint, indirects:UnsafePointer, sizes:UnsafePointer, states:UnsafePointer, fbos:UnsafePointer, count:GLuint) {glDrawCommandsStatesNV_P(buffer, indirects, sizes, states, fbos, count)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1645:37: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawElementArrayAPPLE(mode mode:GLenum, first:GLint, count:GLsizei) {glDrawElementArrayAPPLE_P(mode, first, count)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1648:35: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawElementArrayATI(mode mode:GLenum, count:GLsizei) {glDrawElementArrayATI_P(mode, count)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1651:28: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawElements(mode mode:GLenum, count:GLsizei, type:GLenum, indices:UnsafePointer) {glDrawElements_P(mode, count, type, indices)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1654:38: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawElementsBaseVertex(mode mode:GLenum, count:GLsizei, type:GLenum, indices:UnsafePointer, basevertex:GLint) {glDrawElementsBaseVertex_P(mode, count, type, indices, basevertex)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1657:41: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawElementsBaseVertexEXT(mode mode:GLenum, count:GLsizei, type:GLenum, indices:UnsafePointer, basevertex:GLint) {glDrawElementsBaseVertexEXT_P(mode, count, type, indices, basevertex)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1660:41: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawElementsBaseVertexOES(mode mode:GLenum, count:GLsizei, type:GLenum, indices:UnsafePointer, basevertex:GLint) {glDrawElementsBaseVertexOES_P(mode, count, type, indices, basevertex)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1663:36: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawElementsIndirect(mode mode:GLenum, type:GLenum, indirect:UnsafePointer) {glDrawElementsIndirect_P(mode, type, indirect)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1666:37: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawElementsInstanced(mode mode:GLenum, count:GLsizei, type:GLenum, indices:UnsafePointer, instancecount:GLsizei) {glDrawElementsInstanced_P(mode, count, type, indices, instancecount)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1669:42: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawElementsInstancedANGLE(mode mode:GLenum, count:GLsizei, type:GLenum, indices:UnsafePointer, primcount:GLsizei) {glDrawElementsInstancedANGLE_P(mode, count, type, indices, primcount)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1672:40: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawElementsInstancedARB(mode mode:GLenum, count:GLsizei, type:GLenum, indices:UnsafePointer, primcount:GLsizei) {glDrawElementsInstancedARB_P(mode, count, type, indices, primcount)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1675:49: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawElementsInstancedBaseInstance(mode mode:GLenum, count:GLsizei, type:GLenum, indices:UnsafePointer, instancecount:GLsizei, baseinstance:GLuint) {glDrawElementsInstancedBaseInstance_P(mode, count, type, indices, instancecount, baseinstance)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1678:52: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawElementsInstancedBaseInstanceEXT(mode mode:GLenum, count:GLsizei, type:GLenum, indices:UnsafePointer, instancecount:GLsizei, baseinstance:GLuint) {glDrawElementsInstancedBaseInstanceEXT_P(mode, count, type, indices, instancecount, baseinstance)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1681:47: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawElementsInstancedBaseVertex(mode mode:GLenum, count:GLsizei, type:GLenum, indices:UnsafePointer, instancecount:GLsizei, basevertex:GLint) {glDrawElementsInstancedBaseVertex_P(mode, count, type, indices, instancecount, basevertex)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1684:59: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawElementsInstancedBaseVertexBaseInstance(mode mode:GLenum, count:GLsizei, type:GLenum, indices:UnsafePointer, instancecount:GLsizei, basevertex:GLint, baseinstance:GLuint) {glDrawElementsInstancedBaseVertexBaseInstance_P(mode, count, type, indices, instancecount, basevertex, baseinstance)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1687:62: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawElementsInstancedBaseVertexBaseInstanceEXT(mode mode:GLenum, count:GLsizei, type:GLenum, indices:UnsafePointer, instancecount:GLsizei, basevertex:GLint, baseinstance:GLuint) {glDrawElementsInstancedBaseVertexBaseInstanceEXT_P(mode, count, type, indices, instancecount, basevertex, baseinstance)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1690:50: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawElementsInstancedBaseVertexEXT(mode mode:GLenum, count:GLsizei, type:GLenum, indices:UnsafePointer, instancecount:GLsizei, basevertex:GLint) {glDrawElementsInstancedBaseVertexEXT_P(mode, count, type, indices, instancecount, basevertex)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1693:50: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawElementsInstancedBaseVertexOES(mode mode:GLenum, count:GLsizei, type:GLenum, indices:UnsafePointer, instancecount:GLsizei, basevertex:GLint) {glDrawElementsInstancedBaseVertexOES_P(mode, count, type, indices, instancecount, basevertex)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1696:40: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawElementsInstancedEXT(mode mode:GLenum, count:GLsizei, type:GLenum, indices:UnsafePointer, primcount:GLsizei) {glDrawElementsInstancedEXT_P(mode, count, type, indices, primcount)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1699:39: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawElementsInstancedNV(mode mode:GLenum, count:GLsizei, type:GLenum, indices:UnsafePointer, primcount:GLsizei) {glDrawElementsInstancedNV_P(mode, count, type, indices, primcount)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1702:33: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawMeshArraysSUN(mode mode:GLenum, first:GLint, count:GLsizei, width:GLsizei) {glDrawMeshArraysSUN_P(mode, first, count, width)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1705:26: warning: extraneous duplicate parameter name; 'width' already has an argument label public func glDrawPixels(width width:GLsizei, height:GLsizei, format:GLenum, type:GLenum, pixels:UnsafePointer) {glDrawPixels_P(width, height, format, type, pixels)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1708:42: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawRangeElementArrayAPPLE(mode mode:GLenum, start:GLuint, end:GLuint, first:GLint, count:GLsizei) {glDrawRangeElementArrayAPPLE_P(mode, start, end, first, count)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1711:40: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawRangeElementArrayATI(mode mode:GLenum, start:GLuint, end:GLuint, count:GLsizei) {glDrawRangeElementArrayATI_P(mode, start, end, count)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1714:33: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawRangeElements(mode mode:GLenum, start:GLuint, end:GLuint, count:GLsizei, type:GLenum, indices:UnsafePointer) {glDrawRangeElements_P(mode, start, end, count, type, indices)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1717:43: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawRangeElementsBaseVertex(mode mode:GLenum, start:GLuint, end:GLuint, count:GLsizei, type:GLenum, indices:UnsafePointer, basevertex:GLint) {glDrawRangeElementsBaseVertex_P(mode, start, end, count, type, indices, basevertex)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1720:46: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawRangeElementsBaseVertexEXT(mode mode:GLenum, start:GLuint, end:GLuint, count:GLsizei, type:GLenum, indices:UnsafePointer, basevertex:GLint) {glDrawRangeElementsBaseVertexEXT_P(mode, start, end, count, type, indices, basevertex)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1723:46: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawRangeElementsBaseVertexOES(mode mode:GLenum, start:GLuint, end:GLuint, count:GLsizei, type:GLenum, indices:UnsafePointer, basevertex:GLint) {glDrawRangeElementsBaseVertexOES_P(mode, start, end, count, type, indices, basevertex)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1726:36: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawRangeElementsEXT(mode mode:GLenum, start:GLuint, end:GLuint, count:GLsizei, type:GLenum, indices:UnsafePointer) {glDrawRangeElementsEXT_P(mode, start, end, count, type, indices)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1729:27: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glDrawTexfOES(x x:GLfloat, y:GLfloat, z:GLfloat, width:GLfloat, height:GLfloat) {glDrawTexfOES_P(x, y, z, width, height)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1732:28: warning: extraneous duplicate parameter name; 'coords' already has an argument label public func glDrawTexfvOES(coords coords:UnsafePointer) {glDrawTexfvOES_P(coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1735:27: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glDrawTexiOES(x x:GLint, y:GLint, z:GLint, width:GLint, height:GLint) {glDrawTexiOES_P(x, y, z, width, height)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1738:28: warning: extraneous duplicate parameter name; 'coords' already has an argument label public func glDrawTexivOES(coords coords:UnsafePointer) {glDrawTexivOES_P(coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1741:27: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glDrawTexsOES(x x:GLshort, y:GLshort, z:GLshort, width:GLshort, height:GLshort) {glDrawTexsOES_P(x, y, z, width, height)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1744:28: warning: extraneous duplicate parameter name; 'coords' already has an argument label public func glDrawTexsvOES(coords coords:UnsafePointer) {glDrawTexsvOES_P(coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1747:29: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glDrawTextureNV(texture texture:GLuint, sampler:GLuint, x0:GLfloat, y0:GLfloat, x1:GLfloat, y1:GLfloat, z:GLfloat, s0:GLfloat, t0:GLfloat, s1:GLfloat, t1:GLfloat) {glDrawTextureNV_P(texture, sampler, x0, y0, x1, y1, z, s0, t0, s1, t1)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1750:27: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glDrawTexxOES(x x:GLfixed, y:GLfixed, z:GLfixed, width:GLfixed, height:GLfixed) {glDrawTexxOES_P(x, y, z, width, height)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1753:28: warning: extraneous duplicate parameter name; 'coords' already has an argument label public func glDrawTexxvOES(coords coords:UnsafePointer) {glDrawTexxvOES_P(coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1756:37: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawTransformFeedback(mode mode:GLenum, id:GLuint) {glDrawTransformFeedback_P(mode, id)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1759:46: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawTransformFeedbackInstanced(mode mode:GLenum, id:GLuint, instancecount:GLsizei) {glDrawTransformFeedbackInstanced_P(mode, id, instancecount)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1762:39: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawTransformFeedbackNV(mode mode:GLenum, id:GLuint) {glDrawTransformFeedbackNV_P(mode, id)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1765:43: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawTransformFeedbackStream(mode mode:GLenum, id:GLuint, stream:GLuint) {glDrawTransformFeedbackStream_P(mode, id, stream)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1768:52: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glDrawTransformFeedbackStreamInstanced(mode mode:GLenum, id:GLuint, stream:GLuint, instancecount:GLsizei) {glDrawTransformFeedbackStreamInstanced_P(mode, id, stream, instancecount)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1771:52: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glEGLImageTargetRenderbufferStorageOES(target target:GLenum, image:GLeglImageOES) {glEGLImageTargetRenderbufferStorageOES_P(target, image)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1774:42: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glEGLImageTargetTexture2DOES(target target:GLenum, image:GLeglImageOES) {glEGLImageTargetTexture2DOES_P(target, image)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1777:24: warning: extraneous duplicate parameter name; 'flag' already has an argument label public func glEdgeFlag(flag flag:GLboolean) {glEdgeFlag_P(flag)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1780:32: warning: extraneous duplicate parameter name; 'stride' already has an argument label public func glEdgeFlagFormatNV(stride stride:GLsizei) {glEdgeFlagFormatNV_P(stride)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1783:31: warning: extraneous duplicate parameter name; 'stride' already has an argument label public func glEdgeFlagPointer(stride stride:GLsizei, pointer:UnsafePointer) {glEdgeFlagPointer_P(stride, pointer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1786:34: warning: extraneous duplicate parameter name; 'stride' already has an argument label public func glEdgeFlagPointerEXT(stride stride:GLsizei, count:GLsizei, pointer:UnsafePointer) {glEdgeFlagPointerEXT_P(stride, count, pointer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1789:38: warning: extraneous duplicate parameter name; 'stride' already has an argument label public func glEdgeFlagPointerListIBM(stride stride:GLint, pointer:UnsafeMutablePointer>, ptrstride:GLint) {glEdgeFlagPointerListIBM_P(stride, pointer, ptrstride)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1792:25: warning: extraneous duplicate parameter name; 'flag' already has an argument label public func glEdgeFlagv(flag flag:UnsafePointer) {glEdgeFlagv_P(flag)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1795:35: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glElementPointerAPPLE(type type:GLenum, pointer:UnsafePointer) {glElementPointerAPPLE_P(type, pointer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1798:33: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glElementPointerATI(type type:GLenum, pointer:UnsafePointer) {glElementPointerATI_P(type, pointer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1801:22: warning: extraneous duplicate parameter name; 'cap' already has an argument label public func glEnable(cap cap:GLenum) {glEnable_P(cap)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1804:33: warning: extraneous duplicate parameter name; 'array' already has an argument label public func glEnableClientState(array array:GLenum) {glEnableClientState_P(array)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1807:43: warning: extraneous duplicate parameter name; 'array' already has an argument label public func glEnableClientStateIndexedEXT(array array:GLenum, index:GLuint) {glEnableClientStateIndexedEXT_P(array, index)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1810:37: warning: extraneous duplicate parameter name; 'array' already has an argument label public func glEnableClientStateiEXT(array array:GLenum, index:GLuint) {glEnableClientStateiEXT_P(array, index)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1813:39: warning: extraneous duplicate parameter name; 'driverControl' already has an argument label public func glEnableDriverControlQCOM(driverControl driverControl:GLuint) {glEnableDriverControlQCOM_P(driverControl)} ^~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1816:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glEnableIndexedEXT(target target:GLenum, index:GLuint) {glEnableIndexedEXT_P(target, index)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1819:43: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glEnableVariantClientStateEXT(id id:GLuint) {glEnableVariantClientStateEXT_P(id)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1822:39: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glEnableVertexArrayAttrib(vaobj vaobj:GLuint, index:GLuint) {glEnableVertexArrayAttrib_P(vaobj, index)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1825:42: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glEnableVertexArrayAttribEXT(vaobj vaobj:GLuint, index:GLuint) {glEnableVertexArrayAttribEXT_P(vaobj, index)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1828:36: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glEnableVertexArrayEXT(vaobj vaobj:GLuint, array:GLenum) {glEnableVertexArrayEXT_P(vaobj, array)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1831:39: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glEnableVertexAttribAPPLE(index index:GLuint, pname:GLenum) {glEnableVertexAttribAPPLE_P(index, pname)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1834:39: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glEnableVertexAttribArray(index index:GLuint) {glEnableVertexAttribArray_P(index)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1837:42: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glEnableVertexAttribArrayARB(index index:GLuint) {glEnableVertexAttribArrayARB_P(index)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1840:23: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glEnablei(target target:GLenum, index:GLuint) {glEnablei_P(target, index)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1843:26: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glEnableiEXT(target target:GLenum, index:GLuint) {glEnableiEXT_P(target, index)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1846:25: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glEnableiNV(target target:GLenum, index:GLuint) {glEnableiNV_P(target, index)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1849:26: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glEnableiOES(target target:GLenum, index:GLuint) {glEnableiOES_P(target, index)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1866:33: warning: extraneous duplicate parameter name; 'monitor' already has an argument label public func glEndPerfMonitorAMD(monitor monitor:GLuint) {glEndPerfMonitorAMD_P(monitor)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1869:33: warning: extraneous duplicate parameter name; 'queryHandle' already has an argument label public func glEndPerfQueryINTEL(queryHandle queryHandle:GLuint) {glEndPerfQueryINTEL_P(queryHandle)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1872:24: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glEndQuery(target target:GLenum) {glEndQuery_P(target)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1875:27: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glEndQueryARB(target target:GLenum) {glEndQueryARB_P(target)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1878:27: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glEndQueryEXT(target target:GLenum) {glEndQueryEXT_P(target)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1881:31: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glEndQueryIndexed(target target:GLenum, index:GLuint) {glEndQueryIndexed_P(target, index)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1884:29: warning: extraneous duplicate parameter name; 'preserveMask' already has an argument label public func glEndTilingQCOM(preserveMask preserveMask:GLbitfield) {glEndTilingQCOM_P(preserveMask)} ^~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1895:33: warning: extraneous duplicate parameter name; 'video_capture_slot' already has an argument label public func glEndVideoCaptureNV(video_capture_slot video_capture_slot:GLuint) {glEndVideoCaptureNV_P(video_capture_slot)} ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1898:27: warning: extraneous duplicate parameter name; 'u' already has an argument label public func glEvalCoord1d(u u:GLdouble) {glEvalCoord1d_P(u)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1901:28: warning: extraneous duplicate parameter name; 'u' already has an argument label public func glEvalCoord1dv(u u:UnsafePointer) {glEvalCoord1dv_P(u)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1904:27: warning: extraneous duplicate parameter name; 'u' already has an argument label public func glEvalCoord1f(u u:GLfloat) {glEvalCoord1f_P(u)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1907:28: warning: extraneous duplicate parameter name; 'u' already has an argument label public func glEvalCoord1fv(u u:UnsafePointer) {glEvalCoord1fv_P(u)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1910:30: warning: extraneous duplicate parameter name; 'u' already has an argument label public func glEvalCoord1xOES(u u:GLfixed) {glEvalCoord1xOES_P(u)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1913:31: warning: extraneous duplicate parameter name; 'coords' already has an argument label public func glEvalCoord1xvOES(coords coords:UnsafePointer) {glEvalCoord1xvOES_P(coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1916:27: warning: extraneous duplicate parameter name; 'u' already has an argument label public func glEvalCoord2d(u u:GLdouble, v:GLdouble) {glEvalCoord2d_P(u, v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1919:28: warning: extraneous duplicate parameter name; 'u' already has an argument label public func glEvalCoord2dv(u u:UnsafePointer) {glEvalCoord2dv_P(u)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1922:27: warning: extraneous duplicate parameter name; 'u' already has an argument label public func glEvalCoord2f(u u:GLfloat, v:GLfloat) {glEvalCoord2f_P(u, v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1925:28: warning: extraneous duplicate parameter name; 'u' already has an argument label public func glEvalCoord2fv(u u:UnsafePointer) {glEvalCoord2fv_P(u)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1928:30: warning: extraneous duplicate parameter name; 'u' already has an argument label public func glEvalCoord2xOES(u u:GLfixed, v:GLfixed) {glEvalCoord2xOES_P(u, v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1931:31: warning: extraneous duplicate parameter name; 'coords' already has an argument label public func glEvalCoord2xvOES(coords coords:UnsafePointer) {glEvalCoord2xvOES_P(coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1934:26: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glEvalMapsNV(target target:GLenum, mode:GLenum) {glEvalMapsNV_P(target, mode)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1937:25: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glEvalMesh1(mode mode:GLenum, i1:GLint, i2:GLint) {glEvalMesh1_P(mode, i1, i2)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1940:25: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glEvalMesh2(mode mode:GLenum, i1:GLint, i2:GLint, j1:GLint, j2:GLint) {glEvalMesh2_P(mode, i1, i2, j1, j2)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1943:26: warning: extraneous duplicate parameter name; 'i' already has an argument label public func glEvalPoint1(i i:GLint) {glEvalPoint1_P(i)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1946:26: warning: extraneous duplicate parameter name; 'i' already has an argument label public func glEvalPoint2(i i:GLint, j:GLint) {glEvalPoint2_P(i, j)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1951:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glExecuteProgramNV(target target:GLenum, id:GLuint, params:UnsafePointer) {glExecuteProgramNV_P(target, id, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1954:40: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glExtGetBufferPointervQCOM(target target:GLenum, params:UnsafeMutablePointer>) {glExtGetBufferPointervQCOM_P(target, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1957:33: warning: extraneous duplicate parameter name; 'buffers' already has an argument label public func glExtGetBuffersQCOM(buffers buffers:UnsafeMutablePointer, maxBuffers:GLint, numBuffers:UnsafeMutablePointer) {glExtGetBuffersQCOM_P(buffers, maxBuffers, numBuffers)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1960:38: warning: extraneous duplicate parameter name; 'framebuffers' already has an argument label public func glExtGetFramebuffersQCOM(framebuffers framebuffers:UnsafeMutablePointer, maxFramebuffers:GLint, numFramebuffers:UnsafeMutablePointer) {glExtGetFramebuffersQCOM_P(framebuffers, maxFramebuffers, numFramebuffers)} ^~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1963:45: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glExtGetProgramBinarySourceQCOM(program program:GLuint, shadertype:GLenum, source:UnsafeMutablePointer, length:UnsafeMutablePointer) {glExtGetProgramBinarySourceQCOM_P(program, shadertype, source, length)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1966:34: warning: extraneous duplicate parameter name; 'programs' already has an argument label public func glExtGetProgramsQCOM(programs programs:UnsafeMutablePointer, maxPrograms:GLint, numPrograms:UnsafeMutablePointer) {glExtGetProgramsQCOM_P(programs, maxPrograms, numPrograms)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1969:39: warning: extraneous duplicate parameter name; 'renderbuffers' already has an argument label public func glExtGetRenderbuffersQCOM(renderbuffers renderbuffers:UnsafeMutablePointer, maxRenderbuffers:GLint, numRenderbuffers:UnsafeMutablePointer) {glExtGetRenderbuffersQCOM_P(renderbuffers, maxRenderbuffers, numRenderbuffers)} ^~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1972:33: warning: extraneous duplicate parameter name; 'shaders' already has an argument label public func glExtGetShadersQCOM(shaders shaders:UnsafeMutablePointer, maxShaders:GLint, numShaders:UnsafeMutablePointer) {glExtGetShadersQCOM_P(shaders, maxShaders, numShaders)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1975:45: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glExtGetTexLevelParameterivQCOM(texture texture:GLuint, face:GLenum, level:GLint, pname:GLenum, params:UnsafeMutablePointer) {glExtGetTexLevelParameterivQCOM_P(texture, face, level, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1978:37: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glExtGetTexSubImageQCOM(target target:GLenum, level:GLint, xoffset:GLint, yoffset:GLint, zoffset:GLint, width:GLsizei, height:GLsizei, depth:GLsizei, format:GLenum, type:GLenum, texels:UnsafeMutablePointer) {glExtGetTexSubImageQCOM_P(target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, texels)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1981:34: warning: extraneous duplicate parameter name; 'textures' already has an argument label public func glExtGetTexturesQCOM(textures textures:UnsafeMutablePointer, maxTextures:GLint, numTextures:UnsafeMutablePointer) {glExtGetTexturesQCOM_P(textures, maxTextures, numTextures)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1984:38: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glExtIsProgramBinaryQCOM(program program:GLuint) -> GLboolean {return glExtIsProgramBinaryQCOM_P(program)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1987:46: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glExtTexObjectStateOverrideiQCOM(target target:GLenum, pname:GLenum, param:GLint) {glExtTexObjectStateOverrideiQCOM_P(target, pname, param)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1990:35: warning: extraneous duplicate parameter name; 'res' already has an argument label public func glExtractComponentEXT(res res:GLuint, src:GLuint, num:GLuint) {glExtractComponentEXT_P(res, src, num)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1993:30: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glFeedbackBuffer(size size:GLsizei, type:GLenum, buffer:UnsafeMutablePointer) {glFeedbackBuffer_P(size, type, buffer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1996:34: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glFeedbackBufferxOES(n n:GLsizei, type:GLenum, buffer:UnsafePointer) {glFeedbackBufferxOES_P(n, type, buffer)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1999:25: warning: extraneous duplicate parameter name; 'condition' already has an argument label public func glFenceSync(condition condition:GLenum, flags:GLbitfield) -> GLsync {return glFenceSync_P(condition, flags)} ^~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2002:30: warning: extraneous duplicate parameter name; 'condition' already has an argument label public func glFenceSyncAPPLE(condition condition:GLenum, flags:GLbitfield) -> GLsync {return glFenceSyncAPPLE_P(condition, flags)} ^~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2005:36: warning: extraneous duplicate parameter name; 'variable' already has an argument label public func glFinalCombinerInputNV(variable variable:GLenum, input:GLenum, mapping:GLenum, componentUsage:GLenum) {glFinalCombinerInputNV_P(variable, input, mapping, componentUsage)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2010:31: warning: extraneous duplicate parameter name; 'markerp' already has an argument label public func glFinishAsyncSGIX(markerp markerp:UnsafeMutablePointer) -> GLint {return glFinishAsyncSGIX_P(markerp)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2013:32: warning: extraneous duplicate parameter name; 'fence' already has an argument label public func glFinishFenceAPPLE(fence fence:GLuint) {glFinishFenceAPPLE_P(fence)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2016:29: warning: extraneous duplicate parameter name; 'fence' already has an argument label public func glFinishFenceNV(fence fence:GLuint) {glFinishFenceNV_P(fence)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2019:33: warning: extraneous duplicate parameter name; 'object' already has an argument label public func glFinishObjectAPPLE(object object:GLenum, name:GLint) {glFinishObjectAPPLE_P(object, name)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2026:38: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFlushMappedBufferRange(target target:GLenum, offset:GLintptr, length:GLsizeiptr) {glFlushMappedBufferRange_P(target, offset, length)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2029:43: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFlushMappedBufferRangeAPPLE(target target:GLenum, offset:GLintptr, size:GLsizeiptr) {glFlushMappedBufferRangeAPPLE_P(target, offset, size)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2032:41: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFlushMappedBufferRangeEXT(target target:GLenum, offset:GLintptr, length:GLsizeiptr) {glFlushMappedBufferRangeEXT_P(target, offset, length)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2035:43: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glFlushMappedNamedBufferRange(buffer buffer:GLuint, offset:GLintptr, length:GLsizeiptr) {glFlushMappedNamedBufferRange_P(buffer, offset, length)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2038:46: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glFlushMappedNamedBufferRangeEXT(buffer buffer:GLuint, offset:GLintptr, length:GLsizeiptr) {glFlushMappedNamedBufferRangeEXT_P(buffer, offset, length)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2041:37: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFlushPixelDataRangeNV(target target:GLenum) {glFlushPixelDataRangeNV_P(target)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2046:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFlushStaticDataIBM(target target:GLenum) {glFlushStaticDataIBM_P(target)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2049:42: warning: extraneous duplicate parameter name; 'length' already has an argument label public func glFlushVertexArrayRangeAPPLE(length length:GLsizei, pointer:UnsafeMutablePointer) {glFlushVertexArrayRangeAPPLE_P(length, pointer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2054:32: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glFogCoordFormatNV(type type:GLenum, stride:GLsizei) {glFogCoordFormatNV_P(type, stride)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2057:31: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glFogCoordPointer(type type:GLenum, stride:GLsizei, pointer:UnsafePointer) {glFogCoordPointer_P(type, stride, pointer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2060:34: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glFogCoordPointerEXT(type type:GLenum, stride:GLsizei, pointer:UnsafePointer) {glFogCoordPointerEXT_P(type, stride, pointer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2063:38: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glFogCoordPointerListIBM(type type:GLenum, stride:GLint, pointer:UnsafeMutablePointer>, ptrstride:GLint) {glFogCoordPointerListIBM_P(type, stride, pointer, ptrstride)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2066:25: warning: extraneous duplicate parameter name; 'coord' already has an argument label public func glFogCoordd(coord coord:GLdouble) {glFogCoordd_P(coord)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2069:28: warning: extraneous duplicate parameter name; 'coord' already has an argument label public func glFogCoorddEXT(coord coord:GLdouble) {glFogCoorddEXT_P(coord)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2072:26: warning: extraneous duplicate parameter name; 'coord' already has an argument label public func glFogCoorddv(coord coord:UnsafePointer) {glFogCoorddv_P(coord)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2075:29: warning: extraneous duplicate parameter name; 'coord' already has an argument label public func glFogCoorddvEXT(coord coord:UnsafePointer) {glFogCoorddvEXT_P(coord)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2078:25: warning: extraneous duplicate parameter name; 'coord' already has an argument label public func glFogCoordf(coord coord:GLfloat) {glFogCoordf_P(coord)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2081:28: warning: extraneous duplicate parameter name; 'coord' already has an argument label public func glFogCoordfEXT(coord coord:GLfloat) {glFogCoordfEXT_P(coord)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2084:26: warning: extraneous duplicate parameter name; 'coord' already has an argument label public func glFogCoordfv(coord coord:UnsafePointer) {glFogCoordfv_P(coord)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2087:29: warning: extraneous duplicate parameter name; 'coord' already has an argument label public func glFogCoordfvEXT(coord coord:UnsafePointer) {glFogCoordfvEXT_P(coord)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2090:27: warning: extraneous duplicate parameter name; 'fog' already has an argument label public func glFogCoordhNV(fog fog:GLhalfNV) {glFogCoordhNV_P(fog)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2093:28: warning: extraneous duplicate parameter name; 'fog' already has an argument label public func glFogCoordhvNV(fog fog:UnsafePointer) {glFogCoordhvNV_P(fog)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2096:27: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glFogFuncSGIS(n n:GLsizei, points:UnsafePointer) {glFogFuncSGIS_P(n, points)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2099:20: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glFogf(pname pname:GLenum, param:GLfloat) {glFogf_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2102:21: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glFogfv(pname pname:GLenum, params:UnsafePointer) {glFogfv_P(pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2105:20: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glFogi(pname pname:GLenum, param:GLint) {glFogi_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2108:21: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glFogiv(pname pname:GLenum, params:UnsafePointer) {glFogiv_P(pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2111:20: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glFogx(pname pname:GLenum, param:GLfixed) {glFogx_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2114:23: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glFogxOES(pname pname:GLenum, param:GLfixed) {glFogxOES_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2117:21: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glFogxv(pname pname:GLenum, param:UnsafePointer) {glFogxv_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2120:24: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glFogxvOES(pname pname:GLenum, param:UnsafePointer) {glFogxvOES_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2123:41: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glFragmentColorMaterialSGIX(face face:GLenum, mode:GLenum) {glFragmentColorMaterialSGIX_P(face, mode)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2126:39: warning: extraneous duplicate parameter name; 'color' already has an argument label public func glFragmentCoverageColorNV(color color:GLuint) {glFragmentCoverageColorNV_P(color)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2129:39: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glFragmentLightModelfSGIX(pname pname:GLenum, param:GLfloat) {glFragmentLightModelfSGIX_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2132:40: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glFragmentLightModelfvSGIX(pname pname:GLenum, params:UnsafePointer) {glFragmentLightModelfvSGIX_P(pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2135:39: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glFragmentLightModeliSGIX(pname pname:GLenum, param:GLint) {glFragmentLightModeliSGIX_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2138:40: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glFragmentLightModelivSGIX(pname pname:GLenum, params:UnsafePointer) {glFragmentLightModelivSGIX_P(pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2141:34: warning: extraneous duplicate parameter name; 'light' already has an argument label public func glFragmentLightfSGIX(light light:GLenum, pname:GLenum, param:GLfloat) {glFragmentLightfSGIX_P(light, pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2144:35: warning: extraneous duplicate parameter name; 'light' already has an argument label public func glFragmentLightfvSGIX(light light:GLenum, pname:GLenum, params:UnsafePointer) {glFragmentLightfvSGIX_P(light, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2147:34: warning: extraneous duplicate parameter name; 'light' already has an argument label public func glFragmentLightiSGIX(light light:GLenum, pname:GLenum, param:GLint) {glFragmentLightiSGIX_P(light, pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2150:35: warning: extraneous duplicate parameter name; 'light' already has an argument label public func glFragmentLightivSGIX(light light:GLenum, pname:GLenum, params:UnsafePointer) {glFragmentLightivSGIX_P(light, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2153:37: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glFragmentMaterialfSGIX(face face:GLenum, pname:GLenum, param:GLfloat) {glFragmentMaterialfSGIX_P(face, pname, param)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2156:38: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glFragmentMaterialfvSGIX(face face:GLenum, pname:GLenum, params:UnsafePointer) {glFragmentMaterialfvSGIX_P(face, pname, params)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2159:37: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glFragmentMaterialiSGIX(face face:GLenum, pname:GLenum, param:GLint) {glFragmentMaterialiSGIX_P(face, pname, param)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2162:38: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glFragmentMaterialivSGIX(face face:GLenum, pname:GLenum, params:UnsafePointer) {glFragmentMaterialivSGIX_P(face, pname, params)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2167:29: warning: extraneous duplicate parameter name; 'factor' already has an argument label public func glFrameZoomSGIX(factor factor:GLint) {glFrameZoomSGIX_P(factor)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2170:40: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glFramebufferDrawBufferEXT(framebuffer framebuffer:GLuint, mode:GLenum) {glFramebufferDrawBufferEXT_P(framebuffer, mode)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2173:41: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glFramebufferDrawBuffersEXT(framebuffer framebuffer:GLuint, n:GLsizei, bufs:UnsafePointer) {glFramebufferDrawBuffersEXT_P(framebuffer, n, bufs)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2176:37: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFramebufferParameteri(target target:GLenum, pname:GLenum, param:GLint) {glFramebufferParameteri_P(target, pname, param)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2179:40: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glFramebufferReadBufferEXT(framebuffer framebuffer:GLuint, mode:GLenum) {glFramebufferReadBufferEXT_P(framebuffer, mode)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2182:39: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFramebufferRenderbuffer(target target:GLenum, attachment:GLenum, renderbuffertarget:GLenum, renderbuffer:GLuint) {glFramebufferRenderbuffer_P(target, attachment, renderbuffertarget, renderbuffer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2185:42: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFramebufferRenderbufferEXT(target target:GLenum, attachment:GLenum, renderbuffertarget:GLenum, renderbuffer:GLuint) {glFramebufferRenderbufferEXT_P(target, attachment, renderbuffertarget, renderbuffer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2188:42: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFramebufferRenderbufferOES(target target:GLenum, attachment:GLenum, renderbuffertarget:GLenum, renderbuffer:GLuint) {glFramebufferRenderbufferOES_P(target, attachment, renderbuffertarget, renderbuffer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2191:47: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFramebufferSampleLocationsfvARB(target target:GLenum, start:GLuint, count:GLsizei, v:UnsafePointer) {glFramebufferSampleLocationsfvARB_P(target, start, count, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2194:46: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFramebufferSampleLocationsfvNV(target target:GLenum, start:GLuint, count:GLsizei, v:UnsafePointer) {glFramebufferSampleLocationsfvNV_P(target, start, count, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2197:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFramebufferTexture(target target:GLenum, attachment:GLenum, texture:GLuint, level:GLint) {glFramebufferTexture_P(target, attachment, texture, level)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2200:36: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFramebufferTexture1D(target target:GLenum, attachment:GLenum, textarget:GLenum, texture:GLuint, level:GLint) {glFramebufferTexture1D_P(target, attachment, textarget, texture, level)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2203:39: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFramebufferTexture1DEXT(target target:GLenum, attachment:GLenum, textarget:GLenum, texture:GLuint, level:GLint) {glFramebufferTexture1DEXT_P(target, attachment, textarget, texture, level)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2206:36: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFramebufferTexture2D(target target:GLenum, attachment:GLenum, textarget:GLenum, texture:GLuint, level:GLint) {glFramebufferTexture2D_P(target, attachment, textarget, texture, level)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2209:39: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFramebufferTexture2DEXT(target target:GLenum, attachment:GLenum, textarget:GLenum, texture:GLuint, level:GLint) {glFramebufferTexture2DEXT_P(target, attachment, textarget, texture, level)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2212:50: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFramebufferTexture2DMultisampleEXT(target target:GLenum, attachment:GLenum, textarget:GLenum, texture:GLuint, level:GLint, samples:GLsizei) {glFramebufferTexture2DMultisampleEXT_P(target, attachment, textarget, texture, level, samples)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2215:50: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFramebufferTexture2DMultisampleIMG(target target:GLenum, attachment:GLenum, textarget:GLenum, texture:GLuint, level:GLint, samples:GLsizei) {glFramebufferTexture2DMultisampleIMG_P(target, attachment, textarget, texture, level, samples)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2218:39: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFramebufferTexture2DOES(target target:GLenum, attachment:GLenum, textarget:GLenum, texture:GLuint, level:GLint) {glFramebufferTexture2DOES_P(target, attachment, textarget, texture, level)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2221:36: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFramebufferTexture3D(target target:GLenum, attachment:GLenum, textarget:GLenum, texture:GLuint, level:GLint, zoffset:GLint) {glFramebufferTexture3D_P(target, attachment, textarget, texture, level, zoffset)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2224:39: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFramebufferTexture3DEXT(target target:GLenum, attachment:GLenum, textarget:GLenum, texture:GLuint, level:GLint, zoffset:GLint) {glFramebufferTexture3DEXT_P(target, attachment, textarget, texture, level, zoffset)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2227:39: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFramebufferTexture3DOES(target target:GLenum, attachment:GLenum, textarget:GLenum, texture:GLuint, level:GLint, zoffset:GLint) {glFramebufferTexture3DOES_P(target, attachment, textarget, texture, level, zoffset)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2230:37: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFramebufferTextureARB(target target:GLenum, attachment:GLenum, texture:GLuint, level:GLint) {glFramebufferTextureARB_P(target, attachment, texture, level)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2233:37: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFramebufferTextureEXT(target target:GLenum, attachment:GLenum, texture:GLuint, level:GLint) {glFramebufferTextureEXT_P(target, attachment, texture, level)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2236:41: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFramebufferTextureFaceARB(target target:GLenum, attachment:GLenum, texture:GLuint, level:GLint, face:GLenum) {glFramebufferTextureFaceARB_P(target, attachment, texture, level, face)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2239:41: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFramebufferTextureFaceEXT(target target:GLenum, attachment:GLenum, texture:GLuint, level:GLint, face:GLenum) {glFramebufferTextureFaceEXT_P(target, attachment, texture, level, face)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2242:39: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFramebufferTextureLayer(target target:GLenum, attachment:GLenum, texture:GLuint, level:GLint, layer:GLint) {glFramebufferTextureLayer_P(target, attachment, texture, level, layer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2245:42: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFramebufferTextureLayerARB(target target:GLenum, attachment:GLenum, texture:GLuint, level:GLint, layer:GLint) {glFramebufferTextureLayerARB_P(target, attachment, texture, level, layer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2248:42: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFramebufferTextureLayerEXT(target target:GLenum, attachment:GLenum, texture:GLuint, level:GLint, layer:GLint) {glFramebufferTextureLayerEXT_P(target, attachment, texture, level, layer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2251:57: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFramebufferTextureMultisampleMultiviewOVR(target target:GLenum, attachment:GLenum, texture:GLuint, level:GLint, samples:GLsizei, baseViewIndex:GLint, numViews:GLsizei) {glFramebufferTextureMultisampleMultiviewOVR_P(target, attachment, texture, level, samples, baseViewIndex, numViews)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2254:46: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFramebufferTextureMultiviewOVR(target target:GLenum, attachment:GLenum, texture:GLuint, level:GLint, baseViewIndex:GLint, numViews:GLsizei) {glFramebufferTextureMultiviewOVR_P(target, attachment, texture, level, baseViewIndex, numViews)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2257:37: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glFramebufferTextureOES(target target:GLenum, attachment:GLenum, texture:GLuint, level:GLint) {glFramebufferTextureOES_P(target, attachment, texture, level)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2260:35: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glFreeObjectBufferATI(buffer buffer:GLuint) {glFreeObjectBufferATI_P(buffer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2263:25: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glFrontFace(mode mode:GLenum) {glFrontFace_P(mode)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2266:23: warning: extraneous duplicate parameter name; 'left' already has an argument label public func glFrustum(left left:GLdouble, right:GLdouble, bottom:GLdouble, top:GLdouble, zNear:GLdouble, zFar:GLdouble) {glFrustum_P(left, right, bottom, top, zNear, zFar)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2269:24: warning: extraneous duplicate parameter name; 'l' already has an argument label public func glFrustumf(l l:GLfloat, r:GLfloat, b:GLfloat, t:GLfloat, n:GLfloat, f:GLfloat) {glFrustumf_P(l, r, b, t, n, f)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2272:27: warning: extraneous duplicate parameter name; 'l' already has an argument label public func glFrustumfOES(l l:GLfloat, r:GLfloat, b:GLfloat, t:GLfloat, n:GLfloat, f:GLfloat) {glFrustumfOES_P(l, r, b, t, n, f)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2275:24: warning: extraneous duplicate parameter name; 'l' already has an argument label public func glFrustumx(l l:GLfixed, r:GLfixed, b:GLfixed, t:GLfixed, n:GLfixed, f:GLfixed) {glFrustumx_P(l, r, b, t, n, f)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2278:27: warning: extraneous duplicate parameter name; 'l' already has an argument label public func glFrustumxOES(l l:GLfixed, r:GLfixed, b:GLfixed, t:GLfixed, n:GLfixed, f:GLfixed) {glFrustumxOES_P(l, r, b, t, n, f)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2281:35: warning: extraneous duplicate parameter name; 'range' already has an argument label public func glGenAsyncMarkersSGIX(range range:GLsizei) -> GLuint {return glGenAsyncMarkersSGIX_P(range)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2284:26: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glGenBuffers(n n:GLsizei, buffers:UnsafeMutablePointer) {glGenBuffers_P(n, buffers)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2287:29: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glGenBuffersARB(n n:GLsizei, buffers:UnsafeMutablePointer) {glGenBuffersARB_P(n, buffers)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2290:30: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glGenFencesAPPLE(n n:GLsizei, fences:UnsafeMutablePointer) {glGenFencesAPPLE_P(n, fences)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2293:27: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glGenFencesNV(n n:GLsizei, fences:UnsafeMutablePointer) {glGenFencesNV_P(n, fences)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2296:37: warning: extraneous duplicate parameter name; 'range' already has an argument label public func glGenFragmentShadersATI(range range:GLuint) -> GLuint {return glGenFragmentShadersATI_P(range)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2299:31: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glGenFramebuffers(n n:GLsizei, framebuffers:UnsafeMutablePointer) {glGenFramebuffers_P(n, framebuffers)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2302:34: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glGenFramebuffersEXT(n n:GLsizei, framebuffers:UnsafeMutablePointer) {glGenFramebuffersEXT_P(n, framebuffers)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2305:34: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glGenFramebuffersOES(n n:GLsizei, framebuffers:UnsafeMutablePointer) {glGenFramebuffersOES_P(n, framebuffers)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2308:24: warning: extraneous duplicate parameter name; 'range' already has an argument label public func glGenLists(range range:GLsizei) -> GLuint {return glGenLists_P(range)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2311:27: warning: extraneous duplicate parameter name; 'identifier' already has an argument label public func glGenNamesAMD(identifier identifier:GLenum, num:GLuint, names:UnsafeMutablePointer) {glGenNamesAMD_P(identifier, num, names)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2314:37: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glGenOcclusionQueriesNV(n n:GLsizei, ids:UnsafeMutablePointer) {glGenOcclusionQueriesNV_P(n, ids)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2317:26: warning: extraneous duplicate parameter name; 'range' already has an argument label public func glGenPathsNV(range range:GLsizei) -> GLuint {return glGenPathsNV_P(range)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2320:34: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glGenPerfMonitorsAMD(n n:GLsizei, monitors:UnsafeMutablePointer) {glGenPerfMonitorsAMD_P(n, monitors)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2323:35: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glGenProgramPipelines(n n:GLsizei, pipelines:UnsafeMutablePointer) {glGenProgramPipelines_P(n, pipelines)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2326:38: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glGenProgramPipelinesEXT(n n:GLsizei, pipelines:UnsafeMutablePointer) {glGenProgramPipelinesEXT_P(n, pipelines)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2329:30: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glGenProgramsARB(n n:GLsizei, programs:UnsafeMutablePointer) {glGenProgramsARB_P(n, programs)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2332:29: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glGenProgramsNV(n n:GLsizei, programs:UnsafeMutablePointer) {glGenProgramsNV_P(n, programs)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2335:26: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glGenQueries(n n:GLsizei, ids:UnsafeMutablePointer) {glGenQueries_P(n, ids)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2338:29: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glGenQueriesARB(n n:GLsizei, ids:UnsafeMutablePointer) {glGenQueriesARB_P(n, ids)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2341:29: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glGenQueriesEXT(n n:GLsizei, ids:UnsafeMutablePointer) {glGenQueriesEXT_P(n, ids)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2344:32: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glGenRenderbuffers(n n:GLsizei, renderbuffers:UnsafeMutablePointer) {glGenRenderbuffers_P(n, renderbuffers)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2347:35: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glGenRenderbuffersEXT(n n:GLsizei, renderbuffers:UnsafeMutablePointer) {glGenRenderbuffersEXT_P(n, renderbuffers)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2350:35: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glGenRenderbuffersOES(n n:GLsizei, renderbuffers:UnsafeMutablePointer) {glGenRenderbuffersOES_P(n, renderbuffers)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2353:27: warning: extraneous duplicate parameter name; 'count' already has an argument label public func glGenSamplers(count count:GLsizei, samplers:UnsafeMutablePointer) {glGenSamplers_P(count, samplers)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2356:29: warning: extraneous duplicate parameter name; 'datatype' already has an argument label public func glGenSymbolsEXT(datatype datatype:GLenum, storagetype:GLenum, range:GLenum, components:GLuint) -> GLuint {return glGenSymbolsEXT_P(datatype, storagetype, range, components)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2359:27: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glGenTextures(n n:GLsizei, textures:UnsafeMutablePointer) {glGenTextures_P(n, textures)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2362:30: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glGenTexturesEXT(n n:GLsizei, textures:UnsafeMutablePointer) {glGenTexturesEXT_P(n, textures)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2365:37: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glGenTransformFeedbacks(n n:GLsizei, ids:UnsafeMutablePointer) {glGenTransformFeedbacks_P(n, ids)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2368:39: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glGenTransformFeedbacksNV(n n:GLsizei, ids:UnsafeMutablePointer) {glGenTransformFeedbacksNV_P(n, ids)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2371:31: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glGenVertexArrays(n n:GLsizei, arrays:UnsafeMutablePointer) {glGenVertexArrays_P(n, arrays)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2374:36: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glGenVertexArraysAPPLE(n n:GLsizei, arrays:UnsafeMutablePointer) {glGenVertexArraysAPPLE_P(n, arrays)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2377:34: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glGenVertexArraysOES(n n:GLsizei, arrays:UnsafeMutablePointer) {glGenVertexArraysOES_P(n, arrays)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2380:35: warning: extraneous duplicate parameter name; 'range' already has an argument label public func glGenVertexShadersEXT(range range:GLuint) -> GLuint {return glGenVertexShadersEXT_P(range)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2383:30: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGenerateMipmap(target target:GLenum) {glGenerateMipmap_P(target)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2386:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGenerateMipmapEXT(target target:GLenum) {glGenerateMipmapEXT_P(target)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2389:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGenerateMipmapOES(target target:GLenum) {glGenerateMipmapOES_P(target)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2392:41: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glGenerateMultiTexMipmapEXT(texunit texunit:GLenum, target:GLenum) {glGenerateMultiTexMipmapEXT_P(texunit, target)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2395:37: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glGenerateTextureMipmap(texture texture:GLuint) {glGenerateTextureMipmap_P(texture)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2398:40: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glGenerateTextureMipmapEXT(texture texture:GLuint, target:GLenum) {glGenerateTextureMipmapEXT_P(texture, target)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2401:46: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetActiveAtomicCounterBufferiv(program program:GLuint, bufferIndex:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetActiveAtomicCounterBufferiv_P(program, bufferIndex, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2404:31: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetActiveAttrib(program program:GLuint, index:GLuint, bufSize:GLsizei, length:UnsafeMutablePointer, size:UnsafeMutablePointer, type:UnsafeMutablePointer, name:UnsafeMutablePointer) {glGetActiveAttrib_P(program, index, bufSize, length, size, type, name)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2407:34: warning: extraneous duplicate parameter name; 'programObj' already has an argument label public func glGetActiveAttribARB(programObj programObj:GLhandleARB, index:GLuint, maxLength:GLsizei, length:UnsafeMutablePointer, size:UnsafeMutablePointer, type:UnsafeMutablePointer, name:UnsafeMutablePointer) {glGetActiveAttribARB_P(programObj, index, maxLength, length, size, type, name)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2410:39: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetActiveSubroutineName(program program:GLuint, shadertype:GLenum, index:GLuint, bufsize:GLsizei, length:UnsafeMutablePointer, name:UnsafeMutablePointer) {glGetActiveSubroutineName_P(program, shadertype, index, bufsize, length, name)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2413:46: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetActiveSubroutineUniformName(program program:GLuint, shadertype:GLenum, index:GLuint, bufsize:GLsizei, length:UnsafeMutablePointer, name:UnsafeMutablePointer) {glGetActiveSubroutineUniformName_P(program, shadertype, index, bufsize, length, name)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2416:44: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetActiveSubroutineUniformiv(program program:GLuint, shadertype:GLenum, index:GLuint, pname:GLenum, values:UnsafeMutablePointer) {glGetActiveSubroutineUniformiv_P(program, shadertype, index, pname, values)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2419:32: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetActiveUniform(program program:GLuint, index:GLuint, bufSize:GLsizei, length:UnsafeMutablePointer, size:UnsafeMutablePointer, type:UnsafeMutablePointer, name:UnsafeMutablePointer) {glGetActiveUniform_P(program, index, bufSize, length, size, type, name)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2422:35: warning: extraneous duplicate parameter name; 'programObj' already has an argument label public func glGetActiveUniformARB(programObj programObj:GLhandleARB, index:GLuint, maxLength:GLsizei, length:UnsafeMutablePointer, size:UnsafeMutablePointer, type:UnsafeMutablePointer, name:UnsafeMutablePointer) {glGetActiveUniformARB_P(programObj, index, maxLength, length, size, type, name)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2425:41: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetActiveUniformBlockName(program program:GLuint, uniformBlockIndex:GLuint, bufSize:GLsizei, length:UnsafeMutablePointer, uniformBlockName:UnsafeMutablePointer) {glGetActiveUniformBlockName_P(program, uniformBlockIndex, bufSize, length, uniformBlockName)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2428:39: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetActiveUniformBlockiv(program program:GLuint, uniformBlockIndex:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetActiveUniformBlockiv_P(program, uniformBlockIndex, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2431:36: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetActiveUniformName(program program:GLuint, uniformIndex:GLuint, bufSize:GLsizei, length:UnsafeMutablePointer, uniformName:UnsafeMutablePointer) {glGetActiveUniformName_P(program, uniformIndex, bufSize, length, uniformName)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2434:35: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetActiveUniformsiv(program program:GLuint, uniformCount:GLsizei, uniformIndices:UnsafePointer, pname:GLenum, params:UnsafeMutablePointer) {glGetActiveUniformsiv_P(program, uniformCount, uniformIndices, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2437:34: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetActiveVaryingNV(program program:GLuint, index:GLuint, bufSize:GLsizei, length:UnsafeMutablePointer, size:UnsafeMutablePointer, type:UnsafeMutablePointer, name:UnsafeMutablePointer) {glGetActiveVaryingNV_P(program, index, bufSize, length, size, type, name)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2440:35: warning: extraneous duplicate parameter name; 'array' already has an argument label public func glGetArrayObjectfvATI(array array:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetArrayObjectfvATI_P(array, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2443:35: warning: extraneous duplicate parameter name; 'array' already has an argument label public func glGetArrayObjectivATI(array array:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetArrayObjectivATI_P(array, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2446:37: warning: extraneous duplicate parameter name; 'containerObj' already has an argument label public func glGetAttachedObjectsARB(containerObj containerObj:GLhandleARB, maxCount:GLsizei, count:UnsafeMutablePointer, obj:UnsafeMutablePointer) {glGetAttachedObjectsARB_P(containerObj, maxCount, count, obj)} ^~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2449:34: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetAttachedShaders(program program:GLuint, maxCount:GLsizei, count:UnsafeMutablePointer, shaders:UnsafeMutablePointer) {glGetAttachedShaders_P(program, maxCount, count, shaders)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2452:33: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetAttribLocation(program program:GLuint, name:UnsafePointer) -> GLint {return glGetAttribLocation_P(program, name)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2455:36: warning: extraneous duplicate parameter name; 'programObj' already has an argument label public func glGetAttribLocationARB(programObj programObj:GLhandleARB, name:UnsafePointer) -> GLint {return glGetAttribLocationARB_P(programObj, name)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2458:37: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetBooleanIndexedvEXT(target target:GLenum, index:GLuint, data:UnsafeMutablePointer) {glGetBooleanIndexedvEXT_P(target, index, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2461:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetBooleani_v(target target:GLenum, index:GLuint, data:UnsafeMutablePointer) {glGetBooleani_v_P(target, index, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2464:27: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glGetBooleanv(pname pname:GLenum, data:UnsafeMutablePointer) {glGetBooleanv_P(pname, data)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2467:38: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetBufferParameteri64v(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetBufferParameteri64v_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2470:36: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetBufferParameteriv(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetBufferParameteriv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2473:39: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetBufferParameterivARB(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetBufferParameterivARB_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2476:41: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetBufferParameterui64vNV(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetBufferParameterui64vNV_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2479:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetBufferPointerv(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer>) {glGetBufferPointerv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2482:36: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetBufferPointervARB(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer>) {glGetBufferPointervARB_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2485:36: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetBufferPointervOES(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer>) {glGetBufferPointervOES_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2488:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetBufferSubData(target target:GLenum, offset:GLintptr, size:GLsizeiptr, data:UnsafeMutablePointer) {glGetBufferSubData_P(target, offset, size, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2491:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetBufferSubDataARB(target target:GLenum, offset:GLintptrARB, size:GLsizeiptrARB, data:UnsafeMutablePointer) {glGetBufferSubDataARB_P(target, offset, size, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2494:28: warning: extraneous duplicate parameter name; 'plane' already has an argument label public func glGetClipPlane(plane plane:GLenum, equation:UnsafeMutablePointer) {glGetClipPlane_P(plane, equation)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2497:29: warning: extraneous duplicate parameter name; 'plane' already has an argument label public func glGetClipPlanef(plane plane:GLenum, equation:UnsafeMutablePointer) {glGetClipPlanef_P(plane, equation)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2500:32: warning: extraneous duplicate parameter name; 'plane' already has an argument label public func glGetClipPlanefOES(plane plane:GLenum, equation:UnsafeMutablePointer) {glGetClipPlanefOES_P(plane, equation)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2503:29: warning: extraneous duplicate parameter name; 'plane' already has an argument label public func glGetClipPlanex(plane plane:GLenum, equation:UnsafeMutablePointer) {glGetClipPlanex_P(plane, equation)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2506:32: warning: extraneous duplicate parameter name; 'plane' already has an argument label public func glGetClipPlanexOES(plane plane:GLenum, equation:UnsafeMutablePointer) {glGetClipPlanexOES_P(plane, equation)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2509:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetColorTable(target target:GLenum, format:GLenum, type:GLenum, table:UnsafeMutablePointer) {glGetColorTable_P(target, format, type, table)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2512:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetColorTableEXT(target target:GLenum, format:GLenum, type:GLenum, data:UnsafeMutablePointer) {glGetColorTableEXT_P(target, format, type, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2515:40: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetColorTableParameterfv(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetColorTableParameterfv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2518:43: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetColorTableParameterfvEXT(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetColorTableParameterfvEXT_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2521:43: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetColorTableParameterfvSGI(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetColorTableParameterfvSGI_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2524:40: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetColorTableParameteriv(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetColorTableParameteriv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2527:43: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetColorTableParameterivEXT(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetColorTableParameterivEXT_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2530:43: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetColorTableParameterivSGI(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetColorTableParameterivSGI_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2533:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetColorTableSGI(target target:GLenum, format:GLenum, type:GLenum, table:UnsafeMutablePointer) {glGetColorTableSGI_P(target, format, type, table)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2536:45: warning: extraneous duplicate parameter name; 'stage' already has an argument label public func glGetCombinerInputParameterfvNV(stage stage:GLenum, portion:GLenum, variable:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetCombinerInputParameterfvNV_P(stage, portion, variable, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2539:45: warning: extraneous duplicate parameter name; 'stage' already has an argument label public func glGetCombinerInputParameterivNV(stage stage:GLenum, portion:GLenum, variable:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetCombinerInputParameterivNV_P(stage, portion, variable, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2542:46: warning: extraneous duplicate parameter name; 'stage' already has an argument label public func glGetCombinerOutputParameterfvNV(stage stage:GLenum, portion:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetCombinerOutputParameterfvNV_P(stage, portion, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2545:46: warning: extraneous duplicate parameter name; 'stage' already has an argument label public func glGetCombinerOutputParameterivNV(stage stage:GLenum, portion:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetCombinerOutputParameterivNV_P(stage, portion, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2548:45: warning: extraneous duplicate parameter name; 'stage' already has an argument label public func glGetCombinerStageParameterfvNV(stage stage:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetCombinerStageParameterfvNV_P(stage, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2551:34: warning: extraneous duplicate parameter name; 'tokenID' already has an argument label public func glGetCommandHeaderNV(tokenID tokenID:GLenum, size:GLuint) -> GLuint {return glGetCommandHeaderNV_P(tokenID, size)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2554:45: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glGetCompressedMultiTexImageEXT(texunit texunit:GLenum, target:GLenum, lod:GLint, img:UnsafeMutablePointer) {glGetCompressedMultiTexImageEXT_P(texunit, target, lod, img)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2557:37: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetCompressedTexImage(target target:GLenum, level:GLint, img:UnsafeMutablePointer) {glGetCompressedTexImage_P(target, level, img)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2560:40: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetCompressedTexImageARB(target target:GLenum, level:GLint, img:UnsafeMutablePointer) {glGetCompressedTexImageARB_P(target, level, img)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2563:41: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glGetCompressedTextureImage(texture texture:GLuint, level:GLint, bufSize:GLsizei, pixels:UnsafeMutablePointer) {glGetCompressedTextureImage_P(texture, level, bufSize, pixels)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2566:44: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glGetCompressedTextureImageEXT(texture texture:GLuint, target:GLenum, lod:GLint, img:UnsafeMutablePointer) {glGetCompressedTextureImageEXT_P(texture, target, lod, img)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2569:44: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glGetCompressedTextureSubImage(texture texture:GLuint, level:GLint, xoffset:GLint, yoffset:GLint, zoffset:GLint, width:GLsizei, height:GLsizei, depth:GLsizei, bufSize:GLsizei, pixels:UnsafeMutablePointer) {glGetCompressedTextureSubImage_P(texture, level, xoffset, yoffset, zoffset, width, height, depth, bufSize, pixels)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2572:36: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetConvolutionFilter(target target:GLenum, format:GLenum, type:GLenum, image:UnsafeMutablePointer) {glGetConvolutionFilter_P(target, format, type, image)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2575:39: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetConvolutionFilterEXT(target target:GLenum, format:GLenum, type:GLenum, image:UnsafeMutablePointer) {glGetConvolutionFilterEXT_P(target, format, type, image)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2578:41: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetConvolutionParameterfv(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetConvolutionParameterfv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2581:44: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetConvolutionParameterfvEXT(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetConvolutionParameterfvEXT_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2584:41: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetConvolutionParameteriv(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetConvolutionParameteriv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2587:44: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetConvolutionParameterivEXT(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetConvolutionParameterivEXT_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2590:44: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetConvolutionParameterxvOES(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetConvolutionParameterxvOES_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2593:44: warning: extraneous duplicate parameter name; 'bufsize' already has an argument label public func glGetCoverageModulationTableNV(bufsize bufsize:GLsizei, v:UnsafeMutablePointer) {glGetCoverageModulationTableNV_P(bufsize, v)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2596:34: warning: extraneous duplicate parameter name; 'count' already has an argument label public func glGetDebugMessageLog(count count:GLuint, bufSize:GLsizei, sources:UnsafeMutablePointer, types:UnsafeMutablePointer, ids:UnsafeMutablePointer, severities:UnsafeMutablePointer, lengths:UnsafeMutablePointer, messageLog:UnsafeMutablePointer) -> GLuint {return glGetDebugMessageLog_P(count, bufSize, sources, types, ids, severities, lengths, messageLog)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2599:37: warning: extraneous duplicate parameter name; 'count' already has an argument label public func glGetDebugMessageLogAMD(count count:GLuint, bufsize:GLsizei, categories:UnsafeMutablePointer, severities:UnsafeMutablePointer, ids:UnsafeMutablePointer, lengths:UnsafeMutablePointer, message:UnsafeMutablePointer) -> GLuint {return glGetDebugMessageLogAMD_P(count, bufsize, categories, severities, ids, lengths, message)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2602:37: warning: extraneous duplicate parameter name; 'count' already has an argument label public func glGetDebugMessageLogARB(count count:GLuint, bufSize:GLsizei, sources:UnsafeMutablePointer, types:UnsafeMutablePointer, ids:UnsafeMutablePointer, severities:UnsafeMutablePointer, lengths:UnsafeMutablePointer, messageLog:UnsafeMutablePointer) -> GLuint {return glGetDebugMessageLogARB_P(count, bufSize, sources, types, ids, severities, lengths, messageLog)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2605:37: warning: extraneous duplicate parameter name; 'count' already has an argument label public func glGetDebugMessageLogKHR(count count:GLuint, bufSize:GLsizei, sources:UnsafeMutablePointer, types:UnsafeMutablePointer, ids:UnsafeMutablePointer, severities:UnsafeMutablePointer, lengths:UnsafeMutablePointer, messageLog:UnsafeMutablePointer) -> GLuint {return glGetDebugMessageLogKHR_P(count, bufSize, sources, types, ids, severities, lengths, messageLog)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2608:36: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetDetailTexFuncSGIS(target target:GLenum, points:UnsafeMutablePointer) {glGetDetailTexFuncSGIS_P(target, points)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2611:36: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetDoubleIndexedvEXT(target target:GLenum, index:GLuint, data:UnsafeMutablePointer) {glGetDoubleIndexedvEXT_P(target, index, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2614:28: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetDoublei_v(target target:GLenum, index:GLuint, data:UnsafeMutablePointer) {glGetDoublei_v_P(target, index, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2617:31: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glGetDoublei_vEXT(pname pname:GLenum, index:GLuint, params:UnsafeMutablePointer) {glGetDoublei_vEXT_P(pname, index, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2620:26: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glGetDoublev(pname pname:GLenum, data:UnsafeMutablePointer) {glGetDoublev_P(pname, data)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2623:42: warning: extraneous duplicate parameter name; 'driverControl' already has an argument label public func glGetDriverControlStringQCOM(driverControl driverControl:GLuint, bufSize:GLsizei, length:UnsafeMutablePointer, driverControlString:UnsafeMutablePointer) {glGetDriverControlStringQCOM_P(driverControl, bufSize, length, driverControlString)} ^~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2626:37: warning: extraneous duplicate parameter name; 'num' already has an argument label public func glGetDriverControlsQCOM(num num:UnsafeMutablePointer, size:GLsizei, driverControls:UnsafeMutablePointer) {glGetDriverControlsQCOM_P(num, size, driverControls)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2631:28: warning: extraneous duplicate parameter name; 'fence' already has an argument label public func glGetFenceivNV(fence fence:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetFenceivNV_P(fence, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2634:50: warning: extraneous duplicate parameter name; 'variable' already has an argument label public func glGetFinalCombinerInputParameterfvNV(variable variable:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetFinalCombinerInputParameterfvNV_P(variable, pname, params)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2637:50: warning: extraneous duplicate parameter name; 'variable' already has an argument label public func glGetFinalCombinerInputParameterivNV(variable variable:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetFinalCombinerInputParameterivNV_P(variable, pname, params)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2640:40: warning: extraneous duplicate parameter name; 'queryId' already has an argument label public func glGetFirstPerfQueryIdINTEL(queryId queryId:UnsafeMutablePointer) {glGetFirstPerfQueryIdINTEL_P(queryId)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2643:25: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glGetFixedv(pname pname:GLenum, params:UnsafeMutablePointer) {glGetFixedv_P(pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2646:28: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glGetFixedvOES(pname pname:GLenum, params:UnsafeMutablePointer) {glGetFixedvOES_P(pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2649:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetFloatIndexedvEXT(target target:GLenum, index:GLuint, data:UnsafeMutablePointer) {glGetFloatIndexedvEXT_P(target, index, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2652:27: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetFloati_v(target target:GLenum, index:GLuint, data:UnsafeMutablePointer) {glGetFloati_v_P(target, index, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2655:30: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glGetFloati_vEXT(pname pname:GLenum, index:GLuint, params:UnsafeMutablePointer) {glGetFloati_vEXT_P(pname, index, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2658:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetFloati_vNV(target target:GLenum, index:GLuint, data:UnsafeMutablePointer) {glGetFloati_vNV_P(target, index, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2661:25: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glGetFloatv(pname pname:GLenum, data:UnsafeMutablePointer) {glGetFloatv_P(pname, data)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2664:30: warning: extraneous duplicate parameter name; 'points' already has an argument label public func glGetFogFuncSGIS(points points:UnsafeMutablePointer) {glGetFogFuncSGIS_P(points)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2667:32: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetFragDataIndex(program program:GLuint, name:UnsafePointer) -> GLint {return glGetFragDataIndex_P(program, name)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2670:35: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetFragDataIndexEXT(program program:GLuint, name:UnsafePointer) -> GLint {return glGetFragDataIndexEXT_P(program, name)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2673:35: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetFragDataLocation(program program:GLuint, name:UnsafePointer) -> GLint {return glGetFragDataLocation_P(program, name)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2676:38: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetFragDataLocationEXT(program program:GLuint, name:UnsafePointer) -> GLint {return glGetFragDataLocationEXT_P(program, name)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2679:38: warning: extraneous duplicate parameter name; 'light' already has an argument label public func glGetFragmentLightfvSGIX(light light:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetFragmentLightfvSGIX_P(light, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2682:38: warning: extraneous duplicate parameter name; 'light' already has an argument label public func glGetFragmentLightivSGIX(light light:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetFragmentLightivSGIX_P(light, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2685:41: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glGetFragmentMaterialfvSGIX(face face:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetFragmentMaterialfvSGIX_P(face, pname, params)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2688:41: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glGetFragmentMaterialivSGIX(face face:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetFragmentMaterialivSGIX_P(face, pname, params)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2691:51: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetFramebufferAttachmentParameteriv(target target:GLenum, attachment:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetFramebufferAttachmentParameteriv_P(target, attachment, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2694:54: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetFramebufferAttachmentParameterivEXT(target target:GLenum, attachment:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetFramebufferAttachmentParameterivEXT_P(target, attachment, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2697:54: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetFramebufferAttachmentParameterivOES(target target:GLenum, attachment:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetFramebufferAttachmentParameterivOES_P(target, attachment, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2700:41: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetFramebufferParameteriv(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetFramebufferParameteriv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2703:44: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glGetFramebufferParameterivEXT(framebuffer framebuffer:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetFramebufferParameterivEXT_P(framebuffer, pname, params)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2714:28: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glGetHandleARB(pname pname:GLenum) -> GLhandleARB {return glGetHandleARB_P(pname)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2717:28: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetHistogram(target target:GLenum, reset:GLboolean, format:GLenum, type:GLenum, values:UnsafeMutablePointer) {glGetHistogram_P(target, reset, format, type, values)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2720:31: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetHistogramEXT(target target:GLenum, reset:GLboolean, format:GLenum, type:GLenum, values:UnsafeMutablePointer) {glGetHistogramEXT_P(target, reset, format, type, values)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2723:39: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetHistogramParameterfv(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetHistogramParameterfv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2726:42: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetHistogramParameterfvEXT(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetHistogramParameterfvEXT_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2729:39: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetHistogramParameteriv(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetHistogramParameteriv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2732:42: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetHistogramParameterivEXT(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetHistogramParameterivEXT_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2735:42: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetHistogramParameterxvOES(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetHistogramParameterxvOES_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2738:33: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glGetImageHandleARB(texture texture:GLuint, level:GLint, layered:GLboolean, layer:GLint, format:GLenum) -> GLuint64 {return glGetImageHandleARB_P(texture, level, layered, layer, format)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2741:32: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glGetImageHandleNV(texture texture:GLuint, level:GLint, layered:GLboolean, layer:GLint, format:GLenum) -> GLuint64 {return glGetImageHandleNV_P(texture, level, layered, layer, format)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2744:46: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetImageTransformParameterfvHP(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetImageTransformParameterfvHP_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2747:46: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetImageTransformParameterivHP(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetImageTransformParameterivHP_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2750:29: warning: extraneous duplicate parameter name; 'obj' already has an argument label public func glGetInfoLogARB(obj obj:GLhandleARB, maxLength:GLsizei, length:UnsafeMutablePointer, infoLog:UnsafeMutablePointer) {glGetInfoLogARB_P(obj, maxLength, length, infoLog)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2755:31: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetInteger64i_v(target target:GLenum, index:GLuint, data:UnsafeMutablePointer) {glGetInteger64i_v_P(target, index, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2758:29: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glGetInteger64v(pname pname:GLenum, data:UnsafeMutablePointer) {glGetInteger64v_P(pname, data)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2761:34: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glGetInteger64vAPPLE(pname pname:GLenum, params:UnsafeMutablePointer) {glGetInteger64vAPPLE_P(pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2764:37: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetIntegerIndexedvEXT(target target:GLenum, index:GLuint, data:UnsafeMutablePointer) {glGetIntegerIndexedvEXT_P(target, index, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2767:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetIntegeri_v(target target:GLenum, index:GLuint, data:UnsafeMutablePointer) {glGetIntegeri_v_P(target, index, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2770:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetIntegeri_vEXT(target target:GLenum, index:GLuint, data:UnsafeMutablePointer) {glGetIntegeri_vEXT_P(target, index, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2773:35: warning: extraneous duplicate parameter name; 'value' already has an argument label public func glGetIntegerui64i_vNV(value value:GLenum, index:GLuint, result:UnsafeMutablePointer) {glGetIntegerui64i_vNV_P(value, index, result)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2776:33: warning: extraneous duplicate parameter name; 'value' already has an argument label public func glGetIntegerui64vNV(value value:GLenum, result:UnsafeMutablePointer) {glGetIntegerui64vNV_P(value, result)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2779:27: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glGetIntegerv(pname pname:GLenum, data:UnsafeMutablePointer) {glGetIntegerv_P(pname, data)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2782:43: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetInternalformatSampleivNV(target target:GLenum, internalformat:GLenum, samples:GLsizei, pname:GLenum, bufSize:GLsizei, params:UnsafeMutablePointer) {glGetInternalformatSampleivNV_P(target, internalformat, samples, pname, bufSize, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2785:37: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetInternalformati64v(target target:GLenum, internalformat:GLenum, pname:GLenum, bufSize:GLsizei, params:UnsafeMutablePointer) {glGetInternalformati64v_P(target, internalformat, pname, bufSize, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2788:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetInternalformativ(target target:GLenum, internalformat:GLenum, pname:GLenum, bufSize:GLsizei, params:UnsafeMutablePointer) {glGetInternalformativ_P(target, internalformat, pname, bufSize, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2791:39: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetInvariantBooleanvEXT(id id:GLuint, value:GLenum, data:UnsafeMutablePointer) {glGetInvariantBooleanvEXT_P(id, value, data)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2794:37: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetInvariantFloatvEXT(id id:GLuint, value:GLenum, data:UnsafeMutablePointer) {glGetInvariantFloatvEXT_P(id, value, data)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2797:39: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetInvariantIntegervEXT(id id:GLuint, value:GLenum, data:UnsafeMutablePointer) {glGetInvariantIntegervEXT_P(id, value, data)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2800:26: warning: extraneous duplicate parameter name; 'light' already has an argument label public func glGetLightfv(light light:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetLightfv_P(light, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2803:26: warning: extraneous duplicate parameter name; 'light' already has an argument label public func glGetLightiv(light light:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetLightiv_P(light, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2806:28: warning: extraneous duplicate parameter name; 'light' already has an argument label public func glGetLightxOES(light light:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetLightxOES_P(light, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2809:26: warning: extraneous duplicate parameter name; 'light' already has an argument label public func glGetLightxv(light light:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetLightxv_P(light, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2812:29: warning: extraneous duplicate parameter name; 'light' already has an argument label public func glGetLightxvOES(light light:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetLightxvOES_P(light, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2815:38: warning: extraneous duplicate parameter name; 'list' already has an argument label public func glGetListParameterfvSGIX(list list:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetListParameterfvSGIX_P(list, pname, params)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2818:38: warning: extraneous duplicate parameter name; 'list' already has an argument label public func glGetListParameterivSGIX(list list:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetListParameterivSGIX_P(list, pname, params)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2821:43: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetLocalConstantBooleanvEXT(id id:GLuint, value:GLenum, data:UnsafeMutablePointer) {glGetLocalConstantBooleanvEXT_P(id, value, data)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2824:41: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetLocalConstantFloatvEXT(id id:GLuint, value:GLenum, data:UnsafeMutablePointer) {glGetLocalConstantFloatvEXT_P(id, value, data)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2827:43: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetLocalConstantIntegervEXT(id id:GLuint, value:GLenum, data:UnsafeMutablePointer) {glGetLocalConstantIntegervEXT_P(id, value, data)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2830:41: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetMapAttribParameterfvNV(target target:GLenum, index:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetMapAttribParameterfvNV_P(target, index, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2833:41: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetMapAttribParameterivNV(target target:GLenum, index:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetMapAttribParameterivNV_P(target, index, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2836:37: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetMapControlPointsNV(target target:GLenum, index:GLuint, type:GLenum, ustride:GLsizei, vstride:GLsizei, packed:GLboolean, points:UnsafeMutablePointer) {glGetMapControlPointsNV_P(target, index, type, ustride, vstride, packed, points)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2839:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetMapParameterfvNV(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetMapParameterfvNV_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2842:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetMapParameterivNV(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetMapParameterivNV_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2845:24: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetMapdv(target target:GLenum, query:GLenum, v:UnsafeMutablePointer) {glGetMapdv_P(target, query, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2848:24: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetMapfv(target target:GLenum, query:GLenum, v:UnsafeMutablePointer) {glGetMapfv_P(target, query, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2851:24: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetMapiv(target target:GLenum, query:GLenum, v:UnsafeMutablePointer) {glGetMapiv_P(target, query, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2854:27: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetMapxvOES(target target:GLenum, query:GLenum, v:UnsafeMutablePointer) {glGetMapxvOES_P(target, query, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2857:29: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glGetMaterialfv(face face:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetMaterialfv_P(face, pname, params)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2860:29: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glGetMaterialiv(face face:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetMaterialiv_P(face, pname, params)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2863:31: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glGetMaterialxOES(face face:GLenum, pname:GLenum, param:GLfixed) {glGetMaterialxOES_P(face, pname, param)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2866:29: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glGetMaterialxv(face face:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetMaterialxv_P(face, pname, params)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2869:32: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glGetMaterialxvOES(face face:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetMaterialxvOES_P(face, pname, params)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2872:25: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetMinmax(target target:GLenum, reset:GLboolean, format:GLenum, type:GLenum, values:UnsafeMutablePointer) {glGetMinmax_P(target, reset, format, type, values)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2875:28: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetMinmaxEXT(target target:GLenum, reset:GLboolean, format:GLenum, type:GLenum, values:UnsafeMutablePointer) {glGetMinmaxEXT_P(target, reset, format, type, values)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2878:36: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetMinmaxParameterfv(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetMinmaxParameterfv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2881:39: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetMinmaxParameterfvEXT(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetMinmaxParameterfvEXT_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2884:36: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetMinmaxParameteriv(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetMinmaxParameteriv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2887:39: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetMinmaxParameterivEXT(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetMinmaxParameterivEXT_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2890:35: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glGetMultiTexEnvfvEXT(texunit texunit:GLenum, target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetMultiTexEnvfvEXT_P(texunit, target, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2893:35: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glGetMultiTexEnvivEXT(texunit texunit:GLenum, target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetMultiTexEnvivEXT_P(texunit, target, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2896:35: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glGetMultiTexGendvEXT(texunit texunit:GLenum, coord:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetMultiTexGendvEXT_P(texunit, coord, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2899:35: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glGetMultiTexGenfvEXT(texunit texunit:GLenum, coord:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetMultiTexGenfvEXT_P(texunit, coord, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2902:35: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glGetMultiTexGenivEXT(texunit texunit:GLenum, coord:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetMultiTexGenivEXT_P(texunit, coord, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2905:35: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glGetMultiTexImageEXT(texunit texunit:GLenum, target:GLenum, level:GLint, format:GLenum, type:GLenum, pixels:UnsafeMutablePointer) {glGetMultiTexImageEXT_P(texunit, target, level, format, type, pixels)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2908:46: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glGetMultiTexLevelParameterfvEXT(texunit texunit:GLenum, target:GLenum, level:GLint, pname:GLenum, params:UnsafeMutablePointer) {glGetMultiTexLevelParameterfvEXT_P(texunit, target, level, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2911:46: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glGetMultiTexLevelParameterivEXT(texunit texunit:GLenum, target:GLenum, level:GLint, pname:GLenum, params:UnsafeMutablePointer) {glGetMultiTexLevelParameterivEXT_P(texunit, target, level, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2914:42: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glGetMultiTexParameterIivEXT(texunit texunit:GLenum, target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetMultiTexParameterIivEXT_P(texunit, target, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2917:43: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glGetMultiTexParameterIuivEXT(texunit texunit:GLenum, target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetMultiTexParameterIuivEXT_P(texunit, target, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2920:41: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glGetMultiTexParameterfvEXT(texunit texunit:GLenum, target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetMultiTexParameterfvEXT_P(texunit, target, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2923:41: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glGetMultiTexParameterivEXT(texunit texunit:GLenum, target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetMultiTexParameterivEXT_P(texunit, target, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2926:32: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glGetMultisamplefv(pname pname:GLenum, index:GLuint, val:UnsafeMutablePointer) {glGetMultisamplefv_P(pname, index, val)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2929:34: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glGetMultisamplefvNV(pname pname:GLenum, index:GLuint, val:UnsafeMutablePointer) {glGetMultisamplefvNV_P(pname, index, val)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2932:43: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glGetNamedBufferParameteri64v(buffer buffer:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetNamedBufferParameteri64v_P(buffer, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2935:41: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glGetNamedBufferParameteriv(buffer buffer:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetNamedBufferParameteriv_P(buffer, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2938:44: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glGetNamedBufferParameterivEXT(buffer buffer:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetNamedBufferParameterivEXT_P(buffer, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2941:46: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glGetNamedBufferParameterui64vNV(buffer buffer:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetNamedBufferParameterui64vNV_P(buffer, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2944:38: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glGetNamedBufferPointerv(buffer buffer:GLuint, pname:GLenum, params:UnsafeMutablePointer>) {glGetNamedBufferPointerv_P(buffer, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2947:41: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glGetNamedBufferPointervEXT(buffer buffer:GLuint, pname:GLenum, params:UnsafeMutablePointer>) {glGetNamedBufferPointervEXT_P(buffer, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2950:37: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glGetNamedBufferSubData(buffer buffer:GLuint, offset:GLintptr, size:GLsizeiptr, data:UnsafeMutablePointer) {glGetNamedBufferSubData_P(buffer, offset, size, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2953:40: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glGetNamedBufferSubDataEXT(buffer buffer:GLuint, offset:GLintptr, size:GLsizeiptr, data:UnsafeMutablePointer) {glGetNamedBufferSubDataEXT_P(buffer, offset, size, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2956:56: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glGetNamedFramebufferAttachmentParameteriv(framebuffer framebuffer:GLuint, attachment:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetNamedFramebufferAttachmentParameteriv_P(framebuffer, attachment, pname, params)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2959:59: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glGetNamedFramebufferAttachmentParameterivEXT(framebuffer framebuffer:GLuint, attachment:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetNamedFramebufferAttachmentParameterivEXT_P(framebuffer, attachment, pname, params)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2962:46: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glGetNamedFramebufferParameteriv(framebuffer framebuffer:GLuint, pname:GLenum, param:UnsafeMutablePointer) {glGetNamedFramebufferParameteriv_P(framebuffer, pname, param)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2965:49: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glGetNamedFramebufferParameterivEXT(framebuffer framebuffer:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetNamedFramebufferParameterivEXT_P(framebuffer, pname, params)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2968:51: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetNamedProgramLocalParameterIivEXT(program program:GLuint, target:GLenum, index:GLuint, params:UnsafeMutablePointer) {glGetNamedProgramLocalParameterIivEXT_P(program, target, index, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2971:52: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetNamedProgramLocalParameterIuivEXT(program program:GLuint, target:GLenum, index:GLuint, params:UnsafeMutablePointer) {glGetNamedProgramLocalParameterIuivEXT_P(program, target, index, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2974:50: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetNamedProgramLocalParameterdvEXT(program program:GLuint, target:GLenum, index:GLuint, params:UnsafeMutablePointer) {glGetNamedProgramLocalParameterdvEXT_P(program, target, index, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2977:50: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetNamedProgramLocalParameterfvEXT(program program:GLuint, target:GLenum, index:GLuint, params:UnsafeMutablePointer) {glGetNamedProgramLocalParameterfvEXT_P(program, target, index, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2980:40: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetNamedProgramStringEXT(program program:GLuint, target:GLenum, pname:GLenum, string:UnsafeMutablePointer) {glGetNamedProgramStringEXT_P(program, target, pname, string)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2983:36: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetNamedProgramivEXT(program program:GLuint, target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetNamedProgramivEXT_P(program, target, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2986:47: warning: extraneous duplicate parameter name; 'renderbuffer' already has an argument label public func glGetNamedRenderbufferParameteriv(renderbuffer renderbuffer:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetNamedRenderbufferParameteriv_P(renderbuffer, pname, params)} ^~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2989:50: warning: extraneous duplicate parameter name; 'renderbuffer' already has an argument label public func glGetNamedRenderbufferParameterivEXT(renderbuffer renderbuffer:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetNamedRenderbufferParameterivEXT_P(renderbuffer, pname, params)} ^~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2992:33: warning: extraneous duplicate parameter name; 'namelen' already has an argument label public func glGetNamedStringARB(namelen namelen:GLint, name:UnsafePointer, bufSize:GLsizei, stringlen:UnsafeMutablePointer, string:UnsafeMutablePointer) {glGetNamedStringARB_P(namelen, name, bufSize, stringlen, string)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2995:35: warning: extraneous duplicate parameter name; 'namelen' already has an argument label public func glGetNamedStringivARB(namelen namelen:GLint, name:UnsafePointer, pname:GLenum, params:UnsafeMutablePointer) {glGetNamedStringivARB_P(namelen, name, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2998:39: warning: extraneous duplicate parameter name; 'queryId' already has an argument label public func glGetNextPerfQueryIdINTEL(queryId queryId:GLuint, nextQueryId:UnsafeMutablePointer) {glGetNextPerfQueryIdINTEL_P(queryId, nextQueryId)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3001:36: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glGetObjectBufferfvATI(buffer buffer:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetObjectBufferfvATI_P(buffer, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3004:36: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glGetObjectBufferivATI(buffer buffer:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetObjectBufferivATI_P(buffer, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3007:30: warning: extraneous duplicate parameter name; 'identifier' already has an argument label public func glGetObjectLabel(identifier identifier:GLenum, name:GLuint, bufSize:GLsizei, length:UnsafeMutablePointer, label:UnsafeMutablePointer) {glGetObjectLabel_P(identifier, name, bufSize, length, label)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3010:33: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glGetObjectLabelEXT(type type:GLenum, object:GLuint, bufSize:GLsizei, length:UnsafeMutablePointer, label:UnsafeMutablePointer) {glGetObjectLabelEXT_P(type, object, bufSize, length, label)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3013:33: warning: extraneous duplicate parameter name; 'identifier' already has an argument label public func glGetObjectLabelKHR(identifier identifier:GLenum, name:GLuint, bufSize:GLsizei, length:UnsafeMutablePointer, label:UnsafeMutablePointer) {glGetObjectLabelKHR_P(identifier, name, bufSize, length, label)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3016:39: warning: extraneous duplicate parameter name; 'obj' already has an argument label public func glGetObjectParameterfvARB(obj obj:GLhandleARB, pname:GLenum, params:UnsafeMutablePointer) {glGetObjectParameterfvARB_P(obj, pname, params)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3019:41: warning: extraneous duplicate parameter name; 'objectType' already has an argument label public func glGetObjectParameterivAPPLE(objectType objectType:GLenum, name:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetObjectParameterivAPPLE_P(objectType, name, pname, params)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3022:39: warning: extraneous duplicate parameter name; 'obj' already has an argument label public func glGetObjectParameterivARB(obj obj:GLhandleARB, pname:GLenum, params:UnsafeMutablePointer) {glGetObjectParameterivARB_P(obj, pname, params)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3025:33: warning: extraneous duplicate parameter name; 'ptr' already has an argument label public func glGetObjectPtrLabel(ptr ptr:UnsafePointer, bufSize:GLsizei, length:UnsafeMutablePointer, label:UnsafeMutablePointer) {glGetObjectPtrLabel_P(ptr, bufSize, length, label)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3028:36: warning: extraneous duplicate parameter name; 'ptr' already has an argument label public func glGetObjectPtrLabelKHR(ptr ptr:UnsafePointer, bufSize:GLsizei, length:UnsafeMutablePointer, label:UnsafeMutablePointer) {glGetObjectPtrLabelKHR_P(ptr, bufSize, length, label)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3031:37: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetOcclusionQueryivNV(id id:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetOcclusionQueryivNV_P(id, pname, params)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3034:38: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetOcclusionQueryuivNV(id id:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetOcclusionQueryuivNV_P(id, pname, params)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3037:35: warning: extraneous duplicate parameter name; 'color' already has an argument label public func glGetPathColorGenfvNV(color color:GLenum, pname:GLenum, value:UnsafeMutablePointer) {glGetPathColorGenfvNV_P(color, pname, value)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3040:35: warning: extraneous duplicate parameter name; 'color' already has an argument label public func glGetPathColorGenivNV(color color:GLenum, pname:GLenum, value:UnsafeMutablePointer) {glGetPathColorGenivNV_P(color, pname, value)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3043:33: warning: extraneous duplicate parameter name; 'path' already has an argument label public func glGetPathCommandsNV(path path:GLuint, commands:UnsafeMutablePointer) {glGetPathCommandsNV_P(path, commands)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3046:31: warning: extraneous duplicate parameter name; 'path' already has an argument label public func glGetPathCoordsNV(path path:GLuint, coords:UnsafeMutablePointer) {glGetPathCoordsNV_P(path, coords)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3049:34: warning: extraneous duplicate parameter name; 'path' already has an argument label public func glGetPathDashArrayNV(path path:GLuint, dashArray:UnsafeMutablePointer) {glGetPathDashArrayNV_P(path, dashArray)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3052:31: warning: extraneous duplicate parameter name; 'path' already has an argument label public func glGetPathLengthNV(path path:GLuint, startSegment:GLsizei, numSegments:GLsizei) -> GLfloat {return glGetPathLengthNV_P(path, startSegment, numSegments)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3055:36: warning: extraneous duplicate parameter name; 'metricQueryMask' already has an argument label public func glGetPathMetricRangeNV(metricQueryMask metricQueryMask:GLbitfield, firstPathName:GLuint, numPaths:GLsizei, stride:GLsizei, metrics:UnsafeMutablePointer) {glGetPathMetricRangeNV_P(metricQueryMask, firstPathName, numPaths, stride, metrics)} ^~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3058:32: warning: extraneous duplicate parameter name; 'metricQueryMask' already has an argument label public func glGetPathMetricsNV(metricQueryMask metricQueryMask:GLbitfield, numPaths:GLsizei, pathNameType:GLenum, paths:UnsafePointer, pathBase:GLuint, stride:GLsizei, metrics:UnsafeMutablePointer) {glGetPathMetricsNV_P(metricQueryMask, numPaths, pathNameType, paths, pathBase, stride, metrics)} ^~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3061:36: warning: extraneous duplicate parameter name; 'path' already has an argument label public func glGetPathParameterfvNV(path path:GLuint, pname:GLenum, value:UnsafeMutablePointer) {glGetPathParameterfvNV_P(path, pname, value)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3064:36: warning: extraneous duplicate parameter name; 'path' already has an argument label public func glGetPathParameterivNV(path path:GLuint, pname:GLenum, value:UnsafeMutablePointer) {glGetPathParameterivNV_P(path, pname, value)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3067:32: warning: extraneous duplicate parameter name; 'pathListMode' already has an argument label public func glGetPathSpacingNV(pathListMode pathListMode:GLenum, numPaths:GLsizei, pathNameType:GLenum, paths:UnsafePointer, pathBase:GLuint, advanceScale:GLfloat, kerningScale:GLfloat, transformType:GLenum, returnedSpacing:UnsafeMutablePointer) {glGetPathSpacingNV_P(pathListMode, numPaths, pathNameType, paths, pathBase, advanceScale, kerningScale, transformType, returnedSpacing)} ^~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3070:33: warning: extraneous duplicate parameter name; 'texCoordSet' already has an argument label public func glGetPathTexGenfvNV(texCoordSet texCoordSet:GLenum, pname:GLenum, value:UnsafeMutablePointer) {glGetPathTexGenfvNV_P(texCoordSet, pname, value)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3073:33: warning: extraneous duplicate parameter name; 'texCoordSet' already has an argument label public func glGetPathTexGenivNV(texCoordSet texCoordSet:GLenum, pname:GLenum, value:UnsafeMutablePointer) {glGetPathTexGenivNV_P(texCoordSet, pname, value)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3076:39: warning: extraneous duplicate parameter name; 'queryId' already has an argument label public func glGetPerfCounterInfoINTEL(queryId queryId:GLuint, counterId:GLuint, counterNameLength:GLuint, counterName:UnsafeMutablePointer, counterDescLength:GLuint, counterDesc:UnsafeMutablePointer, counterOffset:UnsafeMutablePointer, counterDataSize:UnsafeMutablePointer, counterTypeEnum:UnsafeMutablePointer, counterDataTypeEnum:UnsafeMutablePointer, rawCounterMaxValue:UnsafeMutablePointer) {glGetPerfCounterInfoINTEL_P(queryId, counterId, counterNameLength, counterName, counterDescLength, counterDesc, counterOffset, counterDataSize, counterTypeEnum, counterDataTypeEnum, rawCounterMaxValue)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3079:44: warning: extraneous duplicate parameter name; 'monitor' already has an argument label public func glGetPerfMonitorCounterDataAMD(monitor monitor:GLuint, pname:GLenum, dataSize:GLsizei, data:UnsafeMutablePointer, bytesWritten:UnsafeMutablePointer) {glGetPerfMonitorCounterDataAMD_P(monitor, pname, dataSize, data, bytesWritten)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3082:44: warning: extraneous duplicate parameter name; 'group' already has an argument label public func glGetPerfMonitorCounterInfoAMD(group group:GLuint, counter:GLuint, pname:GLenum, data:UnsafeMutablePointer) {glGetPerfMonitorCounterInfoAMD_P(group, counter, pname, data)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3085:46: warning: extraneous duplicate parameter name; 'group' already has an argument label public func glGetPerfMonitorCounterStringAMD(group group:GLuint, counter:GLuint, bufSize:GLsizei, length:UnsafeMutablePointer, counterString:UnsafeMutablePointer) {glGetPerfMonitorCounterStringAMD_P(group, counter, bufSize, length, counterString)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3088:41: warning: extraneous duplicate parameter name; 'group' already has an argument label public func glGetPerfMonitorCountersAMD(group group:GLuint, numCounters:UnsafeMutablePointer, maxActiveCounters:UnsafeMutablePointer, counterSize:GLsizei, counters:UnsafeMutablePointer) {glGetPerfMonitorCountersAMD_P(group, numCounters, maxActiveCounters, counterSize, counters)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3091:44: warning: extraneous duplicate parameter name; 'group' already has an argument label public func glGetPerfMonitorGroupStringAMD(group group:GLuint, bufSize:GLsizei, length:UnsafeMutablePointer, groupString:UnsafeMutablePointer) {glGetPerfMonitorGroupStringAMD_P(group, bufSize, length, groupString)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3094:39: warning: extraneous duplicate parameter name; 'numGroups' already has an argument label public func glGetPerfMonitorGroupsAMD(numGroups numGroups:UnsafeMutablePointer, groupsSize:GLsizei, groups:UnsafeMutablePointer) {glGetPerfMonitorGroupsAMD_P(numGroups, groupsSize, groups)} ^~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3097:37: warning: extraneous duplicate parameter name; 'queryHandle' already has an argument label public func glGetPerfQueryDataINTEL(queryHandle queryHandle:GLuint, flags:GLuint, dataSize:GLsizei, data:UnsafeMutablePointer, bytesWritten:UnsafeMutablePointer) {glGetPerfQueryDataINTEL_P(queryHandle, flags, dataSize, data, bytesWritten)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3100:41: warning: extraneous duplicate parameter name; 'queryName' already has an argument label public func glGetPerfQueryIdByNameINTEL(queryName queryName:UnsafeMutablePointer, queryId:UnsafeMutablePointer) {glGetPerfQueryIdByNameINTEL_P(queryName, queryId)} ^~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3103:37: warning: extraneous duplicate parameter name; 'queryId' already has an argument label public func glGetPerfQueryInfoINTEL(queryId queryId:GLuint, queryNameLength:GLuint, queryName:UnsafeMutablePointer, dataSize:UnsafeMutablePointer, noCounters:UnsafeMutablePointer, noInstances:UnsafeMutablePointer, capsMask:UnsafeMutablePointer) {glGetPerfQueryInfoINTEL_P(queryId, queryNameLength, queryName, dataSize, noCounters, noInstances, capsMask)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3106:29: warning: extraneous duplicate parameter name; 'map' already has an argument label public func glGetPixelMapfv(map map:GLenum, values:UnsafeMutablePointer) {glGetPixelMapfv_P(map, values)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3109:30: warning: extraneous duplicate parameter name; 'map' already has an argument label public func glGetPixelMapuiv(map map:GLenum, values:UnsafeMutablePointer) {glGetPixelMapuiv_P(map, values)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3112:30: warning: extraneous duplicate parameter name; 'map' already has an argument label public func glGetPixelMapusv(map map:GLenum, values:UnsafeMutablePointer) {glGetPixelMapusv_P(map, values)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3115:29: warning: extraneous duplicate parameter name; 'map' already has an argument label public func glGetPixelMapxv(map map:GLenum, size:GLint, values:UnsafeMutablePointer) {glGetPixelMapxv_P(map, size, values)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3118:45: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glGetPixelTexGenParameterfvSGIS(pname pname:GLenum, params:UnsafeMutablePointer) {glGetPixelTexGenParameterfvSGIS_P(pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3121:45: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glGetPixelTexGenParameterivSGIS(pname pname:GLenum, params:UnsafeMutablePointer) {glGetPixelTexGenParameterivSGIS_P(pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3124:47: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetPixelTransformParameterfvEXT(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetPixelTransformParameterfvEXT_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3127:47: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetPixelTransformParameterivEXT(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetPixelTransformParameterivEXT_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3130:37: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetPointerIndexedvEXT(target target:GLenum, index:GLuint, data:UnsafeMutablePointer>) {glGetPointerIndexedvEXT_P(target, index, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3133:32: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glGetPointeri_vEXT(pname pname:GLenum, index:GLuint, params:UnsafeMutablePointer>) {glGetPointeri_vEXT_P(pname, index, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3136:27: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glGetPointerv(pname pname:GLenum, params:UnsafeMutablePointer>) {glGetPointerv_P(pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3139:30: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glGetPointervEXT(pname pname:GLenum, params:UnsafeMutablePointer>) {glGetPointervEXT_P(pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3142:30: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glGetPointervKHR(pname pname:GLenum, params:UnsafeMutablePointer>) {glGetPointervKHR_P(pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3145:33: warning: extraneous duplicate parameter name; 'mask' already has an argument label public func glGetPolygonStipple(mask mask:UnsafeMutablePointer) {glGetPolygonStipple_P(mask)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3148:32: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetProgramBinary(program program:GLuint, bufSize:GLsizei, length:UnsafeMutablePointer, binaryFormat:UnsafeMutablePointer, binary:UnsafeMutablePointer) {glGetProgramBinary_P(program, bufSize, length, binaryFormat, binary)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3151:35: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetProgramBinaryOES(program program:GLuint, bufSize:GLsizei, length:UnsafeMutablePointer, binaryFormat:UnsafeMutablePointer, binary:UnsafeMutablePointer) {glGetProgramBinaryOES_P(program, bufSize, length, binaryFormat, binary)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3154:43: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetProgramEnvParameterIivNV(target target:GLenum, index:GLuint, params:UnsafeMutablePointer) {glGetProgramEnvParameterIivNV_P(target, index, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3157:44: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetProgramEnvParameterIuivNV(target target:GLenum, index:GLuint, params:UnsafeMutablePointer) {glGetProgramEnvParameterIuivNV_P(target, index, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3160:43: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetProgramEnvParameterdvARB(target target:GLenum, index:GLuint, params:UnsafeMutablePointer) {glGetProgramEnvParameterdvARB_P(target, index, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3163:43: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetProgramEnvParameterfvARB(target target:GLenum, index:GLuint, params:UnsafeMutablePointer) {glGetProgramEnvParameterfvARB_P(target, index, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3166:33: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetProgramInfoLog(program program:GLuint, bufSize:GLsizei, length:UnsafeMutablePointer, infoLog:UnsafeMutablePointer) {glGetProgramInfoLog_P(program, bufSize, length, infoLog)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3169:37: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetProgramInterfaceiv(program program:GLuint, programInterface:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetProgramInterfaceiv_P(program, programInterface, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3172:45: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetProgramLocalParameterIivNV(target target:GLenum, index:GLuint, params:UnsafeMutablePointer) {glGetProgramLocalParameterIivNV_P(target, index, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3175:46: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetProgramLocalParameterIuivNV(target target:GLenum, index:GLuint, params:UnsafeMutablePointer) {glGetProgramLocalParameterIuivNV_P(target, index, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3178:45: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetProgramLocalParameterdvARB(target target:GLenum, index:GLuint, params:UnsafeMutablePointer) {glGetProgramLocalParameterdvARB_P(target, index, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3181:45: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetProgramLocalParameterfvARB(target target:GLenum, index:GLuint, params:UnsafeMutablePointer) {glGetProgramLocalParameterfvARB_P(target, index, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3184:44: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetProgramNamedParameterdvNV(id id:GLuint, len:GLsizei, name:UnsafePointer, params:UnsafeMutablePointer) {glGetProgramNamedParameterdvNV_P(id, len, name, params)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3187:44: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetProgramNamedParameterfvNV(id id:GLuint, len:GLsizei, name:UnsafePointer, params:UnsafeMutablePointer) {glGetProgramNamedParameterfvNV_P(id, len, name, params)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3190:39: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetProgramParameterdvNV(target target:GLenum, index:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetProgramParameterdvNV_P(target, index, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3193:39: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetProgramParameterfvNV(target target:GLenum, index:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetProgramParameterfvNV_P(target, index, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3196:41: warning: extraneous duplicate parameter name; 'pipeline' already has an argument label public func glGetProgramPipelineInfoLog(pipeline pipeline:GLuint, bufSize:GLsizei, length:UnsafeMutablePointer, infoLog:UnsafeMutablePointer) {glGetProgramPipelineInfoLog_P(pipeline, bufSize, length, infoLog)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3199:44: warning: extraneous duplicate parameter name; 'pipeline' already has an argument label public func glGetProgramPipelineInfoLogEXT(pipeline pipeline:GLuint, bufSize:GLsizei, length:UnsafeMutablePointer, infoLog:UnsafeMutablePointer) {glGetProgramPipelineInfoLogEXT_P(pipeline, bufSize, length, infoLog)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3202:36: warning: extraneous duplicate parameter name; 'pipeline' already has an argument label public func glGetProgramPipelineiv(pipeline pipeline:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetProgramPipelineiv_P(pipeline, pname, params)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3205:39: warning: extraneous duplicate parameter name; 'pipeline' already has an argument label public func glGetProgramPipelineivEXT(pipeline pipeline:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetProgramPipelineivEXT_P(pipeline, pname, params)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3208:39: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetProgramResourceIndex(program program:GLuint, programInterface:GLenum, name:UnsafePointer) -> GLuint {return glGetProgramResourceIndex_P(program, programInterface, name)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3211:42: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetProgramResourceLocation(program program:GLuint, programInterface:GLenum, name:UnsafePointer) -> GLint {return glGetProgramResourceLocation_P(program, programInterface, name)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3214:47: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetProgramResourceLocationIndex(program program:GLuint, programInterface:GLenum, name:UnsafePointer) -> GLint {return glGetProgramResourceLocationIndex_P(program, programInterface, name)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3217:50: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetProgramResourceLocationIndexEXT(program program:GLuint, programInterface:GLenum, name:UnsafePointer) -> GLint {return glGetProgramResourceLocationIndexEXT_P(program, programInterface, name)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3220:38: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetProgramResourceName(program program:GLuint, programInterface:GLenum, index:GLuint, bufSize:GLsizei, length:UnsafeMutablePointer, name:UnsafeMutablePointer) {glGetProgramResourceName_P(program, programInterface, index, bufSize, length, name)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3223:38: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetProgramResourcefvNV(program program:GLuint, programInterface:GLenum, index:GLuint, propCount:GLsizei, props:UnsafePointer, bufSize:GLsizei, length:UnsafeMutablePointer, params:UnsafeMutablePointer) {glGetProgramResourcefvNV_P(program, programInterface, index, propCount, props, bufSize, length, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3226:36: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetProgramResourceiv(program program:GLuint, programInterface:GLenum, index:GLuint, propCount:GLsizei, props:UnsafePointer, bufSize:GLsizei, length:UnsafeMutablePointer, params:UnsafeMutablePointer) {glGetProgramResourceiv_P(program, programInterface, index, propCount, props, bufSize, length, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3229:33: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetProgramStageiv(program program:GLuint, shadertype:GLenum, pname:GLenum, values:UnsafeMutablePointer) {glGetProgramStageiv_P(program, shadertype, pname, values)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3232:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetProgramStringARB(target target:GLenum, pname:GLenum, string:UnsafeMutablePointer) {glGetProgramStringARB_P(target, pname, string)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3235:34: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetProgramStringNV(id id:GLuint, pname:GLenum, program:UnsafeMutablePointer) {glGetProgramStringNV_P(id, pname, program)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3238:50: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetProgramSubroutineParameteruivNV(target target:GLenum, index:GLuint, param:UnsafeMutablePointer) {glGetProgramSubroutineParameteruivNV_P(target, index, param)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3241:28: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetProgramiv(program program:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetProgramiv_P(program, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3244:31: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetProgramivARB(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetProgramivARB_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3247:30: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetProgramivNV(id id:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetProgramivNV_P(id, pname, params)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3250:40: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetQueryBufferObjecti64v(id id:GLuint, buffer:GLuint, pname:GLenum, offset:GLintptr) {glGetQueryBufferObjecti64v_P(id, buffer, pname, offset)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3253:38: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetQueryBufferObjectiv(id id:GLuint, buffer:GLuint, pname:GLenum, offset:GLintptr) {glGetQueryBufferObjectiv_P(id, buffer, pname, offset)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3256:41: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetQueryBufferObjectui64v(id id:GLuint, buffer:GLuint, pname:GLenum, offset:GLintptr) {glGetQueryBufferObjectui64v_P(id, buffer, pname, offset)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3259:39: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetQueryBufferObjectuiv(id id:GLuint, buffer:GLuint, pname:GLenum, offset:GLintptr) {glGetQueryBufferObjectuiv_P(id, buffer, pname, offset)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3262:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetQueryIndexediv(target target:GLenum, index:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetQueryIndexediv_P(target, index, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3265:34: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetQueryObjecti64v(id id:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetQueryObjecti64v_P(id, pname, params)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3268:37: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetQueryObjecti64vEXT(id id:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetQueryObjecti64vEXT_P(id, pname, params)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3271:32: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetQueryObjectiv(id id:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetQueryObjectiv_P(id, pname, params)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3274:35: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetQueryObjectivARB(id id:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetQueryObjectivARB_P(id, pname, params)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3277:35: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetQueryObjectivEXT(id id:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetQueryObjectivEXT_P(id, pname, params)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3280:35: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetQueryObjectui64v(id id:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetQueryObjectui64v_P(id, pname, params)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3283:38: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetQueryObjectui64vEXT(id id:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetQueryObjectui64vEXT_P(id, pname, params)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3286:33: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetQueryObjectuiv(id id:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetQueryObjectuiv_P(id, pname, params)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3289:36: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetQueryObjectuivARB(id id:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetQueryObjectuivARB_P(id, pname, params)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3292:36: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetQueryObjectuivEXT(id id:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetQueryObjectuivEXT_P(id, pname, params)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3295:26: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetQueryiv(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetQueryiv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3298:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetQueryivARB(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetQueryivARB_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3301:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetQueryivEXT(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetQueryivEXT_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3304:42: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetRenderbufferParameteriv(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetRenderbufferParameteriv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3307:45: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetRenderbufferParameterivEXT(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetRenderbufferParameterivEXT_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3310:45: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetRenderbufferParameterivOES(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetRenderbufferParameterivOES_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3313:38: warning: extraneous duplicate parameter name; 'sampler' already has an argument label public func glGetSamplerParameterIiv(sampler sampler:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetSamplerParameterIiv_P(sampler, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3316:41: warning: extraneous duplicate parameter name; 'sampler' already has an argument label public func glGetSamplerParameterIivEXT(sampler sampler:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetSamplerParameterIivEXT_P(sampler, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3319:41: warning: extraneous duplicate parameter name; 'sampler' already has an argument label public func glGetSamplerParameterIivOES(sampler sampler:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetSamplerParameterIivOES_P(sampler, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3322:39: warning: extraneous duplicate parameter name; 'sampler' already has an argument label public func glGetSamplerParameterIuiv(sampler sampler:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetSamplerParameterIuiv_P(sampler, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3325:42: warning: extraneous duplicate parameter name; 'sampler' already has an argument label public func glGetSamplerParameterIuivEXT(sampler sampler:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetSamplerParameterIuivEXT_P(sampler, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3328:42: warning: extraneous duplicate parameter name; 'sampler' already has an argument label public func glGetSamplerParameterIuivOES(sampler sampler:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetSamplerParameterIuivOES_P(sampler, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3331:37: warning: extraneous duplicate parameter name; 'sampler' already has an argument label public func glGetSamplerParameterfv(sampler sampler:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetSamplerParameterfv_P(sampler, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3334:37: warning: extraneous duplicate parameter name; 'sampler' already has an argument label public func glGetSamplerParameteriv(sampler sampler:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetSamplerParameteriv_P(sampler, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3337:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetSeparableFilter(target target:GLenum, format:GLenum, type:GLenum, row:UnsafeMutablePointer, column:UnsafeMutablePointer, span:UnsafeMutablePointer) {glGetSeparableFilter_P(target, format, type, row, column, span)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3340:37: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetSeparableFilterEXT(target target:GLenum, format:GLenum, type:GLenum, row:UnsafeMutablePointer, column:UnsafeMutablePointer, span:UnsafeMutablePointer) {glGetSeparableFilterEXT_P(target, format, type, row, column, span)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3343:32: warning: extraneous duplicate parameter name; 'shader' already has an argument label public func glGetShaderInfoLog(shader shader:GLuint, bufSize:GLsizei, length:UnsafeMutablePointer, infoLog:UnsafeMutablePointer) {glGetShaderInfoLog_P(shader, bufSize, length, infoLog)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3346:40: warning: extraneous duplicate parameter name; 'shadertype' already has an argument label public func glGetShaderPrecisionFormat(shadertype shadertype:GLenum, precisiontype:GLenum, range:UnsafeMutablePointer, precision:UnsafeMutablePointer) {glGetShaderPrecisionFormat_P(shadertype, precisiontype, range, precision)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3349:31: warning: extraneous duplicate parameter name; 'shader' already has an argument label public func glGetShaderSource(shader shader:GLuint, bufSize:GLsizei, length:UnsafeMutablePointer, source:UnsafeMutablePointer) {glGetShaderSource_P(shader, bufSize, length, source)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3352:34: warning: extraneous duplicate parameter name; 'obj' already has an argument label public func glGetShaderSourceARB(obj obj:GLhandleARB, maxLength:GLsizei, length:UnsafeMutablePointer, source:UnsafeMutablePointer) {glGetShaderSourceARB_P(obj, maxLength, length, source)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3355:27: warning: extraneous duplicate parameter name; 'shader' already has an argument label public func glGetShaderiv(shader shader:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetShaderiv_P(shader, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3358:37: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetSharpenTexFuncSGIS(target target:GLenum, points:UnsafeMutablePointer) {glGetSharpenTexFuncSGIS_P(target, points)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3361:31: warning: extraneous duplicate parameter name; 'shadertype' already has an argument label public func glGetStageIndexNV(shadertype shadertype:GLenum) -> GLushort {return glGetStageIndexNV_P(shadertype)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3364:25: warning: extraneous duplicate parameter name; 'name' already has an argument label public func glGetString(name name:GLenum) -> UnsafePointer {return glGetString_P(name)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3367:26: warning: extraneous duplicate parameter name; 'name' already has an argument label public func glGetStringi(name name:GLenum, index:GLuint) -> UnsafePointer {return glGetStringi_P(name, index)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3370:34: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetSubroutineIndex(program program:GLuint, shadertype:GLenum, name:UnsafePointer) -> GLuint {return glGetSubroutineIndex_P(program, shadertype, name)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3373:44: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetSubroutineUniformLocation(program program:GLuint, shadertype:GLenum, name:UnsafePointer) -> GLint {return glGetSubroutineUniformLocation_P(program, shadertype, name)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3376:25: warning: extraneous duplicate parameter name; 'sync' already has an argument label public func glGetSynciv(sync sync:GLsync, pname:GLenum, bufSize:GLsizei, length:UnsafeMutablePointer, values:UnsafeMutablePointer) {glGetSynciv_P(sync, pname, bufSize, length, values)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3379:30: warning: extraneous duplicate parameter name; 'sync' already has an argument label public func glGetSyncivAPPLE(sync sync:GLsync, pname:GLenum, bufSize:GLsizei, length:UnsafeMutablePointer, values:UnsafeMutablePointer) {glGetSyncivAPPLE_P(sync, pname, bufSize, length, values)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3382:40: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glGetTexBumpParameterfvATI(pname pname:GLenum, param:UnsafeMutablePointer) {glGetTexBumpParameterfvATI_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3385:40: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glGetTexBumpParameterivATI(pname pname:GLenum, param:UnsafeMutablePointer) {glGetTexBumpParameterivATI_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3388:27: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetTexEnvfv(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetTexEnvfv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3391:27: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetTexEnviv(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetTexEnviv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3394:27: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetTexEnvxv(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetTexEnvxv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3397:30: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetTexEnvxvOES(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetTexEnvxvOES_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3400:36: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetTexFilterFuncSGIS(target target:GLenum, filter:GLenum, weights:UnsafeMutablePointer) {glGetTexFilterFuncSGIS_P(target, filter, weights)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3403:27: warning: extraneous duplicate parameter name; 'coord' already has an argument label public func glGetTexGendv(coord coord:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetTexGendv_P(coord, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3406:27: warning: extraneous duplicate parameter name; 'coord' already has an argument label public func glGetTexGenfv(coord coord:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetTexGenfv_P(coord, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3409:30: warning: extraneous duplicate parameter name; 'coord' already has an argument label public func glGetTexGenfvOES(coord coord:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetTexGenfvOES_P(coord, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3412:27: warning: extraneous duplicate parameter name; 'coord' already has an argument label public func glGetTexGeniv(coord coord:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetTexGeniv_P(coord, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3415:30: warning: extraneous duplicate parameter name; 'coord' already has an argument label public func glGetTexGenivOES(coord coord:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetTexGenivOES_P(coord, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3418:30: warning: extraneous duplicate parameter name; 'coord' already has an argument label public func glGetTexGenxvOES(coord coord:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetTexGenxvOES_P(coord, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3421:27: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetTexImage(target target:GLenum, level:GLint, format:GLenum, type:GLenum, pixels:UnsafeMutablePointer) {glGetTexImage_P(target, level, format, type, pixels)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3424:38: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetTexLevelParameterfv(target target:GLenum, level:GLint, pname:GLenum, params:UnsafeMutablePointer) {glGetTexLevelParameterfv_P(target, level, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3427:38: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetTexLevelParameteriv(target target:GLenum, level:GLint, pname:GLenum, params:UnsafeMutablePointer) {glGetTexLevelParameteriv_P(target, level, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3430:41: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetTexLevelParameterxvOES(target target:GLenum, level:GLint, pname:GLenum, params:UnsafeMutablePointer) {glGetTexLevelParameterxvOES_P(target, level, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3433:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetTexParameterIiv(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetTexParameterIiv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3436:37: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetTexParameterIivEXT(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetTexParameterIivEXT_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3439:37: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetTexParameterIivOES(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetTexParameterIivOES_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3442:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetTexParameterIuiv(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetTexParameterIuiv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3445:38: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetTexParameterIuivEXT(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetTexParameterIuivEXT_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3448:38: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetTexParameterIuivOES(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetTexParameterIuivOES_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3451:44: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetTexParameterPointervAPPLE(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer>) {glGetTexParameterPointervAPPLE_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3454:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetTexParameterfv(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetTexParameterfv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3457:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetTexParameteriv(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetTexParameteriv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3460:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetTexParameterxv(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetTexParameterxv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3463:36: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetTexParameterxvOES(target target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetTexParameterxvOES_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3466:35: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glGetTextureHandleARB(texture texture:GLuint) -> GLuint64 {return glGetTextureHandleARB_P(texture)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3469:34: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glGetTextureHandleNV(texture texture:GLuint) -> GLuint64 {return glGetTextureHandleNV_P(texture)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3472:31: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glGetTextureImage(texture texture:GLuint, level:GLint, format:GLenum, type:GLenum, bufSize:GLsizei, pixels:UnsafeMutablePointer) {glGetTextureImage_P(texture, level, format, type, bufSize, pixels)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3475:34: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glGetTextureImageEXT(texture texture:GLuint, target:GLenum, level:GLint, format:GLenum, type:GLenum, pixels:UnsafeMutablePointer) {glGetTextureImageEXT_P(texture, target, level, format, type, pixels)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3478:42: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glGetTextureLevelParameterfv(texture texture:GLuint, level:GLint, pname:GLenum, params:UnsafeMutablePointer) {glGetTextureLevelParameterfv_P(texture, level, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3481:45: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glGetTextureLevelParameterfvEXT(texture texture:GLuint, target:GLenum, level:GLint, pname:GLenum, params:UnsafeMutablePointer) {glGetTextureLevelParameterfvEXT_P(texture, target, level, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3484:42: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glGetTextureLevelParameteriv(texture texture:GLuint, level:GLint, pname:GLenum, params:UnsafeMutablePointer) {glGetTextureLevelParameteriv_P(texture, level, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3487:45: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glGetTextureLevelParameterivEXT(texture texture:GLuint, target:GLenum, level:GLint, pname:GLenum, params:UnsafeMutablePointer) {glGetTextureLevelParameterivEXT_P(texture, target, level, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3490:38: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glGetTextureParameterIiv(texture texture:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetTextureParameterIiv_P(texture, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3493:41: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glGetTextureParameterIivEXT(texture texture:GLuint, target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetTextureParameterIivEXT_P(texture, target, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3496:39: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glGetTextureParameterIuiv(texture texture:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetTextureParameterIuiv_P(texture, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3499:42: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glGetTextureParameterIuivEXT(texture texture:GLuint, target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetTextureParameterIuivEXT_P(texture, target, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3502:37: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glGetTextureParameterfv(texture texture:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetTextureParameterfv_P(texture, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3505:40: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glGetTextureParameterfvEXT(texture texture:GLuint, target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetTextureParameterfvEXT_P(texture, target, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3508:37: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glGetTextureParameteriv(texture texture:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetTextureParameteriv_P(texture, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3511:40: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glGetTextureParameterivEXT(texture texture:GLuint, target:GLenum, pname:GLenum, params:UnsafeMutablePointer) {glGetTextureParameterivEXT_P(texture, target, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3514:42: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glGetTextureSamplerHandleARB(texture texture:GLuint, sampler:GLuint) -> GLuint64 {return glGetTextureSamplerHandleARB_P(texture, sampler)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3517:41: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glGetTextureSamplerHandleNV(texture texture:GLuint, sampler:GLuint) -> GLuint64 {return glGetTextureSamplerHandleNV_P(texture, sampler)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3520:34: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glGetTextureSubImage(texture texture:GLuint, level:GLint, xoffset:GLint, yoffset:GLint, zoffset:GLint, width:GLsizei, height:GLsizei, depth:GLsizei, format:GLenum, type:GLenum, bufSize:GLsizei, pixels:UnsafeMutablePointer) {glGetTextureSubImage_P(texture, level, xoffset, yoffset, zoffset, width, height, depth, format, type, bufSize, pixels)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3523:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetTrackMatrixivNV(target target:GLenum, address:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetTrackMatrixivNV_P(target, address, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3526:43: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetTransformFeedbackVarying(program program:GLuint, index:GLuint, bufSize:GLsizei, length:UnsafeMutablePointer, size:UnsafeMutablePointer, type:UnsafeMutablePointer, name:UnsafeMutablePointer) {glGetTransformFeedbackVarying_P(program, index, bufSize, length, size, type, name)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3529:46: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetTransformFeedbackVaryingEXT(program program:GLuint, index:GLuint, bufSize:GLsizei, length:UnsafeMutablePointer, size:UnsafeMutablePointer, type:UnsafeMutablePointer, name:UnsafeMutablePointer) {glGetTransformFeedbackVaryingEXT_P(program, index, bufSize, length, size, type, name)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3532:45: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetTransformFeedbackVaryingNV(program program:GLuint, index:GLuint, location:UnsafeMutablePointer) {glGetTransformFeedbackVaryingNV_P(program, index, location)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3535:41: warning: extraneous duplicate parameter name; 'xfb' already has an argument label public func glGetTransformFeedbacki64_v(xfb xfb:GLuint, pname:GLenum, index:GLuint, param:UnsafeMutablePointer) {glGetTransformFeedbacki64_v_P(xfb, pname, index, param)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3538:39: warning: extraneous duplicate parameter name; 'xfb' already has an argument label public func glGetTransformFeedbacki_v(xfb xfb:GLuint, pname:GLenum, index:GLuint, param:UnsafeMutablePointer) {glGetTransformFeedbacki_v_P(xfb, pname, index, param)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3541:38: warning: extraneous duplicate parameter name; 'xfb' already has an argument label public func glGetTransformFeedbackiv(xfb xfb:GLuint, pname:GLenum, param:UnsafeMutablePointer) {glGetTransformFeedbackiv_P(xfb, pname, param)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3544:46: warning: extraneous duplicate parameter name; 'shader' already has an argument label public func glGetTranslatedShaderSourceANGLE(shader shader:GLuint, bufsize:GLsizei, length:UnsafeMutablePointer, source:UnsafeMutablePointer) {glGetTranslatedShaderSourceANGLE_P(shader, bufsize, length, source)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3547:36: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetUniformBlockIndex(program program:GLuint, uniformBlockName:UnsafePointer) -> GLuint {return glGetUniformBlockIndex_P(program, uniformBlockName)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3550:39: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetUniformBufferSizeEXT(program program:GLuint, location:GLint) -> GLint {return glGetUniformBufferSizeEXT_P(program, location)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3553:33: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetUniformIndices(program program:GLuint, uniformCount:GLsizei, uniformNames:UnsafePointer>, uniformIndices:UnsafeMutablePointer) {glGetUniformIndices_P(program, uniformCount, uniformNames, uniformIndices)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3556:34: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetUniformLocation(program program:GLuint, name:UnsafePointer) -> GLint {return glGetUniformLocation_P(program, name)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3559:37: warning: extraneous duplicate parameter name; 'programObj' already has an argument label public func glGetUniformLocationARB(programObj programObj:GLhandleARB, name:UnsafePointer) -> GLint {return glGetUniformLocationARB_P(programObj, name)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3562:35: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetUniformOffsetEXT(program program:GLuint, location:GLint) -> GLintptr {return glGetUniformOffsetEXT_P(program, location)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3565:39: warning: extraneous duplicate parameter name; 'shadertype' already has an argument label public func glGetUniformSubroutineuiv(shadertype shadertype:GLenum, location:GLint, params:UnsafeMutablePointer) {glGetUniformSubroutineuiv_P(shadertype, location, params)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3568:28: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetUniformdv(program program:GLuint, location:GLint, params:UnsafeMutablePointer) {glGetUniformdv_P(program, location, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3571:28: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetUniformfv(program program:GLuint, location:GLint, params:UnsafeMutablePointer) {glGetUniformfv_P(program, location, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3574:31: warning: extraneous duplicate parameter name; 'programObj' already has an argument label public func glGetUniformfvARB(programObj programObj:GLhandleARB, location:GLint, params:UnsafeMutablePointer) {glGetUniformfvARB_P(programObj, location, params)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3577:33: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetUniformi64vARB(program program:GLuint, location:GLint, params:UnsafeMutablePointer) {glGetUniformi64vARB_P(program, location, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3580:32: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetUniformi64vNV(program program:GLuint, location:GLint, params:UnsafeMutablePointer) {glGetUniformi64vNV_P(program, location, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3583:28: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetUniformiv(program program:GLuint, location:GLint, params:UnsafeMutablePointer) {glGetUniformiv_P(program, location, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3586:31: warning: extraneous duplicate parameter name; 'programObj' already has an argument label public func glGetUniformivARB(programObj programObj:GLhandleARB, location:GLint, params:UnsafeMutablePointer) {glGetUniformivARB_P(programObj, location, params)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3589:34: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetUniformui64vARB(program program:GLuint, location:GLint, params:UnsafeMutablePointer) {glGetUniformui64vARB_P(program, location, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3592:33: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetUniformui64vNV(program program:GLuint, location:GLint, params:UnsafeMutablePointer) {glGetUniformui64vNV_P(program, location, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3595:29: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetUniformuiv(program program:GLuint, location:GLint, params:UnsafeMutablePointer) {glGetUniformuiv_P(program, location, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3598:32: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetUniformuivEXT(program program:GLuint, location:GLint, params:UnsafeMutablePointer) {glGetUniformuivEXT_P(program, location, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3601:42: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetVariantArrayObjectfvATI(id id:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetVariantArrayObjectfvATI_P(id, pname, params)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3604:42: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetVariantArrayObjectivATI(id id:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetVariantArrayObjectivATI_P(id, pname, params)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3607:37: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetVariantBooleanvEXT(id id:GLuint, value:GLenum, data:UnsafeMutablePointer) {glGetVariantBooleanvEXT_P(id, value, data)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3610:35: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetVariantFloatvEXT(id id:GLuint, value:GLenum, data:UnsafeMutablePointer) {glGetVariantFloatvEXT_P(id, value, data)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3613:37: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetVariantIntegervEXT(id id:GLuint, value:GLenum, data:UnsafeMutablePointer) {glGetVariantIntegervEXT_P(id, value, data)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3616:37: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glGetVariantPointervEXT(id id:GLuint, value:GLenum, data:UnsafeMutablePointer>) {glGetVariantPointervEXT_P(id, value, data)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3619:36: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetVaryingLocationNV(program program:GLuint, name:UnsafePointer) -> GLint {return glGetVaryingLocationNV_P(program, name)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3622:41: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glGetVertexArrayIndexed64iv(vaobj vaobj:GLuint, index:GLuint, pname:GLenum, param:UnsafeMutablePointer) {glGetVertexArrayIndexed64iv_P(vaobj, index, pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3625:39: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glGetVertexArrayIndexediv(vaobj vaobj:GLuint, index:GLuint, pname:GLenum, param:UnsafeMutablePointer) {glGetVertexArrayIndexediv_P(vaobj, index, pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3628:43: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glGetVertexArrayIntegeri_vEXT(vaobj vaobj:GLuint, index:GLuint, pname:GLenum, param:UnsafeMutablePointer) {glGetVertexArrayIntegeri_vEXT_P(vaobj, index, pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3631:41: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glGetVertexArrayIntegervEXT(vaobj vaobj:GLuint, pname:GLenum, param:UnsafeMutablePointer) {glGetVertexArrayIntegervEXT_P(vaobj, pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3634:43: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glGetVertexArrayPointeri_vEXT(vaobj vaobj:GLuint, index:GLuint, pname:GLenum, param:UnsafeMutablePointer>) {glGetVertexArrayPointeri_vEXT_P(vaobj, index, pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3637:41: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glGetVertexArrayPointervEXT(vaobj vaobj:GLuint, pname:GLenum, param:UnsafeMutablePointer>) {glGetVertexArrayPointervEXT_P(vaobj, pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3640:32: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glGetVertexArrayiv(vaobj vaobj:GLuint, pname:GLenum, param:UnsafeMutablePointer) {glGetVertexArrayiv_P(vaobj, pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3643:47: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glGetVertexAttribArrayObjectfvATI(index index:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetVertexAttribArrayObjectfvATI_P(index, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3646:47: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glGetVertexAttribArrayObjectivATI(index index:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetVertexAttribArrayObjectivATI_P(index, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3649:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glGetVertexAttribIiv(index index:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetVertexAttribIiv_P(index, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3652:37: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glGetVertexAttribIivEXT(index index:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetVertexAttribIivEXT_P(index, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3655:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glGetVertexAttribIuiv(index index:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetVertexAttribIuiv_P(index, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3658:38: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glGetVertexAttribIuivEXT(index index:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetVertexAttribIuivEXT_P(index, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3661:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glGetVertexAttribLdv(index index:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetVertexAttribLdv_P(index, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3664:37: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glGetVertexAttribLdvEXT(index index:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetVertexAttribLdvEXT_P(index, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3667:38: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glGetVertexAttribLi64vNV(index index:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetVertexAttribLi64vNV_P(index, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3670:40: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glGetVertexAttribLui64vARB(index index:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetVertexAttribLui64vARB_P(index, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3673:39: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glGetVertexAttribLui64vNV(index index:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetVertexAttribLui64vNV_P(index, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3676:39: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glGetVertexAttribPointerv(index index:GLuint, pname:GLenum, pointer:UnsafeMutablePointer>) {glGetVertexAttribPointerv_P(index, pname, pointer)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3679:42: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glGetVertexAttribPointervARB(index index:GLuint, pname:GLenum, pointer:UnsafeMutablePointer>) {glGetVertexAttribPointervARB_P(index, pname, pointer)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3682:41: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glGetVertexAttribPointervNV(index index:GLuint, pname:GLenum, pointer:UnsafeMutablePointer>) {glGetVertexAttribPointervNV_P(index, pname, pointer)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3685:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glGetVertexAttribdv(index index:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetVertexAttribdv_P(index, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3688:36: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glGetVertexAttribdvARB(index index:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetVertexAttribdvARB_P(index, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3691:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glGetVertexAttribdvNV(index index:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetVertexAttribdvNV_P(index, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3694:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glGetVertexAttribfv(index index:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetVertexAttribfv_P(index, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3697:36: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glGetVertexAttribfvARB(index index:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetVertexAttribfvARB_P(index, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3700:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glGetVertexAttribfvNV(index index:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetVertexAttribfvNV_P(index, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3703:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glGetVertexAttribiv(index index:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetVertexAttribiv_P(index, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3706:36: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glGetVertexAttribivARB(index index:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetVertexAttribivARB_P(index, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3709:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glGetVertexAttribivNV(index index:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetVertexAttribivNV_P(index, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3712:41: warning: extraneous duplicate parameter name; 'video_capture_slot' already has an argument label public func glGetVideoCaptureStreamdvNV(video_capture_slot video_capture_slot:GLuint, stream:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetVideoCaptureStreamdvNV_P(video_capture_slot, stream, pname, params)} ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3715:41: warning: extraneous duplicate parameter name; 'video_capture_slot' already has an argument label public func glGetVideoCaptureStreamfvNV(video_capture_slot video_capture_slot:GLuint, stream:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetVideoCaptureStreamfvNV_P(video_capture_slot, stream, pname, params)} ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3718:41: warning: extraneous duplicate parameter name; 'video_capture_slot' already has an argument label public func glGetVideoCaptureStreamivNV(video_capture_slot video_capture_slot:GLuint, stream:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetVideoCaptureStreamivNV_P(video_capture_slot, stream, pname, params)} ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3721:35: warning: extraneous duplicate parameter name; 'video_capture_slot' already has an argument label public func glGetVideoCaptureivNV(video_capture_slot video_capture_slot:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetVideoCaptureivNV_P(video_capture_slot, pname, params)} ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3724:30: warning: extraneous duplicate parameter name; 'video_slot' already has an argument label public func glGetVideoi64vNV(video_slot video_slot:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetVideoi64vNV_P(video_slot, pname, params)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3727:28: warning: extraneous duplicate parameter name; 'video_slot' already has an argument label public func glGetVideoivNV(video_slot video_slot:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetVideoivNV_P(video_slot, pname, params)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3730:31: warning: extraneous duplicate parameter name; 'video_slot' already has an argument label public func glGetVideoui64vNV(video_slot video_slot:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetVideoui64vNV_P(video_slot, pname, params)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3733:29: warning: extraneous duplicate parameter name; 'video_slot' already has an argument label public func glGetVideouivNV(video_slot video_slot:GLuint, pname:GLenum, params:UnsafeMutablePointer) {glGetVideouivNV_P(video_slot, pname, params)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3736:30: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetnColorTable(target target:GLenum, format:GLenum, type:GLenum, bufSize:GLsizei, table:UnsafeMutablePointer) {glGetnColorTable_P(target, format, type, bufSize, table)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3739:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetnColorTableARB(target target:GLenum, format:GLenum, type:GLenum, bufSize:GLsizei, table:UnsafeMutablePointer) {glGetnColorTableARB_P(target, format, type, bufSize, table)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3742:38: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetnCompressedTexImage(target target:GLenum, lod:GLint, bufSize:GLsizei, pixels:UnsafeMutablePointer) {glGetnCompressedTexImage_P(target, lod, bufSize, pixels)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3745:41: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetnCompressedTexImageARB(target target:GLenum, lod:GLint, bufSize:GLsizei, img:UnsafeMutablePointer) {glGetnCompressedTexImageARB_P(target, lod, bufSize, img)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3748:37: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetnConvolutionFilter(target target:GLenum, format:GLenum, type:GLenum, bufSize:GLsizei, image:UnsafeMutablePointer) {glGetnConvolutionFilter_P(target, format, type, bufSize, image)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3751:40: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetnConvolutionFilterARB(target target:GLenum, format:GLenum, type:GLenum, bufSize:GLsizei, image:UnsafeMutablePointer) {glGetnConvolutionFilterARB_P(target, format, type, bufSize, image)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3754:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetnHistogram(target target:GLenum, reset:GLboolean, format:GLenum, type:GLenum, bufSize:GLsizei, values:UnsafeMutablePointer) {glGetnHistogram_P(target, reset, format, type, bufSize, values)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3757:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetnHistogramARB(target target:GLenum, reset:GLboolean, format:GLenum, type:GLenum, bufSize:GLsizei, values:UnsafeMutablePointer) {glGetnHistogramARB_P(target, reset, format, type, bufSize, values)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3760:25: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetnMapdv(target target:GLenum, query:GLenum, bufSize:GLsizei, v:UnsafeMutablePointer) {glGetnMapdv_P(target, query, bufSize, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3763:28: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetnMapdvARB(target target:GLenum, query:GLenum, bufSize:GLsizei, v:UnsafeMutablePointer) {glGetnMapdvARB_P(target, query, bufSize, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3766:25: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetnMapfv(target target:GLenum, query:GLenum, bufSize:GLsizei, v:UnsafeMutablePointer) {glGetnMapfv_P(target, query, bufSize, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3769:28: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetnMapfvARB(target target:GLenum, query:GLenum, bufSize:GLsizei, v:UnsafeMutablePointer) {glGetnMapfvARB_P(target, query, bufSize, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3772:25: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetnMapiv(target target:GLenum, query:GLenum, bufSize:GLsizei, v:UnsafeMutablePointer) {glGetnMapiv_P(target, query, bufSize, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3775:28: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetnMapivARB(target target:GLenum, query:GLenum, bufSize:GLsizei, v:UnsafeMutablePointer) {glGetnMapivARB_P(target, query, bufSize, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3778:26: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetnMinmax(target target:GLenum, reset:GLboolean, format:GLenum, type:GLenum, bufSize:GLsizei, values:UnsafeMutablePointer) {glGetnMinmax_P(target, reset, format, type, bufSize, values)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3781:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetnMinmaxARB(target target:GLenum, reset:GLboolean, format:GLenum, type:GLenum, bufSize:GLsizei, values:UnsafeMutablePointer) {glGetnMinmaxARB_P(target, reset, format, type, bufSize, values)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3784:30: warning: extraneous duplicate parameter name; 'map' already has an argument label public func glGetnPixelMapfv(map map:GLenum, bufSize:GLsizei, values:UnsafeMutablePointer) {glGetnPixelMapfv_P(map, bufSize, values)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3787:33: warning: extraneous duplicate parameter name; 'map' already has an argument label public func glGetnPixelMapfvARB(map map:GLenum, bufSize:GLsizei, values:UnsafeMutablePointer) {glGetnPixelMapfvARB_P(map, bufSize, values)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3790:31: warning: extraneous duplicate parameter name; 'map' already has an argument label public func glGetnPixelMapuiv(map map:GLenum, bufSize:GLsizei, values:UnsafeMutablePointer) {glGetnPixelMapuiv_P(map, bufSize, values)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3793:34: warning: extraneous duplicate parameter name; 'map' already has an argument label public func glGetnPixelMapuivARB(map map:GLenum, bufSize:GLsizei, values:UnsafeMutablePointer) {glGetnPixelMapuivARB_P(map, bufSize, values)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3796:31: warning: extraneous duplicate parameter name; 'map' already has an argument label public func glGetnPixelMapusv(map map:GLenum, bufSize:GLsizei, values:UnsafeMutablePointer) {glGetnPixelMapusv_P(map, bufSize, values)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3799:34: warning: extraneous duplicate parameter name; 'map' already has an argument label public func glGetnPixelMapusvARB(map map:GLenum, bufSize:GLsizei, values:UnsafeMutablePointer) {glGetnPixelMapusvARB_P(map, bufSize, values)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3802:34: warning: extraneous duplicate parameter name; 'bufSize' already has an argument label public func glGetnPolygonStipple(bufSize bufSize:GLsizei, pattern:UnsafeMutablePointer) {glGetnPolygonStipple_P(bufSize, pattern)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3805:37: warning: extraneous duplicate parameter name; 'bufSize' already has an argument label public func glGetnPolygonStippleARB(bufSize bufSize:GLsizei, pattern:UnsafeMutablePointer) {glGetnPolygonStippleARB_P(bufSize, pattern)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3808:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetnSeparableFilter(target target:GLenum, format:GLenum, type:GLenum, rowBufSize:GLsizei, row:UnsafeMutablePointer, columnBufSize:GLsizei, column:UnsafeMutablePointer, span:UnsafeMutablePointer) {glGetnSeparableFilter_P(target, format, type, rowBufSize, row, columnBufSize, column, span)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3811:38: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetnSeparableFilterARB(target target:GLenum, format:GLenum, type:GLenum, rowBufSize:GLsizei, row:UnsafeMutablePointer, columnBufSize:GLsizei, column:UnsafeMutablePointer, span:UnsafeMutablePointer) {glGetnSeparableFilterARB_P(target, format, type, rowBufSize, row, columnBufSize, column, span)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3814:28: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetnTexImage(target target:GLenum, level:GLint, format:GLenum, type:GLenum, bufSize:GLsizei, pixels:UnsafeMutablePointer) {glGetnTexImage_P(target, level, format, type, bufSize, pixels)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3817:31: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glGetnTexImageARB(target target:GLenum, level:GLint, format:GLenum, type:GLenum, bufSize:GLsizei, img:UnsafeMutablePointer) {glGetnTexImageARB_P(target, level, format, type, bufSize, img)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3820:29: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetnUniformdv(program program:GLuint, location:GLint, bufSize:GLsizei, params:UnsafeMutablePointer) {glGetnUniformdv_P(program, location, bufSize, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3823:32: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetnUniformdvARB(program program:GLuint, location:GLint, bufSize:GLsizei, params:UnsafeMutablePointer) {glGetnUniformdvARB_P(program, location, bufSize, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3826:29: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetnUniformfv(program program:GLuint, location:GLint, bufSize:GLsizei, params:UnsafeMutablePointer) {glGetnUniformfv_P(program, location, bufSize, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3829:32: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetnUniformfvARB(program program:GLuint, location:GLint, bufSize:GLsizei, params:UnsafeMutablePointer) {glGetnUniformfvARB_P(program, location, bufSize, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3832:32: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetnUniformfvEXT(program program:GLuint, location:GLint, bufSize:GLsizei, params:UnsafeMutablePointer) {glGetnUniformfvEXT_P(program, location, bufSize, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3835:32: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetnUniformfvKHR(program program:GLuint, location:GLint, bufSize:GLsizei, params:UnsafeMutablePointer) {glGetnUniformfvKHR_P(program, location, bufSize, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3838:34: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetnUniformi64vARB(program program:GLuint, location:GLint, bufSize:GLsizei, params:UnsafeMutablePointer) {glGetnUniformi64vARB_P(program, location, bufSize, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3841:29: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetnUniformiv(program program:GLuint, location:GLint, bufSize:GLsizei, params:UnsafeMutablePointer) {glGetnUniformiv_P(program, location, bufSize, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3844:32: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetnUniformivARB(program program:GLuint, location:GLint, bufSize:GLsizei, params:UnsafeMutablePointer) {glGetnUniformivARB_P(program, location, bufSize, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3847:32: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetnUniformivEXT(program program:GLuint, location:GLint, bufSize:GLsizei, params:UnsafeMutablePointer) {glGetnUniformivEXT_P(program, location, bufSize, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3850:32: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetnUniformivKHR(program program:GLuint, location:GLint, bufSize:GLsizei, params:UnsafeMutablePointer) {glGetnUniformivKHR_P(program, location, bufSize, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3853:35: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetnUniformui64vARB(program program:GLuint, location:GLint, bufSize:GLsizei, params:UnsafeMutablePointer) {glGetnUniformui64vARB_P(program, location, bufSize, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3856:30: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetnUniformuiv(program program:GLuint, location:GLint, bufSize:GLsizei, params:UnsafeMutablePointer) {glGetnUniformuiv_P(program, location, bufSize, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3859:33: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetnUniformuivARB(program program:GLuint, location:GLint, bufSize:GLsizei, params:UnsafeMutablePointer) {glGetnUniformuivARB_P(program, location, bufSize, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3862:33: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glGetnUniformuivKHR(program program:GLuint, location:GLint, bufSize:GLsizei, params:UnsafeMutablePointer) {glGetnUniformuivKHR_P(program, location, bufSize, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3865:37: warning: extraneous duplicate parameter name; 'factor' already has an argument label public func glGlobalAlphaFactorbSUN(factor factor:GLbyte) {glGlobalAlphaFactorbSUN_P(factor)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3868:37: warning: extraneous duplicate parameter name; 'factor' already has an argument label public func glGlobalAlphaFactordSUN(factor factor:GLdouble) {glGlobalAlphaFactordSUN_P(factor)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3871:37: warning: extraneous duplicate parameter name; 'factor' already has an argument label public func glGlobalAlphaFactorfSUN(factor factor:GLfloat) {glGlobalAlphaFactorfSUN_P(factor)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3874:37: warning: extraneous duplicate parameter name; 'factor' already has an argument label public func glGlobalAlphaFactoriSUN(factor factor:GLint) {glGlobalAlphaFactoriSUN_P(factor)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3877:37: warning: extraneous duplicate parameter name; 'factor' already has an argument label public func glGlobalAlphaFactorsSUN(factor factor:GLshort) {glGlobalAlphaFactorsSUN_P(factor)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3880:38: warning: extraneous duplicate parameter name; 'factor' already has an argument label public func glGlobalAlphaFactorubSUN(factor factor:GLubyte) {glGlobalAlphaFactorubSUN_P(factor)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3883:38: warning: extraneous duplicate parameter name; 'factor' already has an argument label public func glGlobalAlphaFactoruiSUN(factor factor:GLuint) {glGlobalAlphaFactoruiSUN_P(factor)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3886:38: warning: extraneous duplicate parameter name; 'factor' already has an argument label public func glGlobalAlphaFactorusSUN(factor factor:GLushort) {glGlobalAlphaFactorusSUN_P(factor)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3889:20: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glHint(target target:GLenum, mode:GLenum) {glHint_P(target, mode)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3892:23: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glHintPGI(target target:GLenum, mode:GLint) {glHintPGI_P(target, mode)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3895:25: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glHistogram(target target:GLenum, width:GLsizei, internalformat:GLenum, sink:GLboolean) {glHistogram_P(target, width, internalformat, sink)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3898:28: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glHistogramEXT(target target:GLenum, width:GLsizei, internalformat:GLenum, sink:GLboolean) {glHistogramEXT_P(target, width, internalformat, sink)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3901:34: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glIglooInterfaceSGIX(pname pname:GLenum, params:UnsafePointer) {glIglooInterfaceSGIX_P(pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3904:42: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glImageTransformParameterfHP(target target:GLenum, pname:GLenum, param:GLfloat) {glImageTransformParameterfHP_P(target, pname, param)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3907:43: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glImageTransformParameterfvHP(target target:GLenum, pname:GLenum, params:UnsafePointer) {glImageTransformParameterfvHP_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3910:42: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glImageTransformParameteriHP(target target:GLenum, pname:GLenum, param:GLint) {glImageTransformParameteriHP_P(target, pname, param)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3913:43: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glImageTransformParameterivHP(target target:GLenum, pname:GLenum, params:UnsafePointer) {glImageTransformParameterivHP_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3916:29: warning: extraneous duplicate parameter name; 'external_sync_type' already has an argument label public func glImportSyncEXT(external_sync_type external_sync_type:GLenum, external_sync:GLintptr, flags:GLbitfield) -> GLsync {return glImportSyncEXT_P(external_sync_type, external_sync, flags)} ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3919:29: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glIndexFormatNV(type type:GLenum, stride:GLsizei) {glIndexFormatNV_P(type, stride)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3922:28: warning: extraneous duplicate parameter name; 'fn' already has an argument label public func glIndexFuncEXT(fn fn:GLenum, ref:GLclampf) {glIndexFuncEXT_P(fn, ref)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3925:25: warning: extraneous duplicate parameter name; 'mask' already has an argument label public func glIndexMask(mask mask:GLuint) {glIndexMask_P(mask)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3928:32: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glIndexMaterialEXT(face face:GLenum, mode:GLenum) {glIndexMaterialEXT_P(face, mode)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3931:28: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glIndexPointer(type type:GLenum, stride:GLsizei, pointer:UnsafePointer) {glIndexPointer_P(type, stride, pointer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3934:31: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glIndexPointerEXT(type type:GLenum, stride:GLsizei, count:GLsizei, pointer:UnsafePointer) {glIndexPointerEXT_P(type, stride, count, pointer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3937:35: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glIndexPointerListIBM(type type:GLenum, stride:GLint, pointer:UnsafeMutablePointer>, ptrstride:GLint) {glIndexPointerListIBM_P(type, stride, pointer, ptrstride)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3940:22: warning: extraneous duplicate parameter name; 'c' already has an argument label public func glIndexd(c c:GLdouble) {glIndexd_P(c)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3943:23: warning: extraneous duplicate parameter name; 'c' already has an argument label public func glIndexdv(c c:UnsafePointer) {glIndexdv_P(c)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3946:22: warning: extraneous duplicate parameter name; 'c' already has an argument label public func glIndexf(c c:GLfloat) {glIndexf_P(c)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3949:23: warning: extraneous duplicate parameter name; 'c' already has an argument label public func glIndexfv(c c:UnsafePointer) {glIndexfv_P(c)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3952:22: warning: extraneous duplicate parameter name; 'c' already has an argument label public func glIndexi(c c:GLint) {glIndexi_P(c)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3955:23: warning: extraneous duplicate parameter name; 'c' already has an argument label public func glIndexiv(c c:UnsafePointer) {glIndexiv_P(c)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3958:22: warning: extraneous duplicate parameter name; 'c' already has an argument label public func glIndexs(c c:GLshort) {glIndexs_P(c)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3961:23: warning: extraneous duplicate parameter name; 'c' already has an argument label public func glIndexsv(c c:UnsafePointer) {glIndexsv_P(c)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3964:23: warning: extraneous duplicate parameter name; 'c' already has an argument label public func glIndexub(c c:GLubyte) {glIndexub_P(c)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3967:24: warning: extraneous duplicate parameter name; 'c' already has an argument label public func glIndexubv(c c:UnsafePointer) {glIndexubv_P(c)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3970:25: warning: extraneous duplicate parameter name; 'component' already has an argument label public func glIndexxOES(component component:GLfixed) {glIndexxOES_P(component)} ^~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3973:26: warning: extraneous duplicate parameter name; 'component' already has an argument label public func glIndexxvOES(component component:UnsafePointer) {glIndexxvOES_P(component)} ^~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3978:34: warning: extraneous duplicate parameter name; 'res' already has an argument label public func glInsertComponentEXT(res res:GLuint, src:GLuint, num:GLuint) {glInsertComponentEXT_P(res, src, num)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3981:36: warning: extraneous duplicate parameter name; 'length' already has an argument label public func glInsertEventMarkerEXT(length length:GLsizei, marker:UnsafePointer) {glInsertEventMarkerEXT_P(length, marker)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3984:37: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glInstrumentsBufferSGIX(size size:GLsizei, buffer:UnsafeMutablePointer) {glInstrumentsBufferSGIX_P(size, buffer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3987:33: warning: extraneous duplicate parameter name; 'format' already has an argument label public func glInterleavedArrays(format format:GLenum, stride:GLsizei, pointer:UnsafePointer) {glInterleavedArrays_P(format, stride, pointer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3990:34: warning: extraneous duplicate parameter name; 'resultPath' already has an argument label public func glInterpolatePathsNV(resultPath resultPath:GLuint, pathA:GLuint, pathB:GLuint, weight:GLfloat) {glInterpolatePathsNV_P(resultPath, pathA, pathB, weight)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3993:36: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glInvalidateBufferData(buffer buffer:GLuint) {glInvalidateBufferData_P(buffer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3996:39: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glInvalidateBufferSubData(buffer buffer:GLuint, offset:GLintptr, length:GLsizeiptr) {glInvalidateBufferSubData_P(buffer, offset, length)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3999:37: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glInvalidateFramebuffer(target target:GLenum, numAttachments:GLsizei, attachments:UnsafePointer) {glInvalidateFramebuffer_P(target, numAttachments, attachments)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4002:46: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glInvalidateNamedFramebufferData(framebuffer framebuffer:GLuint, numAttachments:GLsizei, attachments:UnsafePointer) {glInvalidateNamedFramebufferData_P(framebuffer, numAttachments, attachments)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4005:49: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glInvalidateNamedFramebufferSubData(framebuffer framebuffer:GLuint, numAttachments:GLsizei, attachments:UnsafePointer, x:GLint, y:GLint, width:GLsizei, height:GLsizei) {glInvalidateNamedFramebufferSubData_P(framebuffer, numAttachments, attachments, x, y, width, height)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4008:40: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glInvalidateSubFramebuffer(target target:GLenum, numAttachments:GLsizei, attachments:UnsafePointer, x:GLint, y:GLint, width:GLsizei, height:GLsizei) {glInvalidateSubFramebuffer_P(target, numAttachments, attachments, x, y, width, height)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4011:34: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glInvalidateTexImage(texture texture:GLuint, level:GLint) {glInvalidateTexImage_P(texture, level)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4014:37: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glInvalidateTexSubImage(texture texture:GLuint, level:GLint, xoffset:GLint, yoffset:GLint, zoffset:GLint, width:GLsizei, height:GLsizei, depth:GLsizei) {glInvalidateTexSubImage_P(texture, level, xoffset, yoffset, zoffset, width, height, depth)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4017:33: warning: extraneous duplicate parameter name; 'marker' already has an argument label public func glIsAsyncMarkerSGIX(marker marker:GLuint) -> GLboolean {return glIsAsyncMarkerSGIX_P(marker)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4020:24: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glIsBuffer(buffer buffer:GLuint) -> GLboolean {return glIsBuffer_P(buffer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4023:27: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glIsBufferARB(buffer buffer:GLuint) -> GLboolean {return glIsBufferARB_P(buffer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4026:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glIsBufferResidentNV(target target:GLenum) -> GLboolean {return glIsBufferResidentNV_P(target)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4029:31: warning: extraneous duplicate parameter name; 'list' already has an argument label public func glIsCommandListNV(list list:GLuint) -> GLboolean {return glIsCommandListNV_P(list)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4032:25: warning: extraneous duplicate parameter name; 'cap' already has an argument label public func glIsEnabled(cap cap:GLenum) -> GLboolean {return glIsEnabled_P(cap)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4035:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glIsEnabledIndexedEXT(target target:GLenum, index:GLuint) -> GLboolean {return glIsEnabledIndexedEXT_P(target, index)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4038:26: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glIsEnabledi(target target:GLenum, index:GLuint) -> GLboolean {return glIsEnabledi_P(target, index)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4041:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glIsEnablediEXT(target target:GLenum, index:GLuint) -> GLboolean {return glIsEnablediEXT_P(target, index)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4044:28: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glIsEnablediNV(target target:GLenum, index:GLuint) -> GLboolean {return glIsEnablediNV_P(target, index)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4047:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glIsEnablediOES(target target:GLenum, index:GLuint) -> GLboolean {return glIsEnablediOES_P(target, index)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4050:28: warning: extraneous duplicate parameter name; 'fence' already has an argument label public func glIsFenceAPPLE(fence fence:GLuint) -> GLboolean {return glIsFenceAPPLE_P(fence)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4053:25: warning: extraneous duplicate parameter name; 'fence' already has an argument label public func glIsFenceNV(fence fence:GLuint) -> GLboolean {return glIsFenceNV_P(fence)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4056:29: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glIsFramebuffer(framebuffer framebuffer:GLuint) -> GLboolean {return glIsFramebuffer_P(framebuffer)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4059:32: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glIsFramebufferEXT(framebuffer framebuffer:GLuint) -> GLboolean {return glIsFramebufferEXT_P(framebuffer)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4062:32: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glIsFramebufferOES(framebuffer framebuffer:GLuint) -> GLboolean {return glIsFramebufferOES_P(framebuffer)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4065:40: warning: extraneous duplicate parameter name; 'handle' already has an argument label public func glIsImageHandleResidentARB(handle handle:GLuint64) -> GLboolean {return glIsImageHandleResidentARB_P(handle)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4068:39: warning: extraneous duplicate parameter name; 'handle' already has an argument label public func glIsImageHandleResidentNV(handle handle:GLuint64) -> GLboolean {return glIsImageHandleResidentNV_P(handle)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4071:22: warning: extraneous duplicate parameter name; 'list' already has an argument label public func glIsList(list list:GLuint) -> GLboolean {return glIsList_P(list)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4074:25: warning: extraneous duplicate parameter name; 'identifier' already has an argument label public func glIsNameAMD(identifier identifier:GLenum, name:GLuint) -> GLboolean {return glIsNameAMD_P(identifier, name)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4077:39: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glIsNamedBufferResidentNV(buffer buffer:GLuint) -> GLboolean {return glIsNamedBufferResidentNV_P(buffer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4080:32: warning: extraneous duplicate parameter name; 'namelen' already has an argument label public func glIsNamedStringARB(namelen namelen:GLint, name:UnsafePointer) -> GLboolean {return glIsNamedStringARB_P(namelen, name)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4083:33: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glIsObjectBufferATI(buffer buffer:GLuint) -> GLboolean {return glIsObjectBufferATI_P(buffer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4086:34: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glIsOcclusionQueryNV(id id:GLuint) -> GLboolean {return glIsOcclusionQueryNV_P(id)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4089:24: warning: extraneous duplicate parameter name; 'path' already has an argument label public func glIsPathNV(path path:GLuint) -> GLboolean {return glIsPathNV_P(path)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4092:35: warning: extraneous duplicate parameter name; 'path' already has an argument label public func glIsPointInFillPathNV(path path:GLuint, mask:GLuint, x:GLfloat, y:GLfloat) -> GLboolean {return glIsPointInFillPathNV_P(path, mask, x, y)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4095:37: warning: extraneous duplicate parameter name; 'path' already has an argument label public func glIsPointInStrokePathNV(path path:GLuint, x:GLfloat, y:GLfloat) -> GLboolean {return glIsPointInStrokePathNV_P(path, x, y)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4098:25: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glIsProgram(program program:GLuint) -> GLboolean {return glIsProgram_P(program)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4101:28: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glIsProgramARB(program program:GLuint) -> GLboolean {return glIsProgramARB_P(program)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4104:27: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glIsProgramNV(id id:GLuint) -> GLboolean {return glIsProgramNV_P(id)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4107:33: warning: extraneous duplicate parameter name; 'pipeline' already has an argument label public func glIsProgramPipeline(pipeline pipeline:GLuint) -> GLboolean {return glIsProgramPipeline_P(pipeline)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4110:36: warning: extraneous duplicate parameter name; 'pipeline' already has an argument label public func glIsProgramPipelineEXT(pipeline pipeline:GLuint) -> GLboolean {return glIsProgramPipelineEXT_P(pipeline)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4113:23: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glIsQuery(id id:GLuint) -> GLboolean {return glIsQuery_P(id)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4116:26: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glIsQueryARB(id id:GLuint) -> GLboolean {return glIsQueryARB_P(id)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4119:26: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glIsQueryEXT(id id:GLuint) -> GLboolean {return glIsQueryEXT_P(id)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4122:30: warning: extraneous duplicate parameter name; 'renderbuffer' already has an argument label public func glIsRenderbuffer(renderbuffer renderbuffer:GLuint) -> GLboolean {return glIsRenderbuffer_P(renderbuffer)} ^~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4125:33: warning: extraneous duplicate parameter name; 'renderbuffer' already has an argument label public func glIsRenderbufferEXT(renderbuffer renderbuffer:GLuint) -> GLboolean {return glIsRenderbufferEXT_P(renderbuffer)} ^~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4128:33: warning: extraneous duplicate parameter name; 'renderbuffer' already has an argument label public func glIsRenderbufferOES(renderbuffer renderbuffer:GLuint) -> GLboolean {return glIsRenderbufferOES_P(renderbuffer)} ^~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4131:25: warning: extraneous duplicate parameter name; 'sampler' already has an argument label public func glIsSampler(sampler sampler:GLuint) -> GLboolean {return glIsSampler_P(sampler)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4134:24: warning: extraneous duplicate parameter name; 'shader' already has an argument label public func glIsShader(shader shader:GLuint) -> GLboolean {return glIsShader_P(shader)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4137:25: warning: extraneous duplicate parameter name; 'state' already has an argument label public func glIsStateNV(state state:GLuint) -> GLboolean {return glIsStateNV_P(state)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4140:22: warning: extraneous duplicate parameter name; 'sync' already has an argument label public func glIsSync(sync sync:GLsync) -> GLboolean {return glIsSync_P(sync)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4143:27: warning: extraneous duplicate parameter name; 'sync' already has an argument label public func glIsSyncAPPLE(sync sync:GLsync) -> GLboolean {return glIsSyncAPPLE_P(sync)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4146:25: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glIsTexture(texture texture:GLuint) -> GLboolean {return glIsTexture_P(texture)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4149:28: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glIsTextureEXT(texture texture:GLuint) -> GLboolean {return glIsTextureEXT_P(texture)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4152:42: warning: extraneous duplicate parameter name; 'handle' already has an argument label public func glIsTextureHandleResidentARB(handle handle:GLuint64) -> GLboolean {return glIsTextureHandleResidentARB_P(handle)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4155:41: warning: extraneous duplicate parameter name; 'handle' already has an argument label public func glIsTextureHandleResidentNV(handle handle:GLuint64) -> GLboolean {return glIsTextureHandleResidentNV_P(handle)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4158:35: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glIsTransformFeedback(id id:GLuint) -> GLboolean {return glIsTransformFeedback_P(id)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4161:37: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glIsTransformFeedbackNV(id id:GLuint) -> GLboolean {return glIsTransformFeedbackNV_P(id)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4164:35: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glIsVariantEnabledEXT(id id:GLuint, cap:GLenum) -> GLboolean {return glIsVariantEnabledEXT_P(id, cap)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4167:29: warning: extraneous duplicate parameter name; 'array' already has an argument label public func glIsVertexArray(array array:GLuint) -> GLboolean {return glIsVertexArray_P(array)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4170:34: warning: extraneous duplicate parameter name; 'array' already has an argument label public func glIsVertexArrayAPPLE(array array:GLuint) -> GLboolean {return glIsVertexArrayAPPLE_P(array)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4173:32: warning: extraneous duplicate parameter name; 'array' already has an argument label public func glIsVertexArrayOES(array array:GLuint) -> GLboolean {return glIsVertexArrayOES_P(array)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4176:42: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glIsVertexAttribEnabledAPPLE(index index:GLuint, pname:GLenum) -> GLboolean {return glIsVertexAttribEnabledAPPLE_P(index, pname)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4179:30: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glLabelObjectEXT(type type:GLenum, object:GLuint, length:GLsizei, label:UnsafePointer) {glLabelObjectEXT_P(type, object, length, label)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4182:29: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glLightEnviSGIX(pname pname:GLenum, param:GLint) {glLightEnviSGIX_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4185:27: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glLightModelf(pname pname:GLenum, param:GLfloat) {glLightModelf_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4188:28: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glLightModelfv(pname pname:GLenum, params:UnsafePointer) {glLightModelfv_P(pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4191:27: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glLightModeli(pname pname:GLenum, param:GLint) {glLightModeli_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4194:28: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glLightModeliv(pname pname:GLenum, params:UnsafePointer) {glLightModeliv_P(pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4197:27: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glLightModelx(pname pname:GLenum, param:GLfixed) {glLightModelx_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4200:30: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glLightModelxOES(pname pname:GLenum, param:GLfixed) {glLightModelxOES_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4203:28: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glLightModelxv(pname pname:GLenum, param:UnsafePointer) {glLightModelxv_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4206:31: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glLightModelxvOES(pname pname:GLenum, param:UnsafePointer) {glLightModelxvOES_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4209:22: warning: extraneous duplicate parameter name; 'light' already has an argument label public func glLightf(light light:GLenum, pname:GLenum, param:GLfloat) {glLightf_P(light, pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4212:23: warning: extraneous duplicate parameter name; 'light' already has an argument label public func glLightfv(light light:GLenum, pname:GLenum, params:UnsafePointer) {glLightfv_P(light, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4215:22: warning: extraneous duplicate parameter name; 'light' already has an argument label public func glLighti(light light:GLenum, pname:GLenum, param:GLint) {glLighti_P(light, pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4218:23: warning: extraneous duplicate parameter name; 'light' already has an argument label public func glLightiv(light light:GLenum, pname:GLenum, params:UnsafePointer) {glLightiv_P(light, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4221:22: warning: extraneous duplicate parameter name; 'light' already has an argument label public func glLightx(light light:GLenum, pname:GLenum, param:GLfixed) {glLightx_P(light, pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4224:25: warning: extraneous duplicate parameter name; 'light' already has an argument label public func glLightxOES(light light:GLenum, pname:GLenum, param:GLfixed) {glLightxOES_P(light, pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4227:23: warning: extraneous duplicate parameter name; 'light' already has an argument label public func glLightxv(light light:GLenum, pname:GLenum, params:UnsafePointer) {glLightxv_P(light, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4230:26: warning: extraneous duplicate parameter name; 'light' already has an argument label public func glLightxvOES(light light:GLenum, pname:GLenum, params:UnsafePointer) {glLightxvOES_P(light, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4233:27: warning: extraneous duplicate parameter name; 'factor' already has an argument label public func glLineStipple(factor factor:GLint, pattern:GLushort) {glLineStipple_P(factor, pattern)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4236:25: warning: extraneous duplicate parameter name; 'width' already has an argument label public func glLineWidth(width width:GLfloat) {glLineWidth_P(width)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4239:26: warning: extraneous duplicate parameter name; 'width' already has an argument label public func glLineWidthx(width width:GLfixed) {glLineWidthx_P(width)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4242:29: warning: extraneous duplicate parameter name; 'width' already has an argument label public func glLineWidthxOES(width width:GLfixed) {glLineWidthxOES_P(width)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4245:27: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glLinkProgram(program program:GLuint) {glLinkProgram_P(program)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4248:30: warning: extraneous duplicate parameter name; 'programObj' already has an argument label public func glLinkProgramARB(programObj programObj:GLhandleARB) {glLinkProgramARB_P(programObj)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4251:24: warning: extraneous duplicate parameter name; 'base' already has an argument label public func glListBase(base base:GLuint) {glListBase_P(base)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4254:46: warning: extraneous duplicate parameter name; 'list' already has an argument label public func glListDrawCommandsStatesClientNV(list list:GLuint, segment:GLuint, indirects:UnsafeMutablePointer>, sizes:UnsafePointer, states:UnsafePointer, fbos:UnsafePointer, count:GLuint) {glListDrawCommandsStatesClientNV_P(list, segment, indirects, sizes, states, fbos, count)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4257:34: warning: extraneous duplicate parameter name; 'list' already has an argument label public func glListParameterfSGIX(list list:GLuint, pname:GLenum, param:GLfloat) {glListParameterfSGIX_P(list, pname, param)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4260:35: warning: extraneous duplicate parameter name; 'list' already has an argument label public func glListParameterfvSGIX(list list:GLuint, pname:GLenum, params:UnsafePointer) {glListParameterfvSGIX_P(list, pname, params)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4263:34: warning: extraneous duplicate parameter name; 'list' already has an argument label public func glListParameteriSGIX(list list:GLuint, pname:GLenum, param:GLint) {glListParameteriSGIX_P(list, pname, param)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4266:35: warning: extraneous duplicate parameter name; 'list' already has an argument label public func glListParameterivSGIX(list list:GLuint, pname:GLenum, params:UnsafePointer) {glListParameterivSGIX_P(list, pname, params)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4271:46: warning: extraneous duplicate parameter name; 'mask' already has an argument label public func glLoadIdentityDeformationMapSGIX(mask mask:GLbitfield) {glLoadIdentityDeformationMapSGIX_P(mask)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4274:27: warning: extraneous duplicate parameter name; 'm' already has an argument label public func glLoadMatrixd(m m:UnsafePointer) {glLoadMatrixd_P(m)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4277:27: warning: extraneous duplicate parameter name; 'm' already has an argument label public func glLoadMatrixf(m m:UnsafePointer) {glLoadMatrixf_P(m)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4280:27: warning: extraneous duplicate parameter name; 'm' already has an argument label public func glLoadMatrixx(m m:UnsafePointer) {glLoadMatrixx_P(m)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4283:30: warning: extraneous duplicate parameter name; 'm' already has an argument label public func glLoadMatrixxOES(m m:UnsafePointer) {glLoadMatrixxOES_P(m)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4286:24: warning: extraneous duplicate parameter name; 'name' already has an argument label public func glLoadName(name name:GLuint) {glLoadName_P(name)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4291:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glLoadProgramNV(target target:GLenum, id:GLuint, len:GLsizei, program:UnsafePointer) {glLoadProgramNV_P(target, id, len, program)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4294:36: warning: extraneous duplicate parameter name; 'm' already has an argument label public func glLoadTransposeMatrixd(m m:UnsafePointer) {glLoadTransposeMatrixd_P(m)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4297:39: warning: extraneous duplicate parameter name; 'm' already has an argument label public func glLoadTransposeMatrixdARB(m m:UnsafePointer) {glLoadTransposeMatrixdARB_P(m)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4300:36: warning: extraneous duplicate parameter name; 'm' already has an argument label public func glLoadTransposeMatrixf(m m:UnsafePointer) {glLoadTransposeMatrixf_P(m)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4303:39: warning: extraneous duplicate parameter name; 'm' already has an argument label public func glLoadTransposeMatrixfARB(m m:UnsafePointer) {glLoadTransposeMatrixfARB_P(m)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4306:39: warning: extraneous duplicate parameter name; 'm' already has an argument label public func glLoadTransposeMatrixxOES(m m:UnsafePointer) {glLoadTransposeMatrixxOES_P(m)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4309:29: warning: extraneous duplicate parameter name; 'first' already has an argument label public func glLockArraysEXT(first first:GLint, count:GLsizei) {glLockArraysEXT_P(first, count)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4312:23: warning: extraneous duplicate parameter name; 'opcode' already has an argument label public func glLogicOp(opcode opcode:GLenum) {glLogicOp_P(opcode)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4315:39: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMakeBufferNonResidentNV(target target:GLenum) {glMakeBufferNonResidentNV_P(target)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4318:36: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMakeBufferResidentNV(target target:GLenum, access:GLenum) {glMakeBufferResidentNV_P(target, access)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4321:45: warning: extraneous duplicate parameter name; 'handle' already has an argument label public func glMakeImageHandleNonResidentARB(handle handle:GLuint64) {glMakeImageHandleNonResidentARB_P(handle)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4324:44: warning: extraneous duplicate parameter name; 'handle' already has an argument label public func glMakeImageHandleNonResidentNV(handle handle:GLuint64) {glMakeImageHandleNonResidentNV_P(handle)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4327:42: warning: extraneous duplicate parameter name; 'handle' already has an argument label public func glMakeImageHandleResidentARB(handle handle:GLuint64, access:GLenum) {glMakeImageHandleResidentARB_P(handle, access)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4330:41: warning: extraneous duplicate parameter name; 'handle' already has an argument label public func glMakeImageHandleResidentNV(handle handle:GLuint64, access:GLenum) {glMakeImageHandleResidentNV_P(handle, access)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4333:44: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glMakeNamedBufferNonResidentNV(buffer buffer:GLuint) {glMakeNamedBufferNonResidentNV_P(buffer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4336:41: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glMakeNamedBufferResidentNV(buffer buffer:GLuint, access:GLenum) {glMakeNamedBufferResidentNV_P(buffer, access)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4339:47: warning: extraneous duplicate parameter name; 'handle' already has an argument label public func glMakeTextureHandleNonResidentARB(handle handle:GLuint64) {glMakeTextureHandleNonResidentARB_P(handle)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4342:46: warning: extraneous duplicate parameter name; 'handle' already has an argument label public func glMakeTextureHandleNonResidentNV(handle handle:GLuint64) {glMakeTextureHandleNonResidentNV_P(handle)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4345:44: warning: extraneous duplicate parameter name; 'handle' already has an argument label public func glMakeTextureHandleResidentARB(handle handle:GLuint64) {glMakeTextureHandleResidentARB_P(handle)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4348:43: warning: extraneous duplicate parameter name; 'handle' already has an argument label public func glMakeTextureHandleResidentNV(handle handle:GLuint64) {glMakeTextureHandleResidentNV_P(handle)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4351:21: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMap1d(target target:GLenum, u1:GLdouble, u2:GLdouble, stride:GLint, order:GLint, points:UnsafePointer) {glMap1d_P(target, u1, u2, stride, order, points)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4354:21: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMap1f(target target:GLenum, u1:GLfloat, u2:GLfloat, stride:GLint, order:GLint, points:UnsafePointer) {glMap1f_P(target, u1, u2, stride, order, points)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4357:24: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMap1xOES(target target:GLenum, u1:GLfixed, u2:GLfixed, stride:GLint, order:GLint, points:GLfixed) {glMap1xOES_P(target, u1, u2, stride, order, points)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4360:21: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMap2d(target target:GLenum, u1:GLdouble, u2:GLdouble, ustride:GLint, uorder:GLint, v1:GLdouble, v2:GLdouble, vstride:GLint, vorder:GLint, points:UnsafePointer) {glMap2d_P(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4363:21: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMap2f(target target:GLenum, u1:GLfloat, u2:GLfloat, ustride:GLint, uorder:GLint, v1:GLfloat, v2:GLfloat, vstride:GLint, vorder:GLint, points:UnsafePointer) {glMap2f_P(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4366:24: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMap2xOES(target target:GLenum, u1:GLfixed, u2:GLfixed, ustride:GLint, uorder:GLint, v1:GLfixed, v2:GLfixed, vstride:GLint, vorder:GLint, points:GLfixed) {glMap2xOES_P(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4369:25: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMapBuffer(target target:GLenum, access:GLenum) -> UnsafeMutablePointer {return glMapBuffer_P(target, access)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4372:28: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMapBufferARB(target target:GLenum, access:GLenum) -> UnsafeMutablePointer {return glMapBufferARB_P(target, access)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4375:28: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMapBufferOES(target target:GLenum, access:GLenum) -> UnsafeMutablePointer {return glMapBufferOES_P(target, access)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4378:30: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMapBufferRange(target target:GLenum, offset:GLintptr, length:GLsizeiptr, access:GLbitfield) -> UnsafeMutablePointer {return glMapBufferRange_P(target, offset, length, access)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4381:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMapBufferRangeEXT(target target:GLenum, offset:GLintptr, length:GLsizeiptr, access:GLbitfield) -> UnsafeMutablePointer {return glMapBufferRangeEXT_P(target, offset, length, access)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4384:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMapControlPointsNV(target target:GLenum, index:GLuint, type:GLenum, ustride:GLsizei, vstride:GLsizei, uorder:GLint, vorder:GLint, packed:GLboolean, points:UnsafePointer) {glMapControlPointsNV_P(target, index, type, ustride, vstride, uorder, vorder, packed, points)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4387:25: warning: extraneous duplicate parameter name; 'un' already has an argument label public func glMapGrid1d(un un:GLint, u1:GLdouble, u2:GLdouble) {glMapGrid1d_P(un, u1, u2)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4390:25: warning: extraneous duplicate parameter name; 'un' already has an argument label public func glMapGrid1f(un un:GLint, u1:GLfloat, u2:GLfloat) {glMapGrid1f_P(un, u1, u2)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4393:28: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glMapGrid1xOES(n n:GLint, u1:GLfixed, u2:GLfixed) {glMapGrid1xOES_P(n, u1, u2)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4396:25: warning: extraneous duplicate parameter name; 'un' already has an argument label public func glMapGrid2d(un un:GLint, u1:GLdouble, u2:GLdouble, vn:GLint, v1:GLdouble, v2:GLdouble) {glMapGrid2d_P(un, u1, u2, vn, v1, v2)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4399:25: warning: extraneous duplicate parameter name; 'un' already has an argument label public func glMapGrid2f(un un:GLint, u1:GLfloat, u2:GLfloat, vn:GLint, v1:GLfloat, v2:GLfloat) {glMapGrid2f_P(un, u1, u2, vn, v1, v2)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4402:28: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glMapGrid2xOES(n n:GLint, u1:GLfixed, u2:GLfixed, v1:GLfixed, v2:GLfixed) {glMapGrid2xOES_P(n, u1, u2, v1, v2)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4405:30: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glMapNamedBuffer(buffer buffer:GLuint, access:GLenum) -> UnsafeMutablePointer {return glMapNamedBuffer_P(buffer, access)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4408:33: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glMapNamedBufferEXT(buffer buffer:GLuint, access:GLenum) -> UnsafeMutablePointer {return glMapNamedBufferEXT_P(buffer, access)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4411:35: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glMapNamedBufferRange(buffer buffer:GLuint, offset:GLintptr, length:GLsizeiptr, access:GLbitfield) -> UnsafeMutablePointer {return glMapNamedBufferRange_P(buffer, offset, length, access)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4414:38: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glMapNamedBufferRangeEXT(buffer buffer:GLuint, offset:GLintptr, length:GLsizeiptr, access:GLbitfield) -> UnsafeMutablePointer {return glMapNamedBufferRangeEXT_P(buffer, offset, length, access)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4417:34: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glMapObjectBufferATI(buffer buffer:GLuint) -> UnsafeMutablePointer {return glMapObjectBufferATI_P(buffer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4420:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMapParameterfvNV(target target:GLenum, pname:GLenum, params:UnsafePointer) {glMapParameterfvNV_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4423:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMapParameterivNV(target target:GLenum, pname:GLenum, params:UnsafePointer) {glMapParameterivNV_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4426:33: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glMapTexture2DINTEL(texture texture:GLuint, level:GLint, access:GLbitfield, stride:UnsafeMutablePointer, layout:UnsafeMutablePointer) -> UnsafeMutablePointer {return glMapTexture2DINTEL_P(texture, level, access, stride, layout)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4429:38: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glMapVertexAttrib1dAPPLE(index index:GLuint, size:GLuint, u1:GLdouble, u2:GLdouble, stride:GLint, order:GLint, points:UnsafePointer) {glMapVertexAttrib1dAPPLE_P(index, size, u1, u2, stride, order, points)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4432:38: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glMapVertexAttrib1fAPPLE(index index:GLuint, size:GLuint, u1:GLfloat, u2:GLfloat, stride:GLint, order:GLint, points:UnsafePointer) {glMapVertexAttrib1fAPPLE_P(index, size, u1, u2, stride, order, points)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4435:38: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glMapVertexAttrib2dAPPLE(index index:GLuint, size:GLuint, u1:GLdouble, u2:GLdouble, ustride:GLint, uorder:GLint, v1:GLdouble, v2:GLdouble, vstride:GLint, vorder:GLint, points:UnsafePointer) {glMapVertexAttrib2dAPPLE_P(index, size, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4438:38: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glMapVertexAttrib2fAPPLE(index index:GLuint, size:GLuint, u1:GLfloat, u2:GLfloat, ustride:GLint, uorder:GLint, v1:GLfloat, v2:GLfloat, vstride:GLint, vorder:GLint, points:UnsafePointer) {glMapVertexAttrib2fAPPLE_P(index, size, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4441:25: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glMaterialf(face face:GLenum, pname:GLenum, param:GLfloat) {glMaterialf_P(face, pname, param)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4444:26: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glMaterialfv(face face:GLenum, pname:GLenum, params:UnsafePointer) {glMaterialfv_P(face, pname, params)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4447:25: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glMateriali(face face:GLenum, pname:GLenum, param:GLint) {glMateriali_P(face, pname, param)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4450:26: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glMaterialiv(face face:GLenum, pname:GLenum, params:UnsafePointer) {glMaterialiv_P(face, pname, params)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4453:25: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glMaterialx(face face:GLenum, pname:GLenum, param:GLfixed) {glMaterialx_P(face, pname, param)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4456:28: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glMaterialxOES(face face:GLenum, pname:GLenum, param:GLfixed) {glMaterialxOES_P(face, pname, param)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4459:26: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glMaterialxv(face face:GLenum, pname:GLenum, param:UnsafePointer) {glMaterialxv_P(face, pname, param)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4462:29: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glMaterialxvOES(face face:GLenum, pname:GLenum, param:UnsafePointer) {glMaterialxvOES_P(face, pname, param)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4465:32: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMatrixFrustumEXT(mode mode:GLenum, left:GLdouble, right:GLdouble, bottom:GLdouble, top:GLdouble, zNear:GLdouble, zFar:GLdouble) {glMatrixFrustumEXT_P(mode, left, right, bottom, top, zNear, zFar)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4468:37: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glMatrixIndexPointerARB(size size:GLint, type:GLenum, stride:GLsizei, pointer:UnsafePointer) {glMatrixIndexPointerARB_P(size, type, stride, pointer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4471:37: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glMatrixIndexPointerOES(size size:GLint, type:GLenum, stride:GLsizei, pointer:UnsafePointer) {glMatrixIndexPointerOES_P(size, type, stride, pointer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4474:33: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glMatrixIndexubvARB(size size:GLint, indices:UnsafePointer) {glMatrixIndexubvARB_P(size, indices)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4477:33: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glMatrixIndexuivARB(size size:GLint, indices:UnsafePointer) {glMatrixIndexuivARB_P(size, indices)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4480:33: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glMatrixIndexusvARB(size size:GLint, indices:UnsafePointer) {glMatrixIndexusvARB_P(size, indices)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4483:32: warning: extraneous duplicate parameter name; 'matrixMode' already has an argument label public func glMatrixLoad3x2fNV(matrixMode matrixMode:GLenum, m:UnsafePointer) {glMatrixLoad3x2fNV_P(matrixMode, m)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4486:32: warning: extraneous duplicate parameter name; 'matrixMode' already has an argument label public func glMatrixLoad3x3fNV(matrixMode matrixMode:GLenum, m:UnsafePointer) {glMatrixLoad3x3fNV_P(matrixMode, m)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4489:37: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMatrixLoadIdentityEXT(mode mode:GLenum) {glMatrixLoadIdentityEXT_P(mode)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4492:41: warning: extraneous duplicate parameter name; 'matrixMode' already has an argument label public func glMatrixLoadTranspose3x3fNV(matrixMode matrixMode:GLenum, m:UnsafePointer) {glMatrixLoadTranspose3x3fNV_P(matrixMode, m)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4495:39: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMatrixLoadTransposedEXT(mode mode:GLenum, m:UnsafePointer) {glMatrixLoadTransposedEXT_P(mode, m)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4498:39: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMatrixLoadTransposefEXT(mode mode:GLenum, m:UnsafePointer) {glMatrixLoadTransposefEXT_P(mode, m)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4501:30: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMatrixLoaddEXT(mode mode:GLenum, m:UnsafePointer) {glMatrixLoaddEXT_P(mode, m)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4504:30: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMatrixLoadfEXT(mode mode:GLenum, m:UnsafePointer) {glMatrixLoadfEXT_P(mode, m)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4507:26: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMatrixMode(mode mode:GLenum) {glMatrixMode_P(mode)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4510:32: warning: extraneous duplicate parameter name; 'matrixMode' already has an argument label public func glMatrixMult3x2fNV(matrixMode matrixMode:GLenum, m:UnsafePointer) {glMatrixMult3x2fNV_P(matrixMode, m)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4513:32: warning: extraneous duplicate parameter name; 'matrixMode' already has an argument label public func glMatrixMult3x3fNV(matrixMode matrixMode:GLenum, m:UnsafePointer) {glMatrixMult3x3fNV_P(matrixMode, m)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4516:41: warning: extraneous duplicate parameter name; 'matrixMode' already has an argument label public func glMatrixMultTranspose3x3fNV(matrixMode matrixMode:GLenum, m:UnsafePointer) {glMatrixMultTranspose3x3fNV_P(matrixMode, m)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4519:39: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMatrixMultTransposedEXT(mode mode:GLenum, m:UnsafePointer) {glMatrixMultTransposedEXT_P(mode, m)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4522:39: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMatrixMultTransposefEXT(mode mode:GLenum, m:UnsafePointer) {glMatrixMultTransposefEXT_P(mode, m)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4525:30: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMatrixMultdEXT(mode mode:GLenum, m:UnsafePointer) {glMatrixMultdEXT_P(mode, m)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4528:30: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMatrixMultfEXT(mode mode:GLenum, m:UnsafePointer) {glMatrixMultfEXT_P(mode, m)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4531:30: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMatrixOrthoEXT(mode mode:GLenum, left:GLdouble, right:GLdouble, bottom:GLdouble, top:GLdouble, zNear:GLdouble, zFar:GLdouble) {glMatrixOrthoEXT_P(mode, left, right, bottom, top, zNear, zFar)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4534:28: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMatrixPopEXT(mode mode:GLenum) {glMatrixPopEXT_P(mode)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4537:29: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMatrixPushEXT(mode mode:GLenum) {glMatrixPushEXT_P(mode)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4540:32: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMatrixRotatedEXT(mode mode:GLenum, angle:GLdouble, x:GLdouble, y:GLdouble, z:GLdouble) {glMatrixRotatedEXT_P(mode, angle, x, y, z)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4543:32: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMatrixRotatefEXT(mode mode:GLenum, angle:GLfloat, x:GLfloat, y:GLfloat, z:GLfloat) {glMatrixRotatefEXT_P(mode, angle, x, y, z)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4546:31: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMatrixScaledEXT(mode mode:GLenum, x:GLdouble, y:GLdouble, z:GLdouble) {glMatrixScaledEXT_P(mode, x, y, z)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4549:31: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMatrixScalefEXT(mode mode:GLenum, x:GLfloat, y:GLfloat, z:GLfloat) {glMatrixScalefEXT_P(mode, x, y, z)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4552:35: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMatrixTranslatedEXT(mode mode:GLenum, x:GLdouble, y:GLdouble, z:GLdouble) {glMatrixTranslatedEXT_P(mode, x, y, z)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4555:35: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMatrixTranslatefEXT(mode mode:GLenum, x:GLfloat, y:GLfloat, z:GLfloat) {glMatrixTranslatefEXT_P(mode, x, y, z)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4558:43: warning: extraneous duplicate parameter name; 'count' already has an argument label public func glMaxShaderCompilerThreadsARB(count count:GLuint) {glMaxShaderCompilerThreadsARB_P(count)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4561:29: warning: extraneous duplicate parameter name; 'barriers' already has an argument label public func glMemoryBarrier(barriers barriers:GLbitfield) {glMemoryBarrier_P(barriers)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4564:37: warning: extraneous duplicate parameter name; 'barriers' already has an argument label public func glMemoryBarrierByRegion(barriers barriers:GLbitfield) {glMemoryBarrierByRegion_P(barriers)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4567:32: warning: extraneous duplicate parameter name; 'barriers' already has an argument label public func glMemoryBarrierEXT(barriers barriers:GLbitfield) {glMemoryBarrierEXT_P(barriers)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4570:32: warning: extraneous duplicate parameter name; 'value' already has an argument label public func glMinSampleShading(value value:GLfloat) {glMinSampleShading_P(value)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4573:35: warning: extraneous duplicate parameter name; 'value' already has an argument label public func glMinSampleShadingARB(value value:GLfloat) {glMinSampleShadingARB_P(value)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4576:35: warning: extraneous duplicate parameter name; 'value' already has an argument label public func glMinSampleShadingOES(value value:GLfloat) {glMinSampleShadingOES_P(value)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4579:22: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMinmax(target target:GLenum, internalformat:GLenum, sink:GLboolean) {glMinmax_P(target, internalformat, sink)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4582:25: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMinmaxEXT(target target:GLenum, internalformat:GLenum, sink:GLboolean) {glMinmaxEXT_P(target, internalformat, sink)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4585:27: warning: extraneous duplicate parameter name; 'm' already has an argument label public func glMultMatrixd(m m:UnsafePointer) {glMultMatrixd_P(m)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4588:27: warning: extraneous duplicate parameter name; 'm' already has an argument label public func glMultMatrixf(m m:UnsafePointer) {glMultMatrixf_P(m)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4591:27: warning: extraneous duplicate parameter name; 'm' already has an argument label public func glMultMatrixx(m m:UnsafePointer) {glMultMatrixx_P(m)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4594:30: warning: extraneous duplicate parameter name; 'm' already has an argument label public func glMultMatrixxOES(m m:UnsafePointer) {glMultMatrixxOES_P(m)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4597:36: warning: extraneous duplicate parameter name; 'm' already has an argument label public func glMultTransposeMatrixd(m m:UnsafePointer) {glMultTransposeMatrixd_P(m)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4600:39: warning: extraneous duplicate parameter name; 'm' already has an argument label public func glMultTransposeMatrixdARB(m m:UnsafePointer) {glMultTransposeMatrixdARB_P(m)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4603:36: warning: extraneous duplicate parameter name; 'm' already has an argument label public func glMultTransposeMatrixf(m m:UnsafePointer) {glMultTransposeMatrixf_P(m)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4606:39: warning: extraneous duplicate parameter name; 'm' already has an argument label public func glMultTransposeMatrixfARB(m m:UnsafePointer) {glMultTransposeMatrixfARB_P(m)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4609:39: warning: extraneous duplicate parameter name; 'm' already has an argument label public func glMultTransposeMatrixxOES(m m:UnsafePointer) {glMultTransposeMatrixxOES_P(m)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4612:31: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMultiDrawArrays(mode mode:GLenum, first:UnsafePointer, count:UnsafePointer, drawcount:GLsizei) {glMultiDrawArrays_P(mode, first, count, drawcount)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4615:34: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMultiDrawArraysEXT(mode mode:GLenum, first:UnsafePointer, count:UnsafePointer, primcount:GLsizei) {glMultiDrawArraysEXT_P(mode, first, count, primcount)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4618:39: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMultiDrawArraysIndirect(mode mode:GLenum, indirect:UnsafePointer, drawcount:GLsizei, stride:GLsizei) {glMultiDrawArraysIndirect_P(mode, indirect, drawcount, stride)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4621:42: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMultiDrawArraysIndirectAMD(mode mode:GLenum, indirect:UnsafePointer, primcount:GLsizei, stride:GLsizei) {glMultiDrawArraysIndirectAMD_P(mode, indirect, primcount, stride)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4624:54: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMultiDrawArraysIndirectBindlessCountNV(mode mode:GLenum, indirect:UnsafePointer, drawCount:GLsizei, maxDrawCount:GLsizei, stride:GLsizei, vertexBufferCount:GLint) {glMultiDrawArraysIndirectBindlessCountNV_P(mode, indirect, drawCount, maxDrawCount, stride, vertexBufferCount)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4627:49: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMultiDrawArraysIndirectBindlessNV(mode mode:GLenum, indirect:UnsafePointer, drawCount:GLsizei, stride:GLsizei, vertexBufferCount:GLint) {glMultiDrawArraysIndirectBindlessNV_P(mode, indirect, drawCount, stride, vertexBufferCount)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4630:47: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMultiDrawArraysIndirectCountARB(mode mode:GLenum, indirect:GLintptr, drawcount:GLintptr, maxdrawcount:GLsizei, stride:GLsizei) {glMultiDrawArraysIndirectCountARB_P(mode, indirect, drawcount, maxdrawcount, stride)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4633:42: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMultiDrawArraysIndirectEXT(mode mode:GLenum, indirect:UnsafePointer, drawcount:GLsizei, stride:GLsizei) {glMultiDrawArraysIndirectEXT_P(mode, indirect, drawcount, stride)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4636:42: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMultiDrawElementArrayAPPLE(mode mode:GLenum, first:UnsafePointer, count:UnsafePointer, primcount:GLsizei) {glMultiDrawElementArrayAPPLE_P(mode, first, count, primcount)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4639:33: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMultiDrawElements(mode mode:GLenum, count:UnsafePointer, type:GLenum, indices:UnsafePointer>, drawcount:GLsizei) {glMultiDrawElements_P(mode, count, type, indices, drawcount)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4642:43: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMultiDrawElementsBaseVertex(mode mode:GLenum, count:UnsafePointer, type:GLenum, indices:UnsafePointer>, drawcount:GLsizei, basevertex:UnsafePointer) {glMultiDrawElementsBaseVertex_P(mode, count, type, indices, drawcount, basevertex)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4645:46: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMultiDrawElementsBaseVertexEXT(mode mode:GLenum, count:UnsafePointer, type:GLenum, indices:UnsafePointer>, primcount:GLsizei, basevertex:UnsafePointer) {glMultiDrawElementsBaseVertexEXT_P(mode, count, type, indices, primcount, basevertex)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4648:46: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMultiDrawElementsBaseVertexOES(mode mode:GLenum, count:UnsafePointer, type:GLenum, indices:UnsafePointer>, primcount:GLsizei, basevertex:UnsafePointer) {glMultiDrawElementsBaseVertexOES_P(mode, count, type, indices, primcount, basevertex)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4651:36: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMultiDrawElementsEXT(mode mode:GLenum, count:UnsafePointer, type:GLenum, indices:UnsafePointer>, primcount:GLsizei) {glMultiDrawElementsEXT_P(mode, count, type, indices, primcount)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4654:41: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMultiDrawElementsIndirect(mode mode:GLenum, type:GLenum, indirect:UnsafePointer, drawcount:GLsizei, stride:GLsizei) {glMultiDrawElementsIndirect_P(mode, type, indirect, drawcount, stride)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4657:44: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMultiDrawElementsIndirectAMD(mode mode:GLenum, type:GLenum, indirect:UnsafePointer, primcount:GLsizei, stride:GLsizei) {glMultiDrawElementsIndirectAMD_P(mode, type, indirect, primcount, stride)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4660:56: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMultiDrawElementsIndirectBindlessCountNV(mode mode:GLenum, type:GLenum, indirect:UnsafePointer, drawCount:GLsizei, maxDrawCount:GLsizei, stride:GLsizei, vertexBufferCount:GLint) {glMultiDrawElementsIndirectBindlessCountNV_P(mode, type, indirect, drawCount, maxDrawCount, stride, vertexBufferCount)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4663:51: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMultiDrawElementsIndirectBindlessNV(mode mode:GLenum, type:GLenum, indirect:UnsafePointer, drawCount:GLsizei, stride:GLsizei, vertexBufferCount:GLint) {glMultiDrawElementsIndirectBindlessNV_P(mode, type, indirect, drawCount, stride, vertexBufferCount)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4666:49: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMultiDrawElementsIndirectCountARB(mode mode:GLenum, type:GLenum, indirect:GLintptr, drawcount:GLintptr, maxdrawcount:GLsizei, stride:GLsizei) {glMultiDrawElementsIndirectCountARB_P(mode, type, indirect, drawcount, maxdrawcount, stride)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4669:44: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMultiDrawElementsIndirectEXT(mode mode:GLenum, type:GLenum, indirect:UnsafePointer, drawcount:GLsizei, stride:GLsizei) {glMultiDrawElementsIndirectEXT_P(mode, type, indirect, drawcount, stride)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4672:47: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMultiDrawRangeElementArrayAPPLE(mode mode:GLenum, start:GLuint, end:GLuint, first:UnsafePointer, count:UnsafePointer, primcount:GLsizei) {glMultiDrawRangeElementArrayAPPLE_P(mode, start, end, first, count, primcount)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4675:38: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMultiModeDrawArraysIBM(mode mode:UnsafePointer, first:UnsafePointer, count:UnsafePointer, primcount:GLsizei, modestride:GLint) {glMultiModeDrawArraysIBM_P(mode, first, count, primcount, modestride)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4678:40: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glMultiModeDrawElementsIBM(mode mode:UnsafePointer, count:UnsafePointer, type:GLenum, indices:UnsafePointer>, primcount:GLsizei, modestride:GLint) {glMultiModeDrawElementsIBM_P(mode, count, type, indices, primcount, modestride)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4681:33: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glMultiTexBufferEXT(texunit texunit:GLenum, target:GLenum, internalformat:GLenum, buffer:GLuint) {glMultiTexBufferEXT_P(texunit, target, internalformat, buffer)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4684:34: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glMultiTexCoord1bOES(texture texture:GLenum, s:GLbyte) {glMultiTexCoord1bOES_P(texture, s)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4687:35: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glMultiTexCoord1bvOES(texture texture:GLenum, coords:UnsafePointer) {glMultiTexCoord1bvOES_P(texture, coords)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4690:31: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord1d(target target:GLenum, s:GLdouble) {glMultiTexCoord1d_P(target, s)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4693:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord1dARB(target target:GLenum, s:GLdouble) {glMultiTexCoord1dARB_P(target, s)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4696:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord1dv(target target:GLenum, v:UnsafePointer) {glMultiTexCoord1dv_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4699:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord1dvARB(target target:GLenum, v:UnsafePointer) {glMultiTexCoord1dvARB_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4702:31: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord1f(target target:GLenum, s:GLfloat) {glMultiTexCoord1f_P(target, s)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4705:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord1fARB(target target:GLenum, s:GLfloat) {glMultiTexCoord1fARB_P(target, s)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4708:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord1fv(target target:GLenum, v:UnsafePointer) {glMultiTexCoord1fv_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4711:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord1fvARB(target target:GLenum, v:UnsafePointer) {glMultiTexCoord1fvARB_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4714:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord1hNV(target target:GLenum, s:GLhalfNV) {glMultiTexCoord1hNV_P(target, s)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4717:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord1hvNV(target target:GLenum, v:UnsafePointer) {glMultiTexCoord1hvNV_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4720:31: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord1i(target target:GLenum, s:GLint) {glMultiTexCoord1i_P(target, s)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4723:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord1iARB(target target:GLenum, s:GLint) {glMultiTexCoord1iARB_P(target, s)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4726:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord1iv(target target:GLenum, v:UnsafePointer) {glMultiTexCoord1iv_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4729:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord1ivARB(target target:GLenum, v:UnsafePointer) {glMultiTexCoord1ivARB_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4732:31: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord1s(target target:GLenum, s:GLshort) {glMultiTexCoord1s_P(target, s)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4735:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord1sARB(target target:GLenum, s:GLshort) {glMultiTexCoord1sARB_P(target, s)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4738:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord1sv(target target:GLenum, v:UnsafePointer) {glMultiTexCoord1sv_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4741:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord1svARB(target target:GLenum, v:UnsafePointer) {glMultiTexCoord1svARB_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4744:34: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glMultiTexCoord1xOES(texture texture:GLenum, s:GLfixed) {glMultiTexCoord1xOES_P(texture, s)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4747:35: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glMultiTexCoord1xvOES(texture texture:GLenum, coords:UnsafePointer) {glMultiTexCoord1xvOES_P(texture, coords)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4750:34: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glMultiTexCoord2bOES(texture texture:GLenum, s:GLbyte, t:GLbyte) {glMultiTexCoord2bOES_P(texture, s, t)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4753:35: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glMultiTexCoord2bvOES(texture texture:GLenum, coords:UnsafePointer) {glMultiTexCoord2bvOES_P(texture, coords)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4756:31: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord2d(target target:GLenum, s:GLdouble, t:GLdouble) {glMultiTexCoord2d_P(target, s, t)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4759:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord2dARB(target target:GLenum, s:GLdouble, t:GLdouble) {glMultiTexCoord2dARB_P(target, s, t)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4762:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord2dv(target target:GLenum, v:UnsafePointer) {glMultiTexCoord2dv_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4765:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord2dvARB(target target:GLenum, v:UnsafePointer) {glMultiTexCoord2dvARB_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4768:31: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord2f(target target:GLenum, s:GLfloat, t:GLfloat) {glMultiTexCoord2f_P(target, s, t)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4771:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord2fARB(target target:GLenum, s:GLfloat, t:GLfloat) {glMultiTexCoord2fARB_P(target, s, t)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4774:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord2fv(target target:GLenum, v:UnsafePointer) {glMultiTexCoord2fv_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4777:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord2fvARB(target target:GLenum, v:UnsafePointer) {glMultiTexCoord2fvARB_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4780:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord2hNV(target target:GLenum, s:GLhalfNV, t:GLhalfNV) {glMultiTexCoord2hNV_P(target, s, t)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4783:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord2hvNV(target target:GLenum, v:UnsafePointer) {glMultiTexCoord2hvNV_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4786:31: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord2i(target target:GLenum, s:GLint, t:GLint) {glMultiTexCoord2i_P(target, s, t)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4789:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord2iARB(target target:GLenum, s:GLint, t:GLint) {glMultiTexCoord2iARB_P(target, s, t)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4792:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord2iv(target target:GLenum, v:UnsafePointer) {glMultiTexCoord2iv_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4795:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord2ivARB(target target:GLenum, v:UnsafePointer) {glMultiTexCoord2ivARB_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4798:31: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord2s(target target:GLenum, s:GLshort, t:GLshort) {glMultiTexCoord2s_P(target, s, t)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4801:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord2sARB(target target:GLenum, s:GLshort, t:GLshort) {glMultiTexCoord2sARB_P(target, s, t)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4804:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord2sv(target target:GLenum, v:UnsafePointer) {glMultiTexCoord2sv_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4807:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord2svARB(target target:GLenum, v:UnsafePointer) {glMultiTexCoord2svARB_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4810:34: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glMultiTexCoord2xOES(texture texture:GLenum, s:GLfixed, t:GLfixed) {glMultiTexCoord2xOES_P(texture, s, t)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4813:35: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glMultiTexCoord2xvOES(texture texture:GLenum, coords:UnsafePointer) {glMultiTexCoord2xvOES_P(texture, coords)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4816:34: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glMultiTexCoord3bOES(texture texture:GLenum, s:GLbyte, t:GLbyte, r:GLbyte) {glMultiTexCoord3bOES_P(texture, s, t, r)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4819:35: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glMultiTexCoord3bvOES(texture texture:GLenum, coords:UnsafePointer) {glMultiTexCoord3bvOES_P(texture, coords)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4822:31: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord3d(target target:GLenum, s:GLdouble, t:GLdouble, r:GLdouble) {glMultiTexCoord3d_P(target, s, t, r)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4825:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord3dARB(target target:GLenum, s:GLdouble, t:GLdouble, r:GLdouble) {glMultiTexCoord3dARB_P(target, s, t, r)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4828:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord3dv(target target:GLenum, v:UnsafePointer) {glMultiTexCoord3dv_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4831:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord3dvARB(target target:GLenum, v:UnsafePointer) {glMultiTexCoord3dvARB_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4834:31: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord3f(target target:GLenum, s:GLfloat, t:GLfloat, r:GLfloat) {glMultiTexCoord3f_P(target, s, t, r)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4837:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord3fARB(target target:GLenum, s:GLfloat, t:GLfloat, r:GLfloat) {glMultiTexCoord3fARB_P(target, s, t, r)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4840:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord3fv(target target:GLenum, v:UnsafePointer) {glMultiTexCoord3fv_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4843:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord3fvARB(target target:GLenum, v:UnsafePointer) {glMultiTexCoord3fvARB_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4846:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord3hNV(target target:GLenum, s:GLhalfNV, t:GLhalfNV, r:GLhalfNV) {glMultiTexCoord3hNV_P(target, s, t, r)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4849:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord3hvNV(target target:GLenum, v:UnsafePointer) {glMultiTexCoord3hvNV_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4852:31: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord3i(target target:GLenum, s:GLint, t:GLint, r:GLint) {glMultiTexCoord3i_P(target, s, t, r)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4855:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord3iARB(target target:GLenum, s:GLint, t:GLint, r:GLint) {glMultiTexCoord3iARB_P(target, s, t, r)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4858:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord3iv(target target:GLenum, v:UnsafePointer) {glMultiTexCoord3iv_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4861:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord3ivARB(target target:GLenum, v:UnsafePointer) {glMultiTexCoord3ivARB_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4864:31: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord3s(target target:GLenum, s:GLshort, t:GLshort, r:GLshort) {glMultiTexCoord3s_P(target, s, t, r)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4867:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord3sARB(target target:GLenum, s:GLshort, t:GLshort, r:GLshort) {glMultiTexCoord3sARB_P(target, s, t, r)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4870:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord3sv(target target:GLenum, v:UnsafePointer) {glMultiTexCoord3sv_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4873:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord3svARB(target target:GLenum, v:UnsafePointer) {glMultiTexCoord3svARB_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4876:34: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glMultiTexCoord3xOES(texture texture:GLenum, s:GLfixed, t:GLfixed, r:GLfixed) {glMultiTexCoord3xOES_P(texture, s, t, r)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4879:35: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glMultiTexCoord3xvOES(texture texture:GLenum, coords:UnsafePointer) {glMultiTexCoord3xvOES_P(texture, coords)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4882:34: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glMultiTexCoord4bOES(texture texture:GLenum, s:GLbyte, t:GLbyte, r:GLbyte, q:GLbyte) {glMultiTexCoord4bOES_P(texture, s, t, r, q)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4885:35: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glMultiTexCoord4bvOES(texture texture:GLenum, coords:UnsafePointer) {glMultiTexCoord4bvOES_P(texture, coords)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4888:31: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord4d(target target:GLenum, s:GLdouble, t:GLdouble, r:GLdouble, q:GLdouble) {glMultiTexCoord4d_P(target, s, t, r, q)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4891:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord4dARB(target target:GLenum, s:GLdouble, t:GLdouble, r:GLdouble, q:GLdouble) {glMultiTexCoord4dARB_P(target, s, t, r, q)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4894:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord4dv(target target:GLenum, v:UnsafePointer) {glMultiTexCoord4dv_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4897:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord4dvARB(target target:GLenum, v:UnsafePointer) {glMultiTexCoord4dvARB_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4900:31: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord4f(target target:GLenum, s:GLfloat, t:GLfloat, r:GLfloat, q:GLfloat) {glMultiTexCoord4f_P(target, s, t, r, q)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4903:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord4fARB(target target:GLenum, s:GLfloat, t:GLfloat, r:GLfloat, q:GLfloat) {glMultiTexCoord4fARB_P(target, s, t, r, q)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4906:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord4fv(target target:GLenum, v:UnsafePointer) {glMultiTexCoord4fv_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4909:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord4fvARB(target target:GLenum, v:UnsafePointer) {glMultiTexCoord4fvARB_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4912:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord4hNV(target target:GLenum, s:GLhalfNV, t:GLhalfNV, r:GLhalfNV, q:GLhalfNV) {glMultiTexCoord4hNV_P(target, s, t, r, q)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4915:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord4hvNV(target target:GLenum, v:UnsafePointer) {glMultiTexCoord4hvNV_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4918:31: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord4i(target target:GLenum, s:GLint, t:GLint, r:GLint, q:GLint) {glMultiTexCoord4i_P(target, s, t, r, q)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4921:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord4iARB(target target:GLenum, s:GLint, t:GLint, r:GLint, q:GLint) {glMultiTexCoord4iARB_P(target, s, t, r, q)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4924:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord4iv(target target:GLenum, v:UnsafePointer) {glMultiTexCoord4iv_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4927:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord4ivARB(target target:GLenum, v:UnsafePointer) {glMultiTexCoord4ivARB_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4930:31: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord4s(target target:GLenum, s:GLshort, t:GLshort, r:GLshort, q:GLshort) {glMultiTexCoord4s_P(target, s, t, r, q)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4933:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord4sARB(target target:GLenum, s:GLshort, t:GLshort, r:GLshort, q:GLshort) {glMultiTexCoord4sARB_P(target, s, t, r, q)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4936:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord4sv(target target:GLenum, v:UnsafePointer) {glMultiTexCoord4sv_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4939:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glMultiTexCoord4svARB(target target:GLenum, v:UnsafePointer) {glMultiTexCoord4svARB_P(target, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4942:31: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glMultiTexCoord4x(texture texture:GLenum, s:GLfixed, t:GLfixed, r:GLfixed, q:GLfixed) {glMultiTexCoord4x_P(texture, s, t, r, q)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4945:34: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glMultiTexCoord4xOES(texture texture:GLenum, s:GLfixed, t:GLfixed, r:GLfixed, q:GLfixed) {glMultiTexCoord4xOES_P(texture, s, t, r, q)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4948:35: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glMultiTexCoord4xvOES(texture texture:GLenum, coords:UnsafePointer) {glMultiTexCoord4xvOES_P(texture, coords)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4951:33: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glMultiTexCoordP1ui(texture texture:GLenum, type:GLenum, coords:GLuint) {glMultiTexCoordP1ui_P(texture, type, coords)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4954:34: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glMultiTexCoordP1uiv(texture texture:GLenum, type:GLenum, coords:UnsafePointer) {glMultiTexCoordP1uiv_P(texture, type, coords)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4957:33: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glMultiTexCoordP2ui(texture texture:GLenum, type:GLenum, coords:GLuint) {glMultiTexCoordP2ui_P(texture, type, coords)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4960:34: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glMultiTexCoordP2uiv(texture texture:GLenum, type:GLenum, coords:UnsafePointer) {glMultiTexCoordP2uiv_P(texture, type, coords)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4963:33: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glMultiTexCoordP3ui(texture texture:GLenum, type:GLenum, coords:GLuint) {glMultiTexCoordP3ui_P(texture, type, coords)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4966:34: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glMultiTexCoordP3uiv(texture texture:GLenum, type:GLenum, coords:UnsafePointer) {glMultiTexCoordP3uiv_P(texture, type, coords)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4969:33: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glMultiTexCoordP4ui(texture texture:GLenum, type:GLenum, coords:GLuint) {glMultiTexCoordP4ui_P(texture, type, coords)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4972:34: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glMultiTexCoordP4uiv(texture texture:GLenum, type:GLenum, coords:UnsafePointer) {glMultiTexCoordP4uiv_P(texture, type, coords)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4975:39: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glMultiTexCoordPointerEXT(texunit texunit:GLenum, size:GLint, type:GLenum, stride:GLsizei, pointer:UnsafePointer) {glMultiTexCoordPointerEXT_P(texunit, size, type, stride, pointer)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4978:31: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glMultiTexEnvfEXT(texunit texunit:GLenum, target:GLenum, pname:GLenum, param:GLfloat) {glMultiTexEnvfEXT_P(texunit, target, pname, param)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4981:32: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glMultiTexEnvfvEXT(texunit texunit:GLenum, target:GLenum, pname:GLenum, params:UnsafePointer) {glMultiTexEnvfvEXT_P(texunit, target, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4984:31: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glMultiTexEnviEXT(texunit texunit:GLenum, target:GLenum, pname:GLenum, param:GLint) {glMultiTexEnviEXT_P(texunit, target, pname, param)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4987:32: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glMultiTexEnvivEXT(texunit texunit:GLenum, target:GLenum, pname:GLenum, params:UnsafePointer) {glMultiTexEnvivEXT_P(texunit, target, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4990:31: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glMultiTexGendEXT(texunit texunit:GLenum, coord:GLenum, pname:GLenum, param:GLdouble) {glMultiTexGendEXT_P(texunit, coord, pname, param)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4993:32: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glMultiTexGendvEXT(texunit texunit:GLenum, coord:GLenum, pname:GLenum, params:UnsafePointer) {glMultiTexGendvEXT_P(texunit, coord, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4996:31: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glMultiTexGenfEXT(texunit texunit:GLenum, coord:GLenum, pname:GLenum, param:GLfloat) {glMultiTexGenfEXT_P(texunit, coord, pname, param)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4999:32: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glMultiTexGenfvEXT(texunit texunit:GLenum, coord:GLenum, pname:GLenum, params:UnsafePointer) {glMultiTexGenfvEXT_P(texunit, coord, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5002:31: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glMultiTexGeniEXT(texunit texunit:GLenum, coord:GLenum, pname:GLenum, param:GLint) {glMultiTexGeniEXT_P(texunit, coord, pname, param)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5005:32: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glMultiTexGenivEXT(texunit texunit:GLenum, coord:GLenum, pname:GLenum, params:UnsafePointer) {glMultiTexGenivEXT_P(texunit, coord, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5008:34: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glMultiTexImage1DEXT(texunit texunit:GLenum, target:GLenum, level:GLint, internalformat:GLint, width:GLsizei, border:GLint, format:GLenum, type:GLenum, pixels:UnsafePointer) {glMultiTexImage1DEXT_P(texunit, target, level, internalformat, width, border, format, type, pixels)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5011:34: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glMultiTexImage2DEXT(texunit texunit:GLenum, target:GLenum, level:GLint, internalformat:GLint, width:GLsizei, height:GLsizei, border:GLint, format:GLenum, type:GLenum, pixels:UnsafePointer) {glMultiTexImage2DEXT_P(texunit, target, level, internalformat, width, height, border, format, type, pixels)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5014:34: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glMultiTexImage3DEXT(texunit texunit:GLenum, target:GLenum, level:GLint, internalformat:GLint, width:GLsizei, height:GLsizei, depth:GLsizei, border:GLint, format:GLenum, type:GLenum, pixels:UnsafePointer) {glMultiTexImage3DEXT_P(texunit, target, level, internalformat, width, height, depth, border, format, type, pixels)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5017:39: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glMultiTexParameterIivEXT(texunit texunit:GLenum, target:GLenum, pname:GLenum, params:UnsafePointer) {glMultiTexParameterIivEXT_P(texunit, target, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5020:40: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glMultiTexParameterIuivEXT(texunit texunit:GLenum, target:GLenum, pname:GLenum, params:UnsafePointer) {glMultiTexParameterIuivEXT_P(texunit, target, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5023:37: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glMultiTexParameterfEXT(texunit texunit:GLenum, target:GLenum, pname:GLenum, param:GLfloat) {glMultiTexParameterfEXT_P(texunit, target, pname, param)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5026:38: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glMultiTexParameterfvEXT(texunit texunit:GLenum, target:GLenum, pname:GLenum, params:UnsafePointer) {glMultiTexParameterfvEXT_P(texunit, target, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5029:37: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glMultiTexParameteriEXT(texunit texunit:GLenum, target:GLenum, pname:GLenum, param:GLint) {glMultiTexParameteriEXT_P(texunit, target, pname, param)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5032:38: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glMultiTexParameterivEXT(texunit texunit:GLenum, target:GLenum, pname:GLenum, params:UnsafePointer) {glMultiTexParameterivEXT_P(texunit, target, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5035:39: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glMultiTexRenderbufferEXT(texunit texunit:GLenum, target:GLenum, renderbuffer:GLuint) {glMultiTexRenderbufferEXT_P(texunit, target, renderbuffer)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5038:37: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glMultiTexSubImage1DEXT(texunit texunit:GLenum, target:GLenum, level:GLint, xoffset:GLint, width:GLsizei, format:GLenum, type:GLenum, pixels:UnsafePointer) {glMultiTexSubImage1DEXT_P(texunit, target, level, xoffset, width, format, type, pixels)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5041:37: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glMultiTexSubImage2DEXT(texunit texunit:GLenum, target:GLenum, level:GLint, xoffset:GLint, yoffset:GLint, width:GLsizei, height:GLsizei, format:GLenum, type:GLenum, pixels:UnsafePointer) {glMultiTexSubImage2DEXT_P(texunit, target, level, xoffset, yoffset, width, height, format, type, pixels)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5044:37: warning: extraneous duplicate parameter name; 'texunit' already has an argument label public func glMultiTexSubImage3DEXT(texunit texunit:GLenum, target:GLenum, level:GLint, xoffset:GLint, yoffset:GLint, zoffset:GLint, width:GLsizei, height:GLsizei, depth:GLsizei, format:GLenum, type:GLenum, pixels:UnsafePointer) {glMultiTexSubImage3DEXT_P(texunit, target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5047:31: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glNamedBufferData(buffer buffer:GLuint, size:GLsizeiptr, data:UnsafePointer, usage:GLenum) {glNamedBufferData_P(buffer, size, data, usage)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5050:34: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glNamedBufferDataEXT(buffer buffer:GLuint, size:GLsizeiptr, data:UnsafePointer, usage:GLenum) {glNamedBufferDataEXT_P(buffer, size, data, usage)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5053:44: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glNamedBufferPageCommitmentARB(buffer buffer:GLuint, offset:GLintptr, size:GLsizeiptr, commit:GLboolean) {glNamedBufferPageCommitmentARB_P(buffer, offset, size, commit)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5056:44: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glNamedBufferPageCommitmentEXT(buffer buffer:GLuint, offset:GLintptr, size:GLsizeiptr, commit:GLboolean) {glNamedBufferPageCommitmentEXT_P(buffer, offset, size, commit)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5059:34: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glNamedBufferStorage(buffer buffer:GLuint, size:GLsizeiptr, data:UnsafePointer, flags:GLbitfield) {glNamedBufferStorage_P(buffer, size, data, flags)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5062:37: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glNamedBufferStorageEXT(buffer buffer:GLuint, size:GLsizeiptr, data:UnsafePointer, flags:GLbitfield) {glNamedBufferStorageEXT_P(buffer, size, data, flags)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5065:34: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glNamedBufferSubData(buffer buffer:GLuint, offset:GLintptr, size:GLsizeiptr, data:UnsafePointer) {glNamedBufferSubData_P(buffer, offset, size, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5068:37: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glNamedBufferSubDataEXT(buffer buffer:GLuint, offset:GLintptr, size:GLsizeiptr, data:UnsafePointer) {glNamedBufferSubDataEXT_P(buffer, offset, size, data)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5071:41: warning: extraneous duplicate parameter name; 'readBuffer' already has an argument label public func glNamedCopyBufferSubDataEXT(readBuffer readBuffer:GLuint, writeBuffer:GLuint, readOffset:GLintptr, writeOffset:GLintptr, size:GLsizeiptr) {glNamedCopyBufferSubDataEXT_P(readBuffer, writeBuffer, readOffset, writeOffset, size)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5074:42: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glNamedFramebufferDrawBuffer(framebuffer framebuffer:GLuint, buf:GLenum) {glNamedFramebufferDrawBuffer_P(framebuffer, buf)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5077:43: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glNamedFramebufferDrawBuffers(framebuffer framebuffer:GLuint, n:GLsizei, bufs:UnsafePointer) {glNamedFramebufferDrawBuffers_P(framebuffer, n, bufs)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5080:42: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glNamedFramebufferParameteri(framebuffer framebuffer:GLuint, pname:GLenum, param:GLint) {glNamedFramebufferParameteri_P(framebuffer, pname, param)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5083:45: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glNamedFramebufferParameteriEXT(framebuffer framebuffer:GLuint, pname:GLenum, param:GLint) {glNamedFramebufferParameteriEXT_P(framebuffer, pname, param)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5086:42: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glNamedFramebufferReadBuffer(framebuffer framebuffer:GLuint, src:GLenum) {glNamedFramebufferReadBuffer_P(framebuffer, src)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5089:44: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glNamedFramebufferRenderbuffer(framebuffer framebuffer:GLuint, attachment:GLenum, renderbuffertarget:GLenum, renderbuffer:GLuint) {glNamedFramebufferRenderbuffer_P(framebuffer, attachment, renderbuffertarget, renderbuffer)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5092:47: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glNamedFramebufferRenderbufferEXT(framebuffer framebuffer:GLuint, attachment:GLenum, renderbuffertarget:GLenum, renderbuffer:GLuint) {glNamedFramebufferRenderbufferEXT_P(framebuffer, attachment, renderbuffertarget, renderbuffer)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5095:52: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glNamedFramebufferSampleLocationsfvARB(framebuffer framebuffer:GLuint, start:GLuint, count:GLsizei, v:UnsafePointer) {glNamedFramebufferSampleLocationsfvARB_P(framebuffer, start, count, v)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5098:51: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glNamedFramebufferSampleLocationsfvNV(framebuffer framebuffer:GLuint, start:GLuint, count:GLsizei, v:UnsafePointer) {glNamedFramebufferSampleLocationsfvNV_P(framebuffer, start, count, v)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5101:39: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glNamedFramebufferTexture(framebuffer framebuffer:GLuint, attachment:GLenum, texture:GLuint, level:GLint) {glNamedFramebufferTexture_P(framebuffer, attachment, texture, level)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5104:44: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glNamedFramebufferTexture1DEXT(framebuffer framebuffer:GLuint, attachment:GLenum, textarget:GLenum, texture:GLuint, level:GLint) {glNamedFramebufferTexture1DEXT_P(framebuffer, attachment, textarget, texture, level)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5107:44: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glNamedFramebufferTexture2DEXT(framebuffer framebuffer:GLuint, attachment:GLenum, textarget:GLenum, texture:GLuint, level:GLint) {glNamedFramebufferTexture2DEXT_P(framebuffer, attachment, textarget, texture, level)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5110:44: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glNamedFramebufferTexture3DEXT(framebuffer framebuffer:GLuint, attachment:GLenum, textarget:GLenum, texture:GLuint, level:GLint, zoffset:GLint) {glNamedFramebufferTexture3DEXT_P(framebuffer, attachment, textarget, texture, level, zoffset)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5113:42: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glNamedFramebufferTextureEXT(framebuffer framebuffer:GLuint, attachment:GLenum, texture:GLuint, level:GLint) {glNamedFramebufferTextureEXT_P(framebuffer, attachment, texture, level)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5116:46: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glNamedFramebufferTextureFaceEXT(framebuffer framebuffer:GLuint, attachment:GLenum, texture:GLuint, level:GLint, face:GLenum) {glNamedFramebufferTextureFaceEXT_P(framebuffer, attachment, texture, level, face)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5119:44: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glNamedFramebufferTextureLayer(framebuffer framebuffer:GLuint, attachment:GLenum, texture:GLuint, level:GLint, layer:GLint) {glNamedFramebufferTextureLayer_P(framebuffer, attachment, texture, level, layer)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5122:47: warning: extraneous duplicate parameter name; 'framebuffer' already has an argument label public func glNamedFramebufferTextureLayerEXT(framebuffer framebuffer:GLuint, attachment:GLenum, texture:GLuint, level:GLint, layer:GLint) {glNamedFramebufferTextureLayerEXT_P(framebuffer, attachment, texture, level, layer)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5125:47: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glNamedProgramLocalParameter4dEXT(program program:GLuint, target:GLenum, index:GLuint, x:GLdouble, y:GLdouble, z:GLdouble, w:GLdouble) {glNamedProgramLocalParameter4dEXT_P(program, target, index, x, y, z, w)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5128:48: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glNamedProgramLocalParameter4dvEXT(program program:GLuint, target:GLenum, index:GLuint, params:UnsafePointer) {glNamedProgramLocalParameter4dvEXT_P(program, target, index, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5131:47: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glNamedProgramLocalParameter4fEXT(program program:GLuint, target:GLenum, index:GLuint, x:GLfloat, y:GLfloat, z:GLfloat, w:GLfloat) {glNamedProgramLocalParameter4fEXT_P(program, target, index, x, y, z, w)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5134:48: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glNamedProgramLocalParameter4fvEXT(program program:GLuint, target:GLenum, index:GLuint, params:UnsafePointer) {glNamedProgramLocalParameter4fvEXT_P(program, target, index, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5137:48: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glNamedProgramLocalParameterI4iEXT(program program:GLuint, target:GLenum, index:GLuint, x:GLint, y:GLint, z:GLint, w:GLint) {glNamedProgramLocalParameterI4iEXT_P(program, target, index, x, y, z, w)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5140:49: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glNamedProgramLocalParameterI4ivEXT(program program:GLuint, target:GLenum, index:GLuint, params:UnsafePointer) {glNamedProgramLocalParameterI4ivEXT_P(program, target, index, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5143:49: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glNamedProgramLocalParameterI4uiEXT(program program:GLuint, target:GLenum, index:GLuint, x:GLuint, y:GLuint, z:GLuint, w:GLuint) {glNamedProgramLocalParameterI4uiEXT_P(program, target, index, x, y, z, w)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5146:50: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glNamedProgramLocalParameterI4uivEXT(program program:GLuint, target:GLenum, index:GLuint, params:UnsafePointer) {glNamedProgramLocalParameterI4uivEXT_P(program, target, index, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5149:49: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glNamedProgramLocalParameters4fvEXT(program program:GLuint, target:GLenum, index:GLuint, count:GLsizei, params:UnsafePointer) {glNamedProgramLocalParameters4fvEXT_P(program, target, index, count, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5152:50: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glNamedProgramLocalParametersI4ivEXT(program program:GLuint, target:GLenum, index:GLuint, count:GLsizei, params:UnsafePointer) {glNamedProgramLocalParametersI4ivEXT_P(program, target, index, count, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5155:51: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glNamedProgramLocalParametersI4uivEXT(program program:GLuint, target:GLenum, index:GLuint, count:GLsizei, params:UnsafePointer) {glNamedProgramLocalParametersI4uivEXT_P(program, target, index, count, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5158:37: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glNamedProgramStringEXT(program program:GLuint, target:GLenum, format:GLenum, len:GLsizei, string:UnsafePointer) {glNamedProgramStringEXT_P(program, target, format, len, string)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5161:40: warning: extraneous duplicate parameter name; 'renderbuffer' already has an argument label public func glNamedRenderbufferStorage(renderbuffer renderbuffer:GLuint, internalformat:GLenum, width:GLsizei, height:GLsizei) {glNamedRenderbufferStorage_P(renderbuffer, internalformat, width, height)} ^~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5164:43: warning: extraneous duplicate parameter name; 'renderbuffer' already has an argument label public func glNamedRenderbufferStorageEXT(renderbuffer renderbuffer:GLuint, internalformat:GLenum, width:GLsizei, height:GLsizei) {glNamedRenderbufferStorageEXT_P(renderbuffer, internalformat, width, height)} ^~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5167:51: warning: extraneous duplicate parameter name; 'renderbuffer' already has an argument label public func glNamedRenderbufferStorageMultisample(renderbuffer renderbuffer:GLuint, samples:GLsizei, internalformat:GLenum, width:GLsizei, height:GLsizei) {glNamedRenderbufferStorageMultisample_P(renderbuffer, samples, internalformat, width, height)} ^~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5170:62: warning: extraneous duplicate parameter name; 'renderbuffer' already has an argument label public func glNamedRenderbufferStorageMultisampleCoverageEXT(renderbuffer renderbuffer:GLuint, coverageSamples:GLsizei, colorSamples:GLsizei, internalformat:GLenum, width:GLsizei, height:GLsizei) {glNamedRenderbufferStorageMultisampleCoverageEXT_P(renderbuffer, coverageSamples, colorSamples, internalformat, width, height)} ^~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5173:54: warning: extraneous duplicate parameter name; 'renderbuffer' already has an argument label public func glNamedRenderbufferStorageMultisampleEXT(renderbuffer renderbuffer:GLuint, samples:GLsizei, internalformat:GLenum, width:GLsizei, height:GLsizei) {glNamedRenderbufferStorageMultisampleEXT_P(renderbuffer, samples, internalformat, width, height)} ^~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5176:30: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glNamedStringARB(type type:GLenum, namelen:GLint, name:UnsafePointer, stringlen:GLint, string:UnsafePointer) {glNamedStringARB_P(type, namelen, name, stringlen, string)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5179:23: warning: extraneous duplicate parameter name; 'list' already has an argument label public func glNewList(list list:GLuint, mode:GLenum) {glNewList_P(list, mode)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5182:34: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glNewObjectBufferATI(size size:GLsizei, pointer:UnsafePointer, usage:GLenum) -> GLuint {return glNewObjectBufferATI_P(size, pointer, usage)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5185:24: warning: extraneous duplicate parameter name; 'nx' already has an argument label public func glNormal3b(nx nx:GLbyte, ny:GLbyte, nz:GLbyte) {glNormal3b_P(nx, ny, nz)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5188:25: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glNormal3bv(v v:UnsafePointer) {glNormal3bv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5191:24: warning: extraneous duplicate parameter name; 'nx' already has an argument label public func glNormal3d(nx nx:GLdouble, ny:GLdouble, nz:GLdouble) {glNormal3d_P(nx, ny, nz)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5194:25: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glNormal3dv(v v:UnsafePointer) {glNormal3dv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5197:24: warning: extraneous duplicate parameter name; 'nx' already has an argument label public func glNormal3f(nx nx:GLfloat, ny:GLfloat, nz:GLfloat) {glNormal3f_P(nx, ny, nz)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5200:35: warning: extraneous duplicate parameter name; 'nx' already has an argument label public func glNormal3fVertex3fSUN(nx nx:GLfloat, ny:GLfloat, nz:GLfloat, x:GLfloat, y:GLfloat, z:GLfloat) {glNormal3fVertex3fSUN_P(nx, ny, nz, x, y, z)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5203:36: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glNormal3fVertex3fvSUN(n n:UnsafePointer, v:UnsafePointer) {glNormal3fVertex3fvSUN_P(n, v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5206:25: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glNormal3fv(v v:UnsafePointer) {glNormal3fv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5209:26: warning: extraneous duplicate parameter name; 'nx' already has an argument label public func glNormal3hNV(nx nx:GLhalfNV, ny:GLhalfNV, nz:GLhalfNV) {glNormal3hNV_P(nx, ny, nz)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5212:27: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glNormal3hvNV(v v:UnsafePointer) {glNormal3hvNV_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5215:24: warning: extraneous duplicate parameter name; 'nx' already has an argument label public func glNormal3i(nx nx:GLint, ny:GLint, nz:GLint) {glNormal3i_P(nx, ny, nz)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5218:25: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glNormal3iv(v v:UnsafePointer) {glNormal3iv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5221:24: warning: extraneous duplicate parameter name; 'nx' already has an argument label public func glNormal3s(nx nx:GLshort, ny:GLshort, nz:GLshort) {glNormal3s_P(nx, ny, nz)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5224:25: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glNormal3sv(v v:UnsafePointer) {glNormal3sv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5227:24: warning: extraneous duplicate parameter name; 'nx' already has an argument label public func glNormal3x(nx nx:GLfixed, ny:GLfixed, nz:GLfixed) {glNormal3x_P(nx, ny, nz)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5230:27: warning: extraneous duplicate parameter name; 'nx' already has an argument label public func glNormal3xOES(nx nx:GLfixed, ny:GLfixed, nz:GLfixed) {glNormal3xOES_P(nx, ny, nz)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5233:28: warning: extraneous duplicate parameter name; 'coords' already has an argument label public func glNormal3xvOES(coords coords:UnsafePointer) {glNormal3xvOES_P(coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5236:30: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glNormalFormatNV(type type:GLenum, stride:GLsizei) {glNormalFormatNV_P(type, stride)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5239:26: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glNormalP3ui(type type:GLenum, coords:GLuint) {glNormalP3ui_P(type, coords)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5242:27: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glNormalP3uiv(type type:GLenum, coords:UnsafePointer) {glNormalP3uiv_P(type, coords)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5245:29: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glNormalPointer(type type:GLenum, stride:GLsizei, pointer:UnsafePointer) {glNormalPointer_P(type, stride, pointer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5248:32: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glNormalPointerEXT(type type:GLenum, stride:GLsizei, count:GLsizei, pointer:UnsafePointer) {glNormalPointerEXT_P(type, stride, count, pointer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5251:36: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glNormalPointerListIBM(type type:GLenum, stride:GLint, pointer:UnsafeMutablePointer>, ptrstride:GLint) {glNormalPointerListIBM_P(type, stride, pointer, ptrstride)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5254:35: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glNormalPointervINTEL(type type:GLenum, pointer:UnsafeMutablePointer>) {glNormalPointervINTEL_P(type, pointer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5257:33: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glNormalStream3bATI(stream stream:GLenum, nx:GLbyte, ny:GLbyte, nz:GLbyte) {glNormalStream3bATI_P(stream, nx, ny, nz)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5260:34: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glNormalStream3bvATI(stream stream:GLenum, coords:UnsafePointer) {glNormalStream3bvATI_P(stream, coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5263:33: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glNormalStream3dATI(stream stream:GLenum, nx:GLdouble, ny:GLdouble, nz:GLdouble) {glNormalStream3dATI_P(stream, nx, ny, nz)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5266:34: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glNormalStream3dvATI(stream stream:GLenum, coords:UnsafePointer) {glNormalStream3dvATI_P(stream, coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5269:33: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glNormalStream3fATI(stream stream:GLenum, nx:GLfloat, ny:GLfloat, nz:GLfloat) {glNormalStream3fATI_P(stream, nx, ny, nz)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5272:34: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glNormalStream3fvATI(stream stream:GLenum, coords:UnsafePointer) {glNormalStream3fvATI_P(stream, coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5275:33: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glNormalStream3iATI(stream stream:GLenum, nx:GLint, ny:GLint, nz:GLint) {glNormalStream3iATI_P(stream, nx, ny, nz)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5278:34: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glNormalStream3ivATI(stream stream:GLenum, coords:UnsafePointer) {glNormalStream3ivATI_P(stream, coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5281:33: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glNormalStream3sATI(stream stream:GLenum, nx:GLshort, ny:GLshort, nz:GLshort) {glNormalStream3sATI_P(stream, nx, ny, nz)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5284:34: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glNormalStream3svATI(stream stream:GLenum, coords:UnsafePointer) {glNormalStream3svATI_P(stream, coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5287:27: warning: extraneous duplicate parameter name; 'identifier' already has an argument label public func glObjectLabel(identifier identifier:GLenum, name:GLuint, length:GLsizei, label:UnsafePointer) {glObjectLabel_P(identifier, name, length, label)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5290:30: warning: extraneous duplicate parameter name; 'identifier' already has an argument label public func glObjectLabelKHR(identifier identifier:GLenum, name:GLuint, length:GLsizei, label:UnsafePointer) {glObjectLabelKHR_P(identifier, name, length, label)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5293:30: warning: extraneous duplicate parameter name; 'ptr' already has an argument label public func glObjectPtrLabel(ptr ptr:UnsafePointer, length:GLsizei, label:UnsafePointer) {glObjectPtrLabel_P(ptr, length, label)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5296:33: warning: extraneous duplicate parameter name; 'ptr' already has an argument label public func glObjectPtrLabelKHR(ptr ptr:UnsafePointer, length:GLsizei, label:UnsafePointer) {glObjectPtrLabelKHR_P(ptr, length, label)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5299:36: warning: extraneous duplicate parameter name; 'objectType' already has an argument label public func glObjectPurgeableAPPLE(objectType objectType:GLenum, name:GLuint, option:GLenum) -> GLenum {return glObjectPurgeableAPPLE_P(objectType, name, option)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5302:38: warning: extraneous duplicate parameter name; 'objectType' already has an argument label public func glObjectUnpurgeableAPPLE(objectType objectType:GLenum, name:GLuint, option:GLenum) -> GLenum {return glObjectUnpurgeableAPPLE_P(objectType, name, option)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5305:21: warning: extraneous duplicate parameter name; 'left' already has an argument label public func glOrtho(left left:GLdouble, right:GLdouble, bottom:GLdouble, top:GLdouble, zNear:GLdouble, zFar:GLdouble) {glOrtho_P(left, right, bottom, top, zNear, zFar)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5308:22: warning: extraneous duplicate parameter name; 'l' already has an argument label public func glOrthof(l l:GLfloat, r:GLfloat, b:GLfloat, t:GLfloat, n:GLfloat, f:GLfloat) {glOrthof_P(l, r, b, t, n, f)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5311:25: warning: extraneous duplicate parameter name; 'l' already has an argument label public func glOrthofOES(l l:GLfloat, r:GLfloat, b:GLfloat, t:GLfloat, n:GLfloat, f:GLfloat) {glOrthofOES_P(l, r, b, t, n, f)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5314:22: warning: extraneous duplicate parameter name; 'l' already has an argument label public func glOrthox(l l:GLfixed, r:GLfixed, b:GLfixed, t:GLfixed, n:GLfixed, f:GLfixed) {glOrthox_P(l, r, b, t, n, f)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5317:25: warning: extraneous duplicate parameter name; 'l' already has an argument label public func glOrthoxOES(l l:GLfixed, r:GLfixed, b:GLfixed, t:GLfixed, n:GLfixed, f:GLfixed) {glOrthoxOES_P(l, r, b, t, n, f)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5320:31: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPNTrianglesfATI(pname pname:GLenum, param:GLfloat) {glPNTrianglesfATI_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5323:31: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPNTrianglesiATI(pname pname:GLenum, param:GLint) {glPNTrianglesiATI_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5326:31: warning: extraneous duplicate parameter name; 'dst' already has an argument label public func glPassTexCoordATI(dst dst:GLuint, coord:GLuint, swizzle:GLenum) {glPassTexCoordATI_P(dst, coord, swizzle)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5329:27: warning: extraneous duplicate parameter name; 'token' already has an argument label public func glPassThrough(token token:GLfloat) {glPassThrough_P(token)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5332:31: warning: extraneous duplicate parameter name; 'token' already has an argument label public func glPassThroughxOES(token token:GLfixed) {glPassThroughxOES_P(token)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5335:32: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPatchParameterfv(pname pname:GLenum, values:UnsafePointer) {glPatchParameterfv_P(pname, values)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5338:31: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPatchParameteri(pname pname:GLenum, value:GLint) {glPatchParameteri_P(pname, value)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5341:34: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPatchParameteriEXT(pname pname:GLenum, value:GLint) {glPatchParameteriEXT_P(pname, value)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5344:34: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPatchParameteriOES(pname pname:GLenum, value:GLint) {glPatchParameteriOES_P(pname, value)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5347:30: warning: extraneous duplicate parameter name; 'color' already has an argument label public func glPathColorGenNV(color color:GLenum, genMode:GLenum, colorFormat:GLenum, coeffs:UnsafePointer) {glPathColorGenNV_P(color, genMode, colorFormat, coeffs)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5350:30: warning: extraneous duplicate parameter name; 'path' already has an argument label public func glPathCommandsNV(path path:GLuint, numCommands:GLsizei, commands:UnsafePointer, numCoords:GLsizei, coordType:GLenum, coords:UnsafePointer) {glPathCommandsNV_P(path, numCommands, commands, numCoords, coordType, coords)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5353:28: warning: extraneous duplicate parameter name; 'path' already has an argument label public func glPathCoordsNV(path path:GLuint, numCoords:GLsizei, coordType:GLenum, coords:UnsafePointer) {glPathCoordsNV_P(path, numCoords, coordType, coords)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5356:36: warning: extraneous duplicate parameter name; 'fn' already has an argument label public func glPathCoverDepthFuncNV(fn fn:GLenum) {glPathCoverDepthFuncNV_P(fn)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5359:31: warning: extraneous duplicate parameter name; 'path' already has an argument label public func glPathDashArrayNV(path path:GLuint, dashCount:GLsizei, dashArray:UnsafePointer) {glPathDashArrayNV_P(path, dashCount, dashArray)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5362:28: warning: extraneous duplicate parameter name; 'genMode' already has an argument label public func glPathFogGenNV(genMode genMode:GLenum) {glPathFogGenNV_P(genMode)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5365:37: warning: extraneous duplicate parameter name; 'firstPathName' already has an argument label public func glPathGlyphIndexArrayNV(firstPathName firstPathName:GLuint, fontTarget:GLenum, fontName:UnsafePointer, fontStyle:GLbitfield, firstGlyphIndex:GLuint, numGlyphs:GLsizei, pathParameterTemplate:GLuint, emScale:GLfloat) -> GLenum {return glPathGlyphIndexArrayNV_P(firstPathName, fontTarget, fontName, fontStyle, firstGlyphIndex, numGlyphs, pathParameterTemplate, emScale)} ^~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5368:37: warning: extraneous duplicate parameter name; 'fontTarget' already has an argument label public func glPathGlyphIndexRangeNV(fontTarget fontTarget:GLenum, fontName:UnsafePointer, fontStyle:GLbitfield, pathParameterTemplate:GLuint, emScale:GLfloat, baseAndCount:GLuint) -> GLenum {return glPathGlyphIndexRangeNV_P(fontTarget, fontName, fontStyle, pathParameterTemplate, emScale, baseAndCount)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5371:32: warning: extraneous duplicate parameter name; 'firstPathName' already has an argument label public func glPathGlyphRangeNV(firstPathName firstPathName:GLuint, fontTarget:GLenum, fontName:UnsafePointer, fontStyle:GLbitfield, firstGlyph:GLuint, numGlyphs:GLsizei, handleMissingGlyphs:GLenum, pathParameterTemplate:GLuint, emScale:GLfloat) {glPathGlyphRangeNV_P(firstPathName, fontTarget, fontName, fontStyle, firstGlyph, numGlyphs, handleMissingGlyphs, pathParameterTemplate, emScale)} ^~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5374:28: warning: extraneous duplicate parameter name; 'firstPathName' already has an argument label public func glPathGlyphsNV(firstPathName firstPathName:GLuint, fontTarget:GLenum, fontName:UnsafePointer, fontStyle:GLbitfield, numGlyphs:GLsizei, type:GLenum, charcodes:UnsafePointer, handleMissingGlyphs:GLenum, pathParameterTemplate:GLuint, emScale:GLfloat) {glPathGlyphsNV_P(firstPathName, fontTarget, fontName, fontStyle, numGlyphs, type, charcodes, handleMissingGlyphs, pathParameterTemplate, emScale)} ^~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5377:43: warning: extraneous duplicate parameter name; 'firstPathName' already has an argument label public func glPathMemoryGlyphIndexArrayNV(firstPathName firstPathName:GLuint, fontTarget:GLenum, fontSize:GLsizeiptr, fontData:UnsafePointer, faceIndex:GLsizei, firstGlyphIndex:GLuint, numGlyphs:GLsizei, pathParameterTemplate:GLuint, emScale:GLfloat) -> GLenum {return glPathMemoryGlyphIndexArrayNV_P(firstPathName, fontTarget, fontSize, fontData, faceIndex, firstGlyphIndex, numGlyphs, pathParameterTemplate, emScale)} ^~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5380:32: warning: extraneous duplicate parameter name; 'path' already has an argument label public func glPathParameterfNV(path path:GLuint, pname:GLenum, value:GLfloat) {glPathParameterfNV_P(path, pname, value)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5383:33: warning: extraneous duplicate parameter name; 'path' already has an argument label public func glPathParameterfvNV(path path:GLuint, pname:GLenum, value:UnsafePointer) {glPathParameterfvNV_P(path, pname, value)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5386:32: warning: extraneous duplicate parameter name; 'path' already has an argument label public func glPathParameteriNV(path path:GLuint, pname:GLenum, value:GLint) {glPathParameteriNV_P(path, pname, value)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5389:33: warning: extraneous duplicate parameter name; 'path' already has an argument label public func glPathParameterivNV(path path:GLuint, pname:GLenum, value:UnsafePointer) {glPathParameterivNV_P(path, pname, value)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5392:40: warning: extraneous duplicate parameter name; 'factor' already has an argument label public func glPathStencilDepthOffsetNV(factor factor:GLfloat, units:GLfloat) {glPathStencilDepthOffsetNV_P(factor, units)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5395:33: warning: extraneous duplicate parameter name; 'fn' already has an argument label public func glPathStencilFuncNV(fn fn:GLenum, ref:GLint, mask:GLuint) {glPathStencilFuncNV_P(fn, ref, mask)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5398:28: warning: extraneous duplicate parameter name; 'path' already has an argument label public func glPathStringNV(path path:GLuint, format:GLenum, length:GLsizei, pathString:UnsafePointer) {glPathStringNV_P(path, format, length, pathString)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5401:33: warning: extraneous duplicate parameter name; 'path' already has an argument label public func glPathSubCommandsNV(path path:GLuint, commandStart:GLsizei, commandsToDelete:GLsizei, numCommands:GLsizei, commands:UnsafePointer, numCoords:GLsizei, coordType:GLenum, coords:UnsafePointer) {glPathSubCommandsNV_P(path, commandStart, commandsToDelete, numCommands, commands, numCoords, coordType, coords)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5404:31: warning: extraneous duplicate parameter name; 'path' already has an argument label public func glPathSubCoordsNV(path path:GLuint, coordStart:GLsizei, numCoords:GLsizei, coordType:GLenum, coords:UnsafePointer) {glPathSubCoordsNV_P(path, coordStart, numCoords, coordType, coords)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5407:28: warning: extraneous duplicate parameter name; 'texCoordSet' already has an argument label public func glPathTexGenNV(texCoordSet texCoordSet:GLenum, genMode:GLenum, components:GLint, coeffs:UnsafePointer) {glPathTexGenNV_P(texCoordSet, genMode, components, coeffs)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5414:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glPixelDataRangeNV(target target:GLenum, length:GLsizei, pointer:UnsafePointer) {glPixelDataRangeNV_P(target, length, pointer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5417:26: warning: extraneous duplicate parameter name; 'map' already has an argument label public func glPixelMapfv(map map:GLenum, mapsize:GLsizei, values:UnsafePointer) {glPixelMapfv_P(map, mapsize, values)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5420:27: warning: extraneous duplicate parameter name; 'map' already has an argument label public func glPixelMapuiv(map map:GLenum, mapsize:GLsizei, values:UnsafePointer) {glPixelMapuiv_P(map, mapsize, values)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5423:27: warning: extraneous duplicate parameter name; 'map' already has an argument label public func glPixelMapusv(map map:GLenum, mapsize:GLsizei, values:UnsafePointer) {glPixelMapusv_P(map, mapsize, values)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5426:25: warning: extraneous duplicate parameter name; 'map' already has an argument label public func glPixelMapx(map map:GLenum, size:GLint, values:UnsafePointer) {glPixelMapx_P(map, size, values)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5429:27: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPixelStoref(pname pname:GLenum, param:GLfloat) {glPixelStoref_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5432:27: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPixelStorei(pname pname:GLenum, param:GLint) {glPixelStorei_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5435:27: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPixelStorex(pname pname:GLenum, param:GLfixed) {glPixelStorex_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5438:41: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPixelTexGenParameterfSGIS(pname pname:GLenum, param:GLfloat) {glPixelTexGenParameterfSGIS_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5441:42: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPixelTexGenParameterfvSGIS(pname pname:GLenum, params:UnsafePointer) {glPixelTexGenParameterfvSGIS_P(pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5444:41: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPixelTexGenParameteriSGIS(pname pname:GLenum, param:GLint) {glPixelTexGenParameteriSGIS_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5447:42: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPixelTexGenParameterivSGIS(pname pname:GLenum, params:UnsafePointer) {glPixelTexGenParameterivSGIS_P(pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5450:31: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glPixelTexGenSGIX(mode mode:GLenum) {glPixelTexGenSGIX_P(mode)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5453:30: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPixelTransferf(pname pname:GLenum, param:GLfloat) {glPixelTransferf_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5456:30: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPixelTransferi(pname pname:GLenum, param:GLint) {glPixelTransferi_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5459:33: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPixelTransferxOES(pname pname:GLenum, param:GLfixed) {glPixelTransferxOES_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5462:43: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glPixelTransformParameterfEXT(target target:GLenum, pname:GLenum, param:GLfloat) {glPixelTransformParameterfEXT_P(target, pname, param)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5465:44: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glPixelTransformParameterfvEXT(target target:GLenum, pname:GLenum, params:UnsafePointer) {glPixelTransformParameterfvEXT_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5468:43: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glPixelTransformParameteriEXT(target target:GLenum, pname:GLenum, param:GLint) {glPixelTransformParameteriEXT_P(target, pname, param)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5471:44: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glPixelTransformParameterivEXT(target target:GLenum, pname:GLenum, params:UnsafePointer) {glPixelTransformParameterivEXT_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5474:25: warning: extraneous duplicate parameter name; 'xfactor' already has an argument label public func glPixelZoom(xfactor xfactor:GLfloat, yfactor:GLfloat) {glPixelZoom_P(xfactor, yfactor)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5477:29: warning: extraneous duplicate parameter name; 'xfactor' already has an argument label public func glPixelZoomxOES(xfactor xfactor:GLfixed, yfactor:GLfixed) {glPixelZoomxOES_P(xfactor, yfactor)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5480:32: warning: extraneous duplicate parameter name; 'path' already has an argument label public func glPointAlongPathNV(path path:GLuint, startSegment:GLsizei, numSegments:GLsizei, distance:GLfloat, x:UnsafeMutablePointer, y:UnsafeMutablePointer, tangentX:UnsafeMutablePointer, tangentY:UnsafeMutablePointer) -> GLboolean {return glPointAlongPathNV_P(path, startSegment, numSegments, distance, x, y, tangentX, tangentY)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5483:31: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPointParameterf(pname pname:GLenum, param:GLfloat) {glPointParameterf_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5486:34: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPointParameterfARB(pname pname:GLenum, param:GLfloat) {glPointParameterfARB_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5489:34: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPointParameterfEXT(pname pname:GLenum, param:GLfloat) {glPointParameterfEXT_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5492:35: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPointParameterfSGIS(pname pname:GLenum, param:GLfloat) {glPointParameterfSGIS_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5495:32: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPointParameterfv(pname pname:GLenum, params:UnsafePointer) {glPointParameterfv_P(pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5498:35: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPointParameterfvARB(pname pname:GLenum, params:UnsafePointer) {glPointParameterfvARB_P(pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5501:35: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPointParameterfvEXT(pname pname:GLenum, params:UnsafePointer) {glPointParameterfvEXT_P(pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5504:36: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPointParameterfvSGIS(pname pname:GLenum, params:UnsafePointer) {glPointParameterfvSGIS_P(pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5507:31: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPointParameteri(pname pname:GLenum, param:GLint) {glPointParameteri_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5510:33: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPointParameteriNV(pname pname:GLenum, param:GLint) {glPointParameteriNV_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5513:32: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPointParameteriv(pname pname:GLenum, params:UnsafePointer) {glPointParameteriv_P(pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5516:34: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPointParameterivNV(pname pname:GLenum, params:UnsafePointer) {glPointParameterivNV_P(pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5519:31: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPointParameterx(pname pname:GLenum, param:GLfixed) {glPointParameterx_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5522:34: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPointParameterxOES(pname pname:GLenum, param:GLfixed) {glPointParameterxOES_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5525:32: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPointParameterxv(pname pname:GLenum, params:UnsafePointer) {glPointParameterxv_P(pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5528:35: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glPointParameterxvOES(pname pname:GLenum, params:UnsafePointer) {glPointParameterxvOES_P(pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5531:25: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glPointSize(size size:GLfloat) {glPointSize_P(size)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5534:35: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glPointSizePointerOES(type type:GLenum, stride:GLsizei, pointer:UnsafePointer) {glPointSizePointerOES_P(type, stride, pointer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5537:26: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glPointSizex(size size:GLfixed) {glPointSizex_P(size)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5540:29: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glPointSizexOES(size size:GLfixed) {glPointSizexOES_P(size)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5543:29: warning: extraneous duplicate parameter name; 'markerp' already has an argument label public func glPollAsyncSGIX(markerp markerp:UnsafeMutablePointer) -> GLint {return glPollAsyncSGIX_P(markerp)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5546:35: warning: extraneous duplicate parameter name; 'marker_p' already has an argument label public func glPollInstrumentsSGIX(marker_p marker_p:UnsafeMutablePointer) -> GLint {return glPollInstrumentsSGIX_P(marker_p)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5549:27: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glPolygonMode(face face:GLenum, mode:GLenum) {glPolygonMode_P(face, mode)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5552:29: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glPolygonModeNV(face face:GLenum, mode:GLenum) {glPolygonModeNV_P(face, mode)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5555:29: warning: extraneous duplicate parameter name; 'factor' already has an argument label public func glPolygonOffset(factor factor:GLfloat, units:GLfloat) {glPolygonOffset_P(factor, units)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5558:37: warning: extraneous duplicate parameter name; 'factor' already has an argument label public func glPolygonOffsetClampEXT(factor factor:GLfloat, units:GLfloat, clamp:GLfloat) {glPolygonOffsetClampEXT_P(factor, units, clamp)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5561:32: warning: extraneous duplicate parameter name; 'factor' already has an argument label public func glPolygonOffsetEXT(factor factor:GLfloat, bias:GLfloat) {glPolygonOffsetEXT_P(factor, bias)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5564:30: warning: extraneous duplicate parameter name; 'factor' already has an argument label public func glPolygonOffsetx(factor factor:GLfixed, units:GLfixed) {glPolygonOffsetx_P(factor, units)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5567:33: warning: extraneous duplicate parameter name; 'factor' already has an argument label public func glPolygonOffsetxOES(factor factor:GLfixed, units:GLfixed) {glPolygonOffsetxOES_P(factor, units)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5570:30: warning: extraneous duplicate parameter name; 'mask' already has an argument label public func glPolygonStipple(mask mask:UnsafePointer) {glPolygonStipple_P(mask)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5587:38: warning: extraneous duplicate parameter name; 'video_slot' already has an argument label public func glPresentFrameDualFillNV(video_slot video_slot:GLuint, minPresentTime:GLuint64EXT, beginPresentTimeId:GLuint, presentDurationId:GLuint, type:GLenum, target0:GLenum, fill0:GLuint, target1:GLenum, fill1:GLuint, target2:GLenum, fill2:GLuint, target3:GLenum, fill3:GLuint) {glPresentFrameDualFillNV_P(video_slot, minPresentTime, beginPresentTimeId, presentDurationId, type, target0, fill0, target1, fill1, target2, fill2, target3, fill3)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5590:35: warning: extraneous duplicate parameter name; 'video_slot' already has an argument label public func glPresentFrameKeyedNV(video_slot video_slot:GLuint, minPresentTime:GLuint64EXT, beginPresentTimeId:GLuint, presentDurationId:GLuint, type:GLenum, target0:GLenum, fill0:GLuint, key0:GLuint, target1:GLenum, fill1:GLuint, key1:GLuint) {glPresentFrameKeyedNV_P(video_slot, minPresentTime, beginPresentTimeId, presentDurationId, type, target0, fill0, key0, target1, fill1, key1)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5593:36: warning: extraneous duplicate parameter name; 'minX' already has an argument label public func glPrimitiveBoundingBox(minX minX:GLfloat, minY:GLfloat, minZ:GLfloat, minW:GLfloat, maxX:GLfloat, maxY:GLfloat, maxZ:GLfloat, maxW:GLfloat) {glPrimitiveBoundingBox_P(minX, minY, minZ, minW, maxX, maxY, maxZ, maxW)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5596:39: warning: extraneous duplicate parameter name; 'minX' already has an argument label public func glPrimitiveBoundingBoxARB(minX minX:GLfloat, minY:GLfloat, minZ:GLfloat, minW:GLfloat, maxX:GLfloat, maxY:GLfloat, maxZ:GLfloat, maxW:GLfloat) {glPrimitiveBoundingBoxARB_P(minX, minY, minZ, minW, maxX, maxY, maxZ, maxW)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5599:39: warning: extraneous duplicate parameter name; 'minX' already has an argument label public func glPrimitiveBoundingBoxEXT(minX minX:GLfloat, minY:GLfloat, minZ:GLfloat, minW:GLfloat, maxX:GLfloat, maxY:GLfloat, maxZ:GLfloat, maxW:GLfloat) {glPrimitiveBoundingBoxEXT_P(minX, minY, minZ, minW, maxX, maxY, maxZ, maxW)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5602:39: warning: extraneous duplicate parameter name; 'minX' already has an argument label public func glPrimitiveBoundingBoxOES(minX minX:GLfloat, minY:GLfloat, minZ:GLfloat, minW:GLfloat, maxX:GLfloat, maxY:GLfloat, maxZ:GLfloat, maxW:GLfloat) {glPrimitiveBoundingBoxOES_P(minX, minY, minZ, minW, maxX, maxY, maxZ, maxW)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5605:37: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glPrimitiveRestartIndex(index index:GLuint) {glPrimitiveRestartIndex_P(index)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5608:39: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glPrimitiveRestartIndexNV(index index:GLuint) {glPrimitiveRestartIndexNV_P(index)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5613:34: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glPrioritizeTextures(n n:GLsizei, textures:UnsafePointer, priorities:UnsafePointer) {glPrioritizeTextures_P(n, textures, priorities)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5616:37: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glPrioritizeTexturesEXT(n n:GLsizei, textures:UnsafePointer, priorities:UnsafePointer) {glPrioritizeTexturesEXT_P(n, textures, priorities)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5619:38: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glPrioritizeTexturesxOES(n n:GLsizei, textures:UnsafePointer, priorities:UnsafePointer) {glPrioritizeTexturesxOES_P(n, textures, priorities)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5622:29: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramBinary(program program:GLuint, binaryFormat:GLenum, binary:UnsafePointer, length:GLsizei) {glProgramBinary_P(program, binaryFormat, binary, length)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5625:32: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramBinaryOES(program program:GLuint, binaryFormat:GLenum, binary:UnsafePointer, length:GLint) {glProgramBinaryOES_P(program, binaryFormat, binary, length)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5628:44: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramBufferParametersIivNV(target target:GLenum, bindingIndex:GLuint, wordIndex:GLuint, count:GLsizei, params:UnsafePointer) {glProgramBufferParametersIivNV_P(target, bindingIndex, wordIndex, count, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5631:45: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramBufferParametersIuivNV(target target:GLenum, bindingIndex:GLuint, wordIndex:GLuint, count:GLsizei, params:UnsafePointer) {glProgramBufferParametersIuivNV_P(target, bindingIndex, wordIndex, count, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5634:43: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramBufferParametersfvNV(target target:GLenum, bindingIndex:GLuint, wordIndex:GLuint, count:GLsizei, params:UnsafePointer) {glProgramBufferParametersfvNV_P(target, bindingIndex, wordIndex, count, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5637:40: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramEnvParameter4dARB(target target:GLenum, index:GLuint, x:GLdouble, y:GLdouble, z:GLdouble, w:GLdouble) {glProgramEnvParameter4dARB_P(target, index, x, y, z, w)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5640:41: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramEnvParameter4dvARB(target target:GLenum, index:GLuint, params:UnsafePointer) {glProgramEnvParameter4dvARB_P(target, index, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5643:40: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramEnvParameter4fARB(target target:GLenum, index:GLuint, x:GLfloat, y:GLfloat, z:GLfloat, w:GLfloat) {glProgramEnvParameter4fARB_P(target, index, x, y, z, w)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5646:41: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramEnvParameter4fvARB(target target:GLenum, index:GLuint, params:UnsafePointer) {glProgramEnvParameter4fvARB_P(target, index, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5649:40: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramEnvParameterI4iNV(target target:GLenum, index:GLuint, x:GLint, y:GLint, z:GLint, w:GLint) {glProgramEnvParameterI4iNV_P(target, index, x, y, z, w)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5652:41: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramEnvParameterI4ivNV(target target:GLenum, index:GLuint, params:UnsafePointer) {glProgramEnvParameterI4ivNV_P(target, index, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5655:41: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramEnvParameterI4uiNV(target target:GLenum, index:GLuint, x:GLuint, y:GLuint, z:GLuint, w:GLuint) {glProgramEnvParameterI4uiNV_P(target, index, x, y, z, w)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5658:42: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramEnvParameterI4uivNV(target target:GLenum, index:GLuint, params:UnsafePointer) {glProgramEnvParameterI4uivNV_P(target, index, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5661:42: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramEnvParameters4fvEXT(target target:GLenum, index:GLuint, count:GLsizei, params:UnsafePointer) {glProgramEnvParameters4fvEXT_P(target, index, count, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5664:42: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramEnvParametersI4ivNV(target target:GLenum, index:GLuint, count:GLsizei, params:UnsafePointer) {glProgramEnvParametersI4ivNV_P(target, index, count, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5667:43: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramEnvParametersI4uivNV(target target:GLenum, index:GLuint, count:GLsizei, params:UnsafePointer) {glProgramEnvParametersI4uivNV_P(target, index, count, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5670:42: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramLocalParameter4dARB(target target:GLenum, index:GLuint, x:GLdouble, y:GLdouble, z:GLdouble, w:GLdouble) {glProgramLocalParameter4dARB_P(target, index, x, y, z, w)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5673:43: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramLocalParameter4dvARB(target target:GLenum, index:GLuint, params:UnsafePointer) {glProgramLocalParameter4dvARB_P(target, index, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5676:42: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramLocalParameter4fARB(target target:GLenum, index:GLuint, x:GLfloat, y:GLfloat, z:GLfloat, w:GLfloat) {glProgramLocalParameter4fARB_P(target, index, x, y, z, w)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5679:43: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramLocalParameter4fvARB(target target:GLenum, index:GLuint, params:UnsafePointer) {glProgramLocalParameter4fvARB_P(target, index, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5682:42: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramLocalParameterI4iNV(target target:GLenum, index:GLuint, x:GLint, y:GLint, z:GLint, w:GLint) {glProgramLocalParameterI4iNV_P(target, index, x, y, z, w)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5685:43: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramLocalParameterI4ivNV(target target:GLenum, index:GLuint, params:UnsafePointer) {glProgramLocalParameterI4ivNV_P(target, index, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5688:43: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramLocalParameterI4uiNV(target target:GLenum, index:GLuint, x:GLuint, y:GLuint, z:GLuint, w:GLuint) {glProgramLocalParameterI4uiNV_P(target, index, x, y, z, w)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5691:44: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramLocalParameterI4uivNV(target target:GLenum, index:GLuint, params:UnsafePointer) {glProgramLocalParameterI4uivNV_P(target, index, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5694:44: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramLocalParameters4fvEXT(target target:GLenum, index:GLuint, count:GLsizei, params:UnsafePointer) {glProgramLocalParameters4fvEXT_P(target, index, count, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5697:44: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramLocalParametersI4ivNV(target target:GLenum, index:GLuint, count:GLsizei, params:UnsafePointer) {glProgramLocalParametersI4ivNV_P(target, index, count, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5700:45: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramLocalParametersI4uivNV(target target:GLenum, index:GLuint, count:GLsizei, params:UnsafePointer) {glProgramLocalParametersI4uivNV_P(target, index, count, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5703:41: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glProgramNamedParameter4dNV(id id:GLuint, len:GLsizei, name:UnsafePointer, x:GLdouble, y:GLdouble, z:GLdouble, w:GLdouble) {glProgramNamedParameter4dNV_P(id, len, name, x, y, z, w)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5706:42: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glProgramNamedParameter4dvNV(id id:GLuint, len:GLsizei, name:UnsafePointer, v:UnsafePointer) {glProgramNamedParameter4dvNV_P(id, len, name, v)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5709:41: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glProgramNamedParameter4fNV(id id:GLuint, len:GLsizei, name:UnsafePointer, x:GLfloat, y:GLfloat, z:GLfloat, w:GLfloat) {glProgramNamedParameter4fNV_P(id, len, name, x, y, z, w)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5712:42: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glProgramNamedParameter4fvNV(id id:GLuint, len:GLsizei, name:UnsafePointer, v:UnsafePointer) {glProgramNamedParameter4fvNV_P(id, len, name, v)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5715:36: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramParameter4dNV(target target:GLenum, index:GLuint, x:GLdouble, y:GLdouble, z:GLdouble, w:GLdouble) {glProgramParameter4dNV_P(target, index, x, y, z, w)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5718:37: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramParameter4dvNV(target target:GLenum, index:GLuint, v:UnsafePointer) {glProgramParameter4dvNV_P(target, index, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5721:36: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramParameter4fNV(target target:GLenum, index:GLuint, x:GLfloat, y:GLfloat, z:GLfloat, w:GLfloat) {glProgramParameter4fNV_P(target, index, x, y, z, w)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5724:37: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramParameter4fvNV(target target:GLenum, index:GLuint, v:UnsafePointer) {glProgramParameter4fvNV_P(target, index, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5727:33: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramParameteri(program program:GLuint, pname:GLenum, value:GLint) {glProgramParameteri_P(program, pname, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5730:36: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramParameteriARB(program program:GLuint, pname:GLenum, value:GLint) {glProgramParameteriARB_P(program, pname, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5733:36: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramParameteriEXT(program program:GLuint, pname:GLenum, value:GLint) {glProgramParameteriEXT_P(program, pname, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5736:38: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramParameters4dvNV(target target:GLenum, index:GLuint, count:GLsizei, v:UnsafePointer) {glProgramParameters4dvNV_P(target, index, count, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5739:38: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramParameters4fvNV(target target:GLenum, index:GLuint, count:GLsizei, v:UnsafePointer) {glProgramParameters4fvNV_P(target, index, count, v)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5742:45: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramPathFragmentInputGenNV(program program:GLuint, location:GLint, genMode:GLenum, components:GLint, coeffs:UnsafePointer) {glProgramPathFragmentInputGenNV_P(program, location, genMode, components, coeffs)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5745:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramStringARB(target target:GLenum, format:GLenum, len:GLsizei, string:UnsafePointer) {glProgramStringARB_P(target, format, len, string)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5748:48: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramSubroutineParametersuivNV(target target:GLenum, count:GLsizei, params:UnsafePointer) {glProgramSubroutineParametersuivNV_P(target, count, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5751:32: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform1d(program program:GLuint, location:GLint, v0:GLdouble) {glProgramUniform1d_P(program, location, v0)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5754:35: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform1dEXT(program program:GLuint, location:GLint, x:GLdouble) {glProgramUniform1dEXT_P(program, location, x)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5757:33: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform1dv(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform1dv_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5760:36: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform1dvEXT(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform1dvEXT_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5763:32: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform1f(program program:GLuint, location:GLint, v0:GLfloat) {glProgramUniform1f_P(program, location, v0)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5766:35: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform1fEXT(program program:GLuint, location:GLint, v0:GLfloat) {glProgramUniform1fEXT_P(program, location, v0)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5769:33: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform1fv(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform1fv_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5772:36: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform1fvEXT(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform1fvEXT_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5775:32: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform1i(program program:GLuint, location:GLint, v0:GLint) {glProgramUniform1i_P(program, location, v0)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5778:37: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform1i64ARB(program program:GLuint, location:GLint, x:GLint64) {glProgramUniform1i64ARB_P(program, location, x)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5781:36: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform1i64NV(program program:GLuint, location:GLint, x:GLint64EXT) {glProgramUniform1i64NV_P(program, location, x)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5784:38: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform1i64vARB(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform1i64vARB_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5787:37: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform1i64vNV(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform1i64vNV_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5790:35: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform1iEXT(program program:GLuint, location:GLint, v0:GLint) {glProgramUniform1iEXT_P(program, location, v0)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5793:33: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform1iv(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform1iv_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5796:36: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform1ivEXT(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform1ivEXT_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5799:33: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform1ui(program program:GLuint, location:GLint, v0:GLuint) {glProgramUniform1ui_P(program, location, v0)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5802:38: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform1ui64ARB(program program:GLuint, location:GLint, x:GLuint64) {glProgramUniform1ui64ARB_P(program, location, x)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5805:37: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform1ui64NV(program program:GLuint, location:GLint, x:GLuint64EXT) {glProgramUniform1ui64NV_P(program, location, x)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5808:39: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform1ui64vARB(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform1ui64vARB_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5811:38: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform1ui64vNV(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform1ui64vNV_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5814:36: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform1uiEXT(program program:GLuint, location:GLint, v0:GLuint) {glProgramUniform1uiEXT_P(program, location, v0)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5817:34: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform1uiv(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform1uiv_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5820:37: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform1uivEXT(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform1uivEXT_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5823:32: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform2d(program program:GLuint, location:GLint, v0:GLdouble, v1:GLdouble) {glProgramUniform2d_P(program, location, v0, v1)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5826:35: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform2dEXT(program program:GLuint, location:GLint, x:GLdouble, y:GLdouble) {glProgramUniform2dEXT_P(program, location, x, y)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5829:33: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform2dv(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform2dv_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5832:36: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform2dvEXT(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform2dvEXT_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5835:32: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform2f(program program:GLuint, location:GLint, v0:GLfloat, v1:GLfloat) {glProgramUniform2f_P(program, location, v0, v1)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5838:35: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform2fEXT(program program:GLuint, location:GLint, v0:GLfloat, v1:GLfloat) {glProgramUniform2fEXT_P(program, location, v0, v1)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5841:33: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform2fv(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform2fv_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5844:36: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform2fvEXT(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform2fvEXT_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5847:32: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform2i(program program:GLuint, location:GLint, v0:GLint, v1:GLint) {glProgramUniform2i_P(program, location, v0, v1)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5850:37: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform2i64ARB(program program:GLuint, location:GLint, x:GLint64, y:GLint64) {glProgramUniform2i64ARB_P(program, location, x, y)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5853:36: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform2i64NV(program program:GLuint, location:GLint, x:GLint64EXT, y:GLint64EXT) {glProgramUniform2i64NV_P(program, location, x, y)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5856:38: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform2i64vARB(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform2i64vARB_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5859:37: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform2i64vNV(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform2i64vNV_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5862:35: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform2iEXT(program program:GLuint, location:GLint, v0:GLint, v1:GLint) {glProgramUniform2iEXT_P(program, location, v0, v1)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5865:33: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform2iv(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform2iv_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5868:36: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform2ivEXT(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform2ivEXT_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5871:33: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform2ui(program program:GLuint, location:GLint, v0:GLuint, v1:GLuint) {glProgramUniform2ui_P(program, location, v0, v1)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5874:38: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform2ui64ARB(program program:GLuint, location:GLint, x:GLuint64, y:GLuint64) {glProgramUniform2ui64ARB_P(program, location, x, y)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5877:37: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform2ui64NV(program program:GLuint, location:GLint, x:GLuint64EXT, y:GLuint64EXT) {glProgramUniform2ui64NV_P(program, location, x, y)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5880:39: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform2ui64vARB(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform2ui64vARB_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5883:38: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform2ui64vNV(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform2ui64vNV_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5886:36: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform2uiEXT(program program:GLuint, location:GLint, v0:GLuint, v1:GLuint) {glProgramUniform2uiEXT_P(program, location, v0, v1)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5889:34: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform2uiv(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform2uiv_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5892:37: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform2uivEXT(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform2uivEXT_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5895:32: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform3d(program program:GLuint, location:GLint, v0:GLdouble, v1:GLdouble, v2:GLdouble) {glProgramUniform3d_P(program, location, v0, v1, v2)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5898:35: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform3dEXT(program program:GLuint, location:GLint, x:GLdouble, y:GLdouble, z:GLdouble) {glProgramUniform3dEXT_P(program, location, x, y, z)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5901:33: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform3dv(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform3dv_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5904:36: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform3dvEXT(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform3dvEXT_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5907:32: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform3f(program program:GLuint, location:GLint, v0:GLfloat, v1:GLfloat, v2:GLfloat) {glProgramUniform3f_P(program, location, v0, v1, v2)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5910:35: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform3fEXT(program program:GLuint, location:GLint, v0:GLfloat, v1:GLfloat, v2:GLfloat) {glProgramUniform3fEXT_P(program, location, v0, v1, v2)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5913:33: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform3fv(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform3fv_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5916:36: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform3fvEXT(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform3fvEXT_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5919:32: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform3i(program program:GLuint, location:GLint, v0:GLint, v1:GLint, v2:GLint) {glProgramUniform3i_P(program, location, v0, v1, v2)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5922:37: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform3i64ARB(program program:GLuint, location:GLint, x:GLint64, y:GLint64, z:GLint64) {glProgramUniform3i64ARB_P(program, location, x, y, z)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5925:36: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform3i64NV(program program:GLuint, location:GLint, x:GLint64EXT, y:GLint64EXT, z:GLint64EXT) {glProgramUniform3i64NV_P(program, location, x, y, z)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5928:38: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform3i64vARB(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform3i64vARB_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5931:37: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform3i64vNV(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform3i64vNV_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5934:35: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform3iEXT(program program:GLuint, location:GLint, v0:GLint, v1:GLint, v2:GLint) {glProgramUniform3iEXT_P(program, location, v0, v1, v2)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5937:33: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform3iv(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform3iv_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5940:36: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform3ivEXT(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform3ivEXT_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5943:33: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform3ui(program program:GLuint, location:GLint, v0:GLuint, v1:GLuint, v2:GLuint) {glProgramUniform3ui_P(program, location, v0, v1, v2)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5946:38: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform3ui64ARB(program program:GLuint, location:GLint, x:GLuint64, y:GLuint64, z:GLuint64) {glProgramUniform3ui64ARB_P(program, location, x, y, z)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5949:37: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform3ui64NV(program program:GLuint, location:GLint, x:GLuint64EXT, y:GLuint64EXT, z:GLuint64EXT) {glProgramUniform3ui64NV_P(program, location, x, y, z)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5952:39: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform3ui64vARB(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform3ui64vARB_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5955:38: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform3ui64vNV(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform3ui64vNV_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5958:36: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform3uiEXT(program program:GLuint, location:GLint, v0:GLuint, v1:GLuint, v2:GLuint) {glProgramUniform3uiEXT_P(program, location, v0, v1, v2)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5961:34: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform3uiv(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform3uiv_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5964:37: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform3uivEXT(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform3uivEXT_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5967:32: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform4d(program program:GLuint, location:GLint, v0:GLdouble, v1:GLdouble, v2:GLdouble, v3:GLdouble) {glProgramUniform4d_P(program, location, v0, v1, v2, v3)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5970:35: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform4dEXT(program program:GLuint, location:GLint, x:GLdouble, y:GLdouble, z:GLdouble, w:GLdouble) {glProgramUniform4dEXT_P(program, location, x, y, z, w)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5973:33: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform4dv(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform4dv_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5976:36: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform4dvEXT(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform4dvEXT_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5979:32: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform4f(program program:GLuint, location:GLint, v0:GLfloat, v1:GLfloat, v2:GLfloat, v3:GLfloat) {glProgramUniform4f_P(program, location, v0, v1, v2, v3)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5982:35: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform4fEXT(program program:GLuint, location:GLint, v0:GLfloat, v1:GLfloat, v2:GLfloat, v3:GLfloat) {glProgramUniform4fEXT_P(program, location, v0, v1, v2, v3)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5985:33: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform4fv(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform4fv_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5988:36: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform4fvEXT(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform4fvEXT_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5991:32: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform4i(program program:GLuint, location:GLint, v0:GLint, v1:GLint, v2:GLint, v3:GLint) {glProgramUniform4i_P(program, location, v0, v1, v2, v3)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5994:37: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform4i64ARB(program program:GLuint, location:GLint, x:GLint64, y:GLint64, z:GLint64, w:GLint64) {glProgramUniform4i64ARB_P(program, location, x, y, z, w)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5997:36: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform4i64NV(program program:GLuint, location:GLint, x:GLint64EXT, y:GLint64EXT, z:GLint64EXT, w:GLint64EXT) {glProgramUniform4i64NV_P(program, location, x, y, z, w)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6000:38: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform4i64vARB(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform4i64vARB_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6003:37: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform4i64vNV(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform4i64vNV_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6006:35: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform4iEXT(program program:GLuint, location:GLint, v0:GLint, v1:GLint, v2:GLint, v3:GLint) {glProgramUniform4iEXT_P(program, location, v0, v1, v2, v3)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6009:33: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform4iv(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform4iv_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6012:36: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform4ivEXT(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform4ivEXT_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6015:33: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform4ui(program program:GLuint, location:GLint, v0:GLuint, v1:GLuint, v2:GLuint, v3:GLuint) {glProgramUniform4ui_P(program, location, v0, v1, v2, v3)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6018:38: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform4ui64ARB(program program:GLuint, location:GLint, x:GLuint64, y:GLuint64, z:GLuint64, w:GLuint64) {glProgramUniform4ui64ARB_P(program, location, x, y, z, w)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6021:37: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform4ui64NV(program program:GLuint, location:GLint, x:GLuint64EXT, y:GLuint64EXT, z:GLuint64EXT, w:GLuint64EXT) {glProgramUniform4ui64NV_P(program, location, x, y, z, w)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6024:39: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform4ui64vARB(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform4ui64vARB_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6027:38: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform4ui64vNV(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform4ui64vNV_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6030:36: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform4uiEXT(program program:GLuint, location:GLint, v0:GLuint, v1:GLuint, v2:GLuint, v3:GLuint) {glProgramUniform4uiEXT_P(program, location, v0, v1, v2, v3)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6033:34: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform4uiv(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform4uiv_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6036:37: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniform4uivEXT(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniform4uivEXT_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6039:43: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformHandleui64ARB(program program:GLuint, location:GLint, value:GLuint64) {glProgramUniformHandleui64ARB_P(program, location, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6042:42: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformHandleui64NV(program program:GLuint, location:GLint, value:GLuint64) {glProgramUniformHandleui64NV_P(program, location, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6045:44: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformHandleui64vARB(program program:GLuint, location:GLint, count:GLsizei, values:UnsafePointer) {glProgramUniformHandleui64vARB_P(program, location, count, values)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6048:43: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformHandleui64vNV(program program:GLuint, location:GLint, count:GLsizei, values:UnsafePointer) {glProgramUniformHandleui64vNV_P(program, location, count, values)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6051:39: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix2dv(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix2dv_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6054:42: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix2dvEXT(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix2dvEXT_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6057:39: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix2fv(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix2fv_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6060:42: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix2fvEXT(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix2fvEXT_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6063:41: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix2x3dv(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix2x3dv_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6066:44: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix2x3dvEXT(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix2x3dvEXT_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6069:41: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix2x3fv(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix2x3fv_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6072:44: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix2x3fvEXT(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix2x3fvEXT_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6075:41: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix2x4dv(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix2x4dv_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6078:44: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix2x4dvEXT(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix2x4dvEXT_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6081:41: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix2x4fv(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix2x4fv_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6084:44: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix2x4fvEXT(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix2x4fvEXT_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6087:39: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix3dv(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix3dv_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6090:42: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix3dvEXT(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix3dvEXT_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6093:39: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix3fv(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix3fv_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6096:42: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix3fvEXT(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix3fvEXT_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6099:41: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix3x2dv(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix3x2dv_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6102:44: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix3x2dvEXT(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix3x2dvEXT_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6105:41: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix3x2fv(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix3x2fv_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6108:44: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix3x2fvEXT(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix3x2fvEXT_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6111:41: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix3x4dv(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix3x4dv_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6114:44: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix3x4dvEXT(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix3x4dvEXT_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6117:41: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix3x4fv(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix3x4fv_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6120:44: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix3x4fvEXT(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix3x4fvEXT_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6123:39: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix4dv(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix4dv_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6126:42: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix4dvEXT(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix4dvEXT_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6129:39: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix4fv(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix4fv_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6132:42: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix4fvEXT(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix4fvEXT_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6135:41: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix4x2dv(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix4x2dv_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6138:44: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix4x2dvEXT(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix4x2dvEXT_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6141:41: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix4x2fv(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix4x2fv_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6144:44: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix4x2fvEXT(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix4x2fvEXT_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6147:41: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix4x3dv(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix4x3dv_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6150:44: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix4x3dvEXT(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix4x3dvEXT_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6153:41: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix4x3fv(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix4x3fv_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6156:44: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformMatrix4x3fvEXT(program program:GLuint, location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glProgramUniformMatrix4x3fvEXT_P(program, location, count, transpose, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6159:36: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformui64NV(program program:GLuint, location:GLint, value:GLuint64EXT) {glProgramUniformui64NV_P(program, location, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6162:37: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glProgramUniformui64vNV(program program:GLuint, location:GLint, count:GLsizei, value:UnsafePointer) {glProgramUniformui64vNV_P(program, location, count, value)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6165:36: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glProgramVertexLimitNV(target target:GLenum, limit:GLint) {glProgramVertexLimitNV_P(target, limit)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6168:31: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glProvokingVertex(mode mode:GLenum) {glProvokingVertex_P(mode)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6171:34: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glProvokingVertexEXT(mode mode:GLenum) {glProvokingVertexEXT_P(mode)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6174:26: warning: extraneous duplicate parameter name; 'mask' already has an argument label public func glPushAttrib(mask mask:GLbitfield) {glPushAttrib_P(mask)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6177:32: warning: extraneous duplicate parameter name; 'mask' already has an argument label public func glPushClientAttrib(mask mask:GLbitfield) {glPushClientAttrib_P(mask)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6180:42: warning: extraneous duplicate parameter name; 'mask' already has an argument label public func glPushClientAttribDefaultEXT(mask mask:GLbitfield) {glPushClientAttribDefaultEXT_P(mask)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6183:30: warning: extraneous duplicate parameter name; 'source' already has an argument label public func glPushDebugGroup(source source:GLenum, id:GLuint, length:GLsizei, message:UnsafePointer) {glPushDebugGroup_P(source, id, length, message)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6186:33: warning: extraneous duplicate parameter name; 'source' already has an argument label public func glPushDebugGroupKHR(source source:GLenum, id:GLuint, length:GLsizei, message:UnsafePointer) {glPushDebugGroupKHR_P(source, id, length, message)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6189:34: warning: extraneous duplicate parameter name; 'length' already has an argument label public func glPushGroupMarkerEXT(length length:GLsizei, marker:UnsafePointer) {glPushGroupMarkerEXT_P(length, marker)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6194:24: warning: extraneous duplicate parameter name; 'name' already has an argument label public func glPushName(name name:GLuint) {glPushName_P(name)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6197:28: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glQueryCounter(id id:GLuint, target:GLenum) {glQueryCounter_P(id, target)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6200:31: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glQueryCounterEXT(id id:GLuint, target:GLenum) {glQueryCounterEXT_P(id, target)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6203:31: warning: extraneous duplicate parameter name; 'mantissa' already has an argument label public func glQueryMatrixxOES(mantissa mantissa:UnsafeMutablePointer, exponent:UnsafeMutablePointer) -> GLbitfield {return glQueryMatrixxOES_P(mantissa, exponent)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6206:41: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glQueryObjectParameteruiAMD(target target:GLenum, id:GLuint, pname:GLenum, param:GLuint) {glQueryObjectParameteruiAMD_P(target, id, pname, param)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6209:27: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glRasterPos2d(x x:GLdouble, y:GLdouble) {glRasterPos2d_P(x, y)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6212:28: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glRasterPos2dv(v v:UnsafePointer) {glRasterPos2dv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6215:27: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glRasterPos2f(x x:GLfloat, y:GLfloat) {glRasterPos2f_P(x, y)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6218:28: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glRasterPos2fv(v v:UnsafePointer) {glRasterPos2fv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6221:27: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glRasterPos2i(x x:GLint, y:GLint) {glRasterPos2i_P(x, y)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6224:28: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glRasterPos2iv(v v:UnsafePointer) {glRasterPos2iv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6227:27: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glRasterPos2s(x x:GLshort, y:GLshort) {glRasterPos2s_P(x, y)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6230:28: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glRasterPos2sv(v v:UnsafePointer) {glRasterPos2sv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6233:30: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glRasterPos2xOES(x x:GLfixed, y:GLfixed) {glRasterPos2xOES_P(x, y)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6236:31: warning: extraneous duplicate parameter name; 'coords' already has an argument label public func glRasterPos2xvOES(coords coords:UnsafePointer) {glRasterPos2xvOES_P(coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6239:27: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glRasterPos3d(x x:GLdouble, y:GLdouble, z:GLdouble) {glRasterPos3d_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6242:28: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glRasterPos3dv(v v:UnsafePointer) {glRasterPos3dv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6245:27: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glRasterPos3f(x x:GLfloat, y:GLfloat, z:GLfloat) {glRasterPos3f_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6248:28: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glRasterPos3fv(v v:UnsafePointer) {glRasterPos3fv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6251:27: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glRasterPos3i(x x:GLint, y:GLint, z:GLint) {glRasterPos3i_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6254:28: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glRasterPos3iv(v v:UnsafePointer) {glRasterPos3iv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6257:27: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glRasterPos3s(x x:GLshort, y:GLshort, z:GLshort) {glRasterPos3s_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6260:28: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glRasterPos3sv(v v:UnsafePointer) {glRasterPos3sv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6263:30: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glRasterPos3xOES(x x:GLfixed, y:GLfixed, z:GLfixed) {glRasterPos3xOES_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6266:31: warning: extraneous duplicate parameter name; 'coords' already has an argument label public func glRasterPos3xvOES(coords coords:UnsafePointer) {glRasterPos3xvOES_P(coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6269:27: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glRasterPos4d(x x:GLdouble, y:GLdouble, z:GLdouble, w:GLdouble) {glRasterPos4d_P(x, y, z, w)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6272:28: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glRasterPos4dv(v v:UnsafePointer) {glRasterPos4dv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6275:27: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glRasterPos4f(x x:GLfloat, y:GLfloat, z:GLfloat, w:GLfloat) {glRasterPos4f_P(x, y, z, w)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6278:28: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glRasterPos4fv(v v:UnsafePointer) {glRasterPos4fv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6281:27: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glRasterPos4i(x x:GLint, y:GLint, z:GLint, w:GLint) {glRasterPos4i_P(x, y, z, w)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6284:28: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glRasterPos4iv(v v:UnsafePointer) {glRasterPos4iv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6287:27: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glRasterPos4s(x x:GLshort, y:GLshort, z:GLshort, w:GLshort) {glRasterPos4s_P(x, y, z, w)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6290:28: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glRasterPos4sv(v v:UnsafePointer) {glRasterPos4sv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6293:30: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glRasterPos4xOES(x x:GLfixed, y:GLfixed, z:GLfixed, w:GLfixed) {glRasterPos4xOES_P(x, y, z, w)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6296:31: warning: extraneous duplicate parameter name; 'coords' already has an argument label public func glRasterPos4xvOES(coords coords:UnsafePointer) {glRasterPos4xvOES_P(coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6299:32: warning: extraneous duplicate parameter name; 'samples' already has an argument label public func glRasterSamplesEXT(samples samples:GLuint, fixedsamplelocations:GLboolean) {glRasterSamplesEXT_P(samples, fixedsamplelocations)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6302:26: warning: extraneous duplicate parameter name; 'src' already has an argument label public func glReadBuffer(src src:GLenum) {glReadBuffer_P(src)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6305:36: warning: extraneous duplicate parameter name; 'src' already has an argument label public func glReadBufferIndexedEXT(src src:GLenum, index:GLint) {glReadBufferIndexedEXT_P(src, index)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6308:28: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glReadBufferNV(mode mode:GLenum) {glReadBufferNV_P(mode)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6311:35: warning: extraneous duplicate parameter name; 'marker' already has an argument label public func glReadInstrumentsSGIX(marker marker:GLint) {glReadInstrumentsSGIX_P(marker)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6314:26: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glReadPixels(x x:GLint, y:GLint, width:GLsizei, height:GLsizei, format:GLenum, type:GLenum, pixels:UnsafeMutablePointer) {glReadPixels_P(x, y, width, height, format, type, pixels)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6317:27: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glReadnPixels(x x:GLint, y:GLint, width:GLsizei, height:GLsizei, format:GLenum, type:GLenum, bufSize:GLsizei, data:UnsafeMutablePointer) {glReadnPixels_P(x, y, width, height, format, type, bufSize, data)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6320:30: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glReadnPixelsARB(x x:GLint, y:GLint, width:GLsizei, height:GLsizei, format:GLenum, type:GLenum, bufSize:GLsizei, data:UnsafeMutablePointer) {glReadnPixelsARB_P(x, y, width, height, format, type, bufSize, data)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6323:30: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glReadnPixelsEXT(x x:GLint, y:GLint, width:GLsizei, height:GLsizei, format:GLenum, type:GLenum, bufSize:GLsizei, data:UnsafeMutablePointer) {glReadnPixelsEXT_P(x, y, width, height, format, type, bufSize, data)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6326:30: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glReadnPixelsKHR(x x:GLint, y:GLint, width:GLsizei, height:GLsizei, format:GLenum, type:GLenum, bufSize:GLsizei, data:UnsafeMutablePointer) {glReadnPixelsKHR_P(x, y, width, height, format, type, bufSize, data)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6329:21: warning: extraneous duplicate parameter name; 'x1' already has an argument label public func glRectd(x1 x1:GLdouble, y1:GLdouble, x2:GLdouble, y2:GLdouble) {glRectd_P(x1, y1, x2, y2)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6332:22: warning: extraneous duplicate parameter name; 'v1' already has an argument label public func glRectdv(v1 v1:UnsafePointer, v2:UnsafePointer) {glRectdv_P(v1, v2)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6335:21: warning: extraneous duplicate parameter name; 'x1' already has an argument label public func glRectf(x1 x1:GLfloat, y1:GLfloat, x2:GLfloat, y2:GLfloat) {glRectf_P(x1, y1, x2, y2)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6338:22: warning: extraneous duplicate parameter name; 'v1' already has an argument label public func glRectfv(v1 v1:UnsafePointer, v2:UnsafePointer) {glRectfv_P(v1, v2)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6341:21: warning: extraneous duplicate parameter name; 'x1' already has an argument label public func glRecti(x1 x1:GLint, y1:GLint, x2:GLint, y2:GLint) {glRecti_P(x1, y1, x2, y2)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6344:22: warning: extraneous duplicate parameter name; 'v1' already has an argument label public func glRectiv(v1 v1:UnsafePointer, v2:UnsafePointer) {glRectiv_P(v1, v2)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6347:21: warning: extraneous duplicate parameter name; 'x1' already has an argument label public func glRects(x1 x1:GLshort, y1:GLshort, x2:GLshort, y2:GLshort) {glRects_P(x1, y1, x2, y2)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6350:22: warning: extraneous duplicate parameter name; 'v1' already has an argument label public func glRectsv(v1 v1:UnsafePointer, v2:UnsafePointer) {glRectsv_P(v1, v2)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6353:24: warning: extraneous duplicate parameter name; 'x1' already has an argument label public func glRectxOES(x1 x1:GLfixed, y1:GLfixed, x2:GLfixed, y2:GLfixed) {glRectxOES_P(x1, y1, x2, y2)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6356:25: warning: extraneous duplicate parameter name; 'v1' already has an argument label public func glRectxvOES(v1 v1:UnsafePointer, v2:UnsafePointer) {glRectxvOES_P(v1, v2)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6359:34: warning: extraneous duplicate parameter name; 'equation' already has an argument label public func glReferencePlaneSGIX(equation equation:UnsafePointer) {glReferencePlaneSGIX_P(equation)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6364:26: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glRenderMode(mode mode:GLenum) -> GLint {return glRenderMode_P(mode)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6367:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glRenderbufferStorage(target target:GLenum, internalformat:GLenum, width:GLsizei, height:GLsizei) {glRenderbufferStorage_P(target, internalformat, width, height)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6370:38: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glRenderbufferStorageEXT(target target:GLenum, internalformat:GLenum, width:GLsizei, height:GLsizei) {glRenderbufferStorageEXT_P(target, internalformat, width, height)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6373:46: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glRenderbufferStorageMultisample(target target:GLenum, samples:GLsizei, internalformat:GLenum, width:GLsizei, height:GLsizei) {glRenderbufferStorageMultisample_P(target, samples, internalformat, width, height)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6376:51: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glRenderbufferStorageMultisampleANGLE(target target:GLenum, samples:GLsizei, internalformat:GLenum, width:GLsizei, height:GLsizei) {glRenderbufferStorageMultisampleANGLE_P(target, samples, internalformat, width, height)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6379:51: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glRenderbufferStorageMultisampleAPPLE(target target:GLenum, samples:GLsizei, internalformat:GLenum, width:GLsizei, height:GLsizei) {glRenderbufferStorageMultisampleAPPLE_P(target, samples, internalformat, width, height)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6382:56: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glRenderbufferStorageMultisampleCoverageNV(target target:GLenum, coverageSamples:GLsizei, colorSamples:GLsizei, internalformat:GLenum, width:GLsizei, height:GLsizei) {glRenderbufferStorageMultisampleCoverageNV_P(target, coverageSamples, colorSamples, internalformat, width, height)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6385:49: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glRenderbufferStorageMultisampleEXT(target target:GLenum, samples:GLsizei, internalformat:GLenum, width:GLsizei, height:GLsizei) {glRenderbufferStorageMultisampleEXT_P(target, samples, internalformat, width, height)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6388:49: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glRenderbufferStorageMultisampleIMG(target target:GLenum, samples:GLsizei, internalformat:GLenum, width:GLsizei, height:GLsizei) {glRenderbufferStorageMultisampleIMG_P(target, samples, internalformat, width, height)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6391:48: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glRenderbufferStorageMultisampleNV(target target:GLenum, samples:GLsizei, internalformat:GLenum, width:GLsizei, height:GLsizei) {glRenderbufferStorageMultisampleNV_P(target, samples, internalformat, width, height)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6394:38: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glRenderbufferStorageOES(target target:GLenum, internalformat:GLenum, width:GLsizei, height:GLsizei) {glRenderbufferStorageOES_P(target, internalformat, width, height)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6397:41: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glReplacementCodePointerSUN(type type:GLenum, stride:GLsizei, pointer:UnsafeMutablePointer>) {glReplacementCodePointerSUN_P(type, stride, pointer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6400:36: warning: extraneous duplicate parameter name; 'code' already has an argument label public func glReplacementCodeubSUN(code code:GLubyte) {glReplacementCodeubSUN_P(code)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6403:37: warning: extraneous duplicate parameter name; 'code' already has an argument label public func glReplacementCodeubvSUN(code code:UnsafePointer) {glReplacementCodeubvSUN_P(code)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6406:51: warning: extraneous duplicate parameter name; 'rc' already has an argument label public func glReplacementCodeuiColor3fVertex3fSUN(rc rc:GLuint, r:GLfloat, g:GLfloat, b:GLfloat, x:GLfloat, y:GLfloat, z:GLfloat) {glReplacementCodeuiColor3fVertex3fSUN_P(rc, r, g, b, x, y, z)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6409:52: warning: extraneous duplicate parameter name; 'rc' already has an argument label public func glReplacementCodeuiColor3fVertex3fvSUN(rc rc:UnsafePointer, c:UnsafePointer, v:UnsafePointer) {glReplacementCodeuiColor3fVertex3fvSUN_P(rc, c, v)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6412:59: warning: extraneous duplicate parameter name; 'rc' already has an argument label public func glReplacementCodeuiColor4fNormal3fVertex3fSUN(rc rc:GLuint, r:GLfloat, g:GLfloat, b:GLfloat, a:GLfloat, nx:GLfloat, ny:GLfloat, nz:GLfloat, x:GLfloat, y:GLfloat, z:GLfloat) {glReplacementCodeuiColor4fNormal3fVertex3fSUN_P(rc, r, g, b, a, nx, ny, nz, x, y, z)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6415:60: warning: extraneous duplicate parameter name; 'rc' already has an argument label public func glReplacementCodeuiColor4fNormal3fVertex3fvSUN(rc rc:UnsafePointer, c:UnsafePointer, n:UnsafePointer, v:UnsafePointer) {glReplacementCodeuiColor4fNormal3fVertex3fvSUN_P(rc, c, n, v)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6418:52: warning: extraneous duplicate parameter name; 'rc' already has an argument label public func glReplacementCodeuiColor4ubVertex3fSUN(rc rc:GLuint, r:GLubyte, g:GLubyte, b:GLubyte, a:GLubyte, x:GLfloat, y:GLfloat, z:GLfloat) {glReplacementCodeuiColor4ubVertex3fSUN_P(rc, r, g, b, a, x, y, z)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6421:53: warning: extraneous duplicate parameter name; 'rc' already has an argument label public func glReplacementCodeuiColor4ubVertex3fvSUN(rc rc:UnsafePointer, c:UnsafePointer, v:UnsafePointer) {glReplacementCodeuiColor4ubVertex3fvSUN_P(rc, c, v)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6424:52: warning: extraneous duplicate parameter name; 'rc' already has an argument label public func glReplacementCodeuiNormal3fVertex3fSUN(rc rc:GLuint, nx:GLfloat, ny:GLfloat, nz:GLfloat, x:GLfloat, y:GLfloat, z:GLfloat) {glReplacementCodeuiNormal3fVertex3fSUN_P(rc, nx, ny, nz, x, y, z)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6427:53: warning: extraneous duplicate parameter name; 'rc' already has an argument label public func glReplacementCodeuiNormal3fVertex3fvSUN(rc rc:UnsafePointer, n:UnsafePointer, v:UnsafePointer) {glReplacementCodeuiNormal3fVertex3fvSUN_P(rc, n, v)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6430:36: warning: extraneous duplicate parameter name; 'code' already has an argument label public func glReplacementCodeuiSUN(code code:GLuint) {glReplacementCodeuiSUN_P(code)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6433:69: warning: extraneous duplicate parameter name; 'rc' already has an argument label public func glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN(rc rc:GLuint, s:GLfloat, t:GLfloat, r:GLfloat, g:GLfloat, b:GLfloat, a:GLfloat, nx:GLfloat, ny:GLfloat, nz:GLfloat, x:GLfloat, y:GLfloat, z:GLfloat) {glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN_P(rc, s, t, r, g, b, a, nx, ny, nz, x, y, z)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6436:70: warning: extraneous duplicate parameter name; 'rc' already has an argument label public func glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN(rc rc:UnsafePointer, tc:UnsafePointer, c:UnsafePointer, n:UnsafePointer, v:UnsafePointer) {glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN_P(rc, tc, c, n, v)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6439:62: warning: extraneous duplicate parameter name; 'rc' already has an argument label public func glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN(rc rc:GLuint, s:GLfloat, t:GLfloat, nx:GLfloat, ny:GLfloat, nz:GLfloat, x:GLfloat, y:GLfloat, z:GLfloat) {glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN_P(rc, s, t, nx, ny, nz, x, y, z)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6442:63: warning: extraneous duplicate parameter name; 'rc' already has an argument label public func glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN(rc rc:UnsafePointer, tc:UnsafePointer, n:UnsafePointer, v:UnsafePointer) {glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN_P(rc, tc, n, v)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6445:54: warning: extraneous duplicate parameter name; 'rc' already has an argument label public func glReplacementCodeuiTexCoord2fVertex3fSUN(rc rc:GLuint, s:GLfloat, t:GLfloat, x:GLfloat, y:GLfloat, z:GLfloat) {glReplacementCodeuiTexCoord2fVertex3fSUN_P(rc, s, t, x, y, z)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6448:55: warning: extraneous duplicate parameter name; 'rc' already has an argument label public func glReplacementCodeuiTexCoord2fVertex3fvSUN(rc rc:UnsafePointer, tc:UnsafePointer, v:UnsafePointer) {glReplacementCodeuiTexCoord2fVertex3fvSUN_P(rc, tc, v)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6451:44: warning: extraneous duplicate parameter name; 'rc' already has an argument label public func glReplacementCodeuiVertex3fSUN(rc rc:GLuint, x:GLfloat, y:GLfloat, z:GLfloat) {glReplacementCodeuiVertex3fSUN_P(rc, x, y, z)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6454:45: warning: extraneous duplicate parameter name; 'rc' already has an argument label public func glReplacementCodeuiVertex3fvSUN(rc rc:UnsafePointer, v:UnsafePointer) {glReplacementCodeuiVertex3fvSUN_P(rc, v)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6457:37: warning: extraneous duplicate parameter name; 'code' already has an argument label public func glReplacementCodeuivSUN(code code:UnsafePointer) {glReplacementCodeuivSUN_P(code)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6460:36: warning: extraneous duplicate parameter name; 'code' already has an argument label public func glReplacementCodeusSUN(code code:GLushort) {glReplacementCodeusSUN_P(code)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6463:37: warning: extraneous duplicate parameter name; 'code' already has an argument label public func glReplacementCodeusvSUN(code code:UnsafePointer) {glReplacementCodeusvSUN_P(code)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6466:41: warning: extraneous duplicate parameter name; 'n' already has an argument label public func glRequestResidentProgramsNV(n n:GLsizei, programs:UnsafePointer) {glRequestResidentProgramsNV_P(n, programs)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6469:30: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glResetHistogram(target target:GLenum) {glResetHistogram_P(target)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6472:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glResetHistogramEXT(target target:GLenum) {glResetHistogramEXT_P(target)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6475:27: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glResetMinmax(target target:GLenum) {glResetMinmax_P(target)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6478:30: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glResetMinmaxEXT(target target:GLenum) {glResetMinmaxEXT_P(target)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6491:23: warning: extraneous duplicate parameter name; 'angle' already has an argument label public func glRotated(angle angle:GLdouble, x:GLdouble, y:GLdouble, z:GLdouble) {glRotated_P(angle, x, y, z)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6494:23: warning: extraneous duplicate parameter name; 'angle' already has an argument label public func glRotatef(angle angle:GLfloat, x:GLfloat, y:GLfloat, z:GLfloat) {glRotatef_P(angle, x, y, z)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6497:23: warning: extraneous duplicate parameter name; 'angle' already has an argument label public func glRotatex(angle angle:GLfixed, x:GLfixed, y:GLfixed, z:GLfixed) {glRotatex_P(angle, x, y, z)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6500:26: warning: extraneous duplicate parameter name; 'angle' already has an argument label public func glRotatexOES(angle angle:GLfixed, x:GLfixed, y:GLfixed, z:GLfixed) {glRotatexOES_P(angle, x, y, z)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6503:30: warning: extraneous duplicate parameter name; 'value' already has an argument label public func glSampleCoverage(value value:GLfloat, invert:GLboolean) {glSampleCoverage_P(value, invert)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6506:33: warning: extraneous duplicate parameter name; 'value' already has an argument label public func glSampleCoverageARB(value value:GLfloat, invert:GLboolean) {glSampleCoverageARB_P(value, invert)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6509:31: warning: extraneous duplicate parameter name; 'value' already has an argument label public func glSampleCoveragex(value value:GLclampx, invert:GLboolean) {glSampleCoveragex_P(value, invert)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6512:34: warning: extraneous duplicate parameter name; 'value' already has an argument label public func glSampleCoveragexOES(value value:GLclampx, invert:GLboolean) {glSampleCoveragexOES_P(value, invert)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6515:28: warning: extraneous duplicate parameter name; 'dst' already has an argument label public func glSampleMapATI(dst dst:GLuint, interp:GLuint, swizzle:GLenum) {glSampleMapATI_P(dst, interp, swizzle)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6518:29: warning: extraneous duplicate parameter name; 'value' already has an argument label public func glSampleMaskEXT(value value:GLclampf, invert:GLboolean) {glSampleMaskEXT_P(value, invert)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6521:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glSampleMaskIndexedNV(index index:GLuint, mask:GLbitfield) {glSampleMaskIndexedNV_P(index, mask)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6524:30: warning: extraneous duplicate parameter name; 'value' already has an argument label public func glSampleMaskSGIS(value value:GLclampf, invert:GLboolean) {glSampleMaskSGIS_P(value, invert)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6527:27: warning: extraneous duplicate parameter name; 'maskNumber' already has an argument label public func glSampleMaski(maskNumber maskNumber:GLuint, mask:GLbitfield) {glSampleMaski_P(maskNumber, mask)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6530:32: warning: extraneous duplicate parameter name; 'pattern' already has an argument label public func glSamplePatternEXT(pattern pattern:GLenum) {glSamplePatternEXT_P(pattern)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6533:33: warning: extraneous duplicate parameter name; 'pattern' already has an argument label public func glSamplePatternSGIS(pattern pattern:GLenum) {glSamplePatternSGIS_P(pattern)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6536:35: warning: extraneous duplicate parameter name; 'sampler' already has an argument label public func glSamplerParameterIiv(sampler sampler:GLuint, pname:GLenum, param:UnsafePointer) {glSamplerParameterIiv_P(sampler, pname, param)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6539:38: warning: extraneous duplicate parameter name; 'sampler' already has an argument label public func glSamplerParameterIivEXT(sampler sampler:GLuint, pname:GLenum, param:UnsafePointer) {glSamplerParameterIivEXT_P(sampler, pname, param)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6542:38: warning: extraneous duplicate parameter name; 'sampler' already has an argument label public func glSamplerParameterIivOES(sampler sampler:GLuint, pname:GLenum, param:UnsafePointer) {glSamplerParameterIivOES_P(sampler, pname, param)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6545:36: warning: extraneous duplicate parameter name; 'sampler' already has an argument label public func glSamplerParameterIuiv(sampler sampler:GLuint, pname:GLenum, param:UnsafePointer) {glSamplerParameterIuiv_P(sampler, pname, param)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6548:39: warning: extraneous duplicate parameter name; 'sampler' already has an argument label public func glSamplerParameterIuivEXT(sampler sampler:GLuint, pname:GLenum, param:UnsafePointer) {glSamplerParameterIuivEXT_P(sampler, pname, param)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6551:39: warning: extraneous duplicate parameter name; 'sampler' already has an argument label public func glSamplerParameterIuivOES(sampler sampler:GLuint, pname:GLenum, param:UnsafePointer) {glSamplerParameterIuivOES_P(sampler, pname, param)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6554:33: warning: extraneous duplicate parameter name; 'sampler' already has an argument label public func glSamplerParameterf(sampler sampler:GLuint, pname:GLenum, param:GLfloat) {glSamplerParameterf_P(sampler, pname, param)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6557:34: warning: extraneous duplicate parameter name; 'sampler' already has an argument label public func glSamplerParameterfv(sampler sampler:GLuint, pname:GLenum, param:UnsafePointer) {glSamplerParameterfv_P(sampler, pname, param)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6560:33: warning: extraneous duplicate parameter name; 'sampler' already has an argument label public func glSamplerParameteri(sampler sampler:GLuint, pname:GLenum, param:GLint) {glSamplerParameteri_P(sampler, pname, param)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6563:34: warning: extraneous duplicate parameter name; 'sampler' already has an argument label public func glSamplerParameteriv(sampler sampler:GLuint, pname:GLenum, param:UnsafePointer) {glSamplerParameteriv_P(sampler, pname, param)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6566:22: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glScaled(x x:GLdouble, y:GLdouble, z:GLdouble) {glScaled_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6569:22: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glScalef(x x:GLfloat, y:GLfloat, z:GLfloat) {glScalef_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6572:22: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glScalex(x x:GLfixed, y:GLfixed, z:GLfixed) {glScalex_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6575:25: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glScalexOES(x x:GLfixed, y:GLfixed, z:GLfixed) {glScalexOES_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6578:23: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glScissor(x x:GLint, y:GLint, width:GLsizei, height:GLsizei) {glScissor_P(x, y, width, height)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6581:29: warning: extraneous duplicate parameter name; 'first' already has an argument label public func glScissorArrayv(first first:GLuint, count:GLsizei, v:UnsafePointer) {glScissorArrayv_P(first, count, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6584:31: warning: extraneous duplicate parameter name; 'first' already has an argument label public func glScissorArrayvNV(first first:GLuint, count:GLsizei, v:UnsafePointer) {glScissorArrayvNV_P(first, count, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6587:30: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glScissorIndexed(index index:GLuint, left:GLint, bottom:GLint, width:GLsizei, height:GLsizei) {glScissorIndexed_P(index, left, bottom, width, height)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6590:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glScissorIndexedNV(index index:GLuint, left:GLint, bottom:GLint, width:GLsizei, height:GLsizei) {glScissorIndexedNV_P(index, left, bottom, width, height)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6593:31: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glScissorIndexedv(index index:GLuint, v:UnsafePointer) {glScissorIndexedv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6596:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glScissorIndexedvNV(index index:GLuint, v:UnsafePointer) {glScissorIndexedvNV_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6599:32: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glSecondaryColor3b(red red:GLbyte, green:GLbyte, blue:GLbyte) {glSecondaryColor3b_P(red, green, blue)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6602:35: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glSecondaryColor3bEXT(red red:GLbyte, green:GLbyte, blue:GLbyte) {glSecondaryColor3bEXT_P(red, green, blue)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6605:33: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glSecondaryColor3bv(v v:UnsafePointer) {glSecondaryColor3bv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6608:36: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glSecondaryColor3bvEXT(v v:UnsafePointer) {glSecondaryColor3bvEXT_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6611:32: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glSecondaryColor3d(red red:GLdouble, green:GLdouble, blue:GLdouble) {glSecondaryColor3d_P(red, green, blue)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6614:35: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glSecondaryColor3dEXT(red red:GLdouble, green:GLdouble, blue:GLdouble) {glSecondaryColor3dEXT_P(red, green, blue)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6617:33: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glSecondaryColor3dv(v v:UnsafePointer) {glSecondaryColor3dv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6620:36: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glSecondaryColor3dvEXT(v v:UnsafePointer) {glSecondaryColor3dvEXT_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6623:32: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glSecondaryColor3f(red red:GLfloat, green:GLfloat, blue:GLfloat) {glSecondaryColor3f_P(red, green, blue)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6626:35: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glSecondaryColor3fEXT(red red:GLfloat, green:GLfloat, blue:GLfloat) {glSecondaryColor3fEXT_P(red, green, blue)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6629:33: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glSecondaryColor3fv(v v:UnsafePointer) {glSecondaryColor3fv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6632:36: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glSecondaryColor3fvEXT(v v:UnsafePointer) {glSecondaryColor3fvEXT_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6635:34: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glSecondaryColor3hNV(red red:GLhalfNV, green:GLhalfNV, blue:GLhalfNV) {glSecondaryColor3hNV_P(red, green, blue)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6638:35: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glSecondaryColor3hvNV(v v:UnsafePointer) {glSecondaryColor3hvNV_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6641:32: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glSecondaryColor3i(red red:GLint, green:GLint, blue:GLint) {glSecondaryColor3i_P(red, green, blue)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6644:35: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glSecondaryColor3iEXT(red red:GLint, green:GLint, blue:GLint) {glSecondaryColor3iEXT_P(red, green, blue)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6647:33: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glSecondaryColor3iv(v v:UnsafePointer) {glSecondaryColor3iv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6650:36: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glSecondaryColor3ivEXT(v v:UnsafePointer) {glSecondaryColor3ivEXT_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6653:32: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glSecondaryColor3s(red red:GLshort, green:GLshort, blue:GLshort) {glSecondaryColor3s_P(red, green, blue)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6656:35: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glSecondaryColor3sEXT(red red:GLshort, green:GLshort, blue:GLshort) {glSecondaryColor3sEXT_P(red, green, blue)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6659:33: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glSecondaryColor3sv(v v:UnsafePointer) {glSecondaryColor3sv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6662:36: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glSecondaryColor3svEXT(v v:UnsafePointer) {glSecondaryColor3svEXT_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6665:33: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glSecondaryColor3ub(red red:GLubyte, green:GLubyte, blue:GLubyte) {glSecondaryColor3ub_P(red, green, blue)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6668:36: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glSecondaryColor3ubEXT(red red:GLubyte, green:GLubyte, blue:GLubyte) {glSecondaryColor3ubEXT_P(red, green, blue)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6671:34: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glSecondaryColor3ubv(v v:UnsafePointer) {glSecondaryColor3ubv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6674:37: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glSecondaryColor3ubvEXT(v v:UnsafePointer) {glSecondaryColor3ubvEXT_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6677:33: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glSecondaryColor3ui(red red:GLuint, green:GLuint, blue:GLuint) {glSecondaryColor3ui_P(red, green, blue)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6680:36: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glSecondaryColor3uiEXT(red red:GLuint, green:GLuint, blue:GLuint) {glSecondaryColor3uiEXT_P(red, green, blue)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6683:34: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glSecondaryColor3uiv(v v:UnsafePointer) {glSecondaryColor3uiv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6686:37: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glSecondaryColor3uivEXT(v v:UnsafePointer) {glSecondaryColor3uivEXT_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6689:33: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glSecondaryColor3us(red red:GLushort, green:GLushort, blue:GLushort) {glSecondaryColor3us_P(red, green, blue)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6692:36: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glSecondaryColor3usEXT(red red:GLushort, green:GLushort, blue:GLushort) {glSecondaryColor3usEXT_P(red, green, blue)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6695:34: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glSecondaryColor3usv(v v:UnsafePointer) {glSecondaryColor3usv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6698:37: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glSecondaryColor3usvEXT(v v:UnsafePointer) {glSecondaryColor3usvEXT_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6701:38: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glSecondaryColorFormatNV(size size:GLint, type:GLenum, stride:GLsizei) {glSecondaryColorFormatNV_P(size, type, stride)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6704:34: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glSecondaryColorP3ui(type type:GLenum, color:GLuint) {glSecondaryColorP3ui_P(type, color)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6707:35: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glSecondaryColorP3uiv(type type:GLenum, color:UnsafePointer) {glSecondaryColorP3uiv_P(type, color)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6710:37: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glSecondaryColorPointer(size size:GLint, type:GLenum, stride:GLsizei, pointer:UnsafePointer) {glSecondaryColorPointer_P(size, type, stride, pointer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6713:40: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glSecondaryColorPointerEXT(size size:GLint, type:GLenum, stride:GLsizei, pointer:UnsafePointer) {glSecondaryColorPointerEXT_P(size, type, stride, pointer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6716:44: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glSecondaryColorPointerListIBM(size size:GLint, type:GLenum, stride:GLint, pointer:UnsafeMutablePointer>, ptrstride:GLint) {glSecondaryColorPointerListIBM_P(size, type, stride, pointer, ptrstride)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6719:28: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glSelectBuffer(size size:GLsizei, buffer:UnsafeMutablePointer) {glSelectBuffer_P(size, buffer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6722:44: warning: extraneous duplicate parameter name; 'monitor' already has an argument label public func glSelectPerfMonitorCountersAMD(monitor monitor:GLuint, enable:GLboolean, group:GLuint, numCounters:GLint, counterList:UnsafeMutablePointer) {glSelectPerfMonitorCountersAMD_P(monitor, enable, group, numCounters, counterList)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6725:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glSeparableFilter2D(target target:GLenum, internalformat:GLenum, width:GLsizei, height:GLsizei, format:GLenum, type:GLenum, row:UnsafePointer, column:UnsafePointer) {glSeparableFilter2D_P(target, internalformat, width, height, format, type, row, column)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6728:36: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glSeparableFilter2DEXT(target target:GLenum, internalformat:GLenum, width:GLsizei, height:GLsizei, format:GLenum, type:GLenum, row:UnsafePointer, column:UnsafePointer) {glSeparableFilter2DEXT_P(target, internalformat, width, height, format, type, row, column)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6731:29: warning: extraneous duplicate parameter name; 'fence' already has an argument label public func glSetFenceAPPLE(fence fence:GLuint) {glSetFenceAPPLE_P(fence)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6734:26: warning: extraneous duplicate parameter name; 'fence' already has an argument label public func glSetFenceNV(fence fence:GLuint, condition:GLenum) {glSetFenceNV_P(fence, condition)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6737:44: warning: extraneous duplicate parameter name; 'dst' already has an argument label public func glSetFragmentShaderConstantATI(dst dst:GLuint, value:UnsafePointer) {glSetFragmentShaderConstantATI_P(dst, value)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6740:31: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glSetInvariantEXT(id id:GLuint, type:GLenum, addr:UnsafePointer) {glSetInvariantEXT_P(id, type, addr)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6743:35: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glSetLocalConstantEXT(id id:GLuint, type:GLenum, addr:UnsafePointer) {glSetLocalConstantEXT_P(id, type, addr)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6746:35: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glSetMultisamplefvAMD(pname pname:GLenum, index:GLuint, val:UnsafePointer) {glSetMultisamplefvAMD_P(pname, index, val)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6749:26: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glShadeModel(mode mode:GLenum) {glShadeModel_P(mode)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6752:28: warning: extraneous duplicate parameter name; 'count' already has an argument label public func glShaderBinary(count count:GLsizei, shaders:UnsafePointer, binaryformat:GLenum, binary:UnsafePointer, length:GLsizei) {glShaderBinary_P(count, shaders, binaryformat, binary, length)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6755:28: warning: extraneous duplicate parameter name; 'op' already has an argument label public func glShaderOp1EXT(op op:GLenum, res:GLuint, arg1:GLuint) {glShaderOp1EXT_P(op, res, arg1)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6758:28: warning: extraneous duplicate parameter name; 'op' already has an argument label public func glShaderOp2EXT(op op:GLenum, res:GLuint, arg1:GLuint, arg2:GLuint) {glShaderOp2EXT_P(op, res, arg1, arg2)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6761:28: warning: extraneous duplicate parameter name; 'op' already has an argument label public func glShaderOp3EXT(op op:GLenum, res:GLuint, arg1:GLuint, arg2:GLuint, arg3:GLuint) {glShaderOp3EXT_P(op, res, arg1, arg2, arg3)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6764:28: warning: extraneous duplicate parameter name; 'shader' already has an argument label public func glShaderSource(shader shader:GLuint, count:GLsizei, string:UnsafePointer>, length:UnsafePointer) {glShaderSource_P(shader, count, string, length)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6767:31: warning: extraneous duplicate parameter name; 'shaderObj' already has an argument label public func glShaderSourceARB(shaderObj shaderObj:GLhandleARB, count:GLsizei, string:UnsafeMutablePointer>, length:UnsafePointer) {glShaderSourceARB_P(shaderObj, count, string, length)} ^~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6770:41: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glShaderStorageBlockBinding(program program:GLuint, storageBlockIndex:GLuint, storageBlockBinding:GLuint) {glShaderStorageBlockBinding_P(program, storageBlockIndex, storageBlockBinding)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6773:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glSharpenTexFuncSGIS(target target:GLenum, n:GLsizei, points:UnsafePointer) {glSharpenTexFuncSGIS_P(target, n, points)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6776:36: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glSpriteParameterfSGIX(pname pname:GLenum, param:GLfloat) {glSpriteParameterfSGIX_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6779:37: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glSpriteParameterfvSGIX(pname pname:GLenum, params:UnsafePointer) {glSpriteParameterfvSGIX_P(pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6782:36: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glSpriteParameteriSGIX(pname pname:GLenum, param:GLint) {glSpriteParameteriSGIX_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6785:37: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glSpriteParameterivSGIX(pname pname:GLenum, params:UnsafePointer) {glSpriteParameterivSGIX_P(pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6790:31: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glStartTilingQCOM(x x:GLuint, y:GLuint, width:GLuint, height:GLuint, preserveMask:GLbitfield) {glStartTilingQCOM_P(x, y, width, height, preserveMask)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6793:30: warning: extraneous duplicate parameter name; 'state' already has an argument label public func glStateCaptureNV(state state:GLuint, mode:GLenum) {glStateCaptureNV_P(state, mode)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6796:34: warning: extraneous duplicate parameter name; 'stencilTagBits' already has an argument label public func glStencilClearTagEXT(stencilTagBits stencilTagBits:GLsizei, stencilClearTag:GLuint) {glStencilClearTagEXT_P(stencilTagBits, stencilClearTag)} ^~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6799:42: warning: extraneous duplicate parameter name; 'numPaths' already has an argument label public func glStencilFillPathInstancedNV(numPaths numPaths:GLsizei, pathNameType:GLenum, paths:UnsafePointer, pathBase:GLuint, fillMode:GLenum, mask:GLuint, transformType:GLenum, transformValues:UnsafePointer) {glStencilFillPathInstancedNV_P(numPaths, pathNameType, paths, pathBase, fillMode, mask, transformType, transformValues)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6802:33: warning: extraneous duplicate parameter name; 'path' already has an argument label public func glStencilFillPathNV(path path:GLuint, fillMode:GLenum, mask:GLuint) {glStencilFillPathNV_P(path, fillMode, mask)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6805:27: warning: extraneous duplicate parameter name; 'fn' already has an argument label public func glStencilFunc(fn fn:GLenum, ref:GLint, mask:GLuint) {glStencilFunc_P(fn, ref, mask)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6808:35: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glStencilFuncSeparate(face face:GLenum, fn:GLenum, ref:GLint, mask:GLuint) {glStencilFuncSeparate_P(face, fn, ref, mask)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6811:38: warning: extraneous duplicate parameter name; 'frontfunc' already has an argument label public func glStencilFuncSeparateATI(frontfunc frontfunc:GLenum, backfunc:GLenum, ref:GLint, mask:GLuint) {glStencilFuncSeparateATI_P(frontfunc, backfunc, ref, mask)} ^~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6814:27: warning: extraneous duplicate parameter name; 'mask' already has an argument label public func glStencilMask(mask mask:GLuint) {glStencilMask_P(mask)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6817:35: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glStencilMaskSeparate(face face:GLenum, mask:GLuint) {glStencilMaskSeparate_P(face, mask)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6820:25: warning: extraneous duplicate parameter name; 'fail' already has an argument label public func glStencilOp(fail fail:GLenum, zfail:GLenum, zpass:GLenum) {glStencilOp_P(fail, zfail, zpass)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6823:33: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glStencilOpSeparate(face face:GLenum, sfail:GLenum, dpfail:GLenum, dppass:GLenum) {glStencilOpSeparate_P(face, sfail, dpfail, dppass)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6826:36: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glStencilOpSeparateATI(face face:GLenum, sfail:GLenum, dpfail:GLenum, dppass:GLenum) {glStencilOpSeparateATI_P(face, sfail, dpfail, dppass)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6829:33: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glStencilOpValueAMD(face face:GLenum, value:GLuint) {glStencilOpValueAMD_P(face, value)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6832:44: warning: extraneous duplicate parameter name; 'numPaths' already has an argument label public func glStencilStrokePathInstancedNV(numPaths numPaths:GLsizei, pathNameType:GLenum, paths:UnsafePointer, pathBase:GLuint, reference:GLint, mask:GLuint, transformType:GLenum, transformValues:UnsafePointer) {glStencilStrokePathInstancedNV_P(numPaths, pathNameType, paths, pathBase, reference, mask, transformType, transformValues)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6835:35: warning: extraneous duplicate parameter name; 'path' already has an argument label public func glStencilStrokePathNV(path path:GLuint, reference:GLint, mask:GLuint) {glStencilStrokePathNV_P(path, reference, mask)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6838:51: warning: extraneous duplicate parameter name; 'numPaths' already has an argument label public func glStencilThenCoverFillPathInstancedNV(numPaths numPaths:GLsizei, pathNameType:GLenum, paths:UnsafePointer, pathBase:GLuint, fillMode:GLenum, mask:GLuint, coverMode:GLenum, transformType:GLenum, transformValues:UnsafePointer) {glStencilThenCoverFillPathInstancedNV_P(numPaths, pathNameType, paths, pathBase, fillMode, mask, coverMode, transformType, transformValues)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6841:42: warning: extraneous duplicate parameter name; 'path' already has an argument label public func glStencilThenCoverFillPathNV(path path:GLuint, fillMode:GLenum, mask:GLuint, coverMode:GLenum) {glStencilThenCoverFillPathNV_P(path, fillMode, mask, coverMode)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6844:53: warning: extraneous duplicate parameter name; 'numPaths' already has an argument label public func glStencilThenCoverStrokePathInstancedNV(numPaths numPaths:GLsizei, pathNameType:GLenum, paths:UnsafePointer, pathBase:GLuint, reference:GLint, mask:GLuint, coverMode:GLenum, transformType:GLenum, transformValues:UnsafePointer) {glStencilThenCoverStrokePathInstancedNV_P(numPaths, pathNameType, paths, pathBase, reference, mask, coverMode, transformType, transformValues)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6847:44: warning: extraneous duplicate parameter name; 'path' already has an argument label public func glStencilThenCoverStrokePathNV(path path:GLuint, reference:GLint, mask:GLuint, coverMode:GLenum) {glStencilThenCoverStrokePathNV_P(path, reference, mask, coverMode)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6850:35: warning: extraneous duplicate parameter name; 'marker' already has an argument label public func glStopInstrumentsSGIX(marker marker:GLint) {glStopInstrumentsSGIX_P(marker)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6853:35: warning: extraneous duplicate parameter name; 'len' already has an argument label public func glStringMarkerGREMEDY(len len:GLsizei, string:UnsafePointer) {glStringMarkerGREMEDY_P(len, string)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6856:39: warning: extraneous duplicate parameter name; 'xbits' already has an argument label public func glSubpixelPrecisionBiasNV(xbits xbits:GLuint, ybits:GLuint) {glSubpixelPrecisionBiasNV_P(xbits, ybits)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6859:26: warning: extraneous duplicate parameter name; 'res' already has an argument label public func glSwizzleEXT(res res:GLuint, input:GLuint, outX:GLenum, outY:GLenum, outZ:GLenum, outW:GLenum) {glSwizzleEXT_P(res, input, outX, outY, outZ, outW)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6862:32: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glSyncTextureINTEL(texture texture:GLuint) {glSyncTextureINTEL_P(texture)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6867:28: warning: extraneous duplicate parameter name; 'tx' already has an argument label public func glTangent3bEXT(tx tx:GLbyte, ty:GLbyte, tz:GLbyte) {glTangent3bEXT_P(tx, ty, tz)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6870:29: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glTangent3bvEXT(v v:UnsafePointer) {glTangent3bvEXT_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6873:28: warning: extraneous duplicate parameter name; 'tx' already has an argument label public func glTangent3dEXT(tx tx:GLdouble, ty:GLdouble, tz:GLdouble) {glTangent3dEXT_P(tx, ty, tz)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6876:29: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glTangent3dvEXT(v v:UnsafePointer) {glTangent3dvEXT_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6879:28: warning: extraneous duplicate parameter name; 'tx' already has an argument label public func glTangent3fEXT(tx tx:GLfloat, ty:GLfloat, tz:GLfloat) {glTangent3fEXT_P(tx, ty, tz)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6882:29: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glTangent3fvEXT(v v:UnsafePointer) {glTangent3fvEXT_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6885:28: warning: extraneous duplicate parameter name; 'tx' already has an argument label public func glTangent3iEXT(tx tx:GLint, ty:GLint, tz:GLint) {glTangent3iEXT_P(tx, ty, tz)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6888:29: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glTangent3ivEXT(v v:UnsafePointer) {glTangent3ivEXT_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6891:28: warning: extraneous duplicate parameter name; 'tx' already has an argument label public func glTangent3sEXT(tx tx:GLshort, ty:GLshort, tz:GLshort) {glTangent3sEXT_P(tx, ty, tz)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6894:29: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glTangent3svEXT(v v:UnsafePointer) {glTangent3svEXT_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6897:33: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glTangentPointerEXT(type type:GLenum, stride:GLsizei, pointer:UnsafePointer) {glTangentPointerEXT_P(type, stride, pointer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6900:31: warning: extraneous duplicate parameter name; 'mask' already has an argument label public func glTbufferMask3DFX(mask mask:GLuint) {glTbufferMask3DFX_P(mask)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6903:37: warning: extraneous duplicate parameter name; 'factor' already has an argument label public func glTessellationFactorAMD(factor factor:GLfloat) {glTessellationFactorAMD_P(factor)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6906:35: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glTessellationModeAMD(mode mode:GLenum) {glTessellationModeAMD_P(mode)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6909:30: warning: extraneous duplicate parameter name; 'fence' already has an argument label public func glTestFenceAPPLE(fence fence:GLuint) -> GLboolean {return glTestFenceAPPLE_P(fence)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6912:27: warning: extraneous duplicate parameter name; 'fence' already has an argument label public func glTestFenceNV(fence fence:GLuint) -> GLboolean {return glTestFenceNV_P(fence)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6915:31: warning: extraneous duplicate parameter name; 'object' already has an argument label public func glTestObjectAPPLE(object object:GLenum, name:GLuint) -> GLboolean {return glTestObjectAPPLE_P(object, name)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6918:25: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexBuffer(target target:GLenum, internalformat:GLenum, buffer:GLuint) {glTexBuffer_P(target, internalformat, buffer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6921:28: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexBufferARB(target target:GLenum, internalformat:GLenum, buffer:GLuint) {glTexBufferARB_P(target, internalformat, buffer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6924:28: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexBufferEXT(target target:GLenum, internalformat:GLenum, buffer:GLuint) {glTexBufferEXT_P(target, internalformat, buffer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6927:28: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexBufferOES(target target:GLenum, internalformat:GLenum, buffer:GLuint) {glTexBufferOES_P(target, internalformat, buffer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6930:30: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexBufferRange(target target:GLenum, internalformat:GLenum, buffer:GLuint, offset:GLintptr, size:GLsizeiptr) {glTexBufferRange_P(target, internalformat, buffer, offset, size)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6933:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexBufferRangeEXT(target target:GLenum, internalformat:GLenum, buffer:GLuint, offset:GLintptr, size:GLsizeiptr) {glTexBufferRangeEXT_P(target, internalformat, buffer, offset, size)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6936:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexBufferRangeOES(target target:GLenum, internalformat:GLenum, buffer:GLuint, offset:GLintptr, size:GLsizeiptr) {glTexBufferRangeOES_P(target, internalformat, buffer, offset, size)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6939:37: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glTexBumpParameterfvATI(pname pname:GLenum, param:UnsafePointer) {glTexBumpParameterfvATI_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6942:37: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glTexBumpParameterivATI(pname pname:GLenum, param:UnsafePointer) {glTexBumpParameterivATI_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6945:29: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord1bOES(s s:GLbyte) {glTexCoord1bOES_P(s)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6948:30: warning: extraneous duplicate parameter name; 'coords' already has an argument label public func glTexCoord1bvOES(coords coords:UnsafePointer) {glTexCoord1bvOES_P(coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6951:26: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord1d(s s:GLdouble) {glTexCoord1d_P(s)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6954:27: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glTexCoord1dv(v v:UnsafePointer) {glTexCoord1dv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6957:26: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord1f(s s:GLfloat) {glTexCoord1f_P(s)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6960:27: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glTexCoord1fv(v v:UnsafePointer) {glTexCoord1fv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6963:28: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord1hNV(s s:GLhalfNV) {glTexCoord1hNV_P(s)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6966:29: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glTexCoord1hvNV(v v:UnsafePointer) {glTexCoord1hvNV_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6969:26: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord1i(s s:GLint) {glTexCoord1i_P(s)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6972:27: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glTexCoord1iv(v v:UnsafePointer) {glTexCoord1iv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6975:26: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord1s(s s:GLshort) {glTexCoord1s_P(s)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6978:27: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glTexCoord1sv(v v:UnsafePointer) {glTexCoord1sv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6981:29: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord1xOES(s s:GLfixed) {glTexCoord1xOES_P(s)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6984:30: warning: extraneous duplicate parameter name; 'coords' already has an argument label public func glTexCoord1xvOES(coords coords:UnsafePointer) {glTexCoord1xvOES_P(coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6987:29: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord2bOES(s s:GLbyte, t:GLbyte) {glTexCoord2bOES_P(s, t)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6990:30: warning: extraneous duplicate parameter name; 'coords' already has an argument label public func glTexCoord2bvOES(coords coords:UnsafePointer) {glTexCoord2bvOES_P(coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6993:26: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord2d(s s:GLdouble, t:GLdouble) {glTexCoord2d_P(s, t)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6996:27: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glTexCoord2dv(v v:UnsafePointer) {glTexCoord2dv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6999:26: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord2f(s s:GLfloat, t:GLfloat) {glTexCoord2f_P(s, t)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7002:44: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord2fColor3fVertex3fSUN(s s:GLfloat, t:GLfloat, r:GLfloat, g:GLfloat, b:GLfloat, x:GLfloat, y:GLfloat, z:GLfloat) {glTexCoord2fColor3fVertex3fSUN_P(s, t, r, g, b, x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7005:45: warning: extraneous duplicate parameter name; 'tc' already has an argument label public func glTexCoord2fColor3fVertex3fvSUN(tc tc:UnsafePointer, c:UnsafePointer, v:UnsafePointer) {glTexCoord2fColor3fVertex3fvSUN_P(tc, c, v)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7008:52: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord2fColor4fNormal3fVertex3fSUN(s s:GLfloat, t:GLfloat, r:GLfloat, g:GLfloat, b:GLfloat, a:GLfloat, nx:GLfloat, ny:GLfloat, nz:GLfloat, x:GLfloat, y:GLfloat, z:GLfloat) {glTexCoord2fColor4fNormal3fVertex3fSUN_P(s, t, r, g, b, a, nx, ny, nz, x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7011:53: warning: extraneous duplicate parameter name; 'tc' already has an argument label public func glTexCoord2fColor4fNormal3fVertex3fvSUN(tc tc:UnsafePointer, c:UnsafePointer, n:UnsafePointer, v:UnsafePointer) {glTexCoord2fColor4fNormal3fVertex3fvSUN_P(tc, c, n, v)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7014:45: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord2fColor4ubVertex3fSUN(s s:GLfloat, t:GLfloat, r:GLubyte, g:GLubyte, b:GLubyte, a:GLubyte, x:GLfloat, y:GLfloat, z:GLfloat) {glTexCoord2fColor4ubVertex3fSUN_P(s, t, r, g, b, a, x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7017:46: warning: extraneous duplicate parameter name; 'tc' already has an argument label public func glTexCoord2fColor4ubVertex3fvSUN(tc tc:UnsafePointer, c:UnsafePointer, v:UnsafePointer) {glTexCoord2fColor4ubVertex3fvSUN_P(tc, c, v)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7020:45: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord2fNormal3fVertex3fSUN(s s:GLfloat, t:GLfloat, nx:GLfloat, ny:GLfloat, nz:GLfloat, x:GLfloat, y:GLfloat, z:GLfloat) {glTexCoord2fNormal3fVertex3fSUN_P(s, t, nx, ny, nz, x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7023:46: warning: extraneous duplicate parameter name; 'tc' already has an argument label public func glTexCoord2fNormal3fVertex3fvSUN(tc tc:UnsafePointer, n:UnsafePointer, v:UnsafePointer) {glTexCoord2fNormal3fVertex3fvSUN_P(tc, n, v)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7026:37: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord2fVertex3fSUN(s s:GLfloat, t:GLfloat, x:GLfloat, y:GLfloat, z:GLfloat) {glTexCoord2fVertex3fSUN_P(s, t, x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7029:38: warning: extraneous duplicate parameter name; 'tc' already has an argument label public func glTexCoord2fVertex3fvSUN(tc tc:UnsafePointer, v:UnsafePointer) {glTexCoord2fVertex3fvSUN_P(tc, v)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7032:27: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glTexCoord2fv(v v:UnsafePointer) {glTexCoord2fv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7035:28: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord2hNV(s s:GLhalfNV, t:GLhalfNV) {glTexCoord2hNV_P(s, t)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7038:29: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glTexCoord2hvNV(v v:UnsafePointer) {glTexCoord2hvNV_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7041:26: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord2i(s s:GLint, t:GLint) {glTexCoord2i_P(s, t)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7044:27: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glTexCoord2iv(v v:UnsafePointer) {glTexCoord2iv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7047:26: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord2s(s s:GLshort, t:GLshort) {glTexCoord2s_P(s, t)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7050:27: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glTexCoord2sv(v v:UnsafePointer) {glTexCoord2sv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7053:29: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord2xOES(s s:GLfixed, t:GLfixed) {glTexCoord2xOES_P(s, t)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7056:30: warning: extraneous duplicate parameter name; 'coords' already has an argument label public func glTexCoord2xvOES(coords coords:UnsafePointer) {glTexCoord2xvOES_P(coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7059:29: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord3bOES(s s:GLbyte, t:GLbyte, r:GLbyte) {glTexCoord3bOES_P(s, t, r)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7062:30: warning: extraneous duplicate parameter name; 'coords' already has an argument label public func glTexCoord3bvOES(coords coords:UnsafePointer) {glTexCoord3bvOES_P(coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7065:26: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord3d(s s:GLdouble, t:GLdouble, r:GLdouble) {glTexCoord3d_P(s, t, r)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7068:27: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glTexCoord3dv(v v:UnsafePointer) {glTexCoord3dv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7071:26: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord3f(s s:GLfloat, t:GLfloat, r:GLfloat) {glTexCoord3f_P(s, t, r)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7074:27: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glTexCoord3fv(v v:UnsafePointer) {glTexCoord3fv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7077:28: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord3hNV(s s:GLhalfNV, t:GLhalfNV, r:GLhalfNV) {glTexCoord3hNV_P(s, t, r)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7080:29: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glTexCoord3hvNV(v v:UnsafePointer) {glTexCoord3hvNV_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7083:26: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord3i(s s:GLint, t:GLint, r:GLint) {glTexCoord3i_P(s, t, r)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7086:27: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glTexCoord3iv(v v:UnsafePointer) {glTexCoord3iv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7089:26: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord3s(s s:GLshort, t:GLshort, r:GLshort) {glTexCoord3s_P(s, t, r)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7092:27: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glTexCoord3sv(v v:UnsafePointer) {glTexCoord3sv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7095:29: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord3xOES(s s:GLfixed, t:GLfixed, r:GLfixed) {glTexCoord3xOES_P(s, t, r)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7098:30: warning: extraneous duplicate parameter name; 'coords' already has an argument label public func glTexCoord3xvOES(coords coords:UnsafePointer) {glTexCoord3xvOES_P(coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7101:29: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord4bOES(s s:GLbyte, t:GLbyte, r:GLbyte, q:GLbyte) {glTexCoord4bOES_P(s, t, r, q)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7104:30: warning: extraneous duplicate parameter name; 'coords' already has an argument label public func glTexCoord4bvOES(coords coords:UnsafePointer) {glTexCoord4bvOES_P(coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7107:26: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord4d(s s:GLdouble, t:GLdouble, r:GLdouble, q:GLdouble) {glTexCoord4d_P(s, t, r, q)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7110:27: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glTexCoord4dv(v v:UnsafePointer) {glTexCoord4dv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7113:26: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord4f(s s:GLfloat, t:GLfloat, r:GLfloat, q:GLfloat) {glTexCoord4f_P(s, t, r, q)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7116:52: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord4fColor4fNormal3fVertex4fSUN(s s:GLfloat, t:GLfloat, p:GLfloat, q:GLfloat, r:GLfloat, g:GLfloat, b:GLfloat, a:GLfloat, nx:GLfloat, ny:GLfloat, nz:GLfloat, x:GLfloat, y:GLfloat, z:GLfloat, w:GLfloat) {glTexCoord4fColor4fNormal3fVertex4fSUN_P(s, t, p, q, r, g, b, a, nx, ny, nz, x, y, z, w)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7119:53: warning: extraneous duplicate parameter name; 'tc' already has an argument label public func glTexCoord4fColor4fNormal3fVertex4fvSUN(tc tc:UnsafePointer, c:UnsafePointer, n:UnsafePointer, v:UnsafePointer) {glTexCoord4fColor4fNormal3fVertex4fvSUN_P(tc, c, n, v)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7122:37: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord4fVertex4fSUN(s s:GLfloat, t:GLfloat, p:GLfloat, q:GLfloat, x:GLfloat, y:GLfloat, z:GLfloat, w:GLfloat) {glTexCoord4fVertex4fSUN_P(s, t, p, q, x, y, z, w)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7125:38: warning: extraneous duplicate parameter name; 'tc' already has an argument label public func glTexCoord4fVertex4fvSUN(tc tc:UnsafePointer, v:UnsafePointer) {glTexCoord4fVertex4fvSUN_P(tc, v)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7128:27: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glTexCoord4fv(v v:UnsafePointer) {glTexCoord4fv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7131:28: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord4hNV(s s:GLhalfNV, t:GLhalfNV, r:GLhalfNV, q:GLhalfNV) {glTexCoord4hNV_P(s, t, r, q)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7134:29: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glTexCoord4hvNV(v v:UnsafePointer) {glTexCoord4hvNV_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7137:26: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord4i(s s:GLint, t:GLint, r:GLint, q:GLint) {glTexCoord4i_P(s, t, r, q)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7140:27: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glTexCoord4iv(v v:UnsafePointer) {glTexCoord4iv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7143:26: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord4s(s s:GLshort, t:GLshort, r:GLshort, q:GLshort) {glTexCoord4s_P(s, t, r, q)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7146:27: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glTexCoord4sv(v v:UnsafePointer) {glTexCoord4sv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7149:29: warning: extraneous duplicate parameter name; 's' already has an argument label public func glTexCoord4xOES(s s:GLfixed, t:GLfixed, r:GLfixed, q:GLfixed) {glTexCoord4xOES_P(s, t, r, q)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7152:30: warning: extraneous duplicate parameter name; 'coords' already has an argument label public func glTexCoord4xvOES(coords coords:UnsafePointer) {glTexCoord4xvOES_P(coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7155:32: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glTexCoordFormatNV(size size:GLint, type:GLenum, stride:GLsizei) {glTexCoordFormatNV_P(size, type, stride)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7158:28: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glTexCoordP1ui(type type:GLenum, coords:GLuint) {glTexCoordP1ui_P(type, coords)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7161:29: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glTexCoordP1uiv(type type:GLenum, coords:UnsafePointer) {glTexCoordP1uiv_P(type, coords)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7164:28: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glTexCoordP2ui(type type:GLenum, coords:GLuint) {glTexCoordP2ui_P(type, coords)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7167:29: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glTexCoordP2uiv(type type:GLenum, coords:UnsafePointer) {glTexCoordP2uiv_P(type, coords)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7170:28: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glTexCoordP3ui(type type:GLenum, coords:GLuint) {glTexCoordP3ui_P(type, coords)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7173:29: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glTexCoordP3uiv(type type:GLenum, coords:UnsafePointer) {glTexCoordP3uiv_P(type, coords)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7176:28: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glTexCoordP4ui(type type:GLenum, coords:GLuint) {glTexCoordP4ui_P(type, coords)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7179:29: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glTexCoordP4uiv(type type:GLenum, coords:UnsafePointer) {glTexCoordP4uiv_P(type, coords)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7182:31: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glTexCoordPointer(size size:GLint, type:GLenum, stride:GLsizei, pointer:UnsafePointer) {glTexCoordPointer_P(size, type, stride, pointer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7185:34: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glTexCoordPointerEXT(size size:GLint, type:GLenum, stride:GLsizei, count:GLsizei, pointer:UnsafePointer) {glTexCoordPointerEXT_P(size, type, stride, count, pointer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7188:38: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glTexCoordPointerListIBM(size size:GLint, type:GLenum, stride:GLint, pointer:UnsafeMutablePointer>, ptrstride:GLint) {glTexCoordPointerListIBM_P(size, type, stride, pointer, ptrstride)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7191:37: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glTexCoordPointervINTEL(size size:GLint, type:GLenum, pointer:UnsafeMutablePointer>) {glTexCoordPointervINTEL_P(size, type, pointer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7194:23: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexEnvf(target target:GLenum, pname:GLenum, param:GLfloat) {glTexEnvf_P(target, pname, param)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7197:24: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexEnvfv(target target:GLenum, pname:GLenum, params:UnsafePointer) {glTexEnvfv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7200:23: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexEnvi(target target:GLenum, pname:GLenum, param:GLint) {glTexEnvi_P(target, pname, param)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7203:24: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexEnviv(target target:GLenum, pname:GLenum, params:UnsafePointer) {glTexEnviv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7206:23: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexEnvx(target target:GLenum, pname:GLenum, param:GLfixed) {glTexEnvx_P(target, pname, param)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7209:26: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexEnvxOES(target target:GLenum, pname:GLenum, param:GLfixed) {glTexEnvxOES_P(target, pname, param)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7212:24: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexEnvxv(target target:GLenum, pname:GLenum, params:UnsafePointer) {glTexEnvxv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7215:27: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexEnvxvOES(target target:GLenum, pname:GLenum, params:UnsafePointer) {glTexEnvxvOES_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7218:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexFilterFuncSGIS(target target:GLenum, filter:GLenum, n:GLsizei, weights:UnsafePointer) {glTexFilterFuncSGIS_P(target, filter, n, weights)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7221:23: warning: extraneous duplicate parameter name; 'coord' already has an argument label public func glTexGend(coord coord:GLenum, pname:GLenum, param:GLdouble) {glTexGend_P(coord, pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7224:24: warning: extraneous duplicate parameter name; 'coord' already has an argument label public func glTexGendv(coord coord:GLenum, pname:GLenum, params:UnsafePointer) {glTexGendv_P(coord, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7227:23: warning: extraneous duplicate parameter name; 'coord' already has an argument label public func glTexGenf(coord coord:GLenum, pname:GLenum, param:GLfloat) {glTexGenf_P(coord, pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7230:26: warning: extraneous duplicate parameter name; 'coord' already has an argument label public func glTexGenfOES(coord coord:GLenum, pname:GLenum, param:GLfloat) {glTexGenfOES_P(coord, pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7233:24: warning: extraneous duplicate parameter name; 'coord' already has an argument label public func glTexGenfv(coord coord:GLenum, pname:GLenum, params:UnsafePointer) {glTexGenfv_P(coord, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7236:27: warning: extraneous duplicate parameter name; 'coord' already has an argument label public func glTexGenfvOES(coord coord:GLenum, pname:GLenum, params:UnsafePointer) {glTexGenfvOES_P(coord, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7239:23: warning: extraneous duplicate parameter name; 'coord' already has an argument label public func glTexGeni(coord coord:GLenum, pname:GLenum, param:GLint) {glTexGeni_P(coord, pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7242:26: warning: extraneous duplicate parameter name; 'coord' already has an argument label public func glTexGeniOES(coord coord:GLenum, pname:GLenum, param:GLint) {glTexGeniOES_P(coord, pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7245:24: warning: extraneous duplicate parameter name; 'coord' already has an argument label public func glTexGeniv(coord coord:GLenum, pname:GLenum, params:UnsafePointer) {glTexGeniv_P(coord, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7248:27: warning: extraneous duplicate parameter name; 'coord' already has an argument label public func glTexGenivOES(coord coord:GLenum, pname:GLenum, params:UnsafePointer) {glTexGenivOES_P(coord, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7251:26: warning: extraneous duplicate parameter name; 'coord' already has an argument label public func glTexGenxOES(coord coord:GLenum, pname:GLenum, param:GLfixed) {glTexGenxOES_P(coord, pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7254:27: warning: extraneous duplicate parameter name; 'coord' already has an argument label public func glTexGenxvOES(coord coord:GLenum, pname:GLenum, params:UnsafePointer) {glTexGenxvOES_P(coord, pname, params)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7257:26: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexImage1D(target target:GLenum, level:GLint, internalformat:GLint, width:GLsizei, border:GLint, format:GLenum, type:GLenum, pixels:UnsafePointer) {glTexImage1D_P(target, level, internalformat, width, border, format, type, pixels)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7260:26: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexImage2D(target target:GLenum, level:GLint, internalformat:GLint, width:GLsizei, height:GLsizei, border:GLint, format:GLenum, type:GLenum, pixels:UnsafePointer) {glTexImage2D_P(target, level, internalformat, width, height, border, format, type, pixels)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7263:37: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexImage2DMultisample(target target:GLenum, samples:GLsizei, internalformat:GLenum, width:GLsizei, height:GLsizei, fixedsamplelocations:GLboolean) {glTexImage2DMultisample_P(target, samples, internalformat, width, height, fixedsamplelocations)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7266:47: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexImage2DMultisampleCoverageNV(target target:GLenum, coverageSamples:GLsizei, colorSamples:GLsizei, internalFormat:GLint, width:GLsizei, height:GLsizei, fixedSampleLocations:GLboolean) {glTexImage2DMultisampleCoverageNV_P(target, coverageSamples, colorSamples, internalFormat, width, height, fixedSampleLocations)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7269:26: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexImage3D(target target:GLenum, level:GLint, internalformat:GLint, width:GLsizei, height:GLsizei, depth:GLsizei, border:GLint, format:GLenum, type:GLenum, pixels:UnsafePointer) {glTexImage3D_P(target, level, internalformat, width, height, depth, border, format, type, pixels)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7272:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexImage3DEXT(target target:GLenum, level:GLint, internalformat:GLenum, width:GLsizei, height:GLsizei, depth:GLsizei, border:GLint, format:GLenum, type:GLenum, pixels:UnsafePointer) {glTexImage3DEXT_P(target, level, internalformat, width, height, depth, border, format, type, pixels)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7275:37: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexImage3DMultisample(target target:GLenum, samples:GLsizei, internalformat:GLenum, width:GLsizei, height:GLsizei, depth:GLsizei, fixedsamplelocations:GLboolean) {glTexImage3DMultisample_P(target, samples, internalformat, width, height, depth, fixedsamplelocations)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7278:47: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexImage3DMultisampleCoverageNV(target target:GLenum, coverageSamples:GLsizei, colorSamples:GLsizei, internalFormat:GLint, width:GLsizei, height:GLsizei, depth:GLsizei, fixedSampleLocations:GLboolean) {glTexImage3DMultisampleCoverageNV_P(target, coverageSamples, colorSamples, internalFormat, width, height, depth, fixedSampleLocations)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7281:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexImage3DOES(target target:GLenum, level:GLint, internalformat:GLenum, width:GLsizei, height:GLsizei, depth:GLsizei, border:GLint, format:GLenum, type:GLenum, pixels:UnsafePointer) {glTexImage3DOES_P(target, level, internalformat, width, height, depth, border, format, type, pixels)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7284:30: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexImage4DSGIS(target target:GLenum, level:GLint, internalformat:GLenum, width:GLsizei, height:GLsizei, depth:GLsizei, size4d:GLsizei, border:GLint, format:GLenum, type:GLenum, pixels:UnsafePointer) {glTexImage4DSGIS_P(target, level, internalformat, width, height, depth, size4d, border, format, type, pixels)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7287:36: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexPageCommitmentARB(target target:GLenum, level:GLint, xoffset:GLint, yoffset:GLint, zoffset:GLint, width:GLsizei, height:GLsizei, depth:GLsizei, commit:GLboolean) {glTexPageCommitmentARB_P(target, level, xoffset, yoffset, zoffset, width, height, depth, commit)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7290:36: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexPageCommitmentEXT(target target:GLenum, level:GLint, xoffset:GLint, yoffset:GLint, zoffset:GLint, width:GLsizei, height:GLsizei, depth:GLsizei, commit:GLboolean) {glTexPageCommitmentEXT_P(target, level, xoffset, yoffset, zoffset, width, height, depth, commit)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7293:31: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexParameterIiv(target target:GLenum, pname:GLenum, params:UnsafePointer) {glTexParameterIiv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7296:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexParameterIivEXT(target target:GLenum, pname:GLenum, params:UnsafePointer) {glTexParameterIivEXT_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7299:34: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexParameterIivOES(target target:GLenum, pname:GLenum, params:UnsafePointer) {glTexParameterIivOES_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7302:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexParameterIuiv(target target:GLenum, pname:GLenum, params:UnsafePointer) {glTexParameterIuiv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7305:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexParameterIuivEXT(target target:GLenum, pname:GLenum, params:UnsafePointer) {glTexParameterIuivEXT_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7308:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexParameterIuivOES(target target:GLenum, pname:GLenum, params:UnsafePointer) {glTexParameterIuivOES_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7311:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexParameterf(target target:GLenum, pname:GLenum, param:GLfloat) {glTexParameterf_P(target, pname, param)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7314:30: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexParameterfv(target target:GLenum, pname:GLenum, params:UnsafePointer) {glTexParameterfv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7317:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexParameteri(target target:GLenum, pname:GLenum, param:GLint) {glTexParameteri_P(target, pname, param)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7320:30: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexParameteriv(target target:GLenum, pname:GLenum, params:UnsafePointer) {glTexParameteriv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7323:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexParameterx(target target:GLenum, pname:GLenum, param:GLfixed) {glTexParameterx_P(target, pname, param)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7326:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexParameterxOES(target target:GLenum, pname:GLenum, param:GLfixed) {glTexParameterxOES_P(target, pname, param)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7329:30: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexParameterxv(target target:GLenum, pname:GLenum, params:UnsafePointer) {glTexParameterxv_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7332:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexParameterxvOES(target target:GLenum, pname:GLenum, params:UnsafePointer) {glTexParameterxvOES_P(target, pname, params)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7335:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexRenderbufferNV(target target:GLenum, renderbuffer:GLuint) {glTexRenderbufferNV_P(target, renderbuffer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7338:28: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexStorage1D(target target:GLenum, levels:GLsizei, internalformat:GLenum, width:GLsizei) {glTexStorage1D_P(target, levels, internalformat, width)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7341:31: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexStorage1DEXT(target target:GLenum, levels:GLsizei, internalformat:GLenum, width:GLsizei) {glTexStorage1DEXT_P(target, levels, internalformat, width)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7344:28: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexStorage2D(target target:GLenum, levels:GLsizei, internalformat:GLenum, width:GLsizei, height:GLsizei) {glTexStorage2D_P(target, levels, internalformat, width, height)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7347:31: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexStorage2DEXT(target target:GLenum, levels:GLsizei, internalformat:GLenum, width:GLsizei, height:GLsizei) {glTexStorage2DEXT_P(target, levels, internalformat, width, height)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7350:39: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexStorage2DMultisample(target target:GLenum, samples:GLsizei, internalformat:GLenum, width:GLsizei, height:GLsizei, fixedsamplelocations:GLboolean) {glTexStorage2DMultisample_P(target, samples, internalformat, width, height, fixedsamplelocations)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7353:28: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexStorage3D(target target:GLenum, levels:GLsizei, internalformat:GLenum, width:GLsizei, height:GLsizei, depth:GLsizei) {glTexStorage3D_P(target, levels, internalformat, width, height, depth)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7356:31: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexStorage3DEXT(target target:GLenum, levels:GLsizei, internalformat:GLenum, width:GLsizei, height:GLsizei, depth:GLsizei) {glTexStorage3DEXT_P(target, levels, internalformat, width, height, depth)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7359:39: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexStorage3DMultisample(target target:GLenum, samples:GLsizei, internalformat:GLenum, width:GLsizei, height:GLsizei, depth:GLsizei, fixedsamplelocations:GLboolean) {glTexStorage3DMultisample_P(target, samples, internalformat, width, height, depth, fixedsamplelocations)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7362:42: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexStorage3DMultisampleOES(target target:GLenum, samples:GLsizei, internalformat:GLenum, width:GLsizei, height:GLsizei, depth:GLsizei, fixedsamplelocations:GLboolean) {glTexStorage3DMultisampleOES_P(target, samples, internalformat, width, height, depth, fixedsamplelocations)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7365:35: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexStorageSparseAMD(target target:GLenum, internalFormat:GLenum, width:GLsizei, height:GLsizei, depth:GLsizei, layers:GLsizei, flags:GLbitfield) {glTexStorageSparseAMD_P(target, internalFormat, width, height, depth, layers, flags)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7368:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexSubImage1D(target target:GLenum, level:GLint, xoffset:GLint, width:GLsizei, format:GLenum, type:GLenum, pixels:UnsafePointer) {glTexSubImage1D_P(target, level, xoffset, width, format, type, pixels)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7371:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexSubImage1DEXT(target target:GLenum, level:GLint, xoffset:GLint, width:GLsizei, format:GLenum, type:GLenum, pixels:UnsafePointer) {glTexSubImage1DEXT_P(target, level, xoffset, width, format, type, pixels)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7374:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexSubImage2D(target target:GLenum, level:GLint, xoffset:GLint, yoffset:GLint, width:GLsizei, height:GLsizei, format:GLenum, type:GLenum, pixels:UnsafePointer) {glTexSubImage2D_P(target, level, xoffset, yoffset, width, height, format, type, pixels)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7377:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexSubImage2DEXT(target target:GLenum, level:GLint, xoffset:GLint, yoffset:GLint, width:GLsizei, height:GLsizei, format:GLenum, type:GLenum, pixels:UnsafePointer) {glTexSubImage2DEXT_P(target, level, xoffset, yoffset, width, height, format, type, pixels)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7380:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexSubImage3D(target target:GLenum, level:GLint, xoffset:GLint, yoffset:GLint, zoffset:GLint, width:GLsizei, height:GLsizei, depth:GLsizei, format:GLenum, type:GLenum, pixels:UnsafePointer) {glTexSubImage3D_P(target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7383:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexSubImage3DEXT(target target:GLenum, level:GLint, xoffset:GLint, yoffset:GLint, zoffset:GLint, width:GLsizei, height:GLsizei, depth:GLsizei, format:GLenum, type:GLenum, pixels:UnsafePointer) {glTexSubImage3DEXT_P(target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7386:32: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexSubImage3DOES(target target:GLenum, level:GLint, xoffset:GLint, yoffset:GLint, zoffset:GLint, width:GLsizei, height:GLsizei, depth:GLsizei, format:GLenum, type:GLenum, pixels:UnsafePointer) {glTexSubImage3DOES_P(target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7389:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTexSubImage4DSGIS(target target:GLenum, level:GLint, xoffset:GLint, yoffset:GLint, zoffset:GLint, woffset:GLint, width:GLsizei, height:GLsizei, depth:GLsizei, size4d:GLsizei, format:GLenum, type:GLenum, pixels:UnsafePointer) {glTexSubImage4DSGIS_P(target, level, xoffset, yoffset, zoffset, woffset, width, height, depth, size4d, format, type, pixels)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7396:29: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureBuffer(texture texture:GLuint, internalformat:GLenum, buffer:GLuint) {glTextureBuffer_P(texture, internalformat, buffer)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7399:32: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureBufferEXT(texture texture:GLuint, target:GLenum, internalformat:GLenum, buffer:GLuint) {glTextureBufferEXT_P(texture, target, internalformat, buffer)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7402:34: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureBufferRange(texture texture:GLuint, internalformat:GLenum, buffer:GLuint, offset:GLintptr, size:GLsizeiptr) {glTextureBufferRange_P(texture, internalformat, buffer, offset, size)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7405:37: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureBufferRangeEXT(texture texture:GLuint, target:GLenum, internalformat:GLenum, buffer:GLuint, offset:GLintptr, size:GLsizeiptr) {glTextureBufferRangeEXT_P(texture, target, internalformat, buffer, offset, size)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7408:36: warning: extraneous duplicate parameter name; 'red' already has an argument label public func glTextureColorMaskSGIS(red red:GLboolean, green:GLboolean, blue:GLboolean, alpha:GLboolean) {glTextureColorMaskSGIS_P(red, green, blue, alpha)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7411:33: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureImage1DEXT(texture texture:GLuint, target:GLenum, level:GLint, internalformat:GLint, width:GLsizei, border:GLint, format:GLenum, type:GLenum, pixels:UnsafePointer) {glTextureImage1DEXT_P(texture, target, level, internalformat, width, border, format, type, pixels)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7414:33: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureImage2DEXT(texture texture:GLuint, target:GLenum, level:GLint, internalformat:GLint, width:GLsizei, height:GLsizei, border:GLint, format:GLenum, type:GLenum, pixels:UnsafePointer) {glTextureImage2DEXT_P(texture, target, level, internalformat, width, height, border, format, type, pixels)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7417:51: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureImage2DMultisampleCoverageNV(texture texture:GLuint, target:GLenum, coverageSamples:GLsizei, colorSamples:GLsizei, internalFormat:GLint, width:GLsizei, height:GLsizei, fixedSampleLocations:GLboolean) {glTextureImage2DMultisampleCoverageNV_P(texture, target, coverageSamples, colorSamples, internalFormat, width, height, fixedSampleLocations)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7420:43: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureImage2DMultisampleNV(texture texture:GLuint, target:GLenum, samples:GLsizei, internalFormat:GLint, width:GLsizei, height:GLsizei, fixedSampleLocations:GLboolean) {glTextureImage2DMultisampleNV_P(texture, target, samples, internalFormat, width, height, fixedSampleLocations)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7423:33: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureImage3DEXT(texture texture:GLuint, target:GLenum, level:GLint, internalformat:GLint, width:GLsizei, height:GLsizei, depth:GLsizei, border:GLint, format:GLenum, type:GLenum, pixels:UnsafePointer) {glTextureImage3DEXT_P(texture, target, level, internalformat, width, height, depth, border, format, type, pixels)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7426:51: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureImage3DMultisampleCoverageNV(texture texture:GLuint, target:GLenum, coverageSamples:GLsizei, colorSamples:GLsizei, internalFormat:GLint, width:GLsizei, height:GLsizei, depth:GLsizei, fixedSampleLocations:GLboolean) {glTextureImage3DMultisampleCoverageNV_P(texture, target, coverageSamples, colorSamples, internalFormat, width, height, depth, fixedSampleLocations)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7429:43: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureImage3DMultisampleNV(texture texture:GLuint, target:GLenum, samples:GLsizei, internalFormat:GLint, width:GLsizei, height:GLsizei, depth:GLsizei, fixedSampleLocations:GLboolean) {glTextureImage3DMultisampleNV_P(texture, target, samples, internalFormat, width, height, depth, fixedSampleLocations)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7432:31: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glTextureLightEXT(pname pname:GLenum) {glTextureLightEXT_P(pname)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7435:34: warning: extraneous duplicate parameter name; 'face' already has an argument label public func glTextureMaterialEXT(face face:GLenum, mode:GLenum) {glTextureMaterialEXT_P(face, mode)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7438:32: warning: extraneous duplicate parameter name; 'mode' already has an argument label public func glTextureNormalEXT(mode mode:GLenum) {glTextureNormalEXT_P(mode)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7441:40: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTexturePageCommitmentEXT(texture texture:GLuint, level:GLint, xoffset:GLint, yoffset:GLint, zoffset:GLint, width:GLsizei, height:GLsizei, depth:GLsizei, commit:GLboolean) {glTexturePageCommitmentEXT_P(texture, level, xoffset, yoffset, zoffset, width, height, depth, commit)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7444:35: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureParameterIiv(texture texture:GLuint, pname:GLenum, params:UnsafePointer) {glTextureParameterIiv_P(texture, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7447:38: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureParameterIivEXT(texture texture:GLuint, target:GLenum, pname:GLenum, params:UnsafePointer) {glTextureParameterIivEXT_P(texture, target, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7450:36: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureParameterIuiv(texture texture:GLuint, pname:GLenum, params:UnsafePointer) {glTextureParameterIuiv_P(texture, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7453:39: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureParameterIuivEXT(texture texture:GLuint, target:GLenum, pname:GLenum, params:UnsafePointer) {glTextureParameterIuivEXT_P(texture, target, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7456:33: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureParameterf(texture texture:GLuint, pname:GLenum, param:GLfloat) {glTextureParameterf_P(texture, pname, param)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7459:36: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureParameterfEXT(texture texture:GLuint, target:GLenum, pname:GLenum, param:GLfloat) {glTextureParameterfEXT_P(texture, target, pname, param)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7462:34: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureParameterfv(texture texture:GLuint, pname:GLenum, param:UnsafePointer) {glTextureParameterfv_P(texture, pname, param)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7465:37: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureParameterfvEXT(texture texture:GLuint, target:GLenum, pname:GLenum, params:UnsafePointer) {glTextureParameterfvEXT_P(texture, target, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7468:33: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureParameteri(texture texture:GLuint, pname:GLenum, param:GLint) {glTextureParameteri_P(texture, pname, param)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7471:36: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureParameteriEXT(texture texture:GLuint, target:GLenum, pname:GLenum, param:GLint) {glTextureParameteriEXT_P(texture, target, pname, param)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7474:34: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureParameteriv(texture texture:GLuint, pname:GLenum, param:UnsafePointer) {glTextureParameteriv_P(texture, pname, param)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7477:37: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureParameterivEXT(texture texture:GLuint, target:GLenum, pname:GLenum, params:UnsafePointer) {glTextureParameterivEXT_P(texture, target, pname, params)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7480:33: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTextureRangeAPPLE(target target:GLenum, length:GLsizei, pointer:UnsafePointer) {glTextureRangeAPPLE_P(target, length, pointer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7483:38: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureRenderbufferEXT(texture texture:GLuint, target:GLenum, renderbuffer:GLuint) {glTextureRenderbufferEXT_P(texture, target, renderbuffer)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7486:32: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureStorage1D(texture texture:GLuint, levels:GLsizei, internalformat:GLenum, width:GLsizei) {glTextureStorage1D_P(texture, levels, internalformat, width)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7489:35: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureStorage1DEXT(texture texture:GLuint, target:GLenum, levels:GLsizei, internalformat:GLenum, width:GLsizei) {glTextureStorage1DEXT_P(texture, target, levels, internalformat, width)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7492:32: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureStorage2D(texture texture:GLuint, levels:GLsizei, internalformat:GLenum, width:GLsizei, height:GLsizei) {glTextureStorage2D_P(texture, levels, internalformat, width, height)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7495:35: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureStorage2DEXT(texture texture:GLuint, target:GLenum, levels:GLsizei, internalformat:GLenum, width:GLsizei, height:GLsizei) {glTextureStorage2DEXT_P(texture, target, levels, internalformat, width, height)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7498:43: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureStorage2DMultisample(texture texture:GLuint, samples:GLsizei, internalformat:GLenum, width:GLsizei, height:GLsizei, fixedsamplelocations:GLboolean) {glTextureStorage2DMultisample_P(texture, samples, internalformat, width, height, fixedsamplelocations)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7501:46: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureStorage2DMultisampleEXT(texture texture:GLuint, target:GLenum, samples:GLsizei, internalformat:GLenum, width:GLsizei, height:GLsizei, fixedsamplelocations:GLboolean) {glTextureStorage2DMultisampleEXT_P(texture, target, samples, internalformat, width, height, fixedsamplelocations)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7504:32: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureStorage3D(texture texture:GLuint, levels:GLsizei, internalformat:GLenum, width:GLsizei, height:GLsizei, depth:GLsizei) {glTextureStorage3D_P(texture, levels, internalformat, width, height, depth)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7507:35: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureStorage3DEXT(texture texture:GLuint, target:GLenum, levels:GLsizei, internalformat:GLenum, width:GLsizei, height:GLsizei, depth:GLsizei) {glTextureStorage3DEXT_P(texture, target, levels, internalformat, width, height, depth)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7510:43: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureStorage3DMultisample(texture texture:GLuint, samples:GLsizei, internalformat:GLenum, width:GLsizei, height:GLsizei, depth:GLsizei, fixedsamplelocations:GLboolean) {glTextureStorage3DMultisample_P(texture, samples, internalformat, width, height, depth, fixedsamplelocations)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7513:46: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureStorage3DMultisampleEXT(texture texture:GLuint, target:GLenum, samples:GLsizei, internalformat:GLenum, width:GLsizei, height:GLsizei, depth:GLsizei, fixedsamplelocations:GLboolean) {glTextureStorage3DMultisampleEXT_P(texture, target, samples, internalformat, width, height, depth, fixedsamplelocations)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7516:39: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureStorageSparseAMD(texture texture:GLuint, target:GLenum, internalFormat:GLenum, width:GLsizei, height:GLsizei, depth:GLsizei, layers:GLsizei, flags:GLbitfield) {glTextureStorageSparseAMD_P(texture, target, internalFormat, width, height, depth, layers, flags)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7519:33: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureSubImage1D(texture texture:GLuint, level:GLint, xoffset:GLint, width:GLsizei, format:GLenum, type:GLenum, pixels:UnsafePointer) {glTextureSubImage1D_P(texture, level, xoffset, width, format, type, pixels)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7522:36: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureSubImage1DEXT(texture texture:GLuint, target:GLenum, level:GLint, xoffset:GLint, width:GLsizei, format:GLenum, type:GLenum, pixels:UnsafePointer) {glTextureSubImage1DEXT_P(texture, target, level, xoffset, width, format, type, pixels)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7525:33: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureSubImage2D(texture texture:GLuint, level:GLint, xoffset:GLint, yoffset:GLint, width:GLsizei, height:GLsizei, format:GLenum, type:GLenum, pixels:UnsafePointer) {glTextureSubImage2D_P(texture, level, xoffset, yoffset, width, height, format, type, pixels)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7528:36: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureSubImage2DEXT(texture texture:GLuint, target:GLenum, level:GLint, xoffset:GLint, yoffset:GLint, width:GLsizei, height:GLsizei, format:GLenum, type:GLenum, pixels:UnsafePointer) {glTextureSubImage2DEXT_P(texture, target, level, xoffset, yoffset, width, height, format, type, pixels)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7531:33: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureSubImage3D(texture texture:GLuint, level:GLint, xoffset:GLint, yoffset:GLint, zoffset:GLint, width:GLsizei, height:GLsizei, depth:GLsizei, format:GLenum, type:GLenum, pixels:UnsafePointer) {glTextureSubImage3D_P(texture, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7534:36: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureSubImage3DEXT(texture texture:GLuint, target:GLenum, level:GLint, xoffset:GLint, yoffset:GLint, zoffset:GLint, width:GLsizei, height:GLsizei, depth:GLsizei, format:GLenum, type:GLenum, pixels:UnsafePointer) {glTextureSubImage3DEXT_P(texture, target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7537:27: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureView(texture texture:GLuint, target:GLenum, origtexture:GLuint, internalformat:GLenum, minlevel:GLuint, numlevels:GLuint, minlayer:GLuint, numlayers:GLuint) {glTextureView_P(texture, target, origtexture, internalformat, minlevel, numlevels, minlayer, numlayers)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7540:30: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureViewEXT(texture texture:GLuint, target:GLenum, origtexture:GLuint, internalformat:GLenum, minlevel:GLuint, numlevels:GLuint, minlayer:GLuint, numlayers:GLuint) {glTextureViewEXT_P(texture, target, origtexture, internalformat, minlevel, numlevels, minlayer, numlayers)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7543:30: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glTextureViewOES(texture texture:GLuint, target:GLenum, origtexture:GLuint, internalformat:GLenum, minlevel:GLuint, numlevels:GLuint, minlayer:GLuint, numlayers:GLuint) {glTextureViewOES_P(texture, target, origtexture, internalformat, minlevel, numlevels, minlayer, numlayers)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7546:29: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glTrackMatrixNV(target target:GLenum, address:GLuint, matrix:GLenum, transform:GLenum) {glTrackMatrixNV_P(target, address, matrix, transform)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7549:42: warning: extraneous duplicate parameter name; 'count' already has an argument label public func glTransformFeedbackAttribsNV(count count:GLsizei, attribs:UnsafePointer, bufferMode:GLenum) {glTransformFeedbackAttribsNV_P(count, attribs, bufferMode)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7552:43: warning: extraneous duplicate parameter name; 'xfb' already has an argument label public func glTransformFeedbackBufferBase(xfb xfb:GLuint, index:GLuint, buffer:GLuint) {glTransformFeedbackBufferBase_P(xfb, index, buffer)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7555:44: warning: extraneous duplicate parameter name; 'xfb' already has an argument label public func glTransformFeedbackBufferRange(xfb xfb:GLuint, index:GLuint, buffer:GLuint, offset:GLintptr, size:GLsizeiptr) {glTransformFeedbackBufferRange_P(xfb, index, buffer, offset, size)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7558:48: warning: extraneous duplicate parameter name; 'count' already has an argument label public func glTransformFeedbackStreamAttribsNV(count count:GLsizei, attribs:UnsafePointer, nbuffers:GLsizei, bufstreams:UnsafePointer, bufferMode:GLenum) {glTransformFeedbackStreamAttribsNV_P(count, attribs, nbuffers, bufstreams, bufferMode)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7561:41: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glTransformFeedbackVaryings(program program:GLuint, count:GLsizei, varyings:UnsafePointer>, bufferMode:GLenum) {glTransformFeedbackVaryings_P(program, count, varyings, bufferMode)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7564:44: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glTransformFeedbackVaryingsEXT(program program:GLuint, count:GLsizei, varyings:UnsafePointer>, bufferMode:GLenum) {glTransformFeedbackVaryingsEXT_P(program, count, varyings, bufferMode)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7567:43: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glTransformFeedbackVaryingsNV(program program:GLuint, count:GLsizei, locations:UnsafePointer, bufferMode:GLenum) {glTransformFeedbackVaryingsNV_P(program, count, locations, bufferMode)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7570:31: warning: extraneous duplicate parameter name; 'resultPath' already has an argument label public func glTransformPathNV(resultPath resultPath:GLuint, srcPath:GLuint, transformType:GLenum, transformValues:UnsafePointer) {glTransformPathNV_P(resultPath, srcPath, transformType, transformValues)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7573:26: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glTranslated(x x:GLdouble, y:GLdouble, z:GLdouble) {glTranslated_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7576:26: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glTranslatef(x x:GLfloat, y:GLfloat, z:GLfloat) {glTranslatef_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7579:26: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glTranslatex(x x:GLfixed, y:GLfixed, z:GLfixed) {glTranslatex_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7582:29: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glTranslatexOES(x x:GLfixed, y:GLfixed, z:GLfixed) {glTranslatexOES_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7585:25: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform1d(location location:GLint, x:GLdouble) {glUniform1d_P(location, x)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7588:26: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform1dv(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform1dv_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7591:25: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform1f(location location:GLint, v0:GLfloat) {glUniform1f_P(location, v0)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7594:28: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform1fARB(location location:GLint, v0:GLfloat) {glUniform1fARB_P(location, v0)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7597:26: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform1fv(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform1fv_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7600:29: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform1fvARB(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform1fvARB_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7603:25: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform1i(location location:GLint, v0:GLint) {glUniform1i_P(location, v0)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7606:30: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform1i64ARB(location location:GLint, x:GLint64) {glUniform1i64ARB_P(location, x)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7609:29: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform1i64NV(location location:GLint, x:GLint64EXT) {glUniform1i64NV_P(location, x)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7612:31: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform1i64vARB(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform1i64vARB_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7615:30: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform1i64vNV(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform1i64vNV_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7618:28: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform1iARB(location location:GLint, v0:GLint) {glUniform1iARB_P(location, v0)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7621:26: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform1iv(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform1iv_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7624:29: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform1ivARB(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform1ivARB_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7627:26: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform1ui(location location:GLint, v0:GLuint) {glUniform1ui_P(location, v0)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7630:31: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform1ui64ARB(location location:GLint, x:GLuint64) {glUniform1ui64ARB_P(location, x)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7633:30: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform1ui64NV(location location:GLint, x:GLuint64EXT) {glUniform1ui64NV_P(location, x)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7636:32: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform1ui64vARB(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform1ui64vARB_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7639:31: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform1ui64vNV(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform1ui64vNV_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7642:29: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform1uiEXT(location location:GLint, v0:GLuint) {glUniform1uiEXT_P(location, v0)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7645:27: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform1uiv(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform1uiv_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7648:30: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform1uivEXT(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform1uivEXT_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7651:25: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform2d(location location:GLint, x:GLdouble, y:GLdouble) {glUniform2d_P(location, x, y)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7654:26: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform2dv(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform2dv_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7657:25: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform2f(location location:GLint, v0:GLfloat, v1:GLfloat) {glUniform2f_P(location, v0, v1)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7660:28: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform2fARB(location location:GLint, v0:GLfloat, v1:GLfloat) {glUniform2fARB_P(location, v0, v1)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7663:26: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform2fv(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform2fv_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7666:29: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform2fvARB(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform2fvARB_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7669:25: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform2i(location location:GLint, v0:GLint, v1:GLint) {glUniform2i_P(location, v0, v1)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7672:30: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform2i64ARB(location location:GLint, x:GLint64, y:GLint64) {glUniform2i64ARB_P(location, x, y)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7675:29: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform2i64NV(location location:GLint, x:GLint64EXT, y:GLint64EXT) {glUniform2i64NV_P(location, x, y)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7678:31: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform2i64vARB(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform2i64vARB_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7681:30: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform2i64vNV(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform2i64vNV_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7684:28: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform2iARB(location location:GLint, v0:GLint, v1:GLint) {glUniform2iARB_P(location, v0, v1)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7687:26: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform2iv(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform2iv_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7690:29: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform2ivARB(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform2ivARB_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7693:26: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform2ui(location location:GLint, v0:GLuint, v1:GLuint) {glUniform2ui_P(location, v0, v1)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7696:31: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform2ui64ARB(location location:GLint, x:GLuint64, y:GLuint64) {glUniform2ui64ARB_P(location, x, y)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7699:30: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform2ui64NV(location location:GLint, x:GLuint64EXT, y:GLuint64EXT) {glUniform2ui64NV_P(location, x, y)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7702:32: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform2ui64vARB(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform2ui64vARB_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7705:31: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform2ui64vNV(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform2ui64vNV_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7708:29: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform2uiEXT(location location:GLint, v0:GLuint, v1:GLuint) {glUniform2uiEXT_P(location, v0, v1)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7711:27: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform2uiv(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform2uiv_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7714:30: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform2uivEXT(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform2uivEXT_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7717:25: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform3d(location location:GLint, x:GLdouble, y:GLdouble, z:GLdouble) {glUniform3d_P(location, x, y, z)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7720:26: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform3dv(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform3dv_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7723:25: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform3f(location location:GLint, v0:GLfloat, v1:GLfloat, v2:GLfloat) {glUniform3f_P(location, v0, v1, v2)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7726:28: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform3fARB(location location:GLint, v0:GLfloat, v1:GLfloat, v2:GLfloat) {glUniform3fARB_P(location, v0, v1, v2)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7729:26: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform3fv(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform3fv_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7732:29: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform3fvARB(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform3fvARB_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7735:25: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform3i(location location:GLint, v0:GLint, v1:GLint, v2:GLint) {glUniform3i_P(location, v0, v1, v2)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7738:30: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform3i64ARB(location location:GLint, x:GLint64, y:GLint64, z:GLint64) {glUniform3i64ARB_P(location, x, y, z)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7741:29: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform3i64NV(location location:GLint, x:GLint64EXT, y:GLint64EXT, z:GLint64EXT) {glUniform3i64NV_P(location, x, y, z)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7744:31: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform3i64vARB(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform3i64vARB_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7747:30: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform3i64vNV(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform3i64vNV_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7750:28: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform3iARB(location location:GLint, v0:GLint, v1:GLint, v2:GLint) {glUniform3iARB_P(location, v0, v1, v2)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7753:26: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform3iv(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform3iv_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7756:29: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform3ivARB(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform3ivARB_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7759:26: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform3ui(location location:GLint, v0:GLuint, v1:GLuint, v2:GLuint) {glUniform3ui_P(location, v0, v1, v2)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7762:31: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform3ui64ARB(location location:GLint, x:GLuint64, y:GLuint64, z:GLuint64) {glUniform3ui64ARB_P(location, x, y, z)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7765:30: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform3ui64NV(location location:GLint, x:GLuint64EXT, y:GLuint64EXT, z:GLuint64EXT) {glUniform3ui64NV_P(location, x, y, z)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7768:32: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform3ui64vARB(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform3ui64vARB_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7771:31: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform3ui64vNV(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform3ui64vNV_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7774:29: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform3uiEXT(location location:GLint, v0:GLuint, v1:GLuint, v2:GLuint) {glUniform3uiEXT_P(location, v0, v1, v2)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7777:27: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform3uiv(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform3uiv_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7780:30: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform3uivEXT(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform3uivEXT_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7783:25: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform4d(location location:GLint, x:GLdouble, y:GLdouble, z:GLdouble, w:GLdouble) {glUniform4d_P(location, x, y, z, w)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7786:26: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform4dv(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform4dv_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7789:25: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform4f(location location:GLint, v0:GLfloat, v1:GLfloat, v2:GLfloat, v3:GLfloat) {glUniform4f_P(location, v0, v1, v2, v3)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7792:28: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform4fARB(location location:GLint, v0:GLfloat, v1:GLfloat, v2:GLfloat, v3:GLfloat) {glUniform4fARB_P(location, v0, v1, v2, v3)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7795:26: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform4fv(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform4fv_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7798:29: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform4fvARB(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform4fvARB_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7801:25: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform4i(location location:GLint, v0:GLint, v1:GLint, v2:GLint, v3:GLint) {glUniform4i_P(location, v0, v1, v2, v3)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7804:30: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform4i64ARB(location location:GLint, x:GLint64, y:GLint64, z:GLint64, w:GLint64) {glUniform4i64ARB_P(location, x, y, z, w)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7807:29: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform4i64NV(location location:GLint, x:GLint64EXT, y:GLint64EXT, z:GLint64EXT, w:GLint64EXT) {glUniform4i64NV_P(location, x, y, z, w)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7810:31: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform4i64vARB(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform4i64vARB_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7813:30: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform4i64vNV(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform4i64vNV_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7816:28: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform4iARB(location location:GLint, v0:GLint, v1:GLint, v2:GLint, v3:GLint) {glUniform4iARB_P(location, v0, v1, v2, v3)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7819:26: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform4iv(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform4iv_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7822:29: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform4ivARB(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform4ivARB_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7825:26: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform4ui(location location:GLint, v0:GLuint, v1:GLuint, v2:GLuint, v3:GLuint) {glUniform4ui_P(location, v0, v1, v2, v3)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7828:31: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform4ui64ARB(location location:GLint, x:GLuint64, y:GLuint64, z:GLuint64, w:GLuint64) {glUniform4ui64ARB_P(location, x, y, z, w)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7831:30: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform4ui64NV(location location:GLint, x:GLuint64EXT, y:GLuint64EXT, z:GLuint64EXT, w:GLuint64EXT) {glUniform4ui64NV_P(location, x, y, z, w)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7834:32: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform4ui64vARB(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform4ui64vARB_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7837:31: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform4ui64vNV(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform4ui64vNV_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7840:29: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform4uiEXT(location location:GLint, v0:GLuint, v1:GLuint, v2:GLuint, v3:GLuint) {glUniform4uiEXT_P(location, v0, v1, v2, v3)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7843:27: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform4uiv(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform4uiv_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7846:30: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniform4uivEXT(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniform4uivEXT_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7849:35: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glUniformBlockBinding(program program:GLuint, uniformBlockIndex:GLuint, uniformBlockBinding:GLuint) {glUniformBlockBinding_P(program, uniformBlockIndex, uniformBlockBinding)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7852:32: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glUniformBufferEXT(program program:GLuint, location:GLint, buffer:GLuint) {glUniformBufferEXT_P(program, location, buffer)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7855:36: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformHandleui64ARB(location location:GLint, value:GLuint64) {glUniformHandleui64ARB_P(location, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7858:35: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformHandleui64NV(location location:GLint, value:GLuint64) {glUniformHandleui64NV_P(location, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7861:37: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformHandleui64vARB(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniformHandleui64vARB_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7864:36: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformHandleui64vNV(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniformHandleui64vNV_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7867:32: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformMatrix2dv(location location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glUniformMatrix2dv_P(location, count, transpose, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7870:32: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformMatrix2fv(location location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glUniformMatrix2fv_P(location, count, transpose, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7873:35: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformMatrix2fvARB(location location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glUniformMatrix2fvARB_P(location, count, transpose, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7876:34: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformMatrix2x3dv(location location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glUniformMatrix2x3dv_P(location, count, transpose, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7879:34: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformMatrix2x3fv(location location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glUniformMatrix2x3fv_P(location, count, transpose, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7882:36: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformMatrix2x3fvNV(location location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glUniformMatrix2x3fvNV_P(location, count, transpose, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7885:34: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformMatrix2x4dv(location location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glUniformMatrix2x4dv_P(location, count, transpose, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7888:34: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformMatrix2x4fv(location location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glUniformMatrix2x4fv_P(location, count, transpose, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7891:36: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformMatrix2x4fvNV(location location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glUniformMatrix2x4fvNV_P(location, count, transpose, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7894:32: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformMatrix3dv(location location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glUniformMatrix3dv_P(location, count, transpose, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7897:32: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformMatrix3fv(location location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glUniformMatrix3fv_P(location, count, transpose, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7900:35: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformMatrix3fvARB(location location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glUniformMatrix3fvARB_P(location, count, transpose, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7903:34: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformMatrix3x2dv(location location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glUniformMatrix3x2dv_P(location, count, transpose, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7906:34: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformMatrix3x2fv(location location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glUniformMatrix3x2fv_P(location, count, transpose, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7909:36: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformMatrix3x2fvNV(location location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glUniformMatrix3x2fvNV_P(location, count, transpose, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7912:34: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformMatrix3x4dv(location location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glUniformMatrix3x4dv_P(location, count, transpose, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7915:34: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformMatrix3x4fv(location location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glUniformMatrix3x4fv_P(location, count, transpose, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7918:36: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformMatrix3x4fvNV(location location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glUniformMatrix3x4fvNV_P(location, count, transpose, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7921:32: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformMatrix4dv(location location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glUniformMatrix4dv_P(location, count, transpose, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7924:32: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformMatrix4fv(location location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glUniformMatrix4fv_P(location, count, transpose, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7927:35: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformMatrix4fvARB(location location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glUniformMatrix4fvARB_P(location, count, transpose, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7930:34: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformMatrix4x2dv(location location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glUniformMatrix4x2dv_P(location, count, transpose, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7933:34: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformMatrix4x2fv(location location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glUniformMatrix4x2fv_P(location, count, transpose, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7936:36: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformMatrix4x2fvNV(location location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glUniformMatrix4x2fvNV_P(location, count, transpose, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7939:34: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformMatrix4x3dv(location location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glUniformMatrix4x3dv_P(location, count, transpose, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7942:34: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformMatrix4x3fv(location location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glUniformMatrix4x3fv_P(location, count, transpose, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7945:36: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformMatrix4x3fvNV(location location:GLint, count:GLsizei, transpose:GLboolean, value:UnsafePointer) {glUniformMatrix4x3fvNV_P(location, count, transpose, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7948:37: warning: extraneous duplicate parameter name; 'shadertype' already has an argument label public func glUniformSubroutinesuiv(shadertype shadertype:GLenum, count:GLsizei, indices:UnsafePointer) {glUniformSubroutinesuiv_P(shadertype, count, indices)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7951:29: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformui64NV(location location:GLint, value:GLuint64EXT) {glUniformui64NV_P(location, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7954:30: warning: extraneous duplicate parameter name; 'location' already has an argument label public func glUniformui64vNV(location location:GLint, count:GLsizei, value:UnsafePointer) {glUniformui64vNV_P(location, count, value)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7959:27: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glUnmapBuffer(target target:GLenum) -> GLboolean {return glUnmapBuffer_P(target)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7962:30: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glUnmapBufferARB(target target:GLenum) -> GLboolean {return glUnmapBufferARB_P(target)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7965:30: warning: extraneous duplicate parameter name; 'target' already has an argument label public func glUnmapBufferOES(target target:GLenum) -> GLboolean {return glUnmapBufferOES_P(target)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7968:32: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glUnmapNamedBuffer(buffer buffer:GLuint) -> GLboolean {return glUnmapNamedBuffer_P(buffer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7971:35: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glUnmapNamedBufferEXT(buffer buffer:GLuint) -> GLboolean {return glUnmapNamedBufferEXT_P(buffer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7974:36: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glUnmapObjectBufferATI(buffer buffer:GLuint) {glUnmapObjectBufferATI_P(buffer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7977:35: warning: extraneous duplicate parameter name; 'texture' already has an argument label public func glUnmapTexture2DINTEL(texture texture:GLuint, level:GLint) {glUnmapTexture2DINTEL_P(texture, level)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7980:37: warning: extraneous duplicate parameter name; 'buffer' already has an argument label public func glUpdateObjectBufferATI(buffer buffer:GLuint, offset:GLuint, size:GLsizei, pointer:UnsafePointer, preserve:GLenum) {glUpdateObjectBufferATI_P(buffer, offset, size, pointer, preserve)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7983:26: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glUseProgram(program program:GLuint) {glUseProgram_P(program)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7986:35: warning: extraneous duplicate parameter name; 'programObj' already has an argument label public func glUseProgramObjectARB(programObj programObj:GLhandleARB) {glUseProgramObjectARB_P(programObj)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7989:32: warning: extraneous duplicate parameter name; 'pipeline' already has an argument label public func glUseProgramStages(pipeline pipeline:GLuint, stages:GLbitfield, program:GLuint) {glUseProgramStages_P(pipeline, stages, program)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7992:35: warning: extraneous duplicate parameter name; 'pipeline' already has an argument label public func glUseProgramStagesEXT(pipeline pipeline:GLuint, stages:GLbitfield, program:GLuint) {glUseProgramStagesEXT_P(pipeline, stages, program)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7995:35: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glUseShaderProgramEXT(type type:GLenum, program:GLuint) {glUseShaderProgramEXT_P(type, program)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8000:35: warning: extraneous duplicate parameter name; 'surface' already has an argument label public func glVDPAUGetSurfaceivNV(surface surface:GLvdpauSurfaceNV, pname:GLenum, bufSize:GLsizei, length:UnsafeMutablePointer, values:UnsafeMutablePointer) {glVDPAUGetSurfaceivNV_P(surface, pname, bufSize, length, values)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8003:27: warning: extraneous duplicate parameter name; 'vdpDevice' already has an argument label public func glVDPAUInitNV(vdpDevice vdpDevice:UnsafePointer, getProcAddress:UnsafePointer) {glVDPAUInitNV_P(vdpDevice, getProcAddress)} ^~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8006:32: warning: extraneous duplicate parameter name; 'surface' already has an argument label public func glVDPAUIsSurfaceNV(surface surface:GLvdpauSurfaceNV) -> GLboolean {return glVDPAUIsSurfaceNV_P(surface)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8009:34: warning: extraneous duplicate parameter name; 'numSurfaces' already has an argument label public func glVDPAUMapSurfacesNV(numSurfaces numSurfaces:GLsizei, surfaces:UnsafePointer) {glVDPAUMapSurfacesNV_P(numSurfaces, surfaces)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8012:44: warning: extraneous duplicate parameter name; 'vdpSurface' already has an argument label public func glVDPAURegisterOutputSurfaceNV(vdpSurface vdpSurface:UnsafePointer, target:GLenum, numTextureNames:GLsizei, textureNames:UnsafePointer) -> GLvdpauSurfaceNV {return glVDPAURegisterOutputSurfaceNV_P(vdpSurface, target, numTextureNames, textureNames)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8015:43: warning: extraneous duplicate parameter name; 'vdpSurface' already has an argument label public func glVDPAURegisterVideoSurfaceNV(vdpSurface vdpSurface:UnsafePointer, target:GLenum, numTextureNames:GLsizei, textureNames:UnsafePointer) -> GLvdpauSurfaceNV {return glVDPAURegisterVideoSurfaceNV_P(vdpSurface, target, numTextureNames, textureNames)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8018:36: warning: extraneous duplicate parameter name; 'surface' already has an argument label public func glVDPAUSurfaceAccessNV(surface surface:GLvdpauSurfaceNV, access:GLenum) {glVDPAUSurfaceAccessNV_P(surface, access)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8021:36: warning: extraneous duplicate parameter name; 'numSurface' already has an argument label public func glVDPAUUnmapSurfacesNV(numSurface numSurface:GLsizei, surfaces:UnsafePointer) {glVDPAUUnmapSurfacesNV_P(numSurface, surfaces)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8024:40: warning: extraneous duplicate parameter name; 'surface' already has an argument label public func glVDPAUUnregisterSurfaceNV(surface surface:GLvdpauSurfaceNV) {glVDPAUUnregisterSurfaceNV_P(surface)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8027:31: warning: extraneous duplicate parameter name; 'program' already has an argument label public func glValidateProgram(program program:GLuint) {glValidateProgram_P(program)} ^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8030:34: warning: extraneous duplicate parameter name; 'programObj' already has an argument label public func glValidateProgramARB(programObj programObj:GLhandleARB) {glValidateProgramARB_P(programObj)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8033:39: warning: extraneous duplicate parameter name; 'pipeline' already has an argument label public func glValidateProgramPipeline(pipeline pipeline:GLuint) {glValidateProgramPipeline_P(pipeline)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8036:42: warning: extraneous duplicate parameter name; 'pipeline' already has an argument label public func glValidateProgramPipelineEXT(pipeline pipeline:GLuint) {glValidateProgramPipelineEXT_P(pipeline)} ^~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8039:37: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glVariantArrayObjectATI(id id:GLuint, type:GLenum, stride:GLsizei, buffer:GLuint, offset:GLuint) {glVariantArrayObjectATI_P(id, type, stride, buffer, offset)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8042:33: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glVariantPointerEXT(id id:GLuint, type:GLenum, stride:GLuint, addr:UnsafePointer) {glVariantPointerEXT_P(id, type, stride, addr)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8045:28: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glVariantbvEXT(id id:GLuint, addr:UnsafePointer) {glVariantbvEXT_P(id, addr)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8048:28: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glVariantdvEXT(id id:GLuint, addr:UnsafePointer) {glVariantdvEXT_P(id, addr)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8051:28: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glVariantfvEXT(id id:GLuint, addr:UnsafePointer) {glVariantfvEXT_P(id, addr)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8054:28: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glVariantivEXT(id id:GLuint, addr:UnsafePointer) {glVariantivEXT_P(id, addr)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8057:28: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glVariantsvEXT(id id:GLuint, addr:UnsafePointer) {glVariantsvEXT_P(id, addr)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8060:29: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glVariantubvEXT(id id:GLuint, addr:UnsafePointer) {glVariantubvEXT_P(id, addr)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8063:29: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glVariantuivEXT(id id:GLuint, addr:UnsafePointer) {glVariantuivEXT_P(id, addr)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8066:29: warning: extraneous duplicate parameter name; 'id' already has an argument label public func glVariantusvEXT(id id:GLuint, addr:UnsafePointer) {glVariantusvEXT_P(id, addr)} ^~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8069:27: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glVertex2bOES(x x:GLbyte, y:GLbyte) {glVertex2bOES_P(x, y)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8072:28: warning: extraneous duplicate parameter name; 'coords' already has an argument label public func glVertex2bvOES(coords coords:UnsafePointer) {glVertex2bvOES_P(coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8075:24: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glVertex2d(x x:GLdouble, y:GLdouble) {glVertex2d_P(x, y)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8078:25: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glVertex2dv(v v:UnsafePointer) {glVertex2dv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8081:24: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glVertex2f(x x:GLfloat, y:GLfloat) {glVertex2f_P(x, y)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8084:25: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glVertex2fv(v v:UnsafePointer) {glVertex2fv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8087:26: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glVertex2hNV(x x:GLhalfNV, y:GLhalfNV) {glVertex2hNV_P(x, y)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8090:27: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glVertex2hvNV(v v:UnsafePointer) {glVertex2hvNV_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8093:24: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glVertex2i(x x:GLint, y:GLint) {glVertex2i_P(x, y)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8096:25: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glVertex2iv(v v:UnsafePointer) {glVertex2iv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8099:24: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glVertex2s(x x:GLshort, y:GLshort) {glVertex2s_P(x, y)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8102:25: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glVertex2sv(v v:UnsafePointer) {glVertex2sv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8105:27: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glVertex2xOES(x x:GLfixed) {glVertex2xOES_P(x)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8108:28: warning: extraneous duplicate parameter name; 'coords' already has an argument label public func glVertex2xvOES(coords coords:UnsafePointer) {glVertex2xvOES_P(coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8111:27: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glVertex3bOES(x x:GLbyte, y:GLbyte, z:GLbyte) {glVertex3bOES_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8114:28: warning: extraneous duplicate parameter name; 'coords' already has an argument label public func glVertex3bvOES(coords coords:UnsafePointer) {glVertex3bvOES_P(coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8117:24: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glVertex3d(x x:GLdouble, y:GLdouble, z:GLdouble) {glVertex3d_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8120:25: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glVertex3dv(v v:UnsafePointer) {glVertex3dv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8123:24: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glVertex3f(x x:GLfloat, y:GLfloat, z:GLfloat) {glVertex3f_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8126:25: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glVertex3fv(v v:UnsafePointer) {glVertex3fv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8129:26: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glVertex3hNV(x x:GLhalfNV, y:GLhalfNV, z:GLhalfNV) {glVertex3hNV_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8132:27: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glVertex3hvNV(v v:UnsafePointer) {glVertex3hvNV_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8135:24: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glVertex3i(x x:GLint, y:GLint, z:GLint) {glVertex3i_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8138:25: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glVertex3iv(v v:UnsafePointer) {glVertex3iv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8141:24: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glVertex3s(x x:GLshort, y:GLshort, z:GLshort) {glVertex3s_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8144:25: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glVertex3sv(v v:UnsafePointer) {glVertex3sv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8147:27: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glVertex3xOES(x x:GLfixed, y:GLfixed) {glVertex3xOES_P(x, y)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8150:28: warning: extraneous duplicate parameter name; 'coords' already has an argument label public func glVertex3xvOES(coords coords:UnsafePointer) {glVertex3xvOES_P(coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8153:27: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glVertex4bOES(x x:GLbyte, y:GLbyte, z:GLbyte, w:GLbyte) {glVertex4bOES_P(x, y, z, w)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8156:28: warning: extraneous duplicate parameter name; 'coords' already has an argument label public func glVertex4bvOES(coords coords:UnsafePointer) {glVertex4bvOES_P(coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8159:24: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glVertex4d(x x:GLdouble, y:GLdouble, z:GLdouble, w:GLdouble) {glVertex4d_P(x, y, z, w)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8162:25: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glVertex4dv(v v:UnsafePointer) {glVertex4dv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8165:24: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glVertex4f(x x:GLfloat, y:GLfloat, z:GLfloat, w:GLfloat) {glVertex4f_P(x, y, z, w)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8168:25: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glVertex4fv(v v:UnsafePointer) {glVertex4fv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8171:26: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glVertex4hNV(x x:GLhalfNV, y:GLhalfNV, z:GLhalfNV, w:GLhalfNV) {glVertex4hNV_P(x, y, z, w)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8174:27: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glVertex4hvNV(v v:UnsafePointer) {glVertex4hvNV_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8177:24: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glVertex4i(x x:GLint, y:GLint, z:GLint, w:GLint) {glVertex4i_P(x, y, z, w)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8180:25: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glVertex4iv(v v:UnsafePointer) {glVertex4iv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8183:24: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glVertex4s(x x:GLshort, y:GLshort, z:GLshort, w:GLshort) {glVertex4s_P(x, y, z, w)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8186:25: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glVertex4sv(v v:UnsafePointer) {glVertex4sv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8189:27: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glVertex4xOES(x x:GLfixed, y:GLfixed, z:GLfixed) {glVertex4xOES_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8192:28: warning: extraneous duplicate parameter name; 'coords' already has an argument label public func glVertex4xvOES(coords coords:UnsafePointer) {glVertex4xvOES_P(coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8195:40: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glVertexArrayAttribBinding(vaobj vaobj:GLuint, attribindex:GLuint, bindingindex:GLuint) {glVertexArrayAttribBinding_P(vaobj, attribindex, bindingindex)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8198:39: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glVertexArrayAttribFormat(vaobj vaobj:GLuint, attribindex:GLuint, size:GLint, type:GLenum, normalized:GLboolean, relativeoffset:GLuint) {glVertexArrayAttribFormat_P(vaobj, attribindex, size, type, normalized, relativeoffset)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8201:40: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glVertexArrayAttribIFormat(vaobj vaobj:GLuint, attribindex:GLuint, size:GLint, type:GLenum, relativeoffset:GLuint) {glVertexArrayAttribIFormat_P(vaobj, attribindex, size, type, relativeoffset)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8204:40: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glVertexArrayAttribLFormat(vaobj vaobj:GLuint, attribindex:GLuint, size:GLint, type:GLenum, relativeoffset:GLuint) {glVertexArrayAttribLFormat_P(vaobj, attribindex, size, type, relativeoffset)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8207:46: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glVertexArrayBindVertexBufferEXT(vaobj vaobj:GLuint, bindingindex:GLuint, buffer:GLuint, offset:GLintptr, stride:GLsizei) {glVertexArrayBindVertexBufferEXT_P(vaobj, bindingindex, buffer, offset, stride)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8210:41: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glVertexArrayBindingDivisor(vaobj vaobj:GLuint, bindingindex:GLuint, divisor:GLuint) {glVertexArrayBindingDivisor_P(vaobj, bindingindex, divisor)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8213:41: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glVertexArrayColorOffsetEXT(vaobj vaobj:GLuint, buffer:GLuint, size:GLint, type:GLenum, stride:GLsizei, offset:GLintptr) {glVertexArrayColorOffsetEXT_P(vaobj, buffer, size, type, stride, offset)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8216:44: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glVertexArrayEdgeFlagOffsetEXT(vaobj vaobj:GLuint, buffer:GLuint, stride:GLsizei, offset:GLintptr) {glVertexArrayEdgeFlagOffsetEXT_P(vaobj, buffer, stride, offset)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8219:40: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glVertexArrayElementBuffer(vaobj vaobj:GLuint, buffer:GLuint) {glVertexArrayElementBuffer_P(vaobj, buffer)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8222:44: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glVertexArrayFogCoordOffsetEXT(vaobj vaobj:GLuint, buffer:GLuint, type:GLenum, stride:GLsizei, offset:GLintptr) {glVertexArrayFogCoordOffsetEXT_P(vaobj, buffer, type, stride, offset)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8225:41: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glVertexArrayIndexOffsetEXT(vaobj vaobj:GLuint, buffer:GLuint, type:GLenum, stride:GLsizei, offset:GLintptr) {glVertexArrayIndexOffsetEXT_P(vaobj, buffer, type, stride, offset)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8228:49: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glVertexArrayMultiTexCoordOffsetEXT(vaobj vaobj:GLuint, buffer:GLuint, texunit:GLenum, size:GLint, type:GLenum, stride:GLsizei, offset:GLintptr) {glVertexArrayMultiTexCoordOffsetEXT_P(vaobj, buffer, texunit, size, type, stride, offset)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8231:42: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glVertexArrayNormalOffsetEXT(vaobj vaobj:GLuint, buffer:GLuint, type:GLenum, stride:GLsizei, offset:GLintptr) {glVertexArrayNormalOffsetEXT_P(vaobj, buffer, type, stride, offset)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8234:42: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glVertexArrayParameteriAPPLE(pname pname:GLenum, param:GLint) {glVertexArrayParameteriAPPLE_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8237:37: warning: extraneous duplicate parameter name; 'length' already has an argument label public func glVertexArrayRangeAPPLE(length length:GLsizei, pointer:UnsafeMutablePointer) {glVertexArrayRangeAPPLE_P(length, pointer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8240:34: warning: extraneous duplicate parameter name; 'length' already has an argument label public func glVertexArrayRangeNV(length length:GLsizei, pointer:UnsafePointer) {glVertexArrayRangeNV_P(length, pointer)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8243:50: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glVertexArraySecondaryColorOffsetEXT(vaobj vaobj:GLuint, buffer:GLuint, size:GLint, type:GLenum, stride:GLsizei, offset:GLintptr) {glVertexArraySecondaryColorOffsetEXT_P(vaobj, buffer, size, type, stride, offset)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8246:44: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glVertexArrayTexCoordOffsetEXT(vaobj vaobj:GLuint, buffer:GLuint, size:GLint, type:GLenum, stride:GLsizei, offset:GLintptr) {glVertexArrayTexCoordOffsetEXT_P(vaobj, buffer, size, type, stride, offset)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8249:49: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glVertexArrayVertexAttribBindingEXT(vaobj vaobj:GLuint, attribindex:GLuint, bindingindex:GLuint) {glVertexArrayVertexAttribBindingEXT_P(vaobj, attribindex, bindingindex)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8252:49: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glVertexArrayVertexAttribDivisorEXT(vaobj vaobj:GLuint, index:GLuint, divisor:GLuint) {glVertexArrayVertexAttribDivisorEXT_P(vaobj, index, divisor)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8255:48: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glVertexArrayVertexAttribFormatEXT(vaobj vaobj:GLuint, attribindex:GLuint, size:GLint, type:GLenum, normalized:GLboolean, relativeoffset:GLuint) {glVertexArrayVertexAttribFormatEXT_P(vaobj, attribindex, size, type, normalized, relativeoffset)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8258:49: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glVertexArrayVertexAttribIFormatEXT(vaobj vaobj:GLuint, attribindex:GLuint, size:GLint, type:GLenum, relativeoffset:GLuint) {glVertexArrayVertexAttribIFormatEXT_P(vaobj, attribindex, size, type, relativeoffset)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8261:49: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glVertexArrayVertexAttribIOffsetEXT(vaobj vaobj:GLuint, buffer:GLuint, index:GLuint, size:GLint, type:GLenum, stride:GLsizei, offset:GLintptr) {glVertexArrayVertexAttribIOffsetEXT_P(vaobj, buffer, index, size, type, stride, offset)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8264:49: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glVertexArrayVertexAttribLFormatEXT(vaobj vaobj:GLuint, attribindex:GLuint, size:GLint, type:GLenum, relativeoffset:GLuint) {glVertexArrayVertexAttribLFormatEXT_P(vaobj, attribindex, size, type, relativeoffset)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8267:49: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glVertexArrayVertexAttribLOffsetEXT(vaobj vaobj:GLuint, buffer:GLuint, index:GLuint, size:GLint, type:GLenum, stride:GLsizei, offset:GLintptr) {glVertexArrayVertexAttribLOffsetEXT_P(vaobj, buffer, index, size, type, stride, offset)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8270:48: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glVertexArrayVertexAttribOffsetEXT(vaobj vaobj:GLuint, buffer:GLuint, index:GLuint, size:GLint, type:GLenum, normalized:GLboolean, stride:GLsizei, offset:GLintptr) {glVertexArrayVertexAttribOffsetEXT_P(vaobj, buffer, index, size, type, normalized, stride, offset)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8273:50: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glVertexArrayVertexBindingDivisorEXT(vaobj vaobj:GLuint, bindingindex:GLuint, divisor:GLuint) {glVertexArrayVertexBindingDivisorEXT_P(vaobj, bindingindex, divisor)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8276:39: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glVertexArrayVertexBuffer(vaobj vaobj:GLuint, bindingindex:GLuint, buffer:GLuint, offset:GLintptr, stride:GLsizei) {glVertexArrayVertexBuffer_P(vaobj, bindingindex, buffer, offset, stride)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8279:40: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glVertexArrayVertexBuffers(vaobj vaobj:GLuint, first:GLuint, count:GLsizei, buffers:UnsafePointer, offsets:UnsafePointer, strides:UnsafePointer) {glVertexArrayVertexBuffers_P(vaobj, first, count, buffers, offsets, strides)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8282:42: warning: extraneous duplicate parameter name; 'vaobj' already has an argument label public func glVertexArrayVertexOffsetEXT(vaobj vaobj:GLuint, buffer:GLuint, size:GLint, type:GLenum, stride:GLsizei, offset:GLintptr) {glVertexArrayVertexOffsetEXT_P(vaobj, buffer, size, type, stride, offset)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8285:30: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib1d(index index:GLuint, x:GLdouble) {glVertexAttrib1d_P(index, x)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8288:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib1dARB(index index:GLuint, x:GLdouble) {glVertexAttrib1dARB_P(index, x)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8291:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib1dNV(index index:GLuint, x:GLdouble) {glVertexAttrib1dNV_P(index, x)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8294:31: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib1dv(index index:GLuint, v:UnsafePointer) {glVertexAttrib1dv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8297:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib1dvARB(index index:GLuint, v:UnsafePointer) {glVertexAttrib1dvARB_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8300:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib1dvNV(index index:GLuint, v:UnsafePointer) {glVertexAttrib1dvNV_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8303:30: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib1f(index index:GLuint, x:GLfloat) {glVertexAttrib1f_P(index, x)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8306:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib1fARB(index index:GLuint, x:GLfloat) {glVertexAttrib1fARB_P(index, x)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8309:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib1fNV(index index:GLuint, x:GLfloat) {glVertexAttrib1fNV_P(index, x)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8312:31: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib1fv(index index:GLuint, v:UnsafePointer) {glVertexAttrib1fv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8315:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib1fvARB(index index:GLuint, v:UnsafePointer) {glVertexAttrib1fvARB_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8318:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib1fvNV(index index:GLuint, v:UnsafePointer) {glVertexAttrib1fvNV_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8321:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib1hNV(index index:GLuint, x:GLhalfNV) {glVertexAttrib1hNV_P(index, x)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8324:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib1hvNV(index index:GLuint, v:UnsafePointer) {glVertexAttrib1hvNV_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8327:30: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib1s(index index:GLuint, x:GLshort) {glVertexAttrib1s_P(index, x)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8330:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib1sARB(index index:GLuint, x:GLshort) {glVertexAttrib1sARB_P(index, x)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8333:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib1sNV(index index:GLuint, x:GLshort) {glVertexAttrib1sNV_P(index, x)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8336:31: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib1sv(index index:GLuint, v:UnsafePointer) {glVertexAttrib1sv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8339:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib1svARB(index index:GLuint, v:UnsafePointer) {glVertexAttrib1svARB_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8342:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib1svNV(index index:GLuint, v:UnsafePointer) {glVertexAttrib1svNV_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8345:30: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib2d(index index:GLuint, x:GLdouble, y:GLdouble) {glVertexAttrib2d_P(index, x, y)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8348:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib2dARB(index index:GLuint, x:GLdouble, y:GLdouble) {glVertexAttrib2dARB_P(index, x, y)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8351:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib2dNV(index index:GLuint, x:GLdouble, y:GLdouble) {glVertexAttrib2dNV_P(index, x, y)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8354:31: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib2dv(index index:GLuint, v:UnsafePointer) {glVertexAttrib2dv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8357:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib2dvARB(index index:GLuint, v:UnsafePointer) {glVertexAttrib2dvARB_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8360:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib2dvNV(index index:GLuint, v:UnsafePointer) {glVertexAttrib2dvNV_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8363:30: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib2f(index index:GLuint, x:GLfloat, y:GLfloat) {glVertexAttrib2f_P(index, x, y)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8366:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib2fARB(index index:GLuint, x:GLfloat, y:GLfloat) {glVertexAttrib2fARB_P(index, x, y)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8369:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib2fNV(index index:GLuint, x:GLfloat, y:GLfloat) {glVertexAttrib2fNV_P(index, x, y)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8372:31: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib2fv(index index:GLuint, v:UnsafePointer) {glVertexAttrib2fv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8375:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib2fvARB(index index:GLuint, v:UnsafePointer) {glVertexAttrib2fvARB_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8378:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib2fvNV(index index:GLuint, v:UnsafePointer) {glVertexAttrib2fvNV_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8381:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib2hNV(index index:GLuint, x:GLhalfNV, y:GLhalfNV) {glVertexAttrib2hNV_P(index, x, y)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8384:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib2hvNV(index index:GLuint, v:UnsafePointer) {glVertexAttrib2hvNV_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8387:30: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib2s(index index:GLuint, x:GLshort, y:GLshort) {glVertexAttrib2s_P(index, x, y)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8390:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib2sARB(index index:GLuint, x:GLshort, y:GLshort) {glVertexAttrib2sARB_P(index, x, y)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8393:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib2sNV(index index:GLuint, x:GLshort, y:GLshort) {glVertexAttrib2sNV_P(index, x, y)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8396:31: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib2sv(index index:GLuint, v:UnsafePointer) {glVertexAttrib2sv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8399:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib2svARB(index index:GLuint, v:UnsafePointer) {glVertexAttrib2svARB_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8402:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib2svNV(index index:GLuint, v:UnsafePointer) {glVertexAttrib2svNV_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8405:30: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib3d(index index:GLuint, x:GLdouble, y:GLdouble, z:GLdouble) {glVertexAttrib3d_P(index, x, y, z)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8408:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib3dARB(index index:GLuint, x:GLdouble, y:GLdouble, z:GLdouble) {glVertexAttrib3dARB_P(index, x, y, z)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8411:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib3dNV(index index:GLuint, x:GLdouble, y:GLdouble, z:GLdouble) {glVertexAttrib3dNV_P(index, x, y, z)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8414:31: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib3dv(index index:GLuint, v:UnsafePointer) {glVertexAttrib3dv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8417:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib3dvARB(index index:GLuint, v:UnsafePointer) {glVertexAttrib3dvARB_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8420:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib3dvNV(index index:GLuint, v:UnsafePointer) {glVertexAttrib3dvNV_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8423:30: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib3f(index index:GLuint, x:GLfloat, y:GLfloat, z:GLfloat) {glVertexAttrib3f_P(index, x, y, z)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8426:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib3fARB(index index:GLuint, x:GLfloat, y:GLfloat, z:GLfloat) {glVertexAttrib3fARB_P(index, x, y, z)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8429:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib3fNV(index index:GLuint, x:GLfloat, y:GLfloat, z:GLfloat) {glVertexAttrib3fNV_P(index, x, y, z)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8432:31: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib3fv(index index:GLuint, v:UnsafePointer) {glVertexAttrib3fv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8435:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib3fvARB(index index:GLuint, v:UnsafePointer) {glVertexAttrib3fvARB_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8438:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib3fvNV(index index:GLuint, v:UnsafePointer) {glVertexAttrib3fvNV_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8441:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib3hNV(index index:GLuint, x:GLhalfNV, y:GLhalfNV, z:GLhalfNV) {glVertexAttrib3hNV_P(index, x, y, z)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8444:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib3hvNV(index index:GLuint, v:UnsafePointer) {glVertexAttrib3hvNV_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8447:30: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib3s(index index:GLuint, x:GLshort, y:GLshort, z:GLshort) {glVertexAttrib3s_P(index, x, y, z)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8450:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib3sARB(index index:GLuint, x:GLshort, y:GLshort, z:GLshort) {glVertexAttrib3sARB_P(index, x, y, z)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8453:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib3sNV(index index:GLuint, x:GLshort, y:GLshort, z:GLshort) {glVertexAttrib3sNV_P(index, x, y, z)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8456:31: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib3sv(index index:GLuint, v:UnsafePointer) {glVertexAttrib3sv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8459:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib3svARB(index index:GLuint, v:UnsafePointer) {glVertexAttrib3svARB_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8462:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib3svNV(index index:GLuint, v:UnsafePointer) {glVertexAttrib3svNV_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8465:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4Nbv(index index:GLuint, v:UnsafePointer) {glVertexAttrib4Nbv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8468:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4NbvARB(index index:GLuint, v:UnsafePointer) {glVertexAttrib4NbvARB_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8471:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4Niv(index index:GLuint, v:UnsafePointer) {glVertexAttrib4Niv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8474:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4NivARB(index index:GLuint, v:UnsafePointer) {glVertexAttrib4NivARB_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8477:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4Nsv(index index:GLuint, v:UnsafePointer) {glVertexAttrib4Nsv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8480:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4NsvARB(index index:GLuint, v:UnsafePointer) {glVertexAttrib4NsvARB_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8483:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4Nub(index index:GLuint, x:GLubyte, y:GLubyte, z:GLubyte, w:GLubyte) {glVertexAttrib4Nub_P(index, x, y, z, w)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8486:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4NubARB(index index:GLuint, x:GLubyte, y:GLubyte, z:GLubyte, w:GLubyte) {glVertexAttrib4NubARB_P(index, x, y, z, w)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8489:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4Nubv(index index:GLuint, v:UnsafePointer) {glVertexAttrib4Nubv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8492:36: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4NubvARB(index index:GLuint, v:UnsafePointer) {glVertexAttrib4NubvARB_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8495:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4Nuiv(index index:GLuint, v:UnsafePointer) {glVertexAttrib4Nuiv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8498:36: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4NuivARB(index index:GLuint, v:UnsafePointer) {glVertexAttrib4NuivARB_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8501:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4Nusv(index index:GLuint, v:UnsafePointer) {glVertexAttrib4Nusv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8504:36: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4NusvARB(index index:GLuint, v:UnsafePointer) {glVertexAttrib4NusvARB_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8507:31: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4bv(index index:GLuint, v:UnsafePointer) {glVertexAttrib4bv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8510:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4bvARB(index index:GLuint, v:UnsafePointer) {glVertexAttrib4bvARB_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8513:30: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4d(index index:GLuint, x:GLdouble, y:GLdouble, z:GLdouble, w:GLdouble) {glVertexAttrib4d_P(index, x, y, z, w)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8516:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4dARB(index index:GLuint, x:GLdouble, y:GLdouble, z:GLdouble, w:GLdouble) {glVertexAttrib4dARB_P(index, x, y, z, w)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8519:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4dNV(index index:GLuint, x:GLdouble, y:GLdouble, z:GLdouble, w:GLdouble) {glVertexAttrib4dNV_P(index, x, y, z, w)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8522:31: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4dv(index index:GLuint, v:UnsafePointer) {glVertexAttrib4dv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8525:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4dvARB(index index:GLuint, v:UnsafePointer) {glVertexAttrib4dvARB_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8528:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4dvNV(index index:GLuint, v:UnsafePointer) {glVertexAttrib4dvNV_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8531:30: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4f(index index:GLuint, x:GLfloat, y:GLfloat, z:GLfloat, w:GLfloat) {glVertexAttrib4f_P(index, x, y, z, w)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8534:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4fARB(index index:GLuint, x:GLfloat, y:GLfloat, z:GLfloat, w:GLfloat) {glVertexAttrib4fARB_P(index, x, y, z, w)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8537:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4fNV(index index:GLuint, x:GLfloat, y:GLfloat, z:GLfloat, w:GLfloat) {glVertexAttrib4fNV_P(index, x, y, z, w)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8540:31: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4fv(index index:GLuint, v:UnsafePointer) {glVertexAttrib4fv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8543:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4fvARB(index index:GLuint, v:UnsafePointer) {glVertexAttrib4fvARB_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8546:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4fvNV(index index:GLuint, v:UnsafePointer) {glVertexAttrib4fvNV_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8549:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4hNV(index index:GLuint, x:GLhalfNV, y:GLhalfNV, z:GLhalfNV, w:GLhalfNV) {glVertexAttrib4hNV_P(index, x, y, z, w)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8552:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4hvNV(index index:GLuint, v:UnsafePointer) {glVertexAttrib4hvNV_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8555:31: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4iv(index index:GLuint, v:UnsafePointer) {glVertexAttrib4iv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8558:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4ivARB(index index:GLuint, v:UnsafePointer) {glVertexAttrib4ivARB_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8561:30: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4s(index index:GLuint, x:GLshort, y:GLshort, z:GLshort, w:GLshort) {glVertexAttrib4s_P(index, x, y, z, w)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8564:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4sARB(index index:GLuint, x:GLshort, y:GLshort, z:GLshort, w:GLshort) {glVertexAttrib4sARB_P(index, x, y, z, w)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8567:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4sNV(index index:GLuint, x:GLshort, y:GLshort, z:GLshort, w:GLshort) {glVertexAttrib4sNV_P(index, x, y, z, w)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8570:31: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4sv(index index:GLuint, v:UnsafePointer) {glVertexAttrib4sv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8573:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4svARB(index index:GLuint, v:UnsafePointer) {glVertexAttrib4svARB_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8576:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4svNV(index index:GLuint, v:UnsafePointer) {glVertexAttrib4svNV_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8579:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4ubNV(index index:GLuint, x:GLubyte, y:GLubyte, z:GLubyte, w:GLubyte) {glVertexAttrib4ubNV_P(index, x, y, z, w)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8582:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4ubv(index index:GLuint, v:UnsafePointer) {glVertexAttrib4ubv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8585:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4ubvARB(index index:GLuint, v:UnsafePointer) {glVertexAttrib4ubvARB_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8588:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4ubvNV(index index:GLuint, v:UnsafePointer) {glVertexAttrib4ubvNV_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8591:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4uiv(index index:GLuint, v:UnsafePointer) {glVertexAttrib4uiv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8594:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4uivARB(index index:GLuint, v:UnsafePointer) {glVertexAttrib4uivARB_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8597:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4usv(index index:GLuint, v:UnsafePointer) {glVertexAttrib4usv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8600:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttrib4usvARB(index index:GLuint, v:UnsafePointer) {glVertexAttrib4usvARB_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8603:42: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribArrayObjectATI(index index:GLuint, size:GLint, type:GLenum, normalized:GLboolean, stride:GLsizei, buffer:GLuint, offset:GLuint) {glVertexAttribArrayObjectATI_P(index, size, type, normalized, stride, buffer, offset)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8606:35: warning: extraneous duplicate parameter name; 'attribindex' already has an argument label public func glVertexAttribBinding(attribindex attribindex:GLuint, bindingindex:GLuint) {glVertexAttribBinding_P(attribindex, bindingindex)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8609:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribDivisor(index index:GLuint, divisor:GLuint) {glVertexAttribDivisor_P(index, divisor)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8612:40: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribDivisorANGLE(index index:GLuint, divisor:GLuint) {glVertexAttribDivisorANGLE_P(index, divisor)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8615:38: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribDivisorARB(index index:GLuint, divisor:GLuint) {glVertexAttribDivisorARB_P(index, divisor)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8618:38: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribDivisorEXT(index index:GLuint, divisor:GLuint) {glVertexAttribDivisorEXT_P(index, divisor)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8621:37: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribDivisorNV(index index:GLuint, divisor:GLuint) {glVertexAttribDivisorNV_P(index, divisor)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8624:34: warning: extraneous duplicate parameter name; 'attribindex' already has an argument label public func glVertexAttribFormat(attribindex attribindex:GLuint, size:GLint, type:GLenum, normalized:GLboolean, relativeoffset:GLuint) {glVertexAttribFormat_P(attribindex, size, type, normalized, relativeoffset)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8627:36: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribFormatNV(index index:GLuint, size:GLint, type:GLenum, normalized:GLboolean, stride:GLsizei) {glVertexAttribFormatNV_P(index, size, type, normalized, stride)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8630:31: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI1i(index index:GLuint, x:GLint) {glVertexAttribI1i_P(index, x)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8633:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI1iEXT(index index:GLuint, x:GLint) {glVertexAttribI1iEXT_P(index, x)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8636:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI1iv(index index:GLuint, v:UnsafePointer) {glVertexAttribI1iv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8639:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI1ivEXT(index index:GLuint, v:UnsafePointer) {glVertexAttribI1ivEXT_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8642:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI1ui(index index:GLuint, x:GLuint) {glVertexAttribI1ui_P(index, x)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8645:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI1uiEXT(index index:GLuint, x:GLuint) {glVertexAttribI1uiEXT_P(index, x)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8648:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI1uiv(index index:GLuint, v:UnsafePointer) {glVertexAttribI1uiv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8651:36: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI1uivEXT(index index:GLuint, v:UnsafePointer) {glVertexAttribI1uivEXT_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8654:31: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI2i(index index:GLuint, x:GLint, y:GLint) {glVertexAttribI2i_P(index, x, y)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8657:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI2iEXT(index index:GLuint, x:GLint, y:GLint) {glVertexAttribI2iEXT_P(index, x, y)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8660:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI2iv(index index:GLuint, v:UnsafePointer) {glVertexAttribI2iv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8663:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI2ivEXT(index index:GLuint, v:UnsafePointer) {glVertexAttribI2ivEXT_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8666:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI2ui(index index:GLuint, x:GLuint, y:GLuint) {glVertexAttribI2ui_P(index, x, y)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8669:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI2uiEXT(index index:GLuint, x:GLuint, y:GLuint) {glVertexAttribI2uiEXT_P(index, x, y)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8672:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI2uiv(index index:GLuint, v:UnsafePointer) {glVertexAttribI2uiv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8675:36: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI2uivEXT(index index:GLuint, v:UnsafePointer) {glVertexAttribI2uivEXT_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8678:31: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI3i(index index:GLuint, x:GLint, y:GLint, z:GLint) {glVertexAttribI3i_P(index, x, y, z)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8681:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI3iEXT(index index:GLuint, x:GLint, y:GLint, z:GLint) {glVertexAttribI3iEXT_P(index, x, y, z)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8684:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI3iv(index index:GLuint, v:UnsafePointer) {glVertexAttribI3iv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8687:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI3ivEXT(index index:GLuint, v:UnsafePointer) {glVertexAttribI3ivEXT_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8690:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI3ui(index index:GLuint, x:GLuint, y:GLuint, z:GLuint) {glVertexAttribI3ui_P(index, x, y, z)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8693:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI3uiEXT(index index:GLuint, x:GLuint, y:GLuint, z:GLuint) {glVertexAttribI3uiEXT_P(index, x, y, z)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8696:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI3uiv(index index:GLuint, v:UnsafePointer) {glVertexAttribI3uiv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8699:36: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI3uivEXT(index index:GLuint, v:UnsafePointer) {glVertexAttribI3uivEXT_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8702:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI4bv(index index:GLuint, v:UnsafePointer) {glVertexAttribI4bv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8705:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI4bvEXT(index index:GLuint, v:UnsafePointer) {glVertexAttribI4bvEXT_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8708:31: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI4i(index index:GLuint, x:GLint, y:GLint, z:GLint, w:GLint) {glVertexAttribI4i_P(index, x, y, z, w)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8711:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI4iEXT(index index:GLuint, x:GLint, y:GLint, z:GLint, w:GLint) {glVertexAttribI4iEXT_P(index, x, y, z, w)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8714:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI4iv(index index:GLuint, v:UnsafePointer) {glVertexAttribI4iv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8717:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI4ivEXT(index index:GLuint, v:UnsafePointer) {glVertexAttribI4ivEXT_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8720:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI4sv(index index:GLuint, v:UnsafePointer) {glVertexAttribI4sv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8723:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI4svEXT(index index:GLuint, v:UnsafePointer) {glVertexAttribI4svEXT_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8726:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI4ubv(index index:GLuint, v:UnsafePointer) {glVertexAttribI4ubv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8729:36: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI4ubvEXT(index index:GLuint, v:UnsafePointer) {glVertexAttribI4ubvEXT_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8732:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI4ui(index index:GLuint, x:GLuint, y:GLuint, z:GLuint, w:GLuint) {glVertexAttribI4ui_P(index, x, y, z, w)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8735:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI4uiEXT(index index:GLuint, x:GLuint, y:GLuint, z:GLuint, w:GLuint) {glVertexAttribI4uiEXT_P(index, x, y, z, w)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8738:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI4uiv(index index:GLuint, v:UnsafePointer) {glVertexAttribI4uiv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8741:36: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI4uivEXT(index index:GLuint, v:UnsafePointer) {glVertexAttribI4uivEXT_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8744:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI4usv(index index:GLuint, v:UnsafePointer) {glVertexAttribI4usv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8747:36: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribI4usvEXT(index index:GLuint, v:UnsafePointer) {glVertexAttribI4usvEXT_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8750:35: warning: extraneous duplicate parameter name; 'attribindex' already has an argument label public func glVertexAttribIFormat(attribindex attribindex:GLuint, size:GLint, type:GLenum, relativeoffset:GLuint) {glVertexAttribIFormat_P(attribindex, size, type, relativeoffset)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8753:37: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribIFormatNV(index index:GLuint, size:GLint, type:GLenum, stride:GLsizei) {glVertexAttribIFormatNV_P(index, size, type, stride)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8756:36: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribIPointer(index index:GLuint, size:GLint, type:GLenum, stride:GLsizei, pointer:UnsafePointer) {glVertexAttribIPointer_P(index, size, type, stride, pointer)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8759:39: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribIPointerEXT(index index:GLuint, size:GLint, type:GLenum, stride:GLsizei, pointer:UnsafePointer) {glVertexAttribIPointerEXT_P(index, size, type, stride, pointer)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8762:31: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL1d(index index:GLuint, x:GLdouble) {glVertexAttribL1d_P(index, x)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8765:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL1dEXT(index index:GLuint, x:GLdouble) {glVertexAttribL1dEXT_P(index, x)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8768:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL1dv(index index:GLuint, v:UnsafePointer) {glVertexAttribL1dv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8771:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL1dvEXT(index index:GLuint, v:UnsafePointer) {glVertexAttribL1dvEXT_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8774:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL1i64NV(index index:GLuint, x:GLint64EXT) {glVertexAttribL1i64NV_P(index, x)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8777:36: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL1i64vNV(index index:GLuint, v:UnsafePointer) {glVertexAttribL1i64vNV_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8780:37: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL1ui64ARB(index index:GLuint, x:GLuint64EXT) {glVertexAttribL1ui64ARB_P(index, x)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8783:36: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL1ui64NV(index index:GLuint, x:GLuint64EXT) {glVertexAttribL1ui64NV_P(index, x)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8786:38: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL1ui64vARB(index index:GLuint, v:UnsafePointer) {glVertexAttribL1ui64vARB_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8789:37: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL1ui64vNV(index index:GLuint, v:UnsafePointer) {glVertexAttribL1ui64vNV_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8792:31: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL2d(index index:GLuint, x:GLdouble, y:GLdouble) {glVertexAttribL2d_P(index, x, y)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8795:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL2dEXT(index index:GLuint, x:GLdouble, y:GLdouble) {glVertexAttribL2dEXT_P(index, x, y)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8798:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL2dv(index index:GLuint, v:UnsafePointer) {glVertexAttribL2dv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8801:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL2dvEXT(index index:GLuint, v:UnsafePointer) {glVertexAttribL2dvEXT_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8804:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL2i64NV(index index:GLuint, x:GLint64EXT, y:GLint64EXT) {glVertexAttribL2i64NV_P(index, x, y)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8807:36: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL2i64vNV(index index:GLuint, v:UnsafePointer) {glVertexAttribL2i64vNV_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8810:36: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL2ui64NV(index index:GLuint, x:GLuint64EXT, y:GLuint64EXT) {glVertexAttribL2ui64NV_P(index, x, y)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8813:37: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL2ui64vNV(index index:GLuint, v:UnsafePointer) {glVertexAttribL2ui64vNV_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8816:31: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL3d(index index:GLuint, x:GLdouble, y:GLdouble, z:GLdouble) {glVertexAttribL3d_P(index, x, y, z)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8819:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL3dEXT(index index:GLuint, x:GLdouble, y:GLdouble, z:GLdouble) {glVertexAttribL3dEXT_P(index, x, y, z)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8822:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL3dv(index index:GLuint, v:UnsafePointer) {glVertexAttribL3dv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8825:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL3dvEXT(index index:GLuint, v:UnsafePointer) {glVertexAttribL3dvEXT_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8828:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL3i64NV(index index:GLuint, x:GLint64EXT, y:GLint64EXT, z:GLint64EXT) {glVertexAttribL3i64NV_P(index, x, y, z)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8831:36: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL3i64vNV(index index:GLuint, v:UnsafePointer) {glVertexAttribL3i64vNV_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8834:36: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL3ui64NV(index index:GLuint, x:GLuint64EXT, y:GLuint64EXT, z:GLuint64EXT) {glVertexAttribL3ui64NV_P(index, x, y, z)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8837:37: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL3ui64vNV(index index:GLuint, v:UnsafePointer) {glVertexAttribL3ui64vNV_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8840:31: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL4d(index index:GLuint, x:GLdouble, y:GLdouble, z:GLdouble, w:GLdouble) {glVertexAttribL4d_P(index, x, y, z, w)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8843:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL4dEXT(index index:GLuint, x:GLdouble, y:GLdouble, z:GLdouble, w:GLdouble) {glVertexAttribL4dEXT_P(index, x, y, z, w)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8846:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL4dv(index index:GLuint, v:UnsafePointer) {glVertexAttribL4dv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8849:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL4dvEXT(index index:GLuint, v:UnsafePointer) {glVertexAttribL4dvEXT_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8852:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL4i64NV(index index:GLuint, x:GLint64EXT, y:GLint64EXT, z:GLint64EXT, w:GLint64EXT) {glVertexAttribL4i64NV_P(index, x, y, z, w)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8855:36: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL4i64vNV(index index:GLuint, v:UnsafePointer) {glVertexAttribL4i64vNV_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8858:36: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL4ui64NV(index index:GLuint, x:GLuint64EXT, y:GLuint64EXT, z:GLuint64EXT, w:GLuint64EXT) {glVertexAttribL4ui64NV_P(index, x, y, z, w)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8861:37: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribL4ui64vNV(index index:GLuint, v:UnsafePointer) {glVertexAttribL4ui64vNV_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8864:35: warning: extraneous duplicate parameter name; 'attribindex' already has an argument label public func glVertexAttribLFormat(attribindex attribindex:GLuint, size:GLint, type:GLenum, relativeoffset:GLuint) {glVertexAttribLFormat_P(attribindex, size, type, relativeoffset)} ^~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8867:37: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribLFormatNV(index index:GLuint, size:GLint, type:GLenum, stride:GLsizei) {glVertexAttribLFormatNV_P(index, size, type, stride)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8870:36: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribLPointer(index index:GLuint, size:GLint, type:GLenum, stride:GLsizei, pointer:UnsafePointer) {glVertexAttribLPointer_P(index, size, type, stride, pointer)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8873:39: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribLPointerEXT(index index:GLuint, size:GLint, type:GLenum, stride:GLsizei, pointer:UnsafePointer) {glVertexAttribLPointerEXT_P(index, size, type, stride, pointer)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8876:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribP1ui(index index:GLuint, type:GLenum, normalized:GLboolean, value:GLuint) {glVertexAttribP1ui_P(index, type, normalized, value)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8879:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribP1uiv(index index:GLuint, type:GLenum, normalized:GLboolean, value:UnsafePointer) {glVertexAttribP1uiv_P(index, type, normalized, value)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8882:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribP2ui(index index:GLuint, type:GLenum, normalized:GLboolean, value:GLuint) {glVertexAttribP2ui_P(index, type, normalized, value)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8885:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribP2uiv(index index:GLuint, type:GLenum, normalized:GLboolean, value:UnsafePointer) {glVertexAttribP2uiv_P(index, type, normalized, value)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8888:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribP3ui(index index:GLuint, type:GLenum, normalized:GLboolean, value:GLuint) {glVertexAttribP3ui_P(index, type, normalized, value)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8891:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribP3uiv(index index:GLuint, type:GLenum, normalized:GLboolean, value:UnsafePointer) {glVertexAttribP3uiv_P(index, type, normalized, value)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8894:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribP4ui(index index:GLuint, type:GLenum, normalized:GLboolean, value:GLuint) {glVertexAttribP4ui_P(index, type, normalized, value)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8897:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribP4uiv(index index:GLuint, type:GLenum, normalized:GLboolean, value:UnsafePointer) {glVertexAttribP4uiv_P(index, type, normalized, value)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8900:41: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribParameteriAMD(index index:GLuint, pname:GLenum, param:GLint) {glVertexAttribParameteriAMD_P(index, pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8903:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribPointer(index index:GLuint, size:GLint, type:GLenum, normalized:GLboolean, stride:GLsizei, pointer:UnsafePointer) {glVertexAttribPointer_P(index, size, type, normalized, stride, pointer)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8906:38: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribPointerARB(index index:GLuint, size:GLint, type:GLenum, normalized:GLboolean, stride:GLsizei, pointer:UnsafePointer) {glVertexAttribPointerARB_P(index, size, type, normalized, stride, pointer)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8909:37: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribPointerNV(index index:GLuint, fsize:GLint, type:GLenum, stride:GLsizei, pointer:UnsafePointer) {glVertexAttribPointerNV_P(index, fsize, type, stride, pointer)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8912:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribs1dvNV(index index:GLuint, count:GLsizei, v:UnsafePointer) {glVertexAttribs1dvNV_P(index, count, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8915:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribs1fvNV(index index:GLuint, count:GLsizei, v:UnsafePointer) {glVertexAttribs1fvNV_P(index, count, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8918:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribs1hvNV(index index:GLuint, n:GLsizei, v:UnsafePointer) {glVertexAttribs1hvNV_P(index, n, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8921:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribs1svNV(index index:GLuint, count:GLsizei, v:UnsafePointer) {glVertexAttribs1svNV_P(index, count, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8924:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribs2dvNV(index index:GLuint, count:GLsizei, v:UnsafePointer) {glVertexAttribs2dvNV_P(index, count, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8927:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribs2fvNV(index index:GLuint, count:GLsizei, v:UnsafePointer) {glVertexAttribs2fvNV_P(index, count, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8930:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribs2hvNV(index index:GLuint, n:GLsizei, v:UnsafePointer) {glVertexAttribs2hvNV_P(index, n, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8933:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribs2svNV(index index:GLuint, count:GLsizei, v:UnsafePointer) {glVertexAttribs2svNV_P(index, count, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8936:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribs3dvNV(index index:GLuint, count:GLsizei, v:UnsafePointer) {glVertexAttribs3dvNV_P(index, count, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8939:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribs3fvNV(index index:GLuint, count:GLsizei, v:UnsafePointer) {glVertexAttribs3fvNV_P(index, count, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8942:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribs3hvNV(index index:GLuint, n:GLsizei, v:UnsafePointer) {glVertexAttribs3hvNV_P(index, n, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8945:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribs3svNV(index index:GLuint, count:GLsizei, v:UnsafePointer) {glVertexAttribs3svNV_P(index, count, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8948:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribs4dvNV(index index:GLuint, count:GLsizei, v:UnsafePointer) {glVertexAttribs4dvNV_P(index, count, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8951:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribs4fvNV(index index:GLuint, count:GLsizei, v:UnsafePointer) {glVertexAttribs4fvNV_P(index, count, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8954:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribs4hvNV(index index:GLuint, n:GLsizei, v:UnsafePointer) {glVertexAttribs4hvNV_P(index, n, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8957:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribs4svNV(index index:GLuint, count:GLsizei, v:UnsafePointer) {glVertexAttribs4svNV_P(index, count, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8960:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glVertexAttribs4ubvNV(index index:GLuint, count:GLsizei, v:UnsafePointer) {glVertexAttribs4ubvNV_P(index, count, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8963:36: warning: extraneous duplicate parameter name; 'bindingindex' already has an argument label public func glVertexBindingDivisor(bindingindex bindingindex:GLuint, divisor:GLuint) {glVertexBindingDivisor_P(bindingindex, divisor)} ^~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8966:30: warning: extraneous duplicate parameter name; 'count' already has an argument label public func glVertexBlendARB(count count:GLint) {glVertexBlendARB_P(count)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8969:34: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glVertexBlendEnvfATI(pname pname:GLenum, param:GLfloat) {glVertexBlendEnvfATI_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8972:34: warning: extraneous duplicate parameter name; 'pname' already has an argument label public func glVertexBlendEnviATI(pname pname:GLenum, param:GLint) {glVertexBlendEnviATI_P(pname, param)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8975:30: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glVertexFormatNV(size size:GLint, type:GLenum, stride:GLsizei) {glVertexFormatNV_P(size, type, stride)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8978:26: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glVertexP2ui(type type:GLenum, value:GLuint) {glVertexP2ui_P(type, value)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8981:27: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glVertexP2uiv(type type:GLenum, value:UnsafePointer) {glVertexP2uiv_P(type, value)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8984:26: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glVertexP3ui(type type:GLenum, value:GLuint) {glVertexP3ui_P(type, value)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8987:27: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glVertexP3uiv(type type:GLenum, value:UnsafePointer) {glVertexP3uiv_P(type, value)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8990:26: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glVertexP4ui(type type:GLenum, value:GLuint) {glVertexP4ui_P(type, value)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8993:27: warning: extraneous duplicate parameter name; 'type' already has an argument label public func glVertexP4uiv(type type:GLenum, value:UnsafePointer) {glVertexP4uiv_P(type, value)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8996:29: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glVertexPointer(size size:GLint, type:GLenum, stride:GLsizei, pointer:UnsafePointer) {glVertexPointer_P(size, type, stride, pointer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8999:32: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glVertexPointerEXT(size size:GLint, type:GLenum, stride:GLsizei, count:GLsizei, pointer:UnsafePointer) {glVertexPointerEXT_P(size, type, stride, count, pointer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9002:36: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glVertexPointerListIBM(size size:GLint, type:GLenum, stride:GLint, pointer:UnsafeMutablePointer>, ptrstride:GLint) {glVertexPointerListIBM_P(size, type, stride, pointer, ptrstride)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9005:35: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glVertexPointervINTEL(size size:GLint, type:GLenum, pointer:UnsafeMutablePointer>) {glVertexPointervINTEL_P(size, type, pointer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9008:33: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream1dATI(stream stream:GLenum, x:GLdouble) {glVertexStream1dATI_P(stream, x)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9011:34: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream1dvATI(stream stream:GLenum, coords:UnsafePointer) {glVertexStream1dvATI_P(stream, coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9014:33: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream1fATI(stream stream:GLenum, x:GLfloat) {glVertexStream1fATI_P(stream, x)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9017:34: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream1fvATI(stream stream:GLenum, coords:UnsafePointer) {glVertexStream1fvATI_P(stream, coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9020:33: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream1iATI(stream stream:GLenum, x:GLint) {glVertexStream1iATI_P(stream, x)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9023:34: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream1ivATI(stream stream:GLenum, coords:UnsafePointer) {glVertexStream1ivATI_P(stream, coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9026:33: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream1sATI(stream stream:GLenum, x:GLshort) {glVertexStream1sATI_P(stream, x)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9029:34: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream1svATI(stream stream:GLenum, coords:UnsafePointer) {glVertexStream1svATI_P(stream, coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9032:33: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream2dATI(stream stream:GLenum, x:GLdouble, y:GLdouble) {glVertexStream2dATI_P(stream, x, y)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9035:34: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream2dvATI(stream stream:GLenum, coords:UnsafePointer) {glVertexStream2dvATI_P(stream, coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9038:33: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream2fATI(stream stream:GLenum, x:GLfloat, y:GLfloat) {glVertexStream2fATI_P(stream, x, y)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9041:34: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream2fvATI(stream stream:GLenum, coords:UnsafePointer) {glVertexStream2fvATI_P(stream, coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9044:33: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream2iATI(stream stream:GLenum, x:GLint, y:GLint) {glVertexStream2iATI_P(stream, x, y)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9047:34: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream2ivATI(stream stream:GLenum, coords:UnsafePointer) {glVertexStream2ivATI_P(stream, coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9050:33: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream2sATI(stream stream:GLenum, x:GLshort, y:GLshort) {glVertexStream2sATI_P(stream, x, y)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9053:34: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream2svATI(stream stream:GLenum, coords:UnsafePointer) {glVertexStream2svATI_P(stream, coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9056:33: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream3dATI(stream stream:GLenum, x:GLdouble, y:GLdouble, z:GLdouble) {glVertexStream3dATI_P(stream, x, y, z)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9059:34: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream3dvATI(stream stream:GLenum, coords:UnsafePointer) {glVertexStream3dvATI_P(stream, coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9062:33: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream3fATI(stream stream:GLenum, x:GLfloat, y:GLfloat, z:GLfloat) {glVertexStream3fATI_P(stream, x, y, z)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9065:34: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream3fvATI(stream stream:GLenum, coords:UnsafePointer) {glVertexStream3fvATI_P(stream, coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9068:33: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream3iATI(stream stream:GLenum, x:GLint, y:GLint, z:GLint) {glVertexStream3iATI_P(stream, x, y, z)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9071:34: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream3ivATI(stream stream:GLenum, coords:UnsafePointer) {glVertexStream3ivATI_P(stream, coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9074:33: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream3sATI(stream stream:GLenum, x:GLshort, y:GLshort, z:GLshort) {glVertexStream3sATI_P(stream, x, y, z)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9077:34: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream3svATI(stream stream:GLenum, coords:UnsafePointer) {glVertexStream3svATI_P(stream, coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9080:33: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream4dATI(stream stream:GLenum, x:GLdouble, y:GLdouble, z:GLdouble, w:GLdouble) {glVertexStream4dATI_P(stream, x, y, z, w)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9083:34: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream4dvATI(stream stream:GLenum, coords:UnsafePointer) {glVertexStream4dvATI_P(stream, coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9086:33: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream4fATI(stream stream:GLenum, x:GLfloat, y:GLfloat, z:GLfloat, w:GLfloat) {glVertexStream4fATI_P(stream, x, y, z, w)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9089:34: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream4fvATI(stream stream:GLenum, coords:UnsafePointer) {glVertexStream4fvATI_P(stream, coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9092:33: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream4iATI(stream stream:GLenum, x:GLint, y:GLint, z:GLint, w:GLint) {glVertexStream4iATI_P(stream, x, y, z, w)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9095:34: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream4ivATI(stream stream:GLenum, coords:UnsafePointer) {glVertexStream4ivATI_P(stream, coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9098:33: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream4sATI(stream stream:GLenum, x:GLshort, y:GLshort, z:GLshort, w:GLshort) {glVertexStream4sATI_P(stream, x, y, z, w)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9101:34: warning: extraneous duplicate parameter name; 'stream' already has an argument label public func glVertexStream4svATI(stream stream:GLenum, coords:UnsafePointer) {glVertexStream4svATI_P(stream, coords)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9104:38: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glVertexWeightPointerEXT(size size:GLint, type:GLenum, stride:GLsizei, pointer:UnsafePointer) {glVertexWeightPointerEXT_P(size, type, stride, pointer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9107:32: warning: extraneous duplicate parameter name; 'weight' already has an argument label public func glVertexWeightfEXT(weight weight:GLfloat) {glVertexWeightfEXT_P(weight)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9110:33: warning: extraneous duplicate parameter name; 'weight' already has an argument label public func glVertexWeightfvEXT(weight weight:UnsafePointer) {glVertexWeightfvEXT_P(weight)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9113:31: warning: extraneous duplicate parameter name; 'weight' already has an argument label public func glVertexWeighthNV(weight weight:GLhalfNV) {glVertexWeighthNV_P(weight)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9116:32: warning: extraneous duplicate parameter name; 'weight' already has an argument label public func glVertexWeighthvNV(weight weight:UnsafePointer) {glVertexWeighthvNV_P(weight)} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9119:30: warning: extraneous duplicate parameter name; 'video_capture_slot' already has an argument label public func glVideoCaptureNV(video_capture_slot video_capture_slot:GLuint, sequence_num:UnsafeMutablePointer, capture_time:UnsafeMutablePointer) -> GLenum {return glVideoCaptureNV_P(video_capture_slot, sequence_num, capture_time)} ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9122:47: warning: extraneous duplicate parameter name; 'video_capture_slot' already has an argument label public func glVideoCaptureStreamParameterdvNV(video_capture_slot video_capture_slot:GLuint, stream:GLuint, pname:GLenum, params:UnsafePointer) {glVideoCaptureStreamParameterdvNV_P(video_capture_slot, stream, pname, params)} ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9125:47: warning: extraneous duplicate parameter name; 'video_capture_slot' already has an argument label public func glVideoCaptureStreamParameterfvNV(video_capture_slot video_capture_slot:GLuint, stream:GLuint, pname:GLenum, params:UnsafePointer) {glVideoCaptureStreamParameterfvNV_P(video_capture_slot, stream, pname, params)} ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9128:47: warning: extraneous duplicate parameter name; 'video_capture_slot' already has an argument label public func glVideoCaptureStreamParameterivNV(video_capture_slot video_capture_slot:GLuint, stream:GLuint, pname:GLenum, params:UnsafePointer) {glVideoCaptureStreamParameterivNV_P(video_capture_slot, stream, pname, params)} ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9131:24: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glViewport(x x:GLint, y:GLint, width:GLsizei, height:GLsizei) {glViewport_P(x, y, width, height)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9134:30: warning: extraneous duplicate parameter name; 'first' already has an argument label public func glViewportArrayv(first first:GLuint, count:GLsizei, v:UnsafePointer) {glViewportArrayv_P(first, count, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9137:32: warning: extraneous duplicate parameter name; 'first' already has an argument label public func glViewportArrayvNV(first first:GLuint, count:GLsizei, v:UnsafePointer) {glViewportArrayvNV_P(first, count, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9140:32: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glViewportIndexedf(index index:GLuint, x:GLfloat, y:GLfloat, w:GLfloat, h:GLfloat) {glViewportIndexedf_P(index, x, y, w, h)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9143:34: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glViewportIndexedfNV(index index:GLuint, x:GLfloat, y:GLfloat, w:GLfloat, h:GLfloat) {glViewportIndexedfNV_P(index, x, y, w, h)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9146:33: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glViewportIndexedfv(index index:GLuint, v:UnsafePointer) {glViewportIndexedfv_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9149:35: warning: extraneous duplicate parameter name; 'index' already has an argument label public func glViewportIndexedfvNV(index index:GLuint, v:UnsafePointer) {glViewportIndexedfvNV_P(index, v)} ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9152:24: warning: extraneous duplicate parameter name; 'sync' already has an argument label public func glWaitSync(sync sync:GLsync, flags:GLbitfield, timeout:GLuint64) {glWaitSync_P(sync, flags, timeout)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9155:29: warning: extraneous duplicate parameter name; 'sync' already has an argument label public func glWaitSyncAPPLE(sync sync:GLsync, flags:GLbitfield, timeout:GLuint64) {glWaitSyncAPPLE_P(sync, flags, timeout)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9158:29: warning: extraneous duplicate parameter name; 'resultPath' already has an argument label public func glWeightPathsNV(resultPath resultPath:GLuint, numPaths:GLsizei, paths:UnsafePointer, weights:UnsafePointer) {glWeightPathsNV_P(resultPath, numPaths, paths, weights)} ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9161:32: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glWeightPointerARB(size size:GLint, type:GLenum, stride:GLsizei, pointer:UnsafePointer) {glWeightPointerARB_P(size, type, stride, pointer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9164:32: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glWeightPointerOES(size size:GLint, type:GLenum, stride:GLsizei, pointer:UnsafePointer) {glWeightPointerOES_P(size, type, stride, pointer)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9167:27: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glWeightbvARB(size size:GLint, weights:UnsafePointer) {glWeightbvARB_P(size, weights)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9170:27: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glWeightdvARB(size size:GLint, weights:UnsafePointer) {glWeightdvARB_P(size, weights)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9173:27: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glWeightfvARB(size size:GLint, weights:UnsafePointer) {glWeightfvARB_P(size, weights)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9176:27: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glWeightivARB(size size:GLint, weights:UnsafePointer) {glWeightivARB_P(size, weights)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9179:27: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glWeightsvARB(size size:GLint, weights:UnsafePointer) {glWeightsvARB_P(size, weights)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9182:28: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glWeightubvARB(size size:GLint, weights:UnsafePointer) {glWeightubvARB_P(size, weights)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9185:28: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glWeightuivARB(size size:GLint, weights:UnsafePointer) {glWeightuivARB_P(size, weights)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9188:28: warning: extraneous duplicate parameter name; 'size' already has an argument label public func glWeightusvARB(size size:GLint, weights:UnsafePointer) {glWeightusvARB_P(size, weights)} ^~~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9191:27: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glWindowPos2d(x x:GLdouble, y:GLdouble) {glWindowPos2d_P(x, y)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9194:30: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glWindowPos2dARB(x x:GLdouble, y:GLdouble) {glWindowPos2dARB_P(x, y)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9197:31: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glWindowPos2dMESA(x x:GLdouble, y:GLdouble) {glWindowPos2dMESA_P(x, y)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9200:28: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glWindowPos2dv(v v:UnsafePointer) {glWindowPos2dv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9203:31: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glWindowPos2dvARB(v v:UnsafePointer) {glWindowPos2dvARB_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9206:32: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glWindowPos2dvMESA(v v:UnsafePointer) {glWindowPos2dvMESA_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9209:27: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glWindowPos2f(x x:GLfloat, y:GLfloat) {glWindowPos2f_P(x, y)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9212:30: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glWindowPos2fARB(x x:GLfloat, y:GLfloat) {glWindowPos2fARB_P(x, y)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9215:31: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glWindowPos2fMESA(x x:GLfloat, y:GLfloat) {glWindowPos2fMESA_P(x, y)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9218:28: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glWindowPos2fv(v v:UnsafePointer) {glWindowPos2fv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9221:31: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glWindowPos2fvARB(v v:UnsafePointer) {glWindowPos2fvARB_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9224:32: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glWindowPos2fvMESA(v v:UnsafePointer) {glWindowPos2fvMESA_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9227:27: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glWindowPos2i(x x:GLint, y:GLint) {glWindowPos2i_P(x, y)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9230:30: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glWindowPos2iARB(x x:GLint, y:GLint) {glWindowPos2iARB_P(x, y)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9233:31: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glWindowPos2iMESA(x x:GLint, y:GLint) {glWindowPos2iMESA_P(x, y)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9236:28: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glWindowPos2iv(v v:UnsafePointer) {glWindowPos2iv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9239:31: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glWindowPos2ivARB(v v:UnsafePointer) {glWindowPos2ivARB_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9242:32: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glWindowPos2ivMESA(v v:UnsafePointer) {glWindowPos2ivMESA_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9245:27: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glWindowPos2s(x x:GLshort, y:GLshort) {glWindowPos2s_P(x, y)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9248:30: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glWindowPos2sARB(x x:GLshort, y:GLshort) {glWindowPos2sARB_P(x, y)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9251:31: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glWindowPos2sMESA(x x:GLshort, y:GLshort) {glWindowPos2sMESA_P(x, y)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9254:28: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glWindowPos2sv(v v:UnsafePointer) {glWindowPos2sv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9257:31: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glWindowPos2svARB(v v:UnsafePointer) {glWindowPos2svARB_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9260:32: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glWindowPos2svMESA(v v:UnsafePointer) {glWindowPos2svMESA_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9263:27: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glWindowPos3d(x x:GLdouble, y:GLdouble, z:GLdouble) {glWindowPos3d_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9266:30: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glWindowPos3dARB(x x:GLdouble, y:GLdouble, z:GLdouble) {glWindowPos3dARB_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9269:31: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glWindowPos3dMESA(x x:GLdouble, y:GLdouble, z:GLdouble) {glWindowPos3dMESA_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9272:28: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glWindowPos3dv(v v:UnsafePointer) {glWindowPos3dv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9275:31: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glWindowPos3dvARB(v v:UnsafePointer) {glWindowPos3dvARB_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9278:32: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glWindowPos3dvMESA(v v:UnsafePointer) {glWindowPos3dvMESA_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9281:27: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glWindowPos3f(x x:GLfloat, y:GLfloat, z:GLfloat) {glWindowPos3f_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9284:30: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glWindowPos3fARB(x x:GLfloat, y:GLfloat, z:GLfloat) {glWindowPos3fARB_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9287:31: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glWindowPos3fMESA(x x:GLfloat, y:GLfloat, z:GLfloat) {glWindowPos3fMESA_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9290:28: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glWindowPos3fv(v v:UnsafePointer) {glWindowPos3fv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9293:31: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glWindowPos3fvARB(v v:UnsafePointer) {glWindowPos3fvARB_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9296:32: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glWindowPos3fvMESA(v v:UnsafePointer) {glWindowPos3fvMESA_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9299:27: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glWindowPos3i(x x:GLint, y:GLint, z:GLint) {glWindowPos3i_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9302:30: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glWindowPos3iARB(x x:GLint, y:GLint, z:GLint) {glWindowPos3iARB_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9305:31: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glWindowPos3iMESA(x x:GLint, y:GLint, z:GLint) {glWindowPos3iMESA_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9308:28: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glWindowPos3iv(v v:UnsafePointer) {glWindowPos3iv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9311:31: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glWindowPos3ivARB(v v:UnsafePointer) {glWindowPos3ivARB_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9314:32: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glWindowPos3ivMESA(v v:UnsafePointer) {glWindowPos3ivMESA_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9317:27: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glWindowPos3s(x x:GLshort, y:GLshort, z:GLshort) {glWindowPos3s_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9320:30: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glWindowPos3sARB(x x:GLshort, y:GLshort, z:GLshort) {glWindowPos3sARB_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9323:31: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glWindowPos3sMESA(x x:GLshort, y:GLshort, z:GLshort) {glWindowPos3sMESA_P(x, y, z)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9326:28: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glWindowPos3sv(v v:UnsafePointer) {glWindowPos3sv_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9329:31: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glWindowPos3svARB(v v:UnsafePointer) {glWindowPos3svARB_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9332:32: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glWindowPos3svMESA(v v:UnsafePointer) {glWindowPos3svMESA_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9335:31: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glWindowPos4dMESA(x x:GLdouble, y:GLdouble, z:GLdouble, w:GLdouble) {glWindowPos4dMESA_P(x, y, z, w)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9338:32: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glWindowPos4dvMESA(v v:UnsafePointer) {glWindowPos4dvMESA_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9341:31: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glWindowPos4fMESA(x x:GLfloat, y:GLfloat, z:GLfloat, w:GLfloat) {glWindowPos4fMESA_P(x, y, z, w)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9344:32: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glWindowPos4fvMESA(v v:UnsafePointer) {glWindowPos4fvMESA_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9347:31: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glWindowPos4iMESA(x x:GLint, y:GLint, z:GLint, w:GLint) {glWindowPos4iMESA_P(x, y, z, w)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9350:32: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glWindowPos4ivMESA(v v:UnsafePointer) {glWindowPos4ivMESA_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9353:31: warning: extraneous duplicate parameter name; 'x' already has an argument label public func glWindowPos4sMESA(x x:GLshort, y:GLshort, z:GLshort, w:GLshort) {glWindowPos4sMESA_P(x, y, z, w)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9356:32: warning: extraneous duplicate parameter name; 'v' already has an argument label public func glWindowPos4svMESA(v v:UnsafePointer) {glWindowPos4svMESA_P(v)} ^~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9359:28: warning: extraneous duplicate parameter name; 'res' already has an argument label public func glWriteMaskEXT(res res:GLuint, input:GLuint, outX:GLenum, outY:GLenum, outZ:GLenum, outW:GLenum) {glWriteMaskEXT_P(res, input, outX, outY, outZ, outW)} ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:33:13: error: invalid redeclaration of 'glActiveProgramEXT(program:)' public func glActiveProgramEXT(program program:GLuint) {glActiveProgramEXT_P(program)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:32:13: note: 'glActiveProgramEXT(program:)' previously declared here public func glActiveProgramEXT(program:GLuint) {glActiveProgramEXT_P(program)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:42:13: error: invalid redeclaration of 'glActiveStencilFaceEXT(face:)' public func glActiveStencilFaceEXT(face face:GLenum) {glActiveStencilFaceEXT_P(face)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:41:13: note: 'glActiveStencilFaceEXT(face:)' previously declared here public func glActiveStencilFaceEXT(face:GLenum) {glActiveStencilFaceEXT_P(face)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:45:13: error: invalid redeclaration of 'glActiveTexture(texture:)' public func glActiveTexture(texture texture:GLenum) {glActiveTexture_P(texture)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:44:13: note: 'glActiveTexture(texture:)' previously declared here public func glActiveTexture(texture:GLenum) {glActiveTexture_P(texture)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:48:13: error: invalid redeclaration of 'glActiveTextureARB(texture:)' public func glActiveTextureARB(texture texture:GLenum) {glActiveTextureARB_P(texture)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:47:13: note: 'glActiveTextureARB(texture:)' previously declared here public func glActiveTextureARB(texture:GLenum) {glActiveTextureARB_P(texture)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:77:13: error: invalid redeclaration of 'glApplyTextureEXT(mode:)' public func glApplyTextureEXT(mode mode:GLenum) {glApplyTextureEXT_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:76:13: note: 'glApplyTextureEXT(mode:)' previously declared here public func glApplyTextureEXT(mode:GLenum) {glApplyTextureEXT_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:89:13: error: invalid redeclaration of 'glArrayElement(i:)' public func glArrayElement(i i:GLint) {glArrayElement_P(i)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:88:13: note: 'glArrayElement(i:)' previously declared here public func glArrayElement(i:GLint) {glArrayElement_P(i)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:92:13: error: invalid redeclaration of 'glArrayElementEXT(i:)' public func glArrayElementEXT(i i:GLint) {glArrayElementEXT_P(i)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:91:13: note: 'glArrayElementEXT(i:)' previously declared here public func glArrayElementEXT(i:GLint) {glArrayElementEXT_P(i)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:98:13: error: invalid redeclaration of 'glAsyncMarkerSGIX(marker:)' public func glAsyncMarkerSGIX(marker marker:GLuint) {glAsyncMarkerSGIX_P(marker)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:97:13: note: 'glAsyncMarkerSGIX(marker:)' previously declared here public func glAsyncMarkerSGIX(marker:GLuint) {glAsyncMarkerSGIX_P(marker)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:107:13: error: invalid redeclaration of 'glBegin(mode:)' public func glBegin(mode mode:GLenum) {glBegin_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:106:13: note: 'glBegin(mode:)' previously declared here public func glBegin(mode:GLenum) {glBegin_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:116:13: error: invalid redeclaration of 'glBeginConditionalRenderNVX(id:)' public func glBeginConditionalRenderNVX(id id:GLuint) {glBeginConditionalRenderNVX_P(id)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:115:13: note: 'glBeginConditionalRenderNVX(id:)' previously declared here public func glBeginConditionalRenderNVX(id:GLuint) {glBeginConditionalRenderNVX_P(id)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:121:13: error: invalid redeclaration of 'glBeginOcclusionQueryNV(id:)' public func glBeginOcclusionQueryNV(id id:GLuint) {glBeginOcclusionQueryNV_P(id)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:120:13: note: 'glBeginOcclusionQueryNV(id:)' previously declared here public func glBeginOcclusionQueryNV(id:GLuint) {glBeginOcclusionQueryNV_P(id)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:124:13: error: invalid redeclaration of 'glBeginPerfMonitorAMD(monitor:)' public func glBeginPerfMonitorAMD(monitor monitor:GLuint) {glBeginPerfMonitorAMD_P(monitor)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:123:13: note: 'glBeginPerfMonitorAMD(monitor:)' previously declared here public func glBeginPerfMonitorAMD(monitor:GLuint) {glBeginPerfMonitorAMD_P(monitor)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:127:13: error: invalid redeclaration of 'glBeginPerfQueryINTEL(queryHandle:)' public func glBeginPerfQueryINTEL(queryHandle queryHandle:GLuint) {glBeginPerfQueryINTEL_P(queryHandle)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:126:13: note: 'glBeginPerfQueryINTEL(queryHandle:)' previously declared here public func glBeginPerfQueryINTEL(queryHandle:GLuint) {glBeginPerfQueryINTEL_P(queryHandle)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:142:13: error: invalid redeclaration of 'glBeginTransformFeedback(primitiveMode:)' public func glBeginTransformFeedback(primitiveMode primitiveMode:GLenum) {glBeginTransformFeedback_P(primitiveMode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:141:13: note: 'glBeginTransformFeedback(primitiveMode:)' previously declared here public func glBeginTransformFeedback(primitiveMode:GLenum) {glBeginTransformFeedback_P(primitiveMode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:145:13: error: invalid redeclaration of 'glBeginTransformFeedbackEXT(primitiveMode:)' public func glBeginTransformFeedbackEXT(primitiveMode primitiveMode:GLenum) {glBeginTransformFeedbackEXT_P(primitiveMode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:144:13: note: 'glBeginTransformFeedbackEXT(primitiveMode:)' previously declared here public func glBeginTransformFeedbackEXT(primitiveMode:GLenum) {glBeginTransformFeedbackEXT_P(primitiveMode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:148:13: error: invalid redeclaration of 'glBeginTransformFeedbackNV(primitiveMode:)' public func glBeginTransformFeedbackNV(primitiveMode primitiveMode:GLenum) {glBeginTransformFeedbackNV_P(primitiveMode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:147:13: note: 'glBeginTransformFeedbackNV(primitiveMode:)' previously declared here public func glBeginTransformFeedbackNV(primitiveMode:GLenum) {glBeginTransformFeedbackNV_P(primitiveMode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:153:13: error: invalid redeclaration of 'glBeginVideoCaptureNV(video_capture_slot:)' public func glBeginVideoCaptureNV(video_capture_slot video_capture_slot:GLuint) {glBeginVideoCaptureNV_P(video_capture_slot)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:152:13: note: 'glBeginVideoCaptureNV(video_capture_slot:)' previously declared here public func glBeginVideoCaptureNV(video_capture_slot:GLuint) {glBeginVideoCaptureNV_P(video_capture_slot)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:210:13: error: invalid redeclaration of 'glBindFragmentShaderATI(id:)' public func glBindFragmentShaderATI(id id:GLuint) {glBindFragmentShaderATI_P(id)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:209:13: note: 'glBindFragmentShaderATI(id:)' previously declared here public func glBindFragmentShaderATI(id:GLuint) {glBindFragmentShaderATI_P(id)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:240:13: error: invalid redeclaration of 'glBindParameterEXT(value:)' public func glBindParameterEXT(value value:GLenum) -> GLuint {return glBindParameterEXT_P(value)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:239:13: note: 'glBindParameterEXT(value:)' previously declared here public func glBindParameterEXT(value:GLenum) -> GLuint {return glBindParameterEXT_P(value)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:249:13: error: invalid redeclaration of 'glBindProgramPipeline(pipeline:)' public func glBindProgramPipeline(pipeline pipeline:GLuint) {glBindProgramPipeline_P(pipeline)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:248:13: note: 'glBindProgramPipeline(pipeline:)' previously declared here public func glBindProgramPipeline(pipeline:GLuint) {glBindProgramPipeline_P(pipeline)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:252:13: error: invalid redeclaration of 'glBindProgramPipelineEXT(pipeline:)' public func glBindProgramPipelineEXT(pipeline pipeline:GLuint) {glBindProgramPipelineEXT_P(pipeline)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:251:13: note: 'glBindProgramPipelineEXT(pipeline:)' previously declared here public func glBindProgramPipelineEXT(pipeline:GLuint) {glBindProgramPipelineEXT_P(pipeline)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:294:13: error: invalid redeclaration of 'glBindVertexArray(array:)' public func glBindVertexArray(array array:GLuint) {glBindVertexArray_P(array)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:293:13: note: 'glBindVertexArray(array:)' previously declared here public func glBindVertexArray(array:GLuint) {glBindVertexArray_P(array)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:297:13: error: invalid redeclaration of 'glBindVertexArrayAPPLE(array:)' public func glBindVertexArrayAPPLE(array array:GLuint) {glBindVertexArrayAPPLE_P(array)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:296:13: note: 'glBindVertexArrayAPPLE(array:)' previously declared here public func glBindVertexArrayAPPLE(array:GLuint) {glBindVertexArrayAPPLE_P(array)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:300:13: error: invalid redeclaration of 'glBindVertexArrayOES(array:)' public func glBindVertexArrayOES(array array:GLuint) {glBindVertexArrayOES_P(array)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:299:13: note: 'glBindVertexArrayOES(array:)' previously declared here public func glBindVertexArrayOES(array:GLuint) {glBindVertexArrayOES_P(array)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:309:13: error: invalid redeclaration of 'glBindVertexShaderEXT(id:)' public func glBindVertexShaderEXT(id id:GLuint) {glBindVertexShaderEXT_P(id)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:308:13: note: 'glBindVertexShaderEXT(id:)' previously declared here public func glBindVertexShaderEXT(id:GLuint) {glBindVertexShaderEXT_P(id)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:321:13: error: invalid redeclaration of 'glBinormal3bvEXT(v:)' public func glBinormal3bvEXT(v v:UnsafePointer) {glBinormal3bvEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:320:13: note: 'glBinormal3bvEXT(v:)' previously declared here public func glBinormal3bvEXT(v:UnsafePointer) {glBinormal3bvEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:327:13: error: invalid redeclaration of 'glBinormal3dvEXT(v:)' public func glBinormal3dvEXT(v v:UnsafePointer) {glBinormal3dvEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:326:13: note: 'glBinormal3dvEXT(v:)' previously declared here public func glBinormal3dvEXT(v:UnsafePointer) {glBinormal3dvEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:333:13: error: invalid redeclaration of 'glBinormal3fvEXT(v:)' public func glBinormal3fvEXT(v v:UnsafePointer) {glBinormal3fvEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:332:13: note: 'glBinormal3fvEXT(v:)' previously declared here public func glBinormal3fvEXT(v:UnsafePointer) {glBinormal3fvEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:339:13: error: invalid redeclaration of 'glBinormal3ivEXT(v:)' public func glBinormal3ivEXT(v v:UnsafePointer) {glBinormal3ivEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:338:13: note: 'glBinormal3ivEXT(v:)' previously declared here public func glBinormal3ivEXT(v:UnsafePointer) {glBinormal3ivEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:345:13: error: invalid redeclaration of 'glBinormal3svEXT(v:)' public func glBinormal3svEXT(v v:UnsafePointer) {glBinormal3svEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:344:13: note: 'glBinormal3svEXT(v:)' previously declared here public func glBinormal3svEXT(v:UnsafePointer) {glBinormal3svEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:372:13: error: invalid redeclaration of 'glBlendEquation(mode:)' public func glBlendEquation(mode mode:GLenum) {glBlendEquation_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:371:13: note: 'glBlendEquation(mode:)' previously declared here public func glBlendEquation(mode:GLenum) {glBlendEquation_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:375:13: error: invalid redeclaration of 'glBlendEquationEXT(mode:)' public func glBlendEquationEXT(mode mode:GLenum) {glBlendEquationEXT_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:374:13: note: 'glBlendEquationEXT(mode:)' previously declared here public func glBlendEquationEXT(mode:GLenum) {glBlendEquationEXT_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:381:13: error: invalid redeclaration of 'glBlendEquationOES(mode:)' public func glBlendEquationOES(mode mode:GLenum) {glBlendEquationOES_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:380:13: note: 'glBlendEquationOES(mode:)' previously declared here public func glBlendEquationOES(mode:GLenum) {glBlendEquationOES_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:510:13: error: invalid redeclaration of 'glCallCommandListNV(list:)' public func glCallCommandListNV(list list:GLuint) {glCallCommandListNV_P(list)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:509:13: note: 'glCallCommandListNV(list:)' previously declared here public func glCallCommandListNV(list:GLuint) {glCallCommandListNV_P(list)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:513:13: error: invalid redeclaration of 'glCallList(list:)' public func glCallList(list list:GLuint) {glCallList_P(list)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:512:13: note: 'glCallList(list:)' previously declared here public func glCallList(list:GLuint) {glCallList_P(list)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:519:13: error: invalid redeclaration of 'glCheckFramebufferStatus(target:)' public func glCheckFramebufferStatus(target target:GLenum) -> GLenum {return glCheckFramebufferStatus_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:518:13: note: 'glCheckFramebufferStatus(target:)' previously declared here public func glCheckFramebufferStatus(target:GLenum) -> GLenum {return glCheckFramebufferStatus_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:522:13: error: invalid redeclaration of 'glCheckFramebufferStatusEXT(target:)' public func glCheckFramebufferStatusEXT(target target:GLenum) -> GLenum {return glCheckFramebufferStatusEXT_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:521:13: note: 'glCheckFramebufferStatusEXT(target:)' previously declared here public func glCheckFramebufferStatusEXT(target:GLenum) -> GLenum {return glCheckFramebufferStatusEXT_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:525:13: error: invalid redeclaration of 'glCheckFramebufferStatusOES(target:)' public func glCheckFramebufferStatusOES(target target:GLenum) -> GLenum {return glCheckFramebufferStatusOES_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:524:13: note: 'glCheckFramebufferStatusOES(target:)' previously declared here public func glCheckFramebufferStatusOES(target:GLenum) -> GLenum {return glCheckFramebufferStatusOES_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:540:13: error: invalid redeclaration of 'glClear(mask:)' public func glClear(mask mask:GLbitfield) {glClear_P(mask)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:539:13: note: 'glClear(mask:)' previously declared here public func glClear(mask:GLbitfield) {glClear_P(mask)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:582:13: error: invalid redeclaration of 'glClearDepth(depth:)' public func glClearDepth(depth depth:GLdouble) {glClearDepth_P(depth)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:581:13: note: 'glClearDepth(depth:)' previously declared here public func glClearDepth(depth:GLdouble) {glClearDepth_P(depth)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:585:13: error: invalid redeclaration of 'glClearDepthdNV(depth:)' public func glClearDepthdNV(depth depth:GLdouble) {glClearDepthdNV_P(depth)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:584:13: note: 'glClearDepthdNV(depth:)' previously declared here public func glClearDepthdNV(depth:GLdouble) {glClearDepthdNV_P(depth)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:588:13: error: invalid redeclaration of 'glClearDepthf(d:)' public func glClearDepthf(d d:GLfloat) {glClearDepthf_P(d)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:587:13: note: 'glClearDepthf(d:)' previously declared here public func glClearDepthf(d:GLfloat) {glClearDepthf_P(d)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:591:13: error: invalid redeclaration of 'glClearDepthfOES(depth:)' public func glClearDepthfOES(depth depth:GLclampf) {glClearDepthfOES_P(depth)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:590:13: note: 'glClearDepthfOES(depth:)' previously declared here public func glClearDepthfOES(depth:GLclampf) {glClearDepthfOES_P(depth)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:594:13: error: invalid redeclaration of 'glClearDepthx(depth:)' public func glClearDepthx(depth depth:GLfixed) {glClearDepthx_P(depth)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:593:13: note: 'glClearDepthx(depth:)' previously declared here public func glClearDepthx(depth:GLfixed) {glClearDepthx_P(depth)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:597:13: error: invalid redeclaration of 'glClearDepthxOES(depth:)' public func glClearDepthxOES(depth depth:GLfixed) {glClearDepthxOES_P(depth)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:596:13: note: 'glClearDepthxOES(depth:)' previously declared here public func glClearDepthxOES(depth:GLfixed) {glClearDepthxOES_P(depth)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:600:13: error: invalid redeclaration of 'glClearIndex(c:)' public func glClearIndex(c c:GLfloat) {glClearIndex_P(c)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:599:13: note: 'glClearIndex(c:)' previously declared here public func glClearIndex(c:GLfloat) {glClearIndex_P(c)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:627:13: error: invalid redeclaration of 'glClearStencil(s:)' public func glClearStencil(s s:GLint) {glClearStencil_P(s)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:626:13: note: 'glClearStencil(s:)' previously declared here public func glClearStencil(s:GLint) {glClearStencil_P(s)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:636:13: error: invalid redeclaration of 'glClientActiveTexture(texture:)' public func glClientActiveTexture(texture texture:GLenum) {glClientActiveTexture_P(texture)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:635:13: note: 'glClientActiveTexture(texture:)' previously declared here public func glClientActiveTexture(texture:GLenum) {glClientActiveTexture_P(texture)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:639:13: error: invalid redeclaration of 'glClientActiveTextureARB(texture:)' public func glClientActiveTextureARB(texture texture:GLenum) {glClientActiveTextureARB_P(texture)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:638:13: note: 'glClientActiveTextureARB(texture:)' previously declared here public func glClientActiveTextureARB(texture:GLenum) {glClientActiveTextureARB_P(texture)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:642:13: error: invalid redeclaration of 'glClientActiveVertexStreamATI(stream:)' public func glClientActiveVertexStreamATI(stream stream:GLenum) {glClientActiveVertexStreamATI_P(stream)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:641:13: note: 'glClientActiveVertexStreamATI(stream:)' previously declared here public func glClientActiveVertexStreamATI(stream:GLenum) {glClientActiveVertexStreamATI_P(stream)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:645:13: error: invalid redeclaration of 'glClientAttribDefaultEXT(mask:)' public func glClientAttribDefaultEXT(mask mask:GLbitfield) {glClientAttribDefaultEXT_P(mask)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:644:13: note: 'glClientAttribDefaultEXT(mask:)' previously declared here public func glClientAttribDefaultEXT(mask:GLbitfield) {glClientAttribDefaultEXT_P(mask)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/SwiftGL.swift:54:27: error: 'COpaquePointer' has been renamed to 'OpaquePointer' public typealias GLsync = COpaquePointer ^~~~~~~~~~~~~~ OpaquePointer /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:681:13: error: invalid redeclaration of 'glColor3bv(v:)' public func glColor3bv(v v:UnsafePointer) {glColor3bv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:680:13: note: 'glColor3bv(v:)' previously declared here public func glColor3bv(v:UnsafePointer) {glColor3bv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:687:13: error: invalid redeclaration of 'glColor3dv(v:)' public func glColor3dv(v v:UnsafePointer) {glColor3dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:686:13: note: 'glColor3dv(v:)' previously declared here public func glColor3dv(v:UnsafePointer) {glColor3dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:699:13: error: invalid redeclaration of 'glColor3fv(v:)' public func glColor3fv(v v:UnsafePointer) {glColor3fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:698:13: note: 'glColor3fv(v:)' previously declared here public func glColor3fv(v:UnsafePointer) {glColor3fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:705:13: error: invalid redeclaration of 'glColor3hvNV(v:)' public func glColor3hvNV(v v:UnsafePointer) {glColor3hvNV_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:704:13: note: 'glColor3hvNV(v:)' previously declared here public func glColor3hvNV(v:UnsafePointer) {glColor3hvNV_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:711:13: error: invalid redeclaration of 'glColor3iv(v:)' public func glColor3iv(v v:UnsafePointer) {glColor3iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:710:13: note: 'glColor3iv(v:)' previously declared here public func glColor3iv(v:UnsafePointer) {glColor3iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:717:13: error: invalid redeclaration of 'glColor3sv(v:)' public func glColor3sv(v v:UnsafePointer) {glColor3sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:716:13: note: 'glColor3sv(v:)' previously declared here public func glColor3sv(v:UnsafePointer) {glColor3sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:723:13: error: invalid redeclaration of 'glColor3ubv(v:)' public func glColor3ubv(v v:UnsafePointer) {glColor3ubv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:722:13: note: 'glColor3ubv(v:)' previously declared here public func glColor3ubv(v:UnsafePointer) {glColor3ubv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:729:13: error: invalid redeclaration of 'glColor3uiv(v:)' public func glColor3uiv(v v:UnsafePointer) {glColor3uiv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:728:13: note: 'glColor3uiv(v:)' previously declared here public func glColor3uiv(v:UnsafePointer) {glColor3uiv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:735:13: error: invalid redeclaration of 'glColor3usv(v:)' public func glColor3usv(v v:UnsafePointer) {glColor3usv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:734:13: note: 'glColor3usv(v:)' previously declared here public func glColor3usv(v:UnsafePointer) {glColor3usv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:741:13: error: invalid redeclaration of 'glColor3xvOES(components:)' public func glColor3xvOES(components components:UnsafePointer) {glColor3xvOES_P(components)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:740:13: note: 'glColor3xvOES(components:)' previously declared here public func glColor3xvOES(components:UnsafePointer) {glColor3xvOES_P(components)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:747:13: error: invalid redeclaration of 'glColor4bv(v:)' public func glColor4bv(v v:UnsafePointer) {glColor4bv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:746:13: note: 'glColor4bv(v:)' previously declared here public func glColor4bv(v:UnsafePointer) {glColor4bv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:753:13: error: invalid redeclaration of 'glColor4dv(v:)' public func glColor4dv(v v:UnsafePointer) {glColor4dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:752:13: note: 'glColor4dv(v:)' previously declared here public func glColor4dv(v:UnsafePointer) {glColor4dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:765:13: error: invalid redeclaration of 'glColor4fv(v:)' public func glColor4fv(v v:UnsafePointer) {glColor4fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:764:13: note: 'glColor4fv(v:)' previously declared here public func glColor4fv(v:UnsafePointer) {glColor4fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:771:13: error: invalid redeclaration of 'glColor4hvNV(v:)' public func glColor4hvNV(v v:UnsafePointer) {glColor4hvNV_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:770:13: note: 'glColor4hvNV(v:)' previously declared here public func glColor4hvNV(v:UnsafePointer) {glColor4hvNV_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:777:13: error: invalid redeclaration of 'glColor4iv(v:)' public func glColor4iv(v v:UnsafePointer) {glColor4iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:776:13: note: 'glColor4iv(v:)' previously declared here public func glColor4iv(v:UnsafePointer) {glColor4iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:783:13: error: invalid redeclaration of 'glColor4sv(v:)' public func glColor4sv(v v:UnsafePointer) {glColor4sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:782:13: note: 'glColor4sv(v:)' previously declared here public func glColor4sv(v:UnsafePointer) {glColor4sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:801:13: error: invalid redeclaration of 'glColor4ubv(v:)' public func glColor4ubv(v v:UnsafePointer) {glColor4ubv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:800:13: note: 'glColor4ubv(v:)' previously declared here public func glColor4ubv(v:UnsafePointer) {glColor4ubv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:807:13: error: invalid redeclaration of 'glColor4uiv(v:)' public func glColor4uiv(v v:UnsafePointer) {glColor4uiv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:806:13: note: 'glColor4uiv(v:)' previously declared here public func glColor4uiv(v:UnsafePointer) {glColor4uiv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:813:13: error: invalid redeclaration of 'glColor4usv(v:)' public func glColor4usv(v v:UnsafePointer) {glColor4usv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:812:13: note: 'glColor4usv(v:)' previously declared here public func glColor4usv(v:UnsafePointer) {glColor4usv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:822:13: error: invalid redeclaration of 'glColor4xvOES(components:)' public func glColor4xvOES(components components:UnsafePointer) {glColor4xvOES_P(components)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:821:13: note: 'glColor4xvOES(components:)' previously declared here public func glColor4xvOES(components:UnsafePointer) {glColor4xvOES_P(components)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:930:13: error: invalid redeclaration of 'glCompileCommandListNV(list:)' public func glCompileCommandListNV(list list:GLuint) {glCompileCommandListNV_P(list)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:929:13: note: 'glCompileCommandListNV(list:)' previously declared here public func glCompileCommandListNV(list:GLuint) {glCompileCommandListNV_P(list)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:933:13: error: invalid redeclaration of 'glCompileShader(shader:)' public func glCompileShader(shader shader:GLuint) {glCompileShader_P(shader)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:932:13: note: 'glCompileShader(shader:)' previously declared here public func glCompileShader(shader:GLuint) {glCompileShader_P(shader)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:936:13: error: invalid redeclaration of 'glCompileShaderARB(shaderObj:)' public func glCompileShaderARB(shaderObj shaderObj:GLhandleARB) {glCompileShaderARB_P(shaderObj)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:935:13: note: 'glCompileShaderARB(shaderObj:)' previously declared here public func glCompileShaderARB(shaderObj:GLhandleARB) {glCompileShaderARB_P(shaderObj)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1212:13: error: invalid redeclaration of 'glCoverageMaskNV(mask:)' public func glCoverageMaskNV(mask mask:GLboolean) {glCoverageMaskNV_P(mask)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1211:13: note: 'glCoverageMaskNV(mask:)' previously declared here public func glCoverageMaskNV(mask:GLboolean) {glCoverageMaskNV_P(mask)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1215:13: error: invalid redeclaration of 'glCoverageModulationNV(components:)' public func glCoverageModulationNV(components components:GLenum) {glCoverageModulationNV_P(components)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1214:13: note: 'glCoverageModulationNV(components:)' previously declared here public func glCoverageModulationNV(components:GLenum) {glCoverageModulationNV_P(components)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1221:13: error: invalid redeclaration of 'glCoverageOperationNV(operation:)' public func glCoverageOperationNV(operation operation:GLenum) {glCoverageOperationNV_P(operation)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1220:13: note: 'glCoverageOperationNV(operation:)' previously declared here public func glCoverageOperationNV(operation:GLenum) {glCoverageOperationNV_P(operation)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1252:13: error: invalid redeclaration of 'glCreateShader(type:)' public func glCreateShader(type type:GLenum) -> GLuint {return glCreateShader_P(type)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1251:13: note: 'glCreateShader(type:)' previously declared here public func glCreateShader(type:GLenum) -> GLuint {return glCreateShader_P(type)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1255:13: error: invalid redeclaration of 'glCreateShaderObjectARB(shaderType:)' public func glCreateShaderObjectARB(shaderType shaderType:GLenum) -> GLhandleARB {return glCreateShaderObjectARB_P(shaderType)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1254:13: note: 'glCreateShaderObjectARB(shaderType:)' previously declared here public func glCreateShaderObjectARB(shaderType:GLenum) -> GLhandleARB {return glCreateShaderObjectARB_P(shaderType)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1271:49: error: 'COpaquePointer' has been renamed to 'OpaquePointer' var glCreateSyncFromCLeventARB_P:@convention(c)(COpaquePointer, COpaquePointer, GLbitfield) -> GLsync = glCreateSyncFromCLeventARB_L ^~~~~~~~~~~~~~ OpaquePointer /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1282:13: error: invalid redeclaration of 'glCullFace(mode:)' public func glCullFace(mode mode:GLenum) {glCullFace_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1281:13: note: 'glCullFace(mode:)' previously declared here public func glCullFace(mode:GLenum) {glCullFace_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1291:13: error: invalid redeclaration of 'glCurrentPaletteMatrixARB(index:)' public func glCurrentPaletteMatrixARB(index index:GLint) {glCurrentPaletteMatrixARB_P(index)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1290:13: note: 'glCurrentPaletteMatrixARB(index:)' previously declared here public func glCurrentPaletteMatrixARB(index:GLint) {glCurrentPaletteMatrixARB_P(index)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1294:13: error: invalid redeclaration of 'glCurrentPaletteMatrixOES(matrixpaletteindex:)' public func glCurrentPaletteMatrixOES(matrixpaletteindex matrixpaletteindex:GLuint) {glCurrentPaletteMatrixOES_P(matrixpaletteindex)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1293:13: note: 'glCurrentPaletteMatrixOES(matrixpaletteindex:)' previously declared here public func glCurrentPaletteMatrixOES(matrixpaletteindex:GLuint) {glCurrentPaletteMatrixOES_P(matrixpaletteindex)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1333:13: error: invalid redeclaration of 'glDeformSGIX(mask:)' public func glDeformSGIX(mask mask:GLbitfield) {glDeformSGIX_P(mask)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1332:13: note: 'glDeformSGIX(mask:)' previously declared here public func glDeformSGIX(mask:GLbitfield) {glDeformSGIX_P(mask)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1360:13: error: invalid redeclaration of 'glDeleteFragmentShaderATI(id:)' public func glDeleteFragmentShaderATI(id id:GLuint) {glDeleteFragmentShaderATI_P(id)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1359:13: note: 'glDeleteFragmentShaderATI(id:)' previously declared here public func glDeleteFragmentShaderATI(id:GLuint) {glDeleteFragmentShaderATI_P(id)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1381:13: error: invalid redeclaration of 'glDeleteObjectARB(obj:)' public func glDeleteObjectARB(obj obj:GLhandleARB) {glDeleteObjectARB_P(obj)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1380:13: note: 'glDeleteObjectARB(obj:)' previously declared here public func glDeleteObjectARB(obj:GLhandleARB) {glDeleteObjectARB_P(obj)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1393:13: error: invalid redeclaration of 'glDeletePerfQueryINTEL(queryHandle:)' public func glDeletePerfQueryINTEL(queryHandle queryHandle:GLuint) {glDeletePerfQueryINTEL_P(queryHandle)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1392:13: note: 'glDeletePerfQueryINTEL(queryHandle:)' previously declared here public func glDeletePerfQueryINTEL(queryHandle:GLuint) {glDeletePerfQueryINTEL_P(queryHandle)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1396:13: error: invalid redeclaration of 'glDeleteProgram(program:)' public func glDeleteProgram(program program:GLuint) {glDeleteProgram_P(program)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1395:13: note: 'glDeleteProgram(program:)' previously declared here public func glDeleteProgram(program:GLuint) {glDeleteProgram_P(program)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1432:13: error: invalid redeclaration of 'glDeleteShader(shader:)' public func glDeleteShader(shader shader:GLuint) {glDeleteShader_P(shader)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1431:13: note: 'glDeleteShader(shader:)' previously declared here public func glDeleteShader(shader:GLuint) {glDeleteShader_P(shader)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1465:13: error: invalid redeclaration of 'glDeleteVertexShaderEXT(id:)' public func glDeleteVertexShaderEXT(id id:GLuint) {glDeleteVertexShaderEXT_P(id)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1464:13: note: 'glDeleteVertexShaderEXT(id:)' previously declared here public func glDeleteVertexShaderEXT(id:GLuint) {glDeleteVertexShaderEXT_P(id)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1474:13: error: invalid redeclaration of 'glDepthFunc(fn:)' public func glDepthFunc(fn fn:GLenum) {glDepthFunc_P(fn)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1473:13: note: 'glDepthFunc(fn:)' previously declared here public func glDepthFunc(fn:GLenum) {glDepthFunc_P(fn)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1477:13: error: invalid redeclaration of 'glDepthMask(flag:)' public func glDepthMask(flag flag:GLboolean) {glDepthMask_P(flag)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1476:13: note: 'glDepthMask(flag:)' previously declared here public func glDepthMask(flag:GLboolean) {glDepthMask_P(flag)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1519:13: error: invalid redeclaration of 'glDisable(cap:)' public func glDisable(cap cap:GLenum) {glDisable_P(cap)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1518:13: note: 'glDisable(cap:)' previously declared here public func glDisable(cap:GLenum) {glDisable_P(cap)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1522:13: error: invalid redeclaration of 'glDisableClientState(array:)' public func glDisableClientState(array array:GLenum) {glDisableClientState_P(array)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1521:13: note: 'glDisableClientState(array:)' previously declared here public func glDisableClientState(array:GLenum) {glDisableClientState_P(array)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1531:13: error: invalid redeclaration of 'glDisableDriverControlQCOM(driverControl:)' public func glDisableDriverControlQCOM(driverControl driverControl:GLuint) {glDisableDriverControlQCOM_P(driverControl)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1530:13: note: 'glDisableDriverControlQCOM(driverControl:)' previously declared here public func glDisableDriverControlQCOM(driverControl:GLuint) {glDisableDriverControlQCOM_P(driverControl)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1537:13: error: invalid redeclaration of 'glDisableVariantClientStateEXT(id:)' public func glDisableVariantClientStateEXT(id id:GLuint) {glDisableVariantClientStateEXT_P(id)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1536:13: note: 'glDisableVariantClientStateEXT(id:)' previously declared here public func glDisableVariantClientStateEXT(id:GLuint) {glDisableVariantClientStateEXT_P(id)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1552:13: error: invalid redeclaration of 'glDisableVertexAttribArray(index:)' public func glDisableVertexAttribArray(index index:GLuint) {glDisableVertexAttribArray_P(index)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1551:13: note: 'glDisableVertexAttribArray(index:)' previously declared here public func glDisableVertexAttribArray(index:GLuint) {glDisableVertexAttribArray_P(index)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1555:13: error: invalid redeclaration of 'glDisableVertexAttribArrayARB(index:)' public func glDisableVertexAttribArrayARB(index index:GLuint) {glDisableVertexAttribArrayARB_P(index)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1554:13: note: 'glDisableVertexAttribArrayARB(index:)' previously declared here public func glDisableVertexAttribArrayARB(index:GLuint) {glDisableVertexAttribArrayARB_P(index)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1579:13: error: invalid redeclaration of 'glDispatchComputeIndirect(indirect:)' public func glDispatchComputeIndirect(indirect indirect:GLintptr) {glDispatchComputeIndirect_P(indirect)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1578:13: note: 'glDispatchComputeIndirect(indirect:)' previously declared here public func glDispatchComputeIndirect(indirect:GLintptr) {glDispatchComputeIndirect_P(indirect)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1612:13: error: invalid redeclaration of 'glDrawBuffer(buf:)' public func glDrawBuffer(buf buf:GLenum) {glDrawBuffer_P(buf)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1611:13: note: 'glDrawBuffer(buf:)' previously declared here public func glDrawBuffer(buf:GLenum) {glDrawBuffer_P(buf)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1732:13: error: invalid redeclaration of 'glDrawTexfvOES(coords:)' public func glDrawTexfvOES(coords coords:UnsafePointer) {glDrawTexfvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1731:13: note: 'glDrawTexfvOES(coords:)' previously declared here public func glDrawTexfvOES(coords:UnsafePointer) {glDrawTexfvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1738:13: error: invalid redeclaration of 'glDrawTexivOES(coords:)' public func glDrawTexivOES(coords coords:UnsafePointer) {glDrawTexivOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1737:13: note: 'glDrawTexivOES(coords:)' previously declared here public func glDrawTexivOES(coords:UnsafePointer) {glDrawTexivOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1744:13: error: invalid redeclaration of 'glDrawTexsvOES(coords:)' public func glDrawTexsvOES(coords coords:UnsafePointer) {glDrawTexsvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1743:13: note: 'glDrawTexsvOES(coords:)' previously declared here public func glDrawTexsvOES(coords:UnsafePointer) {glDrawTexsvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1753:13: error: invalid redeclaration of 'glDrawTexxvOES(coords:)' public func glDrawTexxvOES(coords coords:UnsafePointer) {glDrawTexxvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1752:13: note: 'glDrawTexxvOES(coords:)' previously declared here public func glDrawTexxvOES(coords:UnsafePointer) {glDrawTexxvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1777:13: error: invalid redeclaration of 'glEdgeFlag(flag:)' public func glEdgeFlag(flag flag:GLboolean) {glEdgeFlag_P(flag)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1776:13: note: 'glEdgeFlag(flag:)' previously declared here public func glEdgeFlag(flag:GLboolean) {glEdgeFlag_P(flag)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1780:13: error: invalid redeclaration of 'glEdgeFlagFormatNV(stride:)' public func glEdgeFlagFormatNV(stride stride:GLsizei) {glEdgeFlagFormatNV_P(stride)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1779:13: note: 'glEdgeFlagFormatNV(stride:)' previously declared here public func glEdgeFlagFormatNV(stride:GLsizei) {glEdgeFlagFormatNV_P(stride)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1792:13: error: invalid redeclaration of 'glEdgeFlagv(flag:)' public func glEdgeFlagv(flag flag:UnsafePointer) {glEdgeFlagv_P(flag)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1791:13: note: 'glEdgeFlagv(flag:)' previously declared here public func glEdgeFlagv(flag:UnsafePointer) {glEdgeFlagv_P(flag)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1801:13: error: invalid redeclaration of 'glEnable(cap:)' public func glEnable(cap cap:GLenum) {glEnable_P(cap)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1800:13: note: 'glEnable(cap:)' previously declared here public func glEnable(cap:GLenum) {glEnable_P(cap)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1804:13: error: invalid redeclaration of 'glEnableClientState(array:)' public func glEnableClientState(array array:GLenum) {glEnableClientState_P(array)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1803:13: note: 'glEnableClientState(array:)' previously declared here public func glEnableClientState(array:GLenum) {glEnableClientState_P(array)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1813:13: error: invalid redeclaration of 'glEnableDriverControlQCOM(driverControl:)' public func glEnableDriverControlQCOM(driverControl driverControl:GLuint) {glEnableDriverControlQCOM_P(driverControl)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1812:13: note: 'glEnableDriverControlQCOM(driverControl:)' previously declared here public func glEnableDriverControlQCOM(driverControl:GLuint) {glEnableDriverControlQCOM_P(driverControl)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1819:13: error: invalid redeclaration of 'glEnableVariantClientStateEXT(id:)' public func glEnableVariantClientStateEXT(id id:GLuint) {glEnableVariantClientStateEXT_P(id)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1818:13: note: 'glEnableVariantClientStateEXT(id:)' previously declared here public func glEnableVariantClientStateEXT(id:GLuint) {glEnableVariantClientStateEXT_P(id)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1834:13: error: invalid redeclaration of 'glEnableVertexAttribArray(index:)' public func glEnableVertexAttribArray(index index:GLuint) {glEnableVertexAttribArray_P(index)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1833:13: note: 'glEnableVertexAttribArray(index:)' previously declared here public func glEnableVertexAttribArray(index:GLuint) {glEnableVertexAttribArray_P(index)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1837:13: error: invalid redeclaration of 'glEnableVertexAttribArrayARB(index:)' public func glEnableVertexAttribArrayARB(index index:GLuint) {glEnableVertexAttribArrayARB_P(index)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1836:13: note: 'glEnableVertexAttribArrayARB(index:)' previously declared here public func glEnableVertexAttribArrayARB(index:GLuint) {glEnableVertexAttribArrayARB_P(index)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1866:13: error: invalid redeclaration of 'glEndPerfMonitorAMD(monitor:)' public func glEndPerfMonitorAMD(monitor monitor:GLuint) {glEndPerfMonitorAMD_P(monitor)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1865:13: note: 'glEndPerfMonitorAMD(monitor:)' previously declared here public func glEndPerfMonitorAMD(monitor:GLuint) {glEndPerfMonitorAMD_P(monitor)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1869:13: error: invalid redeclaration of 'glEndPerfQueryINTEL(queryHandle:)' public func glEndPerfQueryINTEL(queryHandle queryHandle:GLuint) {glEndPerfQueryINTEL_P(queryHandle)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1868:13: note: 'glEndPerfQueryINTEL(queryHandle:)' previously declared here public func glEndPerfQueryINTEL(queryHandle:GLuint) {glEndPerfQueryINTEL_P(queryHandle)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1872:13: error: invalid redeclaration of 'glEndQuery(target:)' public func glEndQuery(target target:GLenum) {glEndQuery_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1871:13: note: 'glEndQuery(target:)' previously declared here public func glEndQuery(target:GLenum) {glEndQuery_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1875:13: error: invalid redeclaration of 'glEndQueryARB(target:)' public func glEndQueryARB(target target:GLenum) {glEndQueryARB_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1874:13: note: 'glEndQueryARB(target:)' previously declared here public func glEndQueryARB(target:GLenum) {glEndQueryARB_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1878:13: error: invalid redeclaration of 'glEndQueryEXT(target:)' public func glEndQueryEXT(target target:GLenum) {glEndQueryEXT_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1877:13: note: 'glEndQueryEXT(target:)' previously declared here public func glEndQueryEXT(target:GLenum) {glEndQueryEXT_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1884:13: error: invalid redeclaration of 'glEndTilingQCOM(preserveMask:)' public func glEndTilingQCOM(preserveMask preserveMask:GLbitfield) {glEndTilingQCOM_P(preserveMask)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1883:13: note: 'glEndTilingQCOM(preserveMask:)' previously declared here public func glEndTilingQCOM(preserveMask:GLbitfield) {glEndTilingQCOM_P(preserveMask)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1895:13: error: invalid redeclaration of 'glEndVideoCaptureNV(video_capture_slot:)' public func glEndVideoCaptureNV(video_capture_slot video_capture_slot:GLuint) {glEndVideoCaptureNV_P(video_capture_slot)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1894:13: note: 'glEndVideoCaptureNV(video_capture_slot:)' previously declared here public func glEndVideoCaptureNV(video_capture_slot:GLuint) {glEndVideoCaptureNV_P(video_capture_slot)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1898:13: error: invalid redeclaration of 'glEvalCoord1d(u:)' public func glEvalCoord1d(u u:GLdouble) {glEvalCoord1d_P(u)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1897:13: note: 'glEvalCoord1d(u:)' previously declared here public func glEvalCoord1d(u:GLdouble) {glEvalCoord1d_P(u)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1901:13: error: invalid redeclaration of 'glEvalCoord1dv(u:)' public func glEvalCoord1dv(u u:UnsafePointer) {glEvalCoord1dv_P(u)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1900:13: note: 'glEvalCoord1dv(u:)' previously declared here public func glEvalCoord1dv(u:UnsafePointer) {glEvalCoord1dv_P(u)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1904:13: error: invalid redeclaration of 'glEvalCoord1f(u:)' public func glEvalCoord1f(u u:GLfloat) {glEvalCoord1f_P(u)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1903:13: note: 'glEvalCoord1f(u:)' previously declared here public func glEvalCoord1f(u:GLfloat) {glEvalCoord1f_P(u)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1907:13: error: invalid redeclaration of 'glEvalCoord1fv(u:)' public func glEvalCoord1fv(u u:UnsafePointer) {glEvalCoord1fv_P(u)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1906:13: note: 'glEvalCoord1fv(u:)' previously declared here public func glEvalCoord1fv(u:UnsafePointer) {glEvalCoord1fv_P(u)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1910:13: error: invalid redeclaration of 'glEvalCoord1xOES(u:)' public func glEvalCoord1xOES(u u:GLfixed) {glEvalCoord1xOES_P(u)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1909:13: note: 'glEvalCoord1xOES(u:)' previously declared here public func glEvalCoord1xOES(u:GLfixed) {glEvalCoord1xOES_P(u)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1913:13: error: invalid redeclaration of 'glEvalCoord1xvOES(coords:)' public func glEvalCoord1xvOES(coords coords:UnsafePointer) {glEvalCoord1xvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1912:13: note: 'glEvalCoord1xvOES(coords:)' previously declared here public func glEvalCoord1xvOES(coords:UnsafePointer) {glEvalCoord1xvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1919:13: error: invalid redeclaration of 'glEvalCoord2dv(u:)' public func glEvalCoord2dv(u u:UnsafePointer) {glEvalCoord2dv_P(u)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1918:13: note: 'glEvalCoord2dv(u:)' previously declared here public func glEvalCoord2dv(u:UnsafePointer) {glEvalCoord2dv_P(u)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1925:13: error: invalid redeclaration of 'glEvalCoord2fv(u:)' public func glEvalCoord2fv(u u:UnsafePointer) {glEvalCoord2fv_P(u)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1924:13: note: 'glEvalCoord2fv(u:)' previously declared here public func glEvalCoord2fv(u:UnsafePointer) {glEvalCoord2fv_P(u)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1931:13: error: invalid redeclaration of 'glEvalCoord2xvOES(coords:)' public func glEvalCoord2xvOES(coords coords:UnsafePointer) {glEvalCoord2xvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1930:13: note: 'glEvalCoord2xvOES(coords:)' previously declared here public func glEvalCoord2xvOES(coords:UnsafePointer) {glEvalCoord2xvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1943:13: error: invalid redeclaration of 'glEvalPoint1(i:)' public func glEvalPoint1(i i:GLint) {glEvalPoint1_P(i)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1942:13: note: 'glEvalPoint1(i:)' previously declared here public func glEvalPoint1(i:GLint) {glEvalPoint1_P(i)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1984:13: error: invalid redeclaration of 'glExtIsProgramBinaryQCOM(program:)' public func glExtIsProgramBinaryQCOM(program program:GLuint) -> GLboolean {return glExtIsProgramBinaryQCOM_P(program)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1983:13: note: 'glExtIsProgramBinaryQCOM(program:)' previously declared here public func glExtIsProgramBinaryQCOM(program:GLuint) -> GLboolean {return glExtIsProgramBinaryQCOM_P(program)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2010:13: error: invalid redeclaration of 'glFinishAsyncSGIX(markerp:)' public func glFinishAsyncSGIX(markerp markerp:UnsafeMutablePointer) -> GLint {return glFinishAsyncSGIX_P(markerp)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2009:13: note: 'glFinishAsyncSGIX(markerp:)' previously declared here public func glFinishAsyncSGIX(markerp:UnsafeMutablePointer) -> GLint {return glFinishAsyncSGIX_P(markerp)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2013:13: error: invalid redeclaration of 'glFinishFenceAPPLE(fence:)' public func glFinishFenceAPPLE(fence fence:GLuint) {glFinishFenceAPPLE_P(fence)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2012:13: note: 'glFinishFenceAPPLE(fence:)' previously declared here public func glFinishFenceAPPLE(fence:GLuint) {glFinishFenceAPPLE_P(fence)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2016:13: error: invalid redeclaration of 'glFinishFenceNV(fence:)' public func glFinishFenceNV(fence fence:GLuint) {glFinishFenceNV_P(fence)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2015:13: note: 'glFinishFenceNV(fence:)' previously declared here public func glFinishFenceNV(fence:GLuint) {glFinishFenceNV_P(fence)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2041:13: error: invalid redeclaration of 'glFlushPixelDataRangeNV(target:)' public func glFlushPixelDataRangeNV(target target:GLenum) {glFlushPixelDataRangeNV_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2040:13: note: 'glFlushPixelDataRangeNV(target:)' previously declared here public func glFlushPixelDataRangeNV(target:GLenum) {glFlushPixelDataRangeNV_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2046:13: error: invalid redeclaration of 'glFlushStaticDataIBM(target:)' public func glFlushStaticDataIBM(target target:GLenum) {glFlushStaticDataIBM_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2045:13: note: 'glFlushStaticDataIBM(target:)' previously declared here public func glFlushStaticDataIBM(target:GLenum) {glFlushStaticDataIBM_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2066:13: error: invalid redeclaration of 'glFogCoordd(coord:)' public func glFogCoordd(coord coord:GLdouble) {glFogCoordd_P(coord)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2065:13: note: 'glFogCoordd(coord:)' previously declared here public func glFogCoordd(coord:GLdouble) {glFogCoordd_P(coord)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2069:13: error: invalid redeclaration of 'glFogCoorddEXT(coord:)' public func glFogCoorddEXT(coord coord:GLdouble) {glFogCoorddEXT_P(coord)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2068:13: note: 'glFogCoorddEXT(coord:)' previously declared here public func glFogCoorddEXT(coord:GLdouble) {glFogCoorddEXT_P(coord)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2072:13: error: invalid redeclaration of 'glFogCoorddv(coord:)' public func glFogCoorddv(coord coord:UnsafePointer) {glFogCoorddv_P(coord)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2071:13: note: 'glFogCoorddv(coord:)' previously declared here public func glFogCoorddv(coord:UnsafePointer) {glFogCoorddv_P(coord)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2075:13: error: invalid redeclaration of 'glFogCoorddvEXT(coord:)' public func glFogCoorddvEXT(coord coord:UnsafePointer) {glFogCoorddvEXT_P(coord)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2074:13: note: 'glFogCoorddvEXT(coord:)' previously declared here public func glFogCoorddvEXT(coord:UnsafePointer) {glFogCoorddvEXT_P(coord)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2078:13: error: invalid redeclaration of 'glFogCoordf(coord:)' public func glFogCoordf(coord coord:GLfloat) {glFogCoordf_P(coord)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2077:13: note: 'glFogCoordf(coord:)' previously declared here public func glFogCoordf(coord:GLfloat) {glFogCoordf_P(coord)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2081:13: error: invalid redeclaration of 'glFogCoordfEXT(coord:)' public func glFogCoordfEXT(coord coord:GLfloat) {glFogCoordfEXT_P(coord)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2080:13: note: 'glFogCoordfEXT(coord:)' previously declared here public func glFogCoordfEXT(coord:GLfloat) {glFogCoordfEXT_P(coord)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2084:13: error: invalid redeclaration of 'glFogCoordfv(coord:)' public func glFogCoordfv(coord coord:UnsafePointer) {glFogCoordfv_P(coord)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2083:13: note: 'glFogCoordfv(coord:)' previously declared here public func glFogCoordfv(coord:UnsafePointer) {glFogCoordfv_P(coord)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2087:13: error: invalid redeclaration of 'glFogCoordfvEXT(coord:)' public func glFogCoordfvEXT(coord coord:UnsafePointer) {glFogCoordfvEXT_P(coord)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2086:13: note: 'glFogCoordfvEXT(coord:)' previously declared here public func glFogCoordfvEXT(coord:UnsafePointer) {glFogCoordfvEXT_P(coord)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2090:13: error: invalid redeclaration of 'glFogCoordhNV(fog:)' public func glFogCoordhNV(fog fog:GLhalfNV) {glFogCoordhNV_P(fog)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2089:13: note: 'glFogCoordhNV(fog:)' previously declared here public func glFogCoordhNV(fog:GLhalfNV) {glFogCoordhNV_P(fog)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2093:13: error: invalid redeclaration of 'glFogCoordhvNV(fog:)' public func glFogCoordhvNV(fog fog:UnsafePointer) {glFogCoordhvNV_P(fog)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2092:13: note: 'glFogCoordhvNV(fog:)' previously declared here public func glFogCoordhvNV(fog:UnsafePointer) {glFogCoordhvNV_P(fog)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2126:13: error: invalid redeclaration of 'glFragmentCoverageColorNV(color:)' public func glFragmentCoverageColorNV(color color:GLuint) {glFragmentCoverageColorNV_P(color)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2125:13: note: 'glFragmentCoverageColorNV(color:)' previously declared here public func glFragmentCoverageColorNV(color:GLuint) {glFragmentCoverageColorNV_P(color)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2167:13: error: invalid redeclaration of 'glFrameZoomSGIX(factor:)' public func glFrameZoomSGIX(factor factor:GLint) {glFrameZoomSGIX_P(factor)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2166:13: note: 'glFrameZoomSGIX(factor:)' previously declared here public func glFrameZoomSGIX(factor:GLint) {glFrameZoomSGIX_P(factor)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2260:13: error: invalid redeclaration of 'glFreeObjectBufferATI(buffer:)' public func glFreeObjectBufferATI(buffer buffer:GLuint) {glFreeObjectBufferATI_P(buffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2259:13: note: 'glFreeObjectBufferATI(buffer:)' previously declared here public func glFreeObjectBufferATI(buffer:GLuint) {glFreeObjectBufferATI_P(buffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2263:13: error: invalid redeclaration of 'glFrontFace(mode:)' public func glFrontFace(mode mode:GLenum) {glFrontFace_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2262:13: note: 'glFrontFace(mode:)' previously declared here public func glFrontFace(mode:GLenum) {glFrontFace_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2281:13: error: invalid redeclaration of 'glGenAsyncMarkersSGIX(range:)' public func glGenAsyncMarkersSGIX(range range:GLsizei) -> GLuint {return glGenAsyncMarkersSGIX_P(range)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2280:13: note: 'glGenAsyncMarkersSGIX(range:)' previously declared here public func glGenAsyncMarkersSGIX(range:GLsizei) -> GLuint {return glGenAsyncMarkersSGIX_P(range)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2296:13: error: invalid redeclaration of 'glGenFragmentShadersATI(range:)' public func glGenFragmentShadersATI(range range:GLuint) -> GLuint {return glGenFragmentShadersATI_P(range)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2295:13: note: 'glGenFragmentShadersATI(range:)' previously declared here public func glGenFragmentShadersATI(range:GLuint) -> GLuint {return glGenFragmentShadersATI_P(range)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2308:13: error: invalid redeclaration of 'glGenLists(range:)' public func glGenLists(range range:GLsizei) -> GLuint {return glGenLists_P(range)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2307:13: note: 'glGenLists(range:)' previously declared here public func glGenLists(range:GLsizei) -> GLuint {return glGenLists_P(range)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2317:13: error: invalid redeclaration of 'glGenPathsNV(range:)' public func glGenPathsNV(range range:GLsizei) -> GLuint {return glGenPathsNV_P(range)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2316:13: note: 'glGenPathsNV(range:)' previously declared here public func glGenPathsNV(range:GLsizei) -> GLuint {return glGenPathsNV_P(range)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2380:13: error: invalid redeclaration of 'glGenVertexShadersEXT(range:)' public func glGenVertexShadersEXT(range range:GLuint) -> GLuint {return glGenVertexShadersEXT_P(range)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2379:13: note: 'glGenVertexShadersEXT(range:)' previously declared here public func glGenVertexShadersEXT(range:GLuint) -> GLuint {return glGenVertexShadersEXT_P(range)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2383:13: error: invalid redeclaration of 'glGenerateMipmap(target:)' public func glGenerateMipmap(target target:GLenum) {glGenerateMipmap_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2382:13: note: 'glGenerateMipmap(target:)' previously declared here public func glGenerateMipmap(target:GLenum) {glGenerateMipmap_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2386:13: error: invalid redeclaration of 'glGenerateMipmapEXT(target:)' public func glGenerateMipmapEXT(target target:GLenum) {glGenerateMipmapEXT_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2385:13: note: 'glGenerateMipmapEXT(target:)' previously declared here public func glGenerateMipmapEXT(target:GLenum) {glGenerateMipmapEXT_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2389:13: error: invalid redeclaration of 'glGenerateMipmapOES(target:)' public func glGenerateMipmapOES(target target:GLenum) {glGenerateMipmapOES_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2388:13: note: 'glGenerateMipmapOES(target:)' previously declared here public func glGenerateMipmapOES(target:GLenum) {glGenerateMipmapOES_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2395:13: error: invalid redeclaration of 'glGenerateTextureMipmap(texture:)' public func glGenerateTextureMipmap(texture texture:GLuint) {glGenerateTextureMipmap_P(texture)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2394:13: note: 'glGenerateTextureMipmap(texture:)' previously declared here public func glGenerateTextureMipmap(texture:GLuint) {glGenerateTextureMipmap_P(texture)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2640:13: error: invalid redeclaration of 'glGetFirstPerfQueryIdINTEL(queryId:)' public func glGetFirstPerfQueryIdINTEL(queryId queryId:UnsafeMutablePointer) {glGetFirstPerfQueryIdINTEL_P(queryId)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2639:13: note: 'glGetFirstPerfQueryIdINTEL(queryId:)' previously declared here public func glGetFirstPerfQueryIdINTEL(queryId:UnsafeMutablePointer) {glGetFirstPerfQueryIdINTEL_P(queryId)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2664:13: error: invalid redeclaration of 'glGetFogFuncSGIS(points:)' public func glGetFogFuncSGIS(points points:UnsafeMutablePointer) {glGetFogFuncSGIS_P(points)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2663:13: note: 'glGetFogFuncSGIS(points:)' previously declared here public func glGetFogFuncSGIS(points:UnsafeMutablePointer) {glGetFogFuncSGIS_P(points)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2714:13: error: invalid redeclaration of 'glGetHandleARB(pname:)' public func glGetHandleARB(pname pname:GLenum) -> GLhandleARB {return glGetHandleARB_P(pname)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2713:13: note: 'glGetHandleARB(pname:)' previously declared here public func glGetHandleARB(pname:GLenum) -> GLhandleARB {return glGetHandleARB_P(pname)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3145:13: error: invalid redeclaration of 'glGetPolygonStipple(mask:)' public func glGetPolygonStipple(mask mask:UnsafeMutablePointer) {glGetPolygonStipple_P(mask)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3144:13: note: 'glGetPolygonStipple(mask:)' previously declared here public func glGetPolygonStipple(mask:UnsafeMutablePointer) {glGetPolygonStipple_P(mask)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3361:13: error: invalid redeclaration of 'glGetStageIndexNV(shadertype:)' public func glGetStageIndexNV(shadertype shadertype:GLenum) -> GLushort {return glGetStageIndexNV_P(shadertype)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3360:13: note: 'glGetStageIndexNV(shadertype:)' previously declared here public func glGetStageIndexNV(shadertype:GLenum) -> GLushort {return glGetStageIndexNV_P(shadertype)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3364:13: error: invalid redeclaration of 'glGetString(name:)' public func glGetString(name name:GLenum) -> UnsafePointer {return glGetString_P(name)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3363:13: note: 'glGetString(name:)' previously declared here public func glGetString(name:GLenum) -> UnsafePointer {return glGetString_P(name)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3466:13: error: invalid redeclaration of 'glGetTextureHandleARB(texture:)' public func glGetTextureHandleARB(texture texture:GLuint) -> GLuint64 {return glGetTextureHandleARB_P(texture)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3465:13: note: 'glGetTextureHandleARB(texture:)' previously declared here public func glGetTextureHandleARB(texture:GLuint) -> GLuint64 {return glGetTextureHandleARB_P(texture)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3469:13: error: invalid redeclaration of 'glGetTextureHandleNV(texture:)' public func glGetTextureHandleNV(texture texture:GLuint) -> GLuint64 {return glGetTextureHandleNV_P(texture)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3468:13: note: 'glGetTextureHandleNV(texture:)' previously declared here public func glGetTextureHandleNV(texture:GLuint) -> GLuint64 {return glGetTextureHandleNV_P(texture)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3865:13: error: invalid redeclaration of 'glGlobalAlphaFactorbSUN(factor:)' public func glGlobalAlphaFactorbSUN(factor factor:GLbyte) {glGlobalAlphaFactorbSUN_P(factor)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3864:13: note: 'glGlobalAlphaFactorbSUN(factor:)' previously declared here public func glGlobalAlphaFactorbSUN(factor:GLbyte) {glGlobalAlphaFactorbSUN_P(factor)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3868:13: error: invalid redeclaration of 'glGlobalAlphaFactordSUN(factor:)' public func glGlobalAlphaFactordSUN(factor factor:GLdouble) {glGlobalAlphaFactordSUN_P(factor)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3867:13: note: 'glGlobalAlphaFactordSUN(factor:)' previously declared here public func glGlobalAlphaFactordSUN(factor:GLdouble) {glGlobalAlphaFactordSUN_P(factor)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3871:13: error: invalid redeclaration of 'glGlobalAlphaFactorfSUN(factor:)' public func glGlobalAlphaFactorfSUN(factor factor:GLfloat) {glGlobalAlphaFactorfSUN_P(factor)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3870:13: note: 'glGlobalAlphaFactorfSUN(factor:)' previously declared here public func glGlobalAlphaFactorfSUN(factor:GLfloat) {glGlobalAlphaFactorfSUN_P(factor)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3874:13: error: invalid redeclaration of 'glGlobalAlphaFactoriSUN(factor:)' public func glGlobalAlphaFactoriSUN(factor factor:GLint) {glGlobalAlphaFactoriSUN_P(factor)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3873:13: note: 'glGlobalAlphaFactoriSUN(factor:)' previously declared here public func glGlobalAlphaFactoriSUN(factor:GLint) {glGlobalAlphaFactoriSUN_P(factor)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3877:13: error: invalid redeclaration of 'glGlobalAlphaFactorsSUN(factor:)' public func glGlobalAlphaFactorsSUN(factor factor:GLshort) {glGlobalAlphaFactorsSUN_P(factor)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3876:13: note: 'glGlobalAlphaFactorsSUN(factor:)' previously declared here public func glGlobalAlphaFactorsSUN(factor:GLshort) {glGlobalAlphaFactorsSUN_P(factor)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3880:13: error: invalid redeclaration of 'glGlobalAlphaFactorubSUN(factor:)' public func glGlobalAlphaFactorubSUN(factor factor:GLubyte) {glGlobalAlphaFactorubSUN_P(factor)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3879:13: note: 'glGlobalAlphaFactorubSUN(factor:)' previously declared here public func glGlobalAlphaFactorubSUN(factor:GLubyte) {glGlobalAlphaFactorubSUN_P(factor)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3883:13: error: invalid redeclaration of 'glGlobalAlphaFactoruiSUN(factor:)' public func glGlobalAlphaFactoruiSUN(factor factor:GLuint) {glGlobalAlphaFactoruiSUN_P(factor)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3882:13: note: 'glGlobalAlphaFactoruiSUN(factor:)' previously declared here public func glGlobalAlphaFactoruiSUN(factor:GLuint) {glGlobalAlphaFactoruiSUN_P(factor)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3886:13: error: invalid redeclaration of 'glGlobalAlphaFactorusSUN(factor:)' public func glGlobalAlphaFactorusSUN(factor factor:GLushort) {glGlobalAlphaFactorusSUN_P(factor)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3885:13: note: 'glGlobalAlphaFactorusSUN(factor:)' previously declared here public func glGlobalAlphaFactorusSUN(factor:GLushort) {glGlobalAlphaFactorusSUN_P(factor)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3925:13: error: invalid redeclaration of 'glIndexMask(mask:)' public func glIndexMask(mask mask:GLuint) {glIndexMask_P(mask)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3924:13: note: 'glIndexMask(mask:)' previously declared here public func glIndexMask(mask:GLuint) {glIndexMask_P(mask)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3940:13: error: invalid redeclaration of 'glIndexd(c:)' public func glIndexd(c c:GLdouble) {glIndexd_P(c)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3939:13: note: 'glIndexd(c:)' previously declared here public func glIndexd(c:GLdouble) {glIndexd_P(c)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3943:13: error: invalid redeclaration of 'glIndexdv(c:)' public func glIndexdv(c c:UnsafePointer) {glIndexdv_P(c)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3942:13: note: 'glIndexdv(c:)' previously declared here public func glIndexdv(c:UnsafePointer) {glIndexdv_P(c)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3946:13: error: invalid redeclaration of 'glIndexf(c:)' public func glIndexf(c c:GLfloat) {glIndexf_P(c)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3945:13: note: 'glIndexf(c:)' previously declared here public func glIndexf(c:GLfloat) {glIndexf_P(c)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3949:13: error: invalid redeclaration of 'glIndexfv(c:)' public func glIndexfv(c c:UnsafePointer) {glIndexfv_P(c)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3948:13: note: 'glIndexfv(c:)' previously declared here public func glIndexfv(c:UnsafePointer) {glIndexfv_P(c)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3952:13: error: invalid redeclaration of 'glIndexi(c:)' public func glIndexi(c c:GLint) {glIndexi_P(c)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3951:13: note: 'glIndexi(c:)' previously declared here public func glIndexi(c:GLint) {glIndexi_P(c)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3955:13: error: invalid redeclaration of 'glIndexiv(c:)' public func glIndexiv(c c:UnsafePointer) {glIndexiv_P(c)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3954:13: note: 'glIndexiv(c:)' previously declared here public func glIndexiv(c:UnsafePointer) {glIndexiv_P(c)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3958:13: error: invalid redeclaration of 'glIndexs(c:)' public func glIndexs(c c:GLshort) {glIndexs_P(c)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3957:13: note: 'glIndexs(c:)' previously declared here public func glIndexs(c:GLshort) {glIndexs_P(c)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3961:13: error: invalid redeclaration of 'glIndexsv(c:)' public func glIndexsv(c c:UnsafePointer) {glIndexsv_P(c)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3960:13: note: 'glIndexsv(c:)' previously declared here public func glIndexsv(c:UnsafePointer) {glIndexsv_P(c)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3964:13: error: invalid redeclaration of 'glIndexub(c:)' public func glIndexub(c c:GLubyte) {glIndexub_P(c)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3963:13: note: 'glIndexub(c:)' previously declared here public func glIndexub(c:GLubyte) {glIndexub_P(c)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3967:13: error: invalid redeclaration of 'glIndexubv(c:)' public func glIndexubv(c c:UnsafePointer) {glIndexubv_P(c)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3966:13: note: 'glIndexubv(c:)' previously declared here public func glIndexubv(c:UnsafePointer) {glIndexubv_P(c)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3970:13: error: invalid redeclaration of 'glIndexxOES(component:)' public func glIndexxOES(component component:GLfixed) {glIndexxOES_P(component)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3969:13: note: 'glIndexxOES(component:)' previously declared here public func glIndexxOES(component:GLfixed) {glIndexxOES_P(component)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3973:13: error: invalid redeclaration of 'glIndexxvOES(component:)' public func glIndexxvOES(component component:UnsafePointer) {glIndexxvOES_P(component)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3972:13: note: 'glIndexxvOES(component:)' previously declared here public func glIndexxvOES(component:UnsafePointer) {glIndexxvOES_P(component)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3993:13: error: invalid redeclaration of 'glInvalidateBufferData(buffer:)' public func glInvalidateBufferData(buffer buffer:GLuint) {glInvalidateBufferData_P(buffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3992:13: note: 'glInvalidateBufferData(buffer:)' previously declared here public func glInvalidateBufferData(buffer:GLuint) {glInvalidateBufferData_P(buffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4017:13: error: invalid redeclaration of 'glIsAsyncMarkerSGIX(marker:)' public func glIsAsyncMarkerSGIX(marker marker:GLuint) -> GLboolean {return glIsAsyncMarkerSGIX_P(marker)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4016:13: note: 'glIsAsyncMarkerSGIX(marker:)' previously declared here public func glIsAsyncMarkerSGIX(marker:GLuint) -> GLboolean {return glIsAsyncMarkerSGIX_P(marker)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4020:13: error: invalid redeclaration of 'glIsBuffer(buffer:)' public func glIsBuffer(buffer buffer:GLuint) -> GLboolean {return glIsBuffer_P(buffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4019:13: note: 'glIsBuffer(buffer:)' previously declared here public func glIsBuffer(buffer:GLuint) -> GLboolean {return glIsBuffer_P(buffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4023:13: error: invalid redeclaration of 'glIsBufferARB(buffer:)' public func glIsBufferARB(buffer buffer:GLuint) -> GLboolean {return glIsBufferARB_P(buffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4022:13: note: 'glIsBufferARB(buffer:)' previously declared here public func glIsBufferARB(buffer:GLuint) -> GLboolean {return glIsBufferARB_P(buffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4026:13: error: invalid redeclaration of 'glIsBufferResidentNV(target:)' public func glIsBufferResidentNV(target target:GLenum) -> GLboolean {return glIsBufferResidentNV_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4025:13: note: 'glIsBufferResidentNV(target:)' previously declared here public func glIsBufferResidentNV(target:GLenum) -> GLboolean {return glIsBufferResidentNV_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4029:13: error: invalid redeclaration of 'glIsCommandListNV(list:)' public func glIsCommandListNV(list list:GLuint) -> GLboolean {return glIsCommandListNV_P(list)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4028:13: note: 'glIsCommandListNV(list:)' previously declared here public func glIsCommandListNV(list:GLuint) -> GLboolean {return glIsCommandListNV_P(list)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4032:13: error: invalid redeclaration of 'glIsEnabled(cap:)' public func glIsEnabled(cap cap:GLenum) -> GLboolean {return glIsEnabled_P(cap)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4031:13: note: 'glIsEnabled(cap:)' previously declared here public func glIsEnabled(cap:GLenum) -> GLboolean {return glIsEnabled_P(cap)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4050:13: error: invalid redeclaration of 'glIsFenceAPPLE(fence:)' public func glIsFenceAPPLE(fence fence:GLuint) -> GLboolean {return glIsFenceAPPLE_P(fence)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4049:13: note: 'glIsFenceAPPLE(fence:)' previously declared here public func glIsFenceAPPLE(fence:GLuint) -> GLboolean {return glIsFenceAPPLE_P(fence)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4053:13: error: invalid redeclaration of 'glIsFenceNV(fence:)' public func glIsFenceNV(fence fence:GLuint) -> GLboolean {return glIsFenceNV_P(fence)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4052:13: note: 'glIsFenceNV(fence:)' previously declared here public func glIsFenceNV(fence:GLuint) -> GLboolean {return glIsFenceNV_P(fence)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4056:13: error: invalid redeclaration of 'glIsFramebuffer(framebuffer:)' public func glIsFramebuffer(framebuffer framebuffer:GLuint) -> GLboolean {return glIsFramebuffer_P(framebuffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4055:13: note: 'glIsFramebuffer(framebuffer:)' previously declared here public func glIsFramebuffer(framebuffer:GLuint) -> GLboolean {return glIsFramebuffer_P(framebuffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4059:13: error: invalid redeclaration of 'glIsFramebufferEXT(framebuffer:)' public func glIsFramebufferEXT(framebuffer framebuffer:GLuint) -> GLboolean {return glIsFramebufferEXT_P(framebuffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4058:13: note: 'glIsFramebufferEXT(framebuffer:)' previously declared here public func glIsFramebufferEXT(framebuffer:GLuint) -> GLboolean {return glIsFramebufferEXT_P(framebuffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4062:13: error: invalid redeclaration of 'glIsFramebufferOES(framebuffer:)' public func glIsFramebufferOES(framebuffer framebuffer:GLuint) -> GLboolean {return glIsFramebufferOES_P(framebuffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4061:13: note: 'glIsFramebufferOES(framebuffer:)' previously declared here public func glIsFramebufferOES(framebuffer:GLuint) -> GLboolean {return glIsFramebufferOES_P(framebuffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4065:13: error: invalid redeclaration of 'glIsImageHandleResidentARB(handle:)' public func glIsImageHandleResidentARB(handle handle:GLuint64) -> GLboolean {return glIsImageHandleResidentARB_P(handle)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4064:13: note: 'glIsImageHandleResidentARB(handle:)' previously declared here public func glIsImageHandleResidentARB(handle:GLuint64) -> GLboolean {return glIsImageHandleResidentARB_P(handle)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4068:13: error: invalid redeclaration of 'glIsImageHandleResidentNV(handle:)' public func glIsImageHandleResidentNV(handle handle:GLuint64) -> GLboolean {return glIsImageHandleResidentNV_P(handle)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4067:13: note: 'glIsImageHandleResidentNV(handle:)' previously declared here public func glIsImageHandleResidentNV(handle:GLuint64) -> GLboolean {return glIsImageHandleResidentNV_P(handle)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4071:13: error: invalid redeclaration of 'glIsList(list:)' public func glIsList(list list:GLuint) -> GLboolean {return glIsList_P(list)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4070:13: note: 'glIsList(list:)' previously declared here public func glIsList(list:GLuint) -> GLboolean {return glIsList_P(list)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4077:13: error: invalid redeclaration of 'glIsNamedBufferResidentNV(buffer:)' public func glIsNamedBufferResidentNV(buffer buffer:GLuint) -> GLboolean {return glIsNamedBufferResidentNV_P(buffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4076:13: note: 'glIsNamedBufferResidentNV(buffer:)' previously declared here public func glIsNamedBufferResidentNV(buffer:GLuint) -> GLboolean {return glIsNamedBufferResidentNV_P(buffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4083:13: error: invalid redeclaration of 'glIsObjectBufferATI(buffer:)' public func glIsObjectBufferATI(buffer buffer:GLuint) -> GLboolean {return glIsObjectBufferATI_P(buffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4082:13: note: 'glIsObjectBufferATI(buffer:)' previously declared here public func glIsObjectBufferATI(buffer:GLuint) -> GLboolean {return glIsObjectBufferATI_P(buffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4086:13: error: invalid redeclaration of 'glIsOcclusionQueryNV(id:)' public func glIsOcclusionQueryNV(id id:GLuint) -> GLboolean {return glIsOcclusionQueryNV_P(id)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4085:13: note: 'glIsOcclusionQueryNV(id:)' previously declared here public func glIsOcclusionQueryNV(id:GLuint) -> GLboolean {return glIsOcclusionQueryNV_P(id)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4089:13: error: invalid redeclaration of 'glIsPathNV(path:)' public func glIsPathNV(path path:GLuint) -> GLboolean {return glIsPathNV_P(path)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4088:13: note: 'glIsPathNV(path:)' previously declared here public func glIsPathNV(path:GLuint) -> GLboolean {return glIsPathNV_P(path)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4098:13: error: invalid redeclaration of 'glIsProgram(program:)' public func glIsProgram(program program:GLuint) -> GLboolean {return glIsProgram_P(program)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4097:13: note: 'glIsProgram(program:)' previously declared here public func glIsProgram(program:GLuint) -> GLboolean {return glIsProgram_P(program)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4101:13: error: invalid redeclaration of 'glIsProgramARB(program:)' public func glIsProgramARB(program program:GLuint) -> GLboolean {return glIsProgramARB_P(program)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4100:13: note: 'glIsProgramARB(program:)' previously declared here public func glIsProgramARB(program:GLuint) -> GLboolean {return glIsProgramARB_P(program)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4104:13: error: invalid redeclaration of 'glIsProgramNV(id:)' public func glIsProgramNV(id id:GLuint) -> GLboolean {return glIsProgramNV_P(id)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4103:13: note: 'glIsProgramNV(id:)' previously declared here public func glIsProgramNV(id:GLuint) -> GLboolean {return glIsProgramNV_P(id)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4107:13: error: invalid redeclaration of 'glIsProgramPipeline(pipeline:)' public func glIsProgramPipeline(pipeline pipeline:GLuint) -> GLboolean {return glIsProgramPipeline_P(pipeline)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4106:13: note: 'glIsProgramPipeline(pipeline:)' previously declared here public func glIsProgramPipeline(pipeline:GLuint) -> GLboolean {return glIsProgramPipeline_P(pipeline)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4110:13: error: invalid redeclaration of 'glIsProgramPipelineEXT(pipeline:)' public func glIsProgramPipelineEXT(pipeline pipeline:GLuint) -> GLboolean {return glIsProgramPipelineEXT_P(pipeline)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4109:13: note: 'glIsProgramPipelineEXT(pipeline:)' previously declared here public func glIsProgramPipelineEXT(pipeline:GLuint) -> GLboolean {return glIsProgramPipelineEXT_P(pipeline)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4113:13: error: invalid redeclaration of 'glIsQuery(id:)' public func glIsQuery(id id:GLuint) -> GLboolean {return glIsQuery_P(id)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4112:13: note: 'glIsQuery(id:)' previously declared here public func glIsQuery(id:GLuint) -> GLboolean {return glIsQuery_P(id)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4116:13: error: invalid redeclaration of 'glIsQueryARB(id:)' public func glIsQueryARB(id id:GLuint) -> GLboolean {return glIsQueryARB_P(id)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4115:13: note: 'glIsQueryARB(id:)' previously declared here public func glIsQueryARB(id:GLuint) -> GLboolean {return glIsQueryARB_P(id)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4119:13: error: invalid redeclaration of 'glIsQueryEXT(id:)' public func glIsQueryEXT(id id:GLuint) -> GLboolean {return glIsQueryEXT_P(id)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4118:13: note: 'glIsQueryEXT(id:)' previously declared here public func glIsQueryEXT(id:GLuint) -> GLboolean {return glIsQueryEXT_P(id)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4122:13: error: invalid redeclaration of 'glIsRenderbuffer(renderbuffer:)' public func glIsRenderbuffer(renderbuffer renderbuffer:GLuint) -> GLboolean {return glIsRenderbuffer_P(renderbuffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4121:13: note: 'glIsRenderbuffer(renderbuffer:)' previously declared here public func glIsRenderbuffer(renderbuffer:GLuint) -> GLboolean {return glIsRenderbuffer_P(renderbuffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4125:13: error: invalid redeclaration of 'glIsRenderbufferEXT(renderbuffer:)' public func glIsRenderbufferEXT(renderbuffer renderbuffer:GLuint) -> GLboolean {return glIsRenderbufferEXT_P(renderbuffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4124:13: note: 'glIsRenderbufferEXT(renderbuffer:)' previously declared here public func glIsRenderbufferEXT(renderbuffer:GLuint) -> GLboolean {return glIsRenderbufferEXT_P(renderbuffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4128:13: error: invalid redeclaration of 'glIsRenderbufferOES(renderbuffer:)' public func glIsRenderbufferOES(renderbuffer renderbuffer:GLuint) -> GLboolean {return glIsRenderbufferOES_P(renderbuffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4127:13: note: 'glIsRenderbufferOES(renderbuffer:)' previously declared here public func glIsRenderbufferOES(renderbuffer:GLuint) -> GLboolean {return glIsRenderbufferOES_P(renderbuffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4131:13: error: invalid redeclaration of 'glIsSampler(sampler:)' public func glIsSampler(sampler sampler:GLuint) -> GLboolean {return glIsSampler_P(sampler)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4130:13: note: 'glIsSampler(sampler:)' previously declared here public func glIsSampler(sampler:GLuint) -> GLboolean {return glIsSampler_P(sampler)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4134:13: error: invalid redeclaration of 'glIsShader(shader:)' public func glIsShader(shader shader:GLuint) -> GLboolean {return glIsShader_P(shader)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4133:13: note: 'glIsShader(shader:)' previously declared here public func glIsShader(shader:GLuint) -> GLboolean {return glIsShader_P(shader)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4137:13: error: invalid redeclaration of 'glIsStateNV(state:)' public func glIsStateNV(state state:GLuint) -> GLboolean {return glIsStateNV_P(state)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4136:13: note: 'glIsStateNV(state:)' previously declared here public func glIsStateNV(state:GLuint) -> GLboolean {return glIsStateNV_P(state)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4146:13: error: invalid redeclaration of 'glIsTexture(texture:)' public func glIsTexture(texture texture:GLuint) -> GLboolean {return glIsTexture_P(texture)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4145:13: note: 'glIsTexture(texture:)' previously declared here public func glIsTexture(texture:GLuint) -> GLboolean {return glIsTexture_P(texture)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4149:13: error: invalid redeclaration of 'glIsTextureEXT(texture:)' public func glIsTextureEXT(texture texture:GLuint) -> GLboolean {return glIsTextureEXT_P(texture)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4148:13: note: 'glIsTextureEXT(texture:)' previously declared here public func glIsTextureEXT(texture:GLuint) -> GLboolean {return glIsTextureEXT_P(texture)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4152:13: error: invalid redeclaration of 'glIsTextureHandleResidentARB(handle:)' public func glIsTextureHandleResidentARB(handle handle:GLuint64) -> GLboolean {return glIsTextureHandleResidentARB_P(handle)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4151:13: note: 'glIsTextureHandleResidentARB(handle:)' previously declared here public func glIsTextureHandleResidentARB(handle:GLuint64) -> GLboolean {return glIsTextureHandleResidentARB_P(handle)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4155:13: error: invalid redeclaration of 'glIsTextureHandleResidentNV(handle:)' public func glIsTextureHandleResidentNV(handle handle:GLuint64) -> GLboolean {return glIsTextureHandleResidentNV_P(handle)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4154:13: note: 'glIsTextureHandleResidentNV(handle:)' previously declared here public func glIsTextureHandleResidentNV(handle:GLuint64) -> GLboolean {return glIsTextureHandleResidentNV_P(handle)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4158:13: error: invalid redeclaration of 'glIsTransformFeedback(id:)' public func glIsTransformFeedback(id id:GLuint) -> GLboolean {return glIsTransformFeedback_P(id)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4157:13: note: 'glIsTransformFeedback(id:)' previously declared here public func glIsTransformFeedback(id:GLuint) -> GLboolean {return glIsTransformFeedback_P(id)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4161:13: error: invalid redeclaration of 'glIsTransformFeedbackNV(id:)' public func glIsTransformFeedbackNV(id id:GLuint) -> GLboolean {return glIsTransformFeedbackNV_P(id)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4160:13: note: 'glIsTransformFeedbackNV(id:)' previously declared here public func glIsTransformFeedbackNV(id:GLuint) -> GLboolean {return glIsTransformFeedbackNV_P(id)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4167:13: error: invalid redeclaration of 'glIsVertexArray(array:)' public func glIsVertexArray(array array:GLuint) -> GLboolean {return glIsVertexArray_P(array)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4166:13: note: 'glIsVertexArray(array:)' previously declared here public func glIsVertexArray(array:GLuint) -> GLboolean {return glIsVertexArray_P(array)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4170:13: error: invalid redeclaration of 'glIsVertexArrayAPPLE(array:)' public func glIsVertexArrayAPPLE(array array:GLuint) -> GLboolean {return glIsVertexArrayAPPLE_P(array)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4169:13: note: 'glIsVertexArrayAPPLE(array:)' previously declared here public func glIsVertexArrayAPPLE(array:GLuint) -> GLboolean {return glIsVertexArrayAPPLE_P(array)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4173:13: error: invalid redeclaration of 'glIsVertexArrayOES(array:)' public func glIsVertexArrayOES(array array:GLuint) -> GLboolean {return glIsVertexArrayOES_P(array)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4172:13: note: 'glIsVertexArrayOES(array:)' previously declared here public func glIsVertexArrayOES(array:GLuint) -> GLboolean {return glIsVertexArrayOES_P(array)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4236:13: error: invalid redeclaration of 'glLineWidth(width:)' public func glLineWidth(width width:GLfloat) {glLineWidth_P(width)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4235:13: note: 'glLineWidth(width:)' previously declared here public func glLineWidth(width:GLfloat) {glLineWidth_P(width)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4239:13: error: invalid redeclaration of 'glLineWidthx(width:)' public func glLineWidthx(width width:GLfixed) {glLineWidthx_P(width)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4238:13: note: 'glLineWidthx(width:)' previously declared here public func glLineWidthx(width:GLfixed) {glLineWidthx_P(width)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4242:13: error: invalid redeclaration of 'glLineWidthxOES(width:)' public func glLineWidthxOES(width width:GLfixed) {glLineWidthxOES_P(width)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4241:13: note: 'glLineWidthxOES(width:)' previously declared here public func glLineWidthxOES(width:GLfixed) {glLineWidthxOES_P(width)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4245:13: error: invalid redeclaration of 'glLinkProgram(program:)' public func glLinkProgram(program program:GLuint) {glLinkProgram_P(program)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4244:13: note: 'glLinkProgram(program:)' previously declared here public func glLinkProgram(program:GLuint) {glLinkProgram_P(program)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4248:13: error: invalid redeclaration of 'glLinkProgramARB(programObj:)' public func glLinkProgramARB(programObj programObj:GLhandleARB) {glLinkProgramARB_P(programObj)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4247:13: note: 'glLinkProgramARB(programObj:)' previously declared here public func glLinkProgramARB(programObj:GLhandleARB) {glLinkProgramARB_P(programObj)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4251:13: error: invalid redeclaration of 'glListBase(base:)' public func glListBase(base base:GLuint) {glListBase_P(base)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4250:13: note: 'glListBase(base:)' previously declared here public func glListBase(base:GLuint) {glListBase_P(base)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4271:13: error: invalid redeclaration of 'glLoadIdentityDeformationMapSGIX(mask:)' public func glLoadIdentityDeformationMapSGIX(mask mask:GLbitfield) {glLoadIdentityDeformationMapSGIX_P(mask)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4270:13: note: 'glLoadIdentityDeformationMapSGIX(mask:)' previously declared here public func glLoadIdentityDeformationMapSGIX(mask:GLbitfield) {glLoadIdentityDeformationMapSGIX_P(mask)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4274:13: error: invalid redeclaration of 'glLoadMatrixd(m:)' public func glLoadMatrixd(m m:UnsafePointer) {glLoadMatrixd_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4273:13: note: 'glLoadMatrixd(m:)' previously declared here public func glLoadMatrixd(m:UnsafePointer) {glLoadMatrixd_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4277:13: error: invalid redeclaration of 'glLoadMatrixf(m:)' public func glLoadMatrixf(m m:UnsafePointer) {glLoadMatrixf_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4276:13: note: 'glLoadMatrixf(m:)' previously declared here public func glLoadMatrixf(m:UnsafePointer) {glLoadMatrixf_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4280:13: error: invalid redeclaration of 'glLoadMatrixx(m:)' public func glLoadMatrixx(m m:UnsafePointer) {glLoadMatrixx_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4279:13: note: 'glLoadMatrixx(m:)' previously declared here public func glLoadMatrixx(m:UnsafePointer) {glLoadMatrixx_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4283:13: error: invalid redeclaration of 'glLoadMatrixxOES(m:)' public func glLoadMatrixxOES(m m:UnsafePointer) {glLoadMatrixxOES_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4282:13: note: 'glLoadMatrixxOES(m:)' previously declared here public func glLoadMatrixxOES(m:UnsafePointer) {glLoadMatrixxOES_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4286:13: error: invalid redeclaration of 'glLoadName(name:)' public func glLoadName(name name:GLuint) {glLoadName_P(name)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4285:13: note: 'glLoadName(name:)' previously declared here public func glLoadName(name:GLuint) {glLoadName_P(name)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4294:13: error: invalid redeclaration of 'glLoadTransposeMatrixd(m:)' public func glLoadTransposeMatrixd(m m:UnsafePointer) {glLoadTransposeMatrixd_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4293:13: note: 'glLoadTransposeMatrixd(m:)' previously declared here public func glLoadTransposeMatrixd(m:UnsafePointer) {glLoadTransposeMatrixd_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4297:13: error: invalid redeclaration of 'glLoadTransposeMatrixdARB(m:)' public func glLoadTransposeMatrixdARB(m m:UnsafePointer) {glLoadTransposeMatrixdARB_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4296:13: note: 'glLoadTransposeMatrixdARB(m:)' previously declared here public func glLoadTransposeMatrixdARB(m:UnsafePointer) {glLoadTransposeMatrixdARB_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4300:13: error: invalid redeclaration of 'glLoadTransposeMatrixf(m:)' public func glLoadTransposeMatrixf(m m:UnsafePointer) {glLoadTransposeMatrixf_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4299:13: note: 'glLoadTransposeMatrixf(m:)' previously declared here public func glLoadTransposeMatrixf(m:UnsafePointer) {glLoadTransposeMatrixf_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4303:13: error: invalid redeclaration of 'glLoadTransposeMatrixfARB(m:)' public func glLoadTransposeMatrixfARB(m m:UnsafePointer) {glLoadTransposeMatrixfARB_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4302:13: note: 'glLoadTransposeMatrixfARB(m:)' previously declared here public func glLoadTransposeMatrixfARB(m:UnsafePointer) {glLoadTransposeMatrixfARB_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4306:13: error: invalid redeclaration of 'glLoadTransposeMatrixxOES(m:)' public func glLoadTransposeMatrixxOES(m m:UnsafePointer) {glLoadTransposeMatrixxOES_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4305:13: note: 'glLoadTransposeMatrixxOES(m:)' previously declared here public func glLoadTransposeMatrixxOES(m:UnsafePointer) {glLoadTransposeMatrixxOES_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4312:13: error: invalid redeclaration of 'glLogicOp(opcode:)' public func glLogicOp(opcode opcode:GLenum) {glLogicOp_P(opcode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4311:13: note: 'glLogicOp(opcode:)' previously declared here public func glLogicOp(opcode:GLenum) {glLogicOp_P(opcode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4315:13: error: invalid redeclaration of 'glMakeBufferNonResidentNV(target:)' public func glMakeBufferNonResidentNV(target target:GLenum) {glMakeBufferNonResidentNV_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4314:13: note: 'glMakeBufferNonResidentNV(target:)' previously declared here public func glMakeBufferNonResidentNV(target:GLenum) {glMakeBufferNonResidentNV_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4321:13: error: invalid redeclaration of 'glMakeImageHandleNonResidentARB(handle:)' public func glMakeImageHandleNonResidentARB(handle handle:GLuint64) {glMakeImageHandleNonResidentARB_P(handle)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4320:13: note: 'glMakeImageHandleNonResidentARB(handle:)' previously declared here public func glMakeImageHandleNonResidentARB(handle:GLuint64) {glMakeImageHandleNonResidentARB_P(handle)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4324:13: error: invalid redeclaration of 'glMakeImageHandleNonResidentNV(handle:)' public func glMakeImageHandleNonResidentNV(handle handle:GLuint64) {glMakeImageHandleNonResidentNV_P(handle)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4323:13: note: 'glMakeImageHandleNonResidentNV(handle:)' previously declared here public func glMakeImageHandleNonResidentNV(handle:GLuint64) {glMakeImageHandleNonResidentNV_P(handle)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4333:13: error: invalid redeclaration of 'glMakeNamedBufferNonResidentNV(buffer:)' public func glMakeNamedBufferNonResidentNV(buffer buffer:GLuint) {glMakeNamedBufferNonResidentNV_P(buffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4332:13: note: 'glMakeNamedBufferNonResidentNV(buffer:)' previously declared here public func glMakeNamedBufferNonResidentNV(buffer:GLuint) {glMakeNamedBufferNonResidentNV_P(buffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4339:13: error: invalid redeclaration of 'glMakeTextureHandleNonResidentARB(handle:)' public func glMakeTextureHandleNonResidentARB(handle handle:GLuint64) {glMakeTextureHandleNonResidentARB_P(handle)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4338:13: note: 'glMakeTextureHandleNonResidentARB(handle:)' previously declared here public func glMakeTextureHandleNonResidentARB(handle:GLuint64) {glMakeTextureHandleNonResidentARB_P(handle)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4342:13: error: invalid redeclaration of 'glMakeTextureHandleNonResidentNV(handle:)' public func glMakeTextureHandleNonResidentNV(handle handle:GLuint64) {glMakeTextureHandleNonResidentNV_P(handle)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4341:13: note: 'glMakeTextureHandleNonResidentNV(handle:)' previously declared here public func glMakeTextureHandleNonResidentNV(handle:GLuint64) {glMakeTextureHandleNonResidentNV_P(handle)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4345:13: error: invalid redeclaration of 'glMakeTextureHandleResidentARB(handle:)' public func glMakeTextureHandleResidentARB(handle handle:GLuint64) {glMakeTextureHandleResidentARB_P(handle)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4344:13: note: 'glMakeTextureHandleResidentARB(handle:)' previously declared here public func glMakeTextureHandleResidentARB(handle:GLuint64) {glMakeTextureHandleResidentARB_P(handle)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4348:13: error: invalid redeclaration of 'glMakeTextureHandleResidentNV(handle:)' public func glMakeTextureHandleResidentNV(handle handle:GLuint64) {glMakeTextureHandleResidentNV_P(handle)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4347:13: note: 'glMakeTextureHandleResidentNV(handle:)' previously declared here public func glMakeTextureHandleResidentNV(handle:GLuint64) {glMakeTextureHandleResidentNV_P(handle)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4417:13: error: invalid redeclaration of 'glMapObjectBufferATI(buffer:)' public func glMapObjectBufferATI(buffer buffer:GLuint) -> UnsafeMutablePointer {return glMapObjectBufferATI_P(buffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4416:13: note: 'glMapObjectBufferATI(buffer:)' previously declared here public func glMapObjectBufferATI(buffer:GLuint) -> UnsafeMutablePointer {return glMapObjectBufferATI_P(buffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4489:13: error: invalid redeclaration of 'glMatrixLoadIdentityEXT(mode:)' public func glMatrixLoadIdentityEXT(mode mode:GLenum) {glMatrixLoadIdentityEXT_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4488:13: note: 'glMatrixLoadIdentityEXT(mode:)' previously declared here public func glMatrixLoadIdentityEXT(mode:GLenum) {glMatrixLoadIdentityEXT_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4507:13: error: invalid redeclaration of 'glMatrixMode(mode:)' public func glMatrixMode(mode mode:GLenum) {glMatrixMode_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4506:13: note: 'glMatrixMode(mode:)' previously declared here public func glMatrixMode(mode:GLenum) {glMatrixMode_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4534:13: error: invalid redeclaration of 'glMatrixPopEXT(mode:)' public func glMatrixPopEXT(mode mode:GLenum) {glMatrixPopEXT_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4533:13: note: 'glMatrixPopEXT(mode:)' previously declared here public func glMatrixPopEXT(mode:GLenum) {glMatrixPopEXT_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4537:13: error: invalid redeclaration of 'glMatrixPushEXT(mode:)' public func glMatrixPushEXT(mode mode:GLenum) {glMatrixPushEXT_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4536:13: note: 'glMatrixPushEXT(mode:)' previously declared here public func glMatrixPushEXT(mode:GLenum) {glMatrixPushEXT_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4558:13: error: invalid redeclaration of 'glMaxShaderCompilerThreadsARB(count:)' public func glMaxShaderCompilerThreadsARB(count count:GLuint) {glMaxShaderCompilerThreadsARB_P(count)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4557:13: note: 'glMaxShaderCompilerThreadsARB(count:)' previously declared here public func glMaxShaderCompilerThreadsARB(count:GLuint) {glMaxShaderCompilerThreadsARB_P(count)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4561:13: error: invalid redeclaration of 'glMemoryBarrier(barriers:)' public func glMemoryBarrier(barriers barriers:GLbitfield) {glMemoryBarrier_P(barriers)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4560:13: note: 'glMemoryBarrier(barriers:)' previously declared here public func glMemoryBarrier(barriers:GLbitfield) {glMemoryBarrier_P(barriers)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4564:13: error: invalid redeclaration of 'glMemoryBarrierByRegion(barriers:)' public func glMemoryBarrierByRegion(barriers barriers:GLbitfield) {glMemoryBarrierByRegion_P(barriers)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4563:13: note: 'glMemoryBarrierByRegion(barriers:)' previously declared here public func glMemoryBarrierByRegion(barriers:GLbitfield) {glMemoryBarrierByRegion_P(barriers)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4567:13: error: invalid redeclaration of 'glMemoryBarrierEXT(barriers:)' public func glMemoryBarrierEXT(barriers barriers:GLbitfield) {glMemoryBarrierEXT_P(barriers)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4566:13: note: 'glMemoryBarrierEXT(barriers:)' previously declared here public func glMemoryBarrierEXT(barriers:GLbitfield) {glMemoryBarrierEXT_P(barriers)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4570:13: error: invalid redeclaration of 'glMinSampleShading(value:)' public func glMinSampleShading(value value:GLfloat) {glMinSampleShading_P(value)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4569:13: note: 'glMinSampleShading(value:)' previously declared here public func glMinSampleShading(value:GLfloat) {glMinSampleShading_P(value)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4573:13: error: invalid redeclaration of 'glMinSampleShadingARB(value:)' public func glMinSampleShadingARB(value value:GLfloat) {glMinSampleShadingARB_P(value)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4572:13: note: 'glMinSampleShadingARB(value:)' previously declared here public func glMinSampleShadingARB(value:GLfloat) {glMinSampleShadingARB_P(value)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4576:13: error: invalid redeclaration of 'glMinSampleShadingOES(value:)' public func glMinSampleShadingOES(value value:GLfloat) {glMinSampleShadingOES_P(value)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4575:13: note: 'glMinSampleShadingOES(value:)' previously declared here public func glMinSampleShadingOES(value:GLfloat) {glMinSampleShadingOES_P(value)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4585:13: error: invalid redeclaration of 'glMultMatrixd(m:)' public func glMultMatrixd(m m:UnsafePointer) {glMultMatrixd_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4584:13: note: 'glMultMatrixd(m:)' previously declared here public func glMultMatrixd(m:UnsafePointer) {glMultMatrixd_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4588:13: error: invalid redeclaration of 'glMultMatrixf(m:)' public func glMultMatrixf(m m:UnsafePointer) {glMultMatrixf_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4587:13: note: 'glMultMatrixf(m:)' previously declared here public func glMultMatrixf(m:UnsafePointer) {glMultMatrixf_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4591:13: error: invalid redeclaration of 'glMultMatrixx(m:)' public func glMultMatrixx(m m:UnsafePointer) {glMultMatrixx_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4590:13: note: 'glMultMatrixx(m:)' previously declared here public func glMultMatrixx(m:UnsafePointer) {glMultMatrixx_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4594:13: error: invalid redeclaration of 'glMultMatrixxOES(m:)' public func glMultMatrixxOES(m m:UnsafePointer) {glMultMatrixxOES_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4593:13: note: 'glMultMatrixxOES(m:)' previously declared here public func glMultMatrixxOES(m:UnsafePointer) {glMultMatrixxOES_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4597:13: error: invalid redeclaration of 'glMultTransposeMatrixd(m:)' public func glMultTransposeMatrixd(m m:UnsafePointer) {glMultTransposeMatrixd_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4596:13: note: 'glMultTransposeMatrixd(m:)' previously declared here public func glMultTransposeMatrixd(m:UnsafePointer) {glMultTransposeMatrixd_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4600:13: error: invalid redeclaration of 'glMultTransposeMatrixdARB(m:)' public func glMultTransposeMatrixdARB(m m:UnsafePointer) {glMultTransposeMatrixdARB_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4599:13: note: 'glMultTransposeMatrixdARB(m:)' previously declared here public func glMultTransposeMatrixdARB(m:UnsafePointer) {glMultTransposeMatrixdARB_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4603:13: error: invalid redeclaration of 'glMultTransposeMatrixf(m:)' public func glMultTransposeMatrixf(m m:UnsafePointer) {glMultTransposeMatrixf_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4602:13: note: 'glMultTransposeMatrixf(m:)' previously declared here public func glMultTransposeMatrixf(m:UnsafePointer) {glMultTransposeMatrixf_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4606:13: error: invalid redeclaration of 'glMultTransposeMatrixfARB(m:)' public func glMultTransposeMatrixfARB(m m:UnsafePointer) {glMultTransposeMatrixfARB_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4605:13: note: 'glMultTransposeMatrixfARB(m:)' previously declared here public func glMultTransposeMatrixfARB(m:UnsafePointer) {glMultTransposeMatrixfARB_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4609:13: error: invalid redeclaration of 'glMultTransposeMatrixxOES(m:)' public func glMultTransposeMatrixxOES(m m:UnsafePointer) {glMultTransposeMatrixxOES_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4608:13: note: 'glMultTransposeMatrixxOES(m:)' previously declared here public func glMultTransposeMatrixxOES(m:UnsafePointer) {glMultTransposeMatrixxOES_P(m)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5188:13: error: invalid redeclaration of 'glNormal3bv(v:)' public func glNormal3bv(v v:UnsafePointer) {glNormal3bv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5187:13: note: 'glNormal3bv(v:)' previously declared here public func glNormal3bv(v:UnsafePointer) {glNormal3bv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5194:13: error: invalid redeclaration of 'glNormal3dv(v:)' public func glNormal3dv(v v:UnsafePointer) {glNormal3dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5193:13: note: 'glNormal3dv(v:)' previously declared here public func glNormal3dv(v:UnsafePointer) {glNormal3dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5206:13: error: invalid redeclaration of 'glNormal3fv(v:)' public func glNormal3fv(v v:UnsafePointer) {glNormal3fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5205:13: note: 'glNormal3fv(v:)' previously declared here public func glNormal3fv(v:UnsafePointer) {glNormal3fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5212:13: error: invalid redeclaration of 'glNormal3hvNV(v:)' public func glNormal3hvNV(v v:UnsafePointer) {glNormal3hvNV_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5211:13: note: 'glNormal3hvNV(v:)' previously declared here public func glNormal3hvNV(v:UnsafePointer) {glNormal3hvNV_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5218:13: error: invalid redeclaration of 'glNormal3iv(v:)' public func glNormal3iv(v v:UnsafePointer) {glNormal3iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5217:13: note: 'glNormal3iv(v:)' previously declared here public func glNormal3iv(v:UnsafePointer) {glNormal3iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5224:13: error: invalid redeclaration of 'glNormal3sv(v:)' public func glNormal3sv(v v:UnsafePointer) {glNormal3sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5223:13: note: 'glNormal3sv(v:)' previously declared here public func glNormal3sv(v:UnsafePointer) {glNormal3sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5233:13: error: invalid redeclaration of 'glNormal3xvOES(coords:)' public func glNormal3xvOES(coords coords:UnsafePointer) {glNormal3xvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5232:13: note: 'glNormal3xvOES(coords:)' previously declared here public func glNormal3xvOES(coords:UnsafePointer) {glNormal3xvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5329:13: error: invalid redeclaration of 'glPassThrough(token:)' public func glPassThrough(token token:GLfloat) {glPassThrough_P(token)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5328:13: note: 'glPassThrough(token:)' previously declared here public func glPassThrough(token:GLfloat) {glPassThrough_P(token)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5332:13: error: invalid redeclaration of 'glPassThroughxOES(token:)' public func glPassThroughxOES(token token:GLfixed) {glPassThroughxOES_P(token)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5331:13: note: 'glPassThroughxOES(token:)' previously declared here public func glPassThroughxOES(token:GLfixed) {glPassThroughxOES_P(token)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5356:13: error: invalid redeclaration of 'glPathCoverDepthFuncNV(fn:)' public func glPathCoverDepthFuncNV(fn fn:GLenum) {glPathCoverDepthFuncNV_P(fn)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5355:13: note: 'glPathCoverDepthFuncNV(fn:)' previously declared here public func glPathCoverDepthFuncNV(fn:GLenum) {glPathCoverDepthFuncNV_P(fn)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5362:13: error: invalid redeclaration of 'glPathFogGenNV(genMode:)' public func glPathFogGenNV(genMode genMode:GLenum) {glPathFogGenNV_P(genMode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5361:13: note: 'glPathFogGenNV(genMode:)' previously declared here public func glPathFogGenNV(genMode:GLenum) {glPathFogGenNV_P(genMode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5450:13: error: invalid redeclaration of 'glPixelTexGenSGIX(mode:)' public func glPixelTexGenSGIX(mode mode:GLenum) {glPixelTexGenSGIX_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5449:13: note: 'glPixelTexGenSGIX(mode:)' previously declared here public func glPixelTexGenSGIX(mode:GLenum) {glPixelTexGenSGIX_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5531:13: error: invalid redeclaration of 'glPointSize(size:)' public func glPointSize(size size:GLfloat) {glPointSize_P(size)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5530:13: note: 'glPointSize(size:)' previously declared here public func glPointSize(size:GLfloat) {glPointSize_P(size)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5537:13: error: invalid redeclaration of 'glPointSizex(size:)' public func glPointSizex(size size:GLfixed) {glPointSizex_P(size)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5536:13: note: 'glPointSizex(size:)' previously declared here public func glPointSizex(size:GLfixed) {glPointSizex_P(size)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5540:13: error: invalid redeclaration of 'glPointSizexOES(size:)' public func glPointSizexOES(size size:GLfixed) {glPointSizexOES_P(size)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5539:13: note: 'glPointSizexOES(size:)' previously declared here public func glPointSizexOES(size:GLfixed) {glPointSizexOES_P(size)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5543:13: error: invalid redeclaration of 'glPollAsyncSGIX(markerp:)' public func glPollAsyncSGIX(markerp markerp:UnsafeMutablePointer) -> GLint {return glPollAsyncSGIX_P(markerp)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5542:13: note: 'glPollAsyncSGIX(markerp:)' previously declared here public func glPollAsyncSGIX(markerp:UnsafeMutablePointer) -> GLint {return glPollAsyncSGIX_P(markerp)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5546:13: error: invalid redeclaration of 'glPollInstrumentsSGIX(marker_p:)' public func glPollInstrumentsSGIX(marker_p marker_p:UnsafeMutablePointer) -> GLint {return glPollInstrumentsSGIX_P(marker_p)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5545:13: note: 'glPollInstrumentsSGIX(marker_p:)' previously declared here public func glPollInstrumentsSGIX(marker_p:UnsafeMutablePointer) -> GLint {return glPollInstrumentsSGIX_P(marker_p)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5570:13: error: invalid redeclaration of 'glPolygonStipple(mask:)' public func glPolygonStipple(mask mask:UnsafePointer) {glPolygonStipple_P(mask)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5569:13: note: 'glPolygonStipple(mask:)' previously declared here public func glPolygonStipple(mask:UnsafePointer) {glPolygonStipple_P(mask)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5605:13: error: invalid redeclaration of 'glPrimitiveRestartIndex(index:)' public func glPrimitiveRestartIndex(index index:GLuint) {glPrimitiveRestartIndex_P(index)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5604:13: note: 'glPrimitiveRestartIndex(index:)' previously declared here public func glPrimitiveRestartIndex(index:GLuint) {glPrimitiveRestartIndex_P(index)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5608:13: error: invalid redeclaration of 'glPrimitiveRestartIndexNV(index:)' public func glPrimitiveRestartIndexNV(index index:GLuint) {glPrimitiveRestartIndexNV_P(index)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:5607:13: note: 'glPrimitiveRestartIndexNV(index:)' previously declared here public func glPrimitiveRestartIndexNV(index:GLuint) {glPrimitiveRestartIndexNV_P(index)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6168:13: error: invalid redeclaration of 'glProvokingVertex(mode:)' public func glProvokingVertex(mode mode:GLenum) {glProvokingVertex_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6167:13: note: 'glProvokingVertex(mode:)' previously declared here public func glProvokingVertex(mode:GLenum) {glProvokingVertex_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6171:13: error: invalid redeclaration of 'glProvokingVertexEXT(mode:)' public func glProvokingVertexEXT(mode mode:GLenum) {glProvokingVertexEXT_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6170:13: note: 'glProvokingVertexEXT(mode:)' previously declared here public func glProvokingVertexEXT(mode:GLenum) {glProvokingVertexEXT_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6174:13: error: invalid redeclaration of 'glPushAttrib(mask:)' public func glPushAttrib(mask mask:GLbitfield) {glPushAttrib_P(mask)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6173:13: note: 'glPushAttrib(mask:)' previously declared here public func glPushAttrib(mask:GLbitfield) {glPushAttrib_P(mask)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6177:13: error: invalid redeclaration of 'glPushClientAttrib(mask:)' public func glPushClientAttrib(mask mask:GLbitfield) {glPushClientAttrib_P(mask)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6176:13: note: 'glPushClientAttrib(mask:)' previously declared here public func glPushClientAttrib(mask:GLbitfield) {glPushClientAttrib_P(mask)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6180:13: error: invalid redeclaration of 'glPushClientAttribDefaultEXT(mask:)' public func glPushClientAttribDefaultEXT(mask mask:GLbitfield) {glPushClientAttribDefaultEXT_P(mask)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6179:13: note: 'glPushClientAttribDefaultEXT(mask:)' previously declared here public func glPushClientAttribDefaultEXT(mask:GLbitfield) {glPushClientAttribDefaultEXT_P(mask)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6194:13: error: invalid redeclaration of 'glPushName(name:)' public func glPushName(name name:GLuint) {glPushName_P(name)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6193:13: note: 'glPushName(name:)' previously declared here public func glPushName(name:GLuint) {glPushName_P(name)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6212:13: error: invalid redeclaration of 'glRasterPos2dv(v:)' public func glRasterPos2dv(v v:UnsafePointer) {glRasterPos2dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6211:13: note: 'glRasterPos2dv(v:)' previously declared here public func glRasterPos2dv(v:UnsafePointer) {glRasterPos2dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6218:13: error: invalid redeclaration of 'glRasterPos2fv(v:)' public func glRasterPos2fv(v v:UnsafePointer) {glRasterPos2fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6217:13: note: 'glRasterPos2fv(v:)' previously declared here public func glRasterPos2fv(v:UnsafePointer) {glRasterPos2fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6224:13: error: invalid redeclaration of 'glRasterPos2iv(v:)' public func glRasterPos2iv(v v:UnsafePointer) {glRasterPos2iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6223:13: note: 'glRasterPos2iv(v:)' previously declared here public func glRasterPos2iv(v:UnsafePointer) {glRasterPos2iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6230:13: error: invalid redeclaration of 'glRasterPos2sv(v:)' public func glRasterPos2sv(v v:UnsafePointer) {glRasterPos2sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6229:13: note: 'glRasterPos2sv(v:)' previously declared here public func glRasterPos2sv(v:UnsafePointer) {glRasterPos2sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6236:13: error: invalid redeclaration of 'glRasterPos2xvOES(coords:)' public func glRasterPos2xvOES(coords coords:UnsafePointer) {glRasterPos2xvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6235:13: note: 'glRasterPos2xvOES(coords:)' previously declared here public func glRasterPos2xvOES(coords:UnsafePointer) {glRasterPos2xvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6242:13: error: invalid redeclaration of 'glRasterPos3dv(v:)' public func glRasterPos3dv(v v:UnsafePointer) {glRasterPos3dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6241:13: note: 'glRasterPos3dv(v:)' previously declared here public func glRasterPos3dv(v:UnsafePointer) {glRasterPos3dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6248:13: error: invalid redeclaration of 'glRasterPos3fv(v:)' public func glRasterPos3fv(v v:UnsafePointer) {glRasterPos3fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6247:13: note: 'glRasterPos3fv(v:)' previously declared here public func glRasterPos3fv(v:UnsafePointer) {glRasterPos3fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6254:13: error: invalid redeclaration of 'glRasterPos3iv(v:)' public func glRasterPos3iv(v v:UnsafePointer) {glRasterPos3iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6253:13: note: 'glRasterPos3iv(v:)' previously declared here public func glRasterPos3iv(v:UnsafePointer) {glRasterPos3iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6260:13: error: invalid redeclaration of 'glRasterPos3sv(v:)' public func glRasterPos3sv(v v:UnsafePointer) {glRasterPos3sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6259:13: note: 'glRasterPos3sv(v:)' previously declared here public func glRasterPos3sv(v:UnsafePointer) {glRasterPos3sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6266:13: error: invalid redeclaration of 'glRasterPos3xvOES(coords:)' public func glRasterPos3xvOES(coords coords:UnsafePointer) {glRasterPos3xvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6265:13: note: 'glRasterPos3xvOES(coords:)' previously declared here public func glRasterPos3xvOES(coords:UnsafePointer) {glRasterPos3xvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6272:13: error: invalid redeclaration of 'glRasterPos4dv(v:)' public func glRasterPos4dv(v v:UnsafePointer) {glRasterPos4dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6271:13: note: 'glRasterPos4dv(v:)' previously declared here public func glRasterPos4dv(v:UnsafePointer) {glRasterPos4dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6278:13: error: invalid redeclaration of 'glRasterPos4fv(v:)' public func glRasterPos4fv(v v:UnsafePointer) {glRasterPos4fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6277:13: note: 'glRasterPos4fv(v:)' previously declared here public func glRasterPos4fv(v:UnsafePointer) {glRasterPos4fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6284:13: error: invalid redeclaration of 'glRasterPos4iv(v:)' public func glRasterPos4iv(v v:UnsafePointer) {glRasterPos4iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6283:13: note: 'glRasterPos4iv(v:)' previously declared here public func glRasterPos4iv(v:UnsafePointer) {glRasterPos4iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6290:13: error: invalid redeclaration of 'glRasterPos4sv(v:)' public func glRasterPos4sv(v v:UnsafePointer) {glRasterPos4sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6289:13: note: 'glRasterPos4sv(v:)' previously declared here public func glRasterPos4sv(v:UnsafePointer) {glRasterPos4sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6296:13: error: invalid redeclaration of 'glRasterPos4xvOES(coords:)' public func glRasterPos4xvOES(coords coords:UnsafePointer) {glRasterPos4xvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6295:13: note: 'glRasterPos4xvOES(coords:)' previously declared here public func glRasterPos4xvOES(coords:UnsafePointer) {glRasterPos4xvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6302:13: error: invalid redeclaration of 'glReadBuffer(src:)' public func glReadBuffer(src src:GLenum) {glReadBuffer_P(src)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6301:13: note: 'glReadBuffer(src:)' previously declared here public func glReadBuffer(src:GLenum) {glReadBuffer_P(src)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6308:13: error: invalid redeclaration of 'glReadBufferNV(mode:)' public func glReadBufferNV(mode mode:GLenum) {glReadBufferNV_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6307:13: note: 'glReadBufferNV(mode:)' previously declared here public func glReadBufferNV(mode:GLenum) {glReadBufferNV_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6311:13: error: invalid redeclaration of 'glReadInstrumentsSGIX(marker:)' public func glReadInstrumentsSGIX(marker marker:GLint) {glReadInstrumentsSGIX_P(marker)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6310:13: note: 'glReadInstrumentsSGIX(marker:)' previously declared here public func glReadInstrumentsSGIX(marker:GLint) {glReadInstrumentsSGIX_P(marker)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6359:13: error: invalid redeclaration of 'glReferencePlaneSGIX(equation:)' public func glReferencePlaneSGIX(equation equation:UnsafePointer) {glReferencePlaneSGIX_P(equation)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6358:13: note: 'glReferencePlaneSGIX(equation:)' previously declared here public func glReferencePlaneSGIX(equation:UnsafePointer) {glReferencePlaneSGIX_P(equation)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6364:13: error: invalid redeclaration of 'glRenderMode(mode:)' public func glRenderMode(mode mode:GLenum) -> GLint {return glRenderMode_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6363:13: note: 'glRenderMode(mode:)' previously declared here public func glRenderMode(mode:GLenum) -> GLint {return glRenderMode_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6400:13: error: invalid redeclaration of 'glReplacementCodeubSUN(code:)' public func glReplacementCodeubSUN(code code:GLubyte) {glReplacementCodeubSUN_P(code)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6399:13: note: 'glReplacementCodeubSUN(code:)' previously declared here public func glReplacementCodeubSUN(code:GLubyte) {glReplacementCodeubSUN_P(code)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6403:13: error: invalid redeclaration of 'glReplacementCodeubvSUN(code:)' public func glReplacementCodeubvSUN(code code:UnsafePointer) {glReplacementCodeubvSUN_P(code)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6402:13: note: 'glReplacementCodeubvSUN(code:)' previously declared here public func glReplacementCodeubvSUN(code:UnsafePointer) {glReplacementCodeubvSUN_P(code)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6430:13: error: invalid redeclaration of 'glReplacementCodeuiSUN(code:)' public func glReplacementCodeuiSUN(code code:GLuint) {glReplacementCodeuiSUN_P(code)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6429:13: note: 'glReplacementCodeuiSUN(code:)' previously declared here public func glReplacementCodeuiSUN(code:GLuint) {glReplacementCodeuiSUN_P(code)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6457:13: error: invalid redeclaration of 'glReplacementCodeuivSUN(code:)' public func glReplacementCodeuivSUN(code code:UnsafePointer) {glReplacementCodeuivSUN_P(code)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6456:13: note: 'glReplacementCodeuivSUN(code:)' previously declared here public func glReplacementCodeuivSUN(code:UnsafePointer) {glReplacementCodeuivSUN_P(code)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6460:13: error: invalid redeclaration of 'glReplacementCodeusSUN(code:)' public func glReplacementCodeusSUN(code code:GLushort) {glReplacementCodeusSUN_P(code)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6459:13: note: 'glReplacementCodeusSUN(code:)' previously declared here public func glReplacementCodeusSUN(code:GLushort) {glReplacementCodeusSUN_P(code)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6463:13: error: invalid redeclaration of 'glReplacementCodeusvSUN(code:)' public func glReplacementCodeusvSUN(code code:UnsafePointer) {glReplacementCodeusvSUN_P(code)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6462:13: note: 'glReplacementCodeusvSUN(code:)' previously declared here public func glReplacementCodeusvSUN(code:UnsafePointer) {glReplacementCodeusvSUN_P(code)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6469:13: error: invalid redeclaration of 'glResetHistogram(target:)' public func glResetHistogram(target target:GLenum) {glResetHistogram_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6468:13: note: 'glResetHistogram(target:)' previously declared here public func glResetHistogram(target:GLenum) {glResetHistogram_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6472:13: error: invalid redeclaration of 'glResetHistogramEXT(target:)' public func glResetHistogramEXT(target target:GLenum) {glResetHistogramEXT_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6471:13: note: 'glResetHistogramEXT(target:)' previously declared here public func glResetHistogramEXT(target:GLenum) {glResetHistogramEXT_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6475:13: error: invalid redeclaration of 'glResetMinmax(target:)' public func glResetMinmax(target target:GLenum) {glResetMinmax_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6474:13: note: 'glResetMinmax(target:)' previously declared here public func glResetMinmax(target:GLenum) {glResetMinmax_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6478:13: error: invalid redeclaration of 'glResetMinmaxEXT(target:)' public func glResetMinmaxEXT(target target:GLenum) {glResetMinmaxEXT_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6477:13: note: 'glResetMinmaxEXT(target:)' previously declared here public func glResetMinmaxEXT(target:GLenum) {glResetMinmaxEXT_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6530:13: error: invalid redeclaration of 'glSamplePatternEXT(pattern:)' public func glSamplePatternEXT(pattern pattern:GLenum) {glSamplePatternEXT_P(pattern)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6529:13: note: 'glSamplePatternEXT(pattern:)' previously declared here public func glSamplePatternEXT(pattern:GLenum) {glSamplePatternEXT_P(pattern)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6533:13: error: invalid redeclaration of 'glSamplePatternSGIS(pattern:)' public func glSamplePatternSGIS(pattern pattern:GLenum) {glSamplePatternSGIS_P(pattern)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6532:13: note: 'glSamplePatternSGIS(pattern:)' previously declared here public func glSamplePatternSGIS(pattern:GLenum) {glSamplePatternSGIS_P(pattern)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6605:13: error: invalid redeclaration of 'glSecondaryColor3bv(v:)' public func glSecondaryColor3bv(v v:UnsafePointer) {glSecondaryColor3bv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6604:13: note: 'glSecondaryColor3bv(v:)' previously declared here public func glSecondaryColor3bv(v:UnsafePointer) {glSecondaryColor3bv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6608:13: error: invalid redeclaration of 'glSecondaryColor3bvEXT(v:)' public func glSecondaryColor3bvEXT(v v:UnsafePointer) {glSecondaryColor3bvEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6607:13: note: 'glSecondaryColor3bvEXT(v:)' previously declared here public func glSecondaryColor3bvEXT(v:UnsafePointer) {glSecondaryColor3bvEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6617:13: error: invalid redeclaration of 'glSecondaryColor3dv(v:)' public func glSecondaryColor3dv(v v:UnsafePointer) {glSecondaryColor3dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6616:13: note: 'glSecondaryColor3dv(v:)' previously declared here public func glSecondaryColor3dv(v:UnsafePointer) {glSecondaryColor3dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6620:13: error: invalid redeclaration of 'glSecondaryColor3dvEXT(v:)' public func glSecondaryColor3dvEXT(v v:UnsafePointer) {glSecondaryColor3dvEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6619:13: note: 'glSecondaryColor3dvEXT(v:)' previously declared here public func glSecondaryColor3dvEXT(v:UnsafePointer) {glSecondaryColor3dvEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6629:13: error: invalid redeclaration of 'glSecondaryColor3fv(v:)' public func glSecondaryColor3fv(v v:UnsafePointer) {glSecondaryColor3fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6628:13: note: 'glSecondaryColor3fv(v:)' previously declared here public func glSecondaryColor3fv(v:UnsafePointer) {glSecondaryColor3fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6632:13: error: invalid redeclaration of 'glSecondaryColor3fvEXT(v:)' public func glSecondaryColor3fvEXT(v v:UnsafePointer) {glSecondaryColor3fvEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6631:13: note: 'glSecondaryColor3fvEXT(v:)' previously declared here public func glSecondaryColor3fvEXT(v:UnsafePointer) {glSecondaryColor3fvEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6638:13: error: invalid redeclaration of 'glSecondaryColor3hvNV(v:)' public func glSecondaryColor3hvNV(v v:UnsafePointer) {glSecondaryColor3hvNV_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6637:13: note: 'glSecondaryColor3hvNV(v:)' previously declared here public func glSecondaryColor3hvNV(v:UnsafePointer) {glSecondaryColor3hvNV_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6647:13: error: invalid redeclaration of 'glSecondaryColor3iv(v:)' public func glSecondaryColor3iv(v v:UnsafePointer) {glSecondaryColor3iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6646:13: note: 'glSecondaryColor3iv(v:)' previously declared here public func glSecondaryColor3iv(v:UnsafePointer) {glSecondaryColor3iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6650:13: error: invalid redeclaration of 'glSecondaryColor3ivEXT(v:)' public func glSecondaryColor3ivEXT(v v:UnsafePointer) {glSecondaryColor3ivEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6649:13: note: 'glSecondaryColor3ivEXT(v:)' previously declared here public func glSecondaryColor3ivEXT(v:UnsafePointer) {glSecondaryColor3ivEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6659:13: error: invalid redeclaration of 'glSecondaryColor3sv(v:)' public func glSecondaryColor3sv(v v:UnsafePointer) {glSecondaryColor3sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6658:13: note: 'glSecondaryColor3sv(v:)' previously declared here public func glSecondaryColor3sv(v:UnsafePointer) {glSecondaryColor3sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6662:13: error: invalid redeclaration of 'glSecondaryColor3svEXT(v:)' public func glSecondaryColor3svEXT(v v:UnsafePointer) {glSecondaryColor3svEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6661:13: note: 'glSecondaryColor3svEXT(v:)' previously declared here public func glSecondaryColor3svEXT(v:UnsafePointer) {glSecondaryColor3svEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6671:13: error: invalid redeclaration of 'glSecondaryColor3ubv(v:)' public func glSecondaryColor3ubv(v v:UnsafePointer) {glSecondaryColor3ubv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6670:13: note: 'glSecondaryColor3ubv(v:)' previously declared here public func glSecondaryColor3ubv(v:UnsafePointer) {glSecondaryColor3ubv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6674:13: error: invalid redeclaration of 'glSecondaryColor3ubvEXT(v:)' public func glSecondaryColor3ubvEXT(v v:UnsafePointer) {glSecondaryColor3ubvEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6673:13: note: 'glSecondaryColor3ubvEXT(v:)' previously declared here public func glSecondaryColor3ubvEXT(v:UnsafePointer) {glSecondaryColor3ubvEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6683:13: error: invalid redeclaration of 'glSecondaryColor3uiv(v:)' public func glSecondaryColor3uiv(v v:UnsafePointer) {glSecondaryColor3uiv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6682:13: note: 'glSecondaryColor3uiv(v:)' previously declared here public func glSecondaryColor3uiv(v:UnsafePointer) {glSecondaryColor3uiv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6686:13: error: invalid redeclaration of 'glSecondaryColor3uivEXT(v:)' public func glSecondaryColor3uivEXT(v v:UnsafePointer) {glSecondaryColor3uivEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6685:13: note: 'glSecondaryColor3uivEXT(v:)' previously declared here public func glSecondaryColor3uivEXT(v:UnsafePointer) {glSecondaryColor3uivEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6695:13: error: invalid redeclaration of 'glSecondaryColor3usv(v:)' public func glSecondaryColor3usv(v v:UnsafePointer) {glSecondaryColor3usv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6694:13: note: 'glSecondaryColor3usv(v:)' previously declared here public func glSecondaryColor3usv(v:UnsafePointer) {glSecondaryColor3usv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6698:13: error: invalid redeclaration of 'glSecondaryColor3usvEXT(v:)' public func glSecondaryColor3usvEXT(v v:UnsafePointer) {glSecondaryColor3usvEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6697:13: note: 'glSecondaryColor3usvEXT(v:)' previously declared here public func glSecondaryColor3usvEXT(v:UnsafePointer) {glSecondaryColor3usvEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6731:13: error: invalid redeclaration of 'glSetFenceAPPLE(fence:)' public func glSetFenceAPPLE(fence fence:GLuint) {glSetFenceAPPLE_P(fence)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6730:13: note: 'glSetFenceAPPLE(fence:)' previously declared here public func glSetFenceAPPLE(fence:GLuint) {glSetFenceAPPLE_P(fence)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6749:13: error: invalid redeclaration of 'glShadeModel(mode:)' public func glShadeModel(mode mode:GLenum) {glShadeModel_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6748:13: note: 'glShadeModel(mode:)' previously declared here public func glShadeModel(mode:GLenum) {glShadeModel_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6814:13: error: invalid redeclaration of 'glStencilMask(mask:)' public func glStencilMask(mask mask:GLuint) {glStencilMask_P(mask)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6813:13: note: 'glStencilMask(mask:)' previously declared here public func glStencilMask(mask:GLuint) {glStencilMask_P(mask)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6850:13: error: invalid redeclaration of 'glStopInstrumentsSGIX(marker:)' public func glStopInstrumentsSGIX(marker marker:GLint) {glStopInstrumentsSGIX_P(marker)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6849:13: note: 'glStopInstrumentsSGIX(marker:)' previously declared here public func glStopInstrumentsSGIX(marker:GLint) {glStopInstrumentsSGIX_P(marker)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6862:13: error: invalid redeclaration of 'glSyncTextureINTEL(texture:)' public func glSyncTextureINTEL(texture texture:GLuint) {glSyncTextureINTEL_P(texture)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6861:13: note: 'glSyncTextureINTEL(texture:)' previously declared here public func glSyncTextureINTEL(texture:GLuint) {glSyncTextureINTEL_P(texture)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6870:13: error: invalid redeclaration of 'glTangent3bvEXT(v:)' public func glTangent3bvEXT(v v:UnsafePointer) {glTangent3bvEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6869:13: note: 'glTangent3bvEXT(v:)' previously declared here public func glTangent3bvEXT(v:UnsafePointer) {glTangent3bvEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6876:13: error: invalid redeclaration of 'glTangent3dvEXT(v:)' public func glTangent3dvEXT(v v:UnsafePointer) {glTangent3dvEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6875:13: note: 'glTangent3dvEXT(v:)' previously declared here public func glTangent3dvEXT(v:UnsafePointer) {glTangent3dvEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6882:13: error: invalid redeclaration of 'glTangent3fvEXT(v:)' public func glTangent3fvEXT(v v:UnsafePointer) {glTangent3fvEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6881:13: note: 'glTangent3fvEXT(v:)' previously declared here public func glTangent3fvEXT(v:UnsafePointer) {glTangent3fvEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6888:13: error: invalid redeclaration of 'glTangent3ivEXT(v:)' public func glTangent3ivEXT(v v:UnsafePointer) {glTangent3ivEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6887:13: note: 'glTangent3ivEXT(v:)' previously declared here public func glTangent3ivEXT(v:UnsafePointer) {glTangent3ivEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6894:13: error: invalid redeclaration of 'glTangent3svEXT(v:)' public func glTangent3svEXT(v v:UnsafePointer) {glTangent3svEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6893:13: note: 'glTangent3svEXT(v:)' previously declared here public func glTangent3svEXT(v:UnsafePointer) {glTangent3svEXT_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6900:13: error: invalid redeclaration of 'glTbufferMask3DFX(mask:)' public func glTbufferMask3DFX(mask mask:GLuint) {glTbufferMask3DFX_P(mask)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6899:13: note: 'glTbufferMask3DFX(mask:)' previously declared here public func glTbufferMask3DFX(mask:GLuint) {glTbufferMask3DFX_P(mask)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6903:13: error: invalid redeclaration of 'glTessellationFactorAMD(factor:)' public func glTessellationFactorAMD(factor factor:GLfloat) {glTessellationFactorAMD_P(factor)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6902:13: note: 'glTessellationFactorAMD(factor:)' previously declared here public func glTessellationFactorAMD(factor:GLfloat) {glTessellationFactorAMD_P(factor)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6906:13: error: invalid redeclaration of 'glTessellationModeAMD(mode:)' public func glTessellationModeAMD(mode mode:GLenum) {glTessellationModeAMD_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6905:13: note: 'glTessellationModeAMD(mode:)' previously declared here public func glTessellationModeAMD(mode:GLenum) {glTessellationModeAMD_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6909:13: error: invalid redeclaration of 'glTestFenceAPPLE(fence:)' public func glTestFenceAPPLE(fence fence:GLuint) -> GLboolean {return glTestFenceAPPLE_P(fence)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6908:13: note: 'glTestFenceAPPLE(fence:)' previously declared here public func glTestFenceAPPLE(fence:GLuint) -> GLboolean {return glTestFenceAPPLE_P(fence)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6912:13: error: invalid redeclaration of 'glTestFenceNV(fence:)' public func glTestFenceNV(fence fence:GLuint) -> GLboolean {return glTestFenceNV_P(fence)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6911:13: note: 'glTestFenceNV(fence:)' previously declared here public func glTestFenceNV(fence:GLuint) -> GLboolean {return glTestFenceNV_P(fence)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6945:13: error: invalid redeclaration of 'glTexCoord1bOES(s:)' public func glTexCoord1bOES(s s:GLbyte) {glTexCoord1bOES_P(s)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6944:13: note: 'glTexCoord1bOES(s:)' previously declared here public func glTexCoord1bOES(s:GLbyte) {glTexCoord1bOES_P(s)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6948:13: error: invalid redeclaration of 'glTexCoord1bvOES(coords:)' public func glTexCoord1bvOES(coords coords:UnsafePointer) {glTexCoord1bvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6947:13: note: 'glTexCoord1bvOES(coords:)' previously declared here public func glTexCoord1bvOES(coords:UnsafePointer) {glTexCoord1bvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6951:13: error: invalid redeclaration of 'glTexCoord1d(s:)' public func glTexCoord1d(s s:GLdouble) {glTexCoord1d_P(s)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6950:13: note: 'glTexCoord1d(s:)' previously declared here public func glTexCoord1d(s:GLdouble) {glTexCoord1d_P(s)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6954:13: error: invalid redeclaration of 'glTexCoord1dv(v:)' public func glTexCoord1dv(v v:UnsafePointer) {glTexCoord1dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6953:13: note: 'glTexCoord1dv(v:)' previously declared here public func glTexCoord1dv(v:UnsafePointer) {glTexCoord1dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6957:13: error: invalid redeclaration of 'glTexCoord1f(s:)' public func glTexCoord1f(s s:GLfloat) {glTexCoord1f_P(s)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6956:13: note: 'glTexCoord1f(s:)' previously declared here public func glTexCoord1f(s:GLfloat) {glTexCoord1f_P(s)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6960:13: error: invalid redeclaration of 'glTexCoord1fv(v:)' public func glTexCoord1fv(v v:UnsafePointer) {glTexCoord1fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6959:13: note: 'glTexCoord1fv(v:)' previously declared here public func glTexCoord1fv(v:UnsafePointer) {glTexCoord1fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6963:13: error: invalid redeclaration of 'glTexCoord1hNV(s:)' public func glTexCoord1hNV(s s:GLhalfNV) {glTexCoord1hNV_P(s)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6962:13: note: 'glTexCoord1hNV(s:)' previously declared here public func glTexCoord1hNV(s:GLhalfNV) {glTexCoord1hNV_P(s)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6966:13: error: invalid redeclaration of 'glTexCoord1hvNV(v:)' public func glTexCoord1hvNV(v v:UnsafePointer) {glTexCoord1hvNV_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6965:13: note: 'glTexCoord1hvNV(v:)' previously declared here public func glTexCoord1hvNV(v:UnsafePointer) {glTexCoord1hvNV_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6969:13: error: invalid redeclaration of 'glTexCoord1i(s:)' public func glTexCoord1i(s s:GLint) {glTexCoord1i_P(s)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6968:13: note: 'glTexCoord1i(s:)' previously declared here public func glTexCoord1i(s:GLint) {glTexCoord1i_P(s)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6972:13: error: invalid redeclaration of 'glTexCoord1iv(v:)' public func glTexCoord1iv(v v:UnsafePointer) {glTexCoord1iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6971:13: note: 'glTexCoord1iv(v:)' previously declared here public func glTexCoord1iv(v:UnsafePointer) {glTexCoord1iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6975:13: error: invalid redeclaration of 'glTexCoord1s(s:)' public func glTexCoord1s(s s:GLshort) {glTexCoord1s_P(s)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6974:13: note: 'glTexCoord1s(s:)' previously declared here public func glTexCoord1s(s:GLshort) {glTexCoord1s_P(s)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6978:13: error: invalid redeclaration of 'glTexCoord1sv(v:)' public func glTexCoord1sv(v v:UnsafePointer) {glTexCoord1sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6977:13: note: 'glTexCoord1sv(v:)' previously declared here public func glTexCoord1sv(v:UnsafePointer) {glTexCoord1sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6981:13: error: invalid redeclaration of 'glTexCoord1xOES(s:)' public func glTexCoord1xOES(s s:GLfixed) {glTexCoord1xOES_P(s)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6980:13: note: 'glTexCoord1xOES(s:)' previously declared here public func glTexCoord1xOES(s:GLfixed) {glTexCoord1xOES_P(s)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6984:13: error: invalid redeclaration of 'glTexCoord1xvOES(coords:)' public func glTexCoord1xvOES(coords coords:UnsafePointer) {glTexCoord1xvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6983:13: note: 'glTexCoord1xvOES(coords:)' previously declared here public func glTexCoord1xvOES(coords:UnsafePointer) {glTexCoord1xvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6990:13: error: invalid redeclaration of 'glTexCoord2bvOES(coords:)' public func glTexCoord2bvOES(coords coords:UnsafePointer) {glTexCoord2bvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6989:13: note: 'glTexCoord2bvOES(coords:)' previously declared here public func glTexCoord2bvOES(coords:UnsafePointer) {glTexCoord2bvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6996:13: error: invalid redeclaration of 'glTexCoord2dv(v:)' public func glTexCoord2dv(v v:UnsafePointer) {glTexCoord2dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:6995:13: note: 'glTexCoord2dv(v:)' previously declared here public func glTexCoord2dv(v:UnsafePointer) {glTexCoord2dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7032:13: error: invalid redeclaration of 'glTexCoord2fv(v:)' public func glTexCoord2fv(v v:UnsafePointer) {glTexCoord2fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7031:13: note: 'glTexCoord2fv(v:)' previously declared here public func glTexCoord2fv(v:UnsafePointer) {glTexCoord2fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7038:13: error: invalid redeclaration of 'glTexCoord2hvNV(v:)' public func glTexCoord2hvNV(v v:UnsafePointer) {glTexCoord2hvNV_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7037:13: note: 'glTexCoord2hvNV(v:)' previously declared here public func glTexCoord2hvNV(v:UnsafePointer) {glTexCoord2hvNV_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7044:13: error: invalid redeclaration of 'glTexCoord2iv(v:)' public func glTexCoord2iv(v v:UnsafePointer) {glTexCoord2iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7043:13: note: 'glTexCoord2iv(v:)' previously declared here public func glTexCoord2iv(v:UnsafePointer) {glTexCoord2iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7050:13: error: invalid redeclaration of 'glTexCoord2sv(v:)' public func glTexCoord2sv(v v:UnsafePointer) {glTexCoord2sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7049:13: note: 'glTexCoord2sv(v:)' previously declared here public func glTexCoord2sv(v:UnsafePointer) {glTexCoord2sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7056:13: error: invalid redeclaration of 'glTexCoord2xvOES(coords:)' public func glTexCoord2xvOES(coords coords:UnsafePointer) {glTexCoord2xvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7055:13: note: 'glTexCoord2xvOES(coords:)' previously declared here public func glTexCoord2xvOES(coords:UnsafePointer) {glTexCoord2xvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7062:13: error: invalid redeclaration of 'glTexCoord3bvOES(coords:)' public func glTexCoord3bvOES(coords coords:UnsafePointer) {glTexCoord3bvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7061:13: note: 'glTexCoord3bvOES(coords:)' previously declared here public func glTexCoord3bvOES(coords:UnsafePointer) {glTexCoord3bvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7068:13: error: invalid redeclaration of 'glTexCoord3dv(v:)' public func glTexCoord3dv(v v:UnsafePointer) {glTexCoord3dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7067:13: note: 'glTexCoord3dv(v:)' previously declared here public func glTexCoord3dv(v:UnsafePointer) {glTexCoord3dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7074:13: error: invalid redeclaration of 'glTexCoord3fv(v:)' public func glTexCoord3fv(v v:UnsafePointer) {glTexCoord3fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7073:13: note: 'glTexCoord3fv(v:)' previously declared here public func glTexCoord3fv(v:UnsafePointer) {glTexCoord3fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7080:13: error: invalid redeclaration of 'glTexCoord3hvNV(v:)' public func glTexCoord3hvNV(v v:UnsafePointer) {glTexCoord3hvNV_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7079:13: note: 'glTexCoord3hvNV(v:)' previously declared here public func glTexCoord3hvNV(v:UnsafePointer) {glTexCoord3hvNV_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7086:13: error: invalid redeclaration of 'glTexCoord3iv(v:)' public func glTexCoord3iv(v v:UnsafePointer) {glTexCoord3iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7085:13: note: 'glTexCoord3iv(v:)' previously declared here public func glTexCoord3iv(v:UnsafePointer) {glTexCoord3iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7092:13: error: invalid redeclaration of 'glTexCoord3sv(v:)' public func glTexCoord3sv(v v:UnsafePointer) {glTexCoord3sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7091:13: note: 'glTexCoord3sv(v:)' previously declared here public func glTexCoord3sv(v:UnsafePointer) {glTexCoord3sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7098:13: error: invalid redeclaration of 'glTexCoord3xvOES(coords:)' public func glTexCoord3xvOES(coords coords:UnsafePointer) {glTexCoord3xvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7097:13: note: 'glTexCoord3xvOES(coords:)' previously declared here public func glTexCoord3xvOES(coords:UnsafePointer) {glTexCoord3xvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7104:13: error: invalid redeclaration of 'glTexCoord4bvOES(coords:)' public func glTexCoord4bvOES(coords coords:UnsafePointer) {glTexCoord4bvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7103:13: note: 'glTexCoord4bvOES(coords:)' previously declared here public func glTexCoord4bvOES(coords:UnsafePointer) {glTexCoord4bvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7110:13: error: invalid redeclaration of 'glTexCoord4dv(v:)' public func glTexCoord4dv(v v:UnsafePointer) {glTexCoord4dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7109:13: note: 'glTexCoord4dv(v:)' previously declared here public func glTexCoord4dv(v:UnsafePointer) {glTexCoord4dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7128:13: error: invalid redeclaration of 'glTexCoord4fv(v:)' public func glTexCoord4fv(v v:UnsafePointer) {glTexCoord4fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7127:13: note: 'glTexCoord4fv(v:)' previously declared here public func glTexCoord4fv(v:UnsafePointer) {glTexCoord4fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7134:13: error: invalid redeclaration of 'glTexCoord4hvNV(v:)' public func glTexCoord4hvNV(v v:UnsafePointer) {glTexCoord4hvNV_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7133:13: note: 'glTexCoord4hvNV(v:)' previously declared here public func glTexCoord4hvNV(v:UnsafePointer) {glTexCoord4hvNV_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7140:13: error: invalid redeclaration of 'glTexCoord4iv(v:)' public func glTexCoord4iv(v v:UnsafePointer) {glTexCoord4iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7139:13: note: 'glTexCoord4iv(v:)' previously declared here public func glTexCoord4iv(v:UnsafePointer) {glTexCoord4iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7146:13: error: invalid redeclaration of 'glTexCoord4sv(v:)' public func glTexCoord4sv(v v:UnsafePointer) {glTexCoord4sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7145:13: note: 'glTexCoord4sv(v:)' previously declared here public func glTexCoord4sv(v:UnsafePointer) {glTexCoord4sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7152:13: error: invalid redeclaration of 'glTexCoord4xvOES(coords:)' public func glTexCoord4xvOES(coords coords:UnsafePointer) {glTexCoord4xvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7151:13: note: 'glTexCoord4xvOES(coords:)' previously declared here public func glTexCoord4xvOES(coords:UnsafePointer) {glTexCoord4xvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7432:13: error: invalid redeclaration of 'glTextureLightEXT(pname:)' public func glTextureLightEXT(pname pname:GLenum) {glTextureLightEXT_P(pname)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7431:13: note: 'glTextureLightEXT(pname:)' previously declared here public func glTextureLightEXT(pname:GLenum) {glTextureLightEXT_P(pname)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7438:13: error: invalid redeclaration of 'glTextureNormalEXT(mode:)' public func glTextureNormalEXT(mode mode:GLenum) {glTextureNormalEXT_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7437:13: note: 'glTextureNormalEXT(mode:)' previously declared here public func glTextureNormalEXT(mode:GLenum) {glTextureNormalEXT_P(mode)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7959:13: error: invalid redeclaration of 'glUnmapBuffer(target:)' public func glUnmapBuffer(target target:GLenum) -> GLboolean {return glUnmapBuffer_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7958:13: note: 'glUnmapBuffer(target:)' previously declared here public func glUnmapBuffer(target:GLenum) -> GLboolean {return glUnmapBuffer_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7962:13: error: invalid redeclaration of 'glUnmapBufferARB(target:)' public func glUnmapBufferARB(target target:GLenum) -> GLboolean {return glUnmapBufferARB_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7961:13: note: 'glUnmapBufferARB(target:)' previously declared here public func glUnmapBufferARB(target:GLenum) -> GLboolean {return glUnmapBufferARB_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7965:13: error: invalid redeclaration of 'glUnmapBufferOES(target:)' public func glUnmapBufferOES(target target:GLenum) -> GLboolean {return glUnmapBufferOES_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7964:13: note: 'glUnmapBufferOES(target:)' previously declared here public func glUnmapBufferOES(target:GLenum) -> GLboolean {return glUnmapBufferOES_P(target)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7968:13: error: invalid redeclaration of 'glUnmapNamedBuffer(buffer:)' public func glUnmapNamedBuffer(buffer buffer:GLuint) -> GLboolean {return glUnmapNamedBuffer_P(buffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7967:13: note: 'glUnmapNamedBuffer(buffer:)' previously declared here public func glUnmapNamedBuffer(buffer:GLuint) -> GLboolean {return glUnmapNamedBuffer_P(buffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7971:13: error: invalid redeclaration of 'glUnmapNamedBufferEXT(buffer:)' public func glUnmapNamedBufferEXT(buffer buffer:GLuint) -> GLboolean {return glUnmapNamedBufferEXT_P(buffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7970:13: note: 'glUnmapNamedBufferEXT(buffer:)' previously declared here public func glUnmapNamedBufferEXT(buffer:GLuint) -> GLboolean {return glUnmapNamedBufferEXT_P(buffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7974:13: error: invalid redeclaration of 'glUnmapObjectBufferATI(buffer:)' public func glUnmapObjectBufferATI(buffer buffer:GLuint) {glUnmapObjectBufferATI_P(buffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7973:13: note: 'glUnmapObjectBufferATI(buffer:)' previously declared here public func glUnmapObjectBufferATI(buffer:GLuint) {glUnmapObjectBufferATI_P(buffer)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7983:13: error: invalid redeclaration of 'glUseProgram(program:)' public func glUseProgram(program program:GLuint) {glUseProgram_P(program)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7982:13: note: 'glUseProgram(program:)' previously declared here public func glUseProgram(program:GLuint) {glUseProgram_P(program)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7986:13: error: invalid redeclaration of 'glUseProgramObjectARB(programObj:)' public func glUseProgramObjectARB(programObj programObj:GLhandleARB) {glUseProgramObjectARB_P(programObj)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:7985:13: note: 'glUseProgramObjectARB(programObj:)' previously declared here public func glUseProgramObjectARB(programObj:GLhandleARB) {glUseProgramObjectARB_P(programObj)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8006:13: error: invalid redeclaration of 'glVDPAUIsSurfaceNV(surface:)' public func glVDPAUIsSurfaceNV(surface surface:GLvdpauSurfaceNV) -> GLboolean {return glVDPAUIsSurfaceNV_P(surface)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8005:13: note: 'glVDPAUIsSurfaceNV(surface:)' previously declared here public func glVDPAUIsSurfaceNV(surface:GLvdpauSurfaceNV) -> GLboolean {return glVDPAUIsSurfaceNV_P(surface)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8024:13: error: invalid redeclaration of 'glVDPAUUnregisterSurfaceNV(surface:)' public func glVDPAUUnregisterSurfaceNV(surface surface:GLvdpauSurfaceNV) {glVDPAUUnregisterSurfaceNV_P(surface)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8023:13: note: 'glVDPAUUnregisterSurfaceNV(surface:)' previously declared here public func glVDPAUUnregisterSurfaceNV(surface:GLvdpauSurfaceNV) {glVDPAUUnregisterSurfaceNV_P(surface)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8027:13: error: invalid redeclaration of 'glValidateProgram(program:)' public func glValidateProgram(program program:GLuint) {glValidateProgram_P(program)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8026:13: note: 'glValidateProgram(program:)' previously declared here public func glValidateProgram(program:GLuint) {glValidateProgram_P(program)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8030:13: error: invalid redeclaration of 'glValidateProgramARB(programObj:)' public func glValidateProgramARB(programObj programObj:GLhandleARB) {glValidateProgramARB_P(programObj)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8029:13: note: 'glValidateProgramARB(programObj:)' previously declared here public func glValidateProgramARB(programObj:GLhandleARB) {glValidateProgramARB_P(programObj)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8033:13: error: invalid redeclaration of 'glValidateProgramPipeline(pipeline:)' public func glValidateProgramPipeline(pipeline pipeline:GLuint) {glValidateProgramPipeline_P(pipeline)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8032:13: note: 'glValidateProgramPipeline(pipeline:)' previously declared here public func glValidateProgramPipeline(pipeline:GLuint) {glValidateProgramPipeline_P(pipeline)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8036:13: error: invalid redeclaration of 'glValidateProgramPipelineEXT(pipeline:)' public func glValidateProgramPipelineEXT(pipeline pipeline:GLuint) {glValidateProgramPipelineEXT_P(pipeline)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8035:13: note: 'glValidateProgramPipelineEXT(pipeline:)' previously declared here public func glValidateProgramPipelineEXT(pipeline:GLuint) {glValidateProgramPipelineEXT_P(pipeline)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8072:13: error: invalid redeclaration of 'glVertex2bvOES(coords:)' public func glVertex2bvOES(coords coords:UnsafePointer) {glVertex2bvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8071:13: note: 'glVertex2bvOES(coords:)' previously declared here public func glVertex2bvOES(coords:UnsafePointer) {glVertex2bvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8078:13: error: invalid redeclaration of 'glVertex2dv(v:)' public func glVertex2dv(v v:UnsafePointer) {glVertex2dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8077:13: note: 'glVertex2dv(v:)' previously declared here public func glVertex2dv(v:UnsafePointer) {glVertex2dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8084:13: error: invalid redeclaration of 'glVertex2fv(v:)' public func glVertex2fv(v v:UnsafePointer) {glVertex2fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8083:13: note: 'glVertex2fv(v:)' previously declared here public func glVertex2fv(v:UnsafePointer) {glVertex2fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8090:13: error: invalid redeclaration of 'glVertex2hvNV(v:)' public func glVertex2hvNV(v v:UnsafePointer) {glVertex2hvNV_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8089:13: note: 'glVertex2hvNV(v:)' previously declared here public func glVertex2hvNV(v:UnsafePointer) {glVertex2hvNV_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8096:13: error: invalid redeclaration of 'glVertex2iv(v:)' public func glVertex2iv(v v:UnsafePointer) {glVertex2iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8095:13: note: 'glVertex2iv(v:)' previously declared here public func glVertex2iv(v:UnsafePointer) {glVertex2iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8102:13: error: invalid redeclaration of 'glVertex2sv(v:)' public func glVertex2sv(v v:UnsafePointer) {glVertex2sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8101:13: note: 'glVertex2sv(v:)' previously declared here public func glVertex2sv(v:UnsafePointer) {glVertex2sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8105:13: error: invalid redeclaration of 'glVertex2xOES(x:)' public func glVertex2xOES(x x:GLfixed) {glVertex2xOES_P(x)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8104:13: note: 'glVertex2xOES(x:)' previously declared here public func glVertex2xOES(x:GLfixed) {glVertex2xOES_P(x)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8108:13: error: invalid redeclaration of 'glVertex2xvOES(coords:)' public func glVertex2xvOES(coords coords:UnsafePointer) {glVertex2xvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8107:13: note: 'glVertex2xvOES(coords:)' previously declared here public func glVertex2xvOES(coords:UnsafePointer) {glVertex2xvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8114:13: error: invalid redeclaration of 'glVertex3bvOES(coords:)' public func glVertex3bvOES(coords coords:UnsafePointer) {glVertex3bvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8113:13: note: 'glVertex3bvOES(coords:)' previously declared here public func glVertex3bvOES(coords:UnsafePointer) {glVertex3bvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8120:13: error: invalid redeclaration of 'glVertex3dv(v:)' public func glVertex3dv(v v:UnsafePointer) {glVertex3dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8119:13: note: 'glVertex3dv(v:)' previously declared here public func glVertex3dv(v:UnsafePointer) {glVertex3dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8126:13: error: invalid redeclaration of 'glVertex3fv(v:)' public func glVertex3fv(v v:UnsafePointer) {glVertex3fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8125:13: note: 'glVertex3fv(v:)' previously declared here public func glVertex3fv(v:UnsafePointer) {glVertex3fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8132:13: error: invalid redeclaration of 'glVertex3hvNV(v:)' public func glVertex3hvNV(v v:UnsafePointer) {glVertex3hvNV_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8131:13: note: 'glVertex3hvNV(v:)' previously declared here public func glVertex3hvNV(v:UnsafePointer) {glVertex3hvNV_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8138:13: error: invalid redeclaration of 'glVertex3iv(v:)' public func glVertex3iv(v v:UnsafePointer) {glVertex3iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8137:13: note: 'glVertex3iv(v:)' previously declared here public func glVertex3iv(v:UnsafePointer) {glVertex3iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8144:13: error: invalid redeclaration of 'glVertex3sv(v:)' public func glVertex3sv(v v:UnsafePointer) {glVertex3sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8143:13: note: 'glVertex3sv(v:)' previously declared here public func glVertex3sv(v:UnsafePointer) {glVertex3sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8150:13: error: invalid redeclaration of 'glVertex3xvOES(coords:)' public func glVertex3xvOES(coords coords:UnsafePointer) {glVertex3xvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8149:13: note: 'glVertex3xvOES(coords:)' previously declared here public func glVertex3xvOES(coords:UnsafePointer) {glVertex3xvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8156:13: error: invalid redeclaration of 'glVertex4bvOES(coords:)' public func glVertex4bvOES(coords coords:UnsafePointer) {glVertex4bvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8155:13: note: 'glVertex4bvOES(coords:)' previously declared here public func glVertex4bvOES(coords:UnsafePointer) {glVertex4bvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8162:13: error: invalid redeclaration of 'glVertex4dv(v:)' public func glVertex4dv(v v:UnsafePointer) {glVertex4dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8161:13: note: 'glVertex4dv(v:)' previously declared here public func glVertex4dv(v:UnsafePointer) {glVertex4dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8168:13: error: invalid redeclaration of 'glVertex4fv(v:)' public func glVertex4fv(v v:UnsafePointer) {glVertex4fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8167:13: note: 'glVertex4fv(v:)' previously declared here public func glVertex4fv(v:UnsafePointer) {glVertex4fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8174:13: error: invalid redeclaration of 'glVertex4hvNV(v:)' public func glVertex4hvNV(v v:UnsafePointer) {glVertex4hvNV_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8173:13: note: 'glVertex4hvNV(v:)' previously declared here public func glVertex4hvNV(v:UnsafePointer) {glVertex4hvNV_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8180:13: error: invalid redeclaration of 'glVertex4iv(v:)' public func glVertex4iv(v v:UnsafePointer) {glVertex4iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8179:13: note: 'glVertex4iv(v:)' previously declared here public func glVertex4iv(v:UnsafePointer) {glVertex4iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8186:13: error: invalid redeclaration of 'glVertex4sv(v:)' public func glVertex4sv(v v:UnsafePointer) {glVertex4sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8185:13: note: 'glVertex4sv(v:)' previously declared here public func glVertex4sv(v:UnsafePointer) {glVertex4sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8192:13: error: invalid redeclaration of 'glVertex4xvOES(coords:)' public func glVertex4xvOES(coords coords:UnsafePointer) {glVertex4xvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8191:13: note: 'glVertex4xvOES(coords:)' previously declared here public func glVertex4xvOES(coords:UnsafePointer) {glVertex4xvOES_P(coords)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8966:13: error: invalid redeclaration of 'glVertexBlendARB(count:)' public func glVertexBlendARB(count count:GLint) {glVertexBlendARB_P(count)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:8965:13: note: 'glVertexBlendARB(count:)' previously declared here public func glVertexBlendARB(count:GLint) {glVertexBlendARB_P(count)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9107:13: error: invalid redeclaration of 'glVertexWeightfEXT(weight:)' public func glVertexWeightfEXT(weight weight:GLfloat) {glVertexWeightfEXT_P(weight)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9106:13: note: 'glVertexWeightfEXT(weight:)' previously declared here public func glVertexWeightfEXT(weight:GLfloat) {glVertexWeightfEXT_P(weight)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9110:13: error: invalid redeclaration of 'glVertexWeightfvEXT(weight:)' public func glVertexWeightfvEXT(weight weight:UnsafePointer) {glVertexWeightfvEXT_P(weight)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9109:13: note: 'glVertexWeightfvEXT(weight:)' previously declared here public func glVertexWeightfvEXT(weight:UnsafePointer) {glVertexWeightfvEXT_P(weight)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9113:13: error: invalid redeclaration of 'glVertexWeighthNV(weight:)' public func glVertexWeighthNV(weight weight:GLhalfNV) {glVertexWeighthNV_P(weight)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9112:13: note: 'glVertexWeighthNV(weight:)' previously declared here public func glVertexWeighthNV(weight:GLhalfNV) {glVertexWeighthNV_P(weight)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9116:13: error: invalid redeclaration of 'glVertexWeighthvNV(weight:)' public func glVertexWeighthvNV(weight weight:UnsafePointer) {glVertexWeighthvNV_P(weight)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9115:13: note: 'glVertexWeighthvNV(weight:)' previously declared here public func glVertexWeighthvNV(weight:UnsafePointer) {glVertexWeighthvNV_P(weight)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9200:13: error: invalid redeclaration of 'glWindowPos2dv(v:)' public func glWindowPos2dv(v v:UnsafePointer) {glWindowPos2dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9199:13: note: 'glWindowPos2dv(v:)' previously declared here public func glWindowPos2dv(v:UnsafePointer) {glWindowPos2dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9203:13: error: invalid redeclaration of 'glWindowPos2dvARB(v:)' public func glWindowPos2dvARB(v v:UnsafePointer) {glWindowPos2dvARB_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9202:13: note: 'glWindowPos2dvARB(v:)' previously declared here public func glWindowPos2dvARB(v:UnsafePointer) {glWindowPos2dvARB_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9206:13: error: invalid redeclaration of 'glWindowPos2dvMESA(v:)' public func glWindowPos2dvMESA(v v:UnsafePointer) {glWindowPos2dvMESA_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9205:13: note: 'glWindowPos2dvMESA(v:)' previously declared here public func glWindowPos2dvMESA(v:UnsafePointer) {glWindowPos2dvMESA_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9218:13: error: invalid redeclaration of 'glWindowPos2fv(v:)' public func glWindowPos2fv(v v:UnsafePointer) {glWindowPos2fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9217:13: note: 'glWindowPos2fv(v:)' previously declared here public func glWindowPos2fv(v:UnsafePointer) {glWindowPos2fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9221:13: error: invalid redeclaration of 'glWindowPos2fvARB(v:)' public func glWindowPos2fvARB(v v:UnsafePointer) {glWindowPos2fvARB_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9220:13: note: 'glWindowPos2fvARB(v:)' previously declared here public func glWindowPos2fvARB(v:UnsafePointer) {glWindowPos2fvARB_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9224:13: error: invalid redeclaration of 'glWindowPos2fvMESA(v:)' public func glWindowPos2fvMESA(v v:UnsafePointer) {glWindowPos2fvMESA_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9223:13: note: 'glWindowPos2fvMESA(v:)' previously declared here public func glWindowPos2fvMESA(v:UnsafePointer) {glWindowPos2fvMESA_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9236:13: error: invalid redeclaration of 'glWindowPos2iv(v:)' public func glWindowPos2iv(v v:UnsafePointer) {glWindowPos2iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9235:13: note: 'glWindowPos2iv(v:)' previously declared here public func glWindowPos2iv(v:UnsafePointer) {glWindowPos2iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9239:13: error: invalid redeclaration of 'glWindowPos2ivARB(v:)' public func glWindowPos2ivARB(v v:UnsafePointer) {glWindowPos2ivARB_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9238:13: note: 'glWindowPos2ivARB(v:)' previously declared here public func glWindowPos2ivARB(v:UnsafePointer) {glWindowPos2ivARB_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9242:13: error: invalid redeclaration of 'glWindowPos2ivMESA(v:)' public func glWindowPos2ivMESA(v v:UnsafePointer) {glWindowPos2ivMESA_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9241:13: note: 'glWindowPos2ivMESA(v:)' previously declared here public func glWindowPos2ivMESA(v:UnsafePointer) {glWindowPos2ivMESA_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9254:13: error: invalid redeclaration of 'glWindowPos2sv(v:)' public func glWindowPos2sv(v v:UnsafePointer) {glWindowPos2sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9253:13: note: 'glWindowPos2sv(v:)' previously declared here public func glWindowPos2sv(v:UnsafePointer) {glWindowPos2sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9257:13: error: invalid redeclaration of 'glWindowPos2svARB(v:)' public func glWindowPos2svARB(v v:UnsafePointer) {glWindowPos2svARB_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9256:13: note: 'glWindowPos2svARB(v:)' previously declared here public func glWindowPos2svARB(v:UnsafePointer) {glWindowPos2svARB_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9260:13: error: invalid redeclaration of 'glWindowPos2svMESA(v:)' public func glWindowPos2svMESA(v v:UnsafePointer) {glWindowPos2svMESA_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9259:13: note: 'glWindowPos2svMESA(v:)' previously declared here public func glWindowPos2svMESA(v:UnsafePointer) {glWindowPos2svMESA_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9272:13: error: invalid redeclaration of 'glWindowPos3dv(v:)' public func glWindowPos3dv(v v:UnsafePointer) {glWindowPos3dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9271:13: note: 'glWindowPos3dv(v:)' previously declared here public func glWindowPos3dv(v:UnsafePointer) {glWindowPos3dv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9275:13: error: invalid redeclaration of 'glWindowPos3dvARB(v:)' public func glWindowPos3dvARB(v v:UnsafePointer) {glWindowPos3dvARB_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9274:13: note: 'glWindowPos3dvARB(v:)' previously declared here public func glWindowPos3dvARB(v:UnsafePointer) {glWindowPos3dvARB_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9278:13: error: invalid redeclaration of 'glWindowPos3dvMESA(v:)' public func glWindowPos3dvMESA(v v:UnsafePointer) {glWindowPos3dvMESA_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9277:13: note: 'glWindowPos3dvMESA(v:)' previously declared here public func glWindowPos3dvMESA(v:UnsafePointer) {glWindowPos3dvMESA_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9290:13: error: invalid redeclaration of 'glWindowPos3fv(v:)' public func glWindowPos3fv(v v:UnsafePointer) {glWindowPos3fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9289:13: note: 'glWindowPos3fv(v:)' previously declared here public func glWindowPos3fv(v:UnsafePointer) {glWindowPos3fv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9293:13: error: invalid redeclaration of 'glWindowPos3fvARB(v:)' public func glWindowPos3fvARB(v v:UnsafePointer) {glWindowPos3fvARB_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9292:13: note: 'glWindowPos3fvARB(v:)' previously declared here public func glWindowPos3fvARB(v:UnsafePointer) {glWindowPos3fvARB_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9296:13: error: invalid redeclaration of 'glWindowPos3fvMESA(v:)' public func glWindowPos3fvMESA(v v:UnsafePointer) {glWindowPos3fvMESA_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9295:13: note: 'glWindowPos3fvMESA(v:)' previously declared here public func glWindowPos3fvMESA(v:UnsafePointer) {glWindowPos3fvMESA_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9308:13: error: invalid redeclaration of 'glWindowPos3iv(v:)' public func glWindowPos3iv(v v:UnsafePointer) {glWindowPos3iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9307:13: note: 'glWindowPos3iv(v:)' previously declared here public func glWindowPos3iv(v:UnsafePointer) {glWindowPos3iv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9311:13: error: invalid redeclaration of 'glWindowPos3ivARB(v:)' public func glWindowPos3ivARB(v v:UnsafePointer) {glWindowPos3ivARB_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9310:13: note: 'glWindowPos3ivARB(v:)' previously declared here public func glWindowPos3ivARB(v:UnsafePointer) {glWindowPos3ivARB_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9314:13: error: invalid redeclaration of 'glWindowPos3ivMESA(v:)' public func glWindowPos3ivMESA(v v:UnsafePointer) {glWindowPos3ivMESA_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9313:13: note: 'glWindowPos3ivMESA(v:)' previously declared here public func glWindowPos3ivMESA(v:UnsafePointer) {glWindowPos3ivMESA_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9326:13: error: invalid redeclaration of 'glWindowPos3sv(v:)' public func glWindowPos3sv(v v:UnsafePointer) {glWindowPos3sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9325:13: note: 'glWindowPos3sv(v:)' previously declared here public func glWindowPos3sv(v:UnsafePointer) {glWindowPos3sv_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9329:13: error: invalid redeclaration of 'glWindowPos3svARB(v:)' public func glWindowPos3svARB(v v:UnsafePointer) {glWindowPos3svARB_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9328:13: note: 'glWindowPos3svARB(v:)' previously declared here public func glWindowPos3svARB(v:UnsafePointer) {glWindowPos3svARB_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9332:13: error: invalid redeclaration of 'glWindowPos3svMESA(v:)' public func glWindowPos3svMESA(v v:UnsafePointer) {glWindowPos3svMESA_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9331:13: note: 'glWindowPos3svMESA(v:)' previously declared here public func glWindowPos3svMESA(v:UnsafePointer) {glWindowPos3svMESA_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9338:13: error: invalid redeclaration of 'glWindowPos4dvMESA(v:)' public func glWindowPos4dvMESA(v v:UnsafePointer) {glWindowPos4dvMESA_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9337:13: note: 'glWindowPos4dvMESA(v:)' previously declared here public func glWindowPos4dvMESA(v:UnsafePointer) {glWindowPos4dvMESA_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9344:13: error: invalid redeclaration of 'glWindowPos4fvMESA(v:)' public func glWindowPos4fvMESA(v v:UnsafePointer) {glWindowPos4fvMESA_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9343:13: note: 'glWindowPos4fvMESA(v:)' previously declared here public func glWindowPos4fvMESA(v:UnsafePointer) {glWindowPos4fvMESA_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9350:13: error: invalid redeclaration of 'glWindowPos4ivMESA(v:)' public func glWindowPos4ivMESA(v v:UnsafePointer) {glWindowPos4ivMESA_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9349:13: note: 'glWindowPos4ivMESA(v:)' previously declared here public func glWindowPos4ivMESA(v:UnsafePointer) {glWindowPos4ivMESA_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9356:13: error: invalid redeclaration of 'glWindowPos4svMESA(v:)' public func glWindowPos4svMESA(v v:UnsafePointer) {glWindowPos4svMESA_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9355:13: note: 'glWindowPos4svMESA(v:)' previously declared here public func glWindowPos4svMESA(v:UnsafePointer) {glWindowPos4svMESA_P(v)} ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/SwiftGL.swift:54:27: error: 'COpaquePointer' has been renamed to 'OpaquePointer' public typealias GLsync = COpaquePointer ^~~~~~~~~~~~~~ OpaquePointer /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/SwiftGL.swift:134:49: error: 'init()' is unavailable: use 'nil' literal var dlopenHandle = UnsafeMutablePointer() ^ Swift.UnsafeMutablePointer:5:12: note: 'init()' has been explicitly marked unavailable here public init() ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/SwiftGL.swift:86:59: error: String may not be indexed with 'Int', it has variable size elements let short = support[support.startIndex.advancedBy(1)..' (aka 'UnsafeMutablePointer<()>') is not optional, value can never be nil if dlopenHandle == nil { ~~~~~~~~~~~~ ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/SwiftGL.swift:140:25: error: type 'UnsafeMutablePointer' (aka 'UnsafeMutablePointer<()>') is not optional, value can never be nil if dlopenHandle == nil { ~~~~~~~~~~~~ ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/SwiftGL.swift:54:27: error: 'COpaquePointer' has been renamed to 'OpaquePointer' public typealias GLsync = COpaquePointer ^~~~~~~~~~~~~~ OpaquePointer /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:398:30: error: missing argument label 'to:' in call glAccum_P = unsafeBitCast(getAddress(CommandInfo("glAccum", [S0, S23])), glAccum_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:402:34: error: missing argument label 'to:' in call glAccumxOES_P = unsafeBitCast(getAddress(CommandInfo("glAccumxOES", [S316])), glAccumxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:406:41: error: missing argument label 'to:' in call glActiveProgramEXT_P = unsafeBitCast(getAddress(CommandInfo("glActiveProgramEXT", [S206])), glActiveProgramEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:410:44: error: missing argument label 'to:' in call glActiveShaderProgram_P = unsafeBitCast(getAddress(CommandInfo("glActiveShaderProgram", [S13, S21, S104])), glActiveShaderProgram_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:414:47: error: missing argument label 'to:' in call glActiveShaderProgramEXT_P = unsafeBitCast(getAddress(CommandInfo("glActiveShaderProgramEXT", [S206])), glActiveShaderProgramEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:418:45: error: missing argument label 'to:' in call glActiveStencilFaceEXT_P = unsafeBitCast(getAddress(CommandInfo("glActiveStencilFaceEXT", [S210])), glActiveStencilFaceEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:422:38: error: missing argument label 'to:' in call glActiveTexture_P = unsafeBitCast(getAddress(CommandInfo("glActiveTexture", [S3, S18])), glActiveTexture_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:426:41: error: missing argument label 'to:' in call glActiveTextureARB_P = unsafeBitCast(getAddress(CommandInfo("glActiveTextureARB", [S94])), glActiveTextureARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:430:40: error: missing argument label 'to:' in call glActiveVaryingNV_P = unsafeBitCast(getAddress(CommandInfo("glActiveVaryingNV", [S297])), glActiveVaryingNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:434:44: error: missing argument label 'to:' in call glAlphaFragmentOp1ATI_P = unsafeBitCast(getAddress(CommandInfo("glAlphaFragmentOp1ATI", [S142])), glAlphaFragmentOp1ATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:438:44: error: missing argument label 'to:' in call glAlphaFragmentOp2ATI_P = unsafeBitCast(getAddress(CommandInfo("glAlphaFragmentOp2ATI", [S142])), glAlphaFragmentOp2ATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:442:44: error: missing argument label 'to:' in call glAlphaFragmentOp3ATI_P = unsafeBitCast(getAddress(CommandInfo("glAlphaFragmentOp3ATI", [S142])), glAlphaFragmentOp3ATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:446:34: error: missing argument label 'to:' in call glAlphaFunc_P = unsafeBitCast(getAddress(CommandInfo("glAlphaFunc", [S0, S23, S18])), glAlphaFunc_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:450:38: error: missing argument label 'to:' in call glAlphaFuncQCOM_P = unsafeBitCast(getAddress(CommandInfo("glAlphaFuncQCOM", [S338])), glAlphaFuncQCOM_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:454:35: error: missing argument label 'to:' in call glAlphaFuncx_P = unsafeBitCast(getAddress(CommandInfo("glAlphaFuncx", [S18])), glAlphaFuncx_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:458:38: error: missing argument label 'to:' in call glAlphaFuncxOES_P = unsafeBitCast(getAddress(CommandInfo("glAlphaFuncxOES", [S316])), glAlphaFuncxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:462:60: error: missing argument label 'to:' in call glApplyFramebufferAttachmentCMAAINTEL_P = unsafeBitCast(getAddress(CommandInfo("glApplyFramebufferAttachmentCMAAINTEL", [S240])), glApplyFramebufferAttachmentCMAAINTEL_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:466:40: error: missing argument label 'to:' in call glApplyTextureEXT_P = unsafeBitCast(getAddress(CommandInfo("glApplyTextureEXT", [S188])), glApplyTextureEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:470:46: error: missing argument label 'to:' in call glAreProgramsResidentNV_P = unsafeBitCast(getAddress(CommandInfo("glAreProgramsResidentNV", [S303])), glAreProgramsResidentNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:474:44: error: missing argument label 'to:' in call glAreTexturesResident_P = unsafeBitCast(getAddress(CommandInfo("glAreTexturesResident", [S1, S23])), glAreTexturesResident_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:478:47: error: missing argument label 'to:' in call glAreTexturesResidentEXT_P = unsafeBitCast(getAddress(CommandInfo("glAreTexturesResidentEXT", [S220])), glAreTexturesResidentEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:482:37: error: missing argument label 'to:' in call glArrayElement_P = unsafeBitCast(getAddress(CommandInfo("glArrayElement", [S1, S23])), glArrayElement_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:486:40: error: missing argument label 'to:' in call glArrayElementEXT_P = unsafeBitCast(getAddress(CommandInfo("glArrayElementEXT", [S226])), glArrayElementEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:490:39: error: missing argument label 'to:' in call glArrayObjectATI_P = unsafeBitCast(getAddress(CommandInfo("glArrayObjectATI", [S146])), glArrayObjectATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:494:40: error: missing argument label 'to:' in call glAsyncMarkerSGIX_P = unsafeBitCast(getAddress(CommandInfo("glAsyncMarkerSGIX", [S352])), glAsyncMarkerSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:498:40: error: missing argument label 'to:' in call glAttachObjectARB_P = unsafeBitCast(getAddress(CommandInfo("glAttachObjectARB", [S107])), glAttachObjectARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:502:37: error: missing argument label 'to:' in call glAttachShader_P = unsafeBitCast(getAddress(CommandInfo("glAttachShader", [S6, S19])), glAttachShader_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:506:30: error: missing argument label 'to:' in call glBegin_P = unsafeBitCast(getAddress(CommandInfo("glBegin", [S0, S23])), glBegin_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:510:47: error: missing argument label 'to:' in call glBeginConditionalRender_P = unsafeBitCast(getAddress(CommandInfo("glBeginConditionalRender", [S8])), glBeginConditionalRender_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:514:49: error: missing argument label 'to:' in call glBeginConditionalRenderNV_P = unsafeBitCast(getAddress(CommandInfo("glBeginConditionalRenderNV", [S255])), glBeginConditionalRenderNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:518:50: error: missing argument label 'to:' in call glBeginConditionalRenderNVX_P = unsafeBitCast(getAddress(CommandInfo("glBeginConditionalRenderNVX", [S249])), glBeginConditionalRenderNVX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:522:47: error: missing argument label 'to:' in call glBeginFragmentShaderATI_P = unsafeBitCast(getAddress(CommandInfo("glBeginFragmentShaderATI", [S142])), glBeginFragmentShaderATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:526:46: error: missing argument label 'to:' in call glBeginOcclusionQueryNV_P = unsafeBitCast(getAddress(CommandInfo("glBeginOcclusionQueryNV", [S282])), glBeginOcclusionQueryNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:530:44: error: missing argument label 'to:' in call glBeginPerfMonitorAMD_P = unsafeBitCast(getAddress(CommandInfo("glBeginPerfMonitorAMD", [S32])), glBeginPerfMonitorAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:534:44: error: missing argument label 'to:' in call glBeginPerfQueryINTEL_P = unsafeBitCast(getAddress(CommandInfo("glBeginPerfQueryINTEL", [S243])), glBeginPerfQueryINTEL_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:538:35: error: missing argument label 'to:' in call glBeginQuery_P = unsafeBitCast(getAddress(CommandInfo("glBeginQuery", [S5, S20])), glBeginQuery_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:542:38: error: missing argument label 'to:' in call glBeginQueryARB_P = unsafeBitCast(getAddress(CommandInfo("glBeginQueryARB", [S95])), glBeginQueryARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:546:38: error: missing argument label 'to:' in call glBeginQueryEXT_P = unsafeBitCast(getAddress(CommandInfo("glBeginQueryEXT", [S169, S195])), glBeginQueryEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:550:42: error: missing argument label 'to:' in call glBeginQueryIndexed_P = unsafeBitCast(getAddress(CommandInfo("glBeginQueryIndexed", [S12, S125])), glBeginQueryIndexed_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:554:47: error: missing argument label 'to:' in call glBeginTransformFeedback_P = unsafeBitCast(getAddress(CommandInfo("glBeginTransformFeedback", [S8, S20])), glBeginTransformFeedback_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:558:50: error: missing argument label 'to:' in call glBeginTransformFeedbackEXT_P = unsafeBitCast(getAddress(CommandInfo("glBeginTransformFeedbackEXT", [S225])), glBeginTransformFeedbackEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:562:49: error: missing argument label 'to:' in call glBeginTransformFeedbackNV_P = unsafeBitCast(getAddress(CommandInfo("glBeginTransformFeedbackNV", [S297])), glBeginTransformFeedbackNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:566:45: error: missing argument label 'to:' in call glBeginVertexShaderEXT_P = unsafeBitCast(getAddress(CommandInfo("glBeginVertexShaderEXT", [S228])), glBeginVertexShaderEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:570:44: error: missing argument label 'to:' in call glBeginVideoCaptureNV_P = unsafeBitCast(getAddress(CommandInfo("glBeginVideoCaptureNV", [S305])), glBeginVideoCaptureNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:574:43: error: missing argument label 'to:' in call glBindAttribLocation_P = unsafeBitCast(getAddress(CommandInfo("glBindAttribLocation", [S6, S19])), glBindAttribLocation_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:578:46: error: missing argument label 'to:' in call glBindAttribLocationARB_P = unsafeBitCast(getAddress(CommandInfo("glBindAttribLocationARB", [S135])), glBindAttribLocationARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:582:35: error: missing argument label 'to:' in call glBindBuffer_P = unsafeBitCast(getAddress(CommandInfo("glBindBuffer", [S5, S18])), glBindBuffer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:586:38: error: missing argument label 'to:' in call glBindBufferARB_P = unsafeBitCast(getAddress(CommandInfo("glBindBufferARB", [S133])), glBindBufferARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:590:39: error: missing argument label 'to:' in call glBindBufferBase_P = unsafeBitCast(getAddress(CommandInfo("glBindBufferBase", [S8, S9, S20, S128])), glBindBufferBase_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:594:42: error: missing argument label 'to:' in call glBindBufferBaseEXT_P = unsafeBitCast(getAddress(CommandInfo("glBindBufferBaseEXT", [S225])), glBindBufferBaseEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:598:41: error: missing argument label 'to:' in call glBindBufferBaseNV_P = unsafeBitCast(getAddress(CommandInfo("glBindBufferBaseNV", [S297])), glBindBufferBaseNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:602:44: error: missing argument label 'to:' in call glBindBufferOffsetEXT_P = unsafeBitCast(getAddress(CommandInfo("glBindBufferOffsetEXT", [S225])), glBindBufferOffsetEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:606:43: error: missing argument label 'to:' in call glBindBufferOffsetNV_P = unsafeBitCast(getAddress(CommandInfo("glBindBufferOffsetNV", [S297])), glBindBufferOffsetNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:610:40: error: missing argument label 'to:' in call glBindBufferRange_P = unsafeBitCast(getAddress(CommandInfo("glBindBufferRange", [S8, S9, S20, S128])), glBindBufferRange_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:614:43: error: missing argument label 'to:' in call glBindBufferRangeEXT_P = unsafeBitCast(getAddress(CommandInfo("glBindBufferRangeEXT", [S225])), glBindBufferRangeEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:618:42: error: missing argument label 'to:' in call glBindBufferRangeNV_P = unsafeBitCast(getAddress(CommandInfo("glBindBufferRangeNV", [S297])), glBindBufferRangeNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:622:40: error: missing argument label 'to:' in call glBindBuffersBase_P = unsafeBitCast(getAddress(CommandInfo("glBindBuffersBase", [S16, S91])), glBindBuffersBase_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:626:41: error: missing argument label 'to:' in call glBindBuffersRange_P = unsafeBitCast(getAddress(CommandInfo("glBindBuffersRange", [S16, S91])), glBindBuffersRange_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:630:45: error: missing argument label 'to:' in call glBindFragDataLocation_P = unsafeBitCast(getAddress(CommandInfo("glBindFragDataLocation", [S8])), glBindFragDataLocation_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:634:48: error: missing argument label 'to:' in call glBindFragDataLocationEXT_P = unsafeBitCast(getAddress(CommandInfo("glBindFragDataLocationEXT", [S153, S183])), glBindFragDataLocationEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:638:52: error: missing argument label 'to:' in call glBindFragDataLocationIndexed_P = unsafeBitCast(getAddress(CommandInfo("glBindFragDataLocationIndexed", [S11, S57])), glBindFragDataLocationIndexed_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:642:55: error: missing argument label 'to:' in call glBindFragDataLocationIndexedEXT_P = unsafeBitCast(getAddress(CommandInfo("glBindFragDataLocationIndexedEXT", [S153])), glBindFragDataLocationIndexedEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:646:46: error: missing argument label 'to:' in call glBindFragmentShaderATI_P = unsafeBitCast(getAddress(CommandInfo("glBindFragmentShaderATI", [S142])), glBindFragmentShaderATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:650:40: error: missing argument label 'to:' in call glBindFramebuffer_P = unsafeBitCast(getAddress(CommandInfo("glBindFramebuffer", [S8, S19, S77])), glBindFramebuffer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:654:43: error: missing argument label 'to:' in call glBindFramebufferEXT_P = unsafeBitCast(getAddress(CommandInfo("glBindFramebufferEXT", [S179])), glBindFramebufferEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:658:43: error: missing argument label 'to:' in call glBindFramebufferOES_P = unsafeBitCast(getAddress(CommandInfo("glBindFramebufferOES", [S317])), glBindFramebufferOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:662:41: error: missing argument label 'to:' in call glBindImageTexture_P = unsafeBitCast(getAddress(CommandInfo("glBindImageTexture", [S14, S21, S106])), glBindImageTexture_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:666:44: error: missing argument label 'to:' in call glBindImageTextureEXT_P = unsafeBitCast(getAddress(CommandInfo("glBindImageTextureEXT", [S207])), glBindImageTextureEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:670:42: error: missing argument label 'to:' in call glBindImageTextures_P = unsafeBitCast(getAddress(CommandInfo("glBindImageTextures", [S16, S91])), glBindImageTextures_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:674:46: error: missing argument label 'to:' in call glBindLightParameterEXT_P = unsafeBitCast(getAddress(CommandInfo("glBindLightParameterEXT", [S228])), glBindLightParameterEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:678:49: error: missing argument label 'to:' in call glBindMaterialParameterEXT_P = unsafeBitCast(getAddress(CommandInfo("glBindMaterialParameterEXT", [S228])), glBindMaterialParameterEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:682:44: error: missing argument label 'to:' in call glBindMultiTextureEXT_P = unsafeBitCast(getAddress(CommandInfo("glBindMultiTextureEXT", [S167])), glBindMultiTextureEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:686:41: error: missing argument label 'to:' in call glBindParameterEXT_P = unsafeBitCast(getAddress(CommandInfo("glBindParameterEXT", [S228])), glBindParameterEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:690:39: error: missing argument label 'to:' in call glBindProgramARB_P = unsafeBitCast(getAddress(CommandInfo("glBindProgramARB", [S75, S134])), glBindProgramARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:694:38: error: missing argument label 'to:' in call glBindProgramNV_P = unsafeBitCast(getAddress(CommandInfo("glBindProgramNV", [S303])), glBindProgramNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:698:44: error: missing argument label 'to:' in call glBindProgramPipeline_P = unsafeBitCast(getAddress(CommandInfo("glBindProgramPipeline", [S13, S21, S104])), glBindProgramPipeline_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:702:47: error: missing argument label 'to:' in call glBindProgramPipelineEXT_P = unsafeBitCast(getAddress(CommandInfo("glBindProgramPipelineEXT", [S206])), glBindProgramPipelineEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:706:41: error: missing argument label 'to:' in call glBindRenderbuffer_P = unsafeBitCast(getAddress(CommandInfo("glBindRenderbuffer", [S8, S19, S77])), glBindRenderbuffer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:710:44: error: missing argument label 'to:' in call glBindRenderbufferEXT_P = unsafeBitCast(getAddress(CommandInfo("glBindRenderbufferEXT", [S179])), glBindRenderbufferEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:714:44: error: missing argument label 'to:' in call glBindRenderbufferOES_P = unsafeBitCast(getAddress(CommandInfo("glBindRenderbufferOES", [S317])), glBindRenderbufferOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:718:36: error: missing argument label 'to:' in call glBindSampler_P = unsafeBitCast(getAddress(CommandInfo("glBindSampler", [S11, S20, S103])), glBindSampler_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:722:37: error: missing argument label 'to:' in call glBindSamplers_P = unsafeBitCast(getAddress(CommandInfo("glBindSamplers", [S16, S91])), glBindSamplers_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:726:47: error: missing argument label 'to:' in call glBindTexGenParameterEXT_P = unsafeBitCast(getAddress(CommandInfo("glBindTexGenParameterEXT", [S228])), glBindTexGenParameterEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:730:36: error: missing argument label 'to:' in call glBindTexture_P = unsafeBitCast(getAddress(CommandInfo("glBindTexture", [S1, S18])), glBindTexture_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:734:39: error: missing argument label 'to:' in call glBindTextureEXT_P = unsafeBitCast(getAddress(CommandInfo("glBindTextureEXT", [S220])), glBindTextureEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:738:40: error: missing argument label 'to:' in call glBindTextureUnit_P = unsafeBitCast(getAddress(CommandInfo("glBindTextureUnit", [S17, S69])), glBindTextureUnit_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:742:52: error: missing argument label 'to:' in call glBindTextureUnitParameterEXT_P = unsafeBitCast(getAddress(CommandInfo("glBindTextureUnitParameterEXT", [S228])), glBindTextureUnitParameterEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:746:37: error: missing argument label 'to:' in call glBindTextures_P = unsafeBitCast(getAddress(CommandInfo("glBindTextures", [S16, S91])), glBindTextures_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:750:46: error: missing argument label 'to:' in call glBindTransformFeedback_P = unsafeBitCast(getAddress(CommandInfo("glBindTransformFeedback", [S12, S20, S124])), glBindTransformFeedback_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:754:48: error: missing argument label 'to:' in call glBindTransformFeedbackNV_P = unsafeBitCast(getAddress(CommandInfo("glBindTransformFeedbackNV", [S298])), glBindTransformFeedbackNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:758:40: error: missing argument label 'to:' in call glBindVertexArray_P = unsafeBitCast(getAddress(CommandInfo("glBindVertexArray", [S8, S20, S129])), glBindVertexArray_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:762:45: error: missing argument label 'to:' in call glBindVertexArrayAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glBindVertexArrayAPPLE", [S49])), glBindVertexArrayAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:766:43: error: missing argument label 'to:' in call glBindVertexArrayOES_P = unsafeBitCast(getAddress(CommandInfo("glBindVertexArrayOES", [S334])), glBindVertexArrayOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:770:41: error: missing argument label 'to:' in call glBindVertexBuffer_P = unsafeBitCast(getAddress(CommandInfo("glBindVertexBuffer", [S15, S21, S131])), glBindVertexBuffer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:774:42: error: missing argument label 'to:' in call glBindVertexBuffers_P = unsafeBitCast(getAddress(CommandInfo("glBindVertexBuffers", [S16, S91])), glBindVertexBuffers_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:778:44: error: missing argument label 'to:' in call glBindVertexShaderEXT_P = unsafeBitCast(getAddress(CommandInfo("glBindVertexShaderEXT", [S228])), glBindVertexShaderEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:782:55: error: missing argument label 'to:' in call glBindVideoCaptureStreamBufferNV_P = unsafeBitCast(getAddress(CommandInfo("glBindVideoCaptureStreamBufferNV", [S305])), glBindVideoCaptureStreamBufferNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:786:56: error: missing argument label 'to:' in call glBindVideoCaptureStreamTextureNV_P = unsafeBitCast(getAddress(CommandInfo("glBindVideoCaptureStreamTextureNV", [S305])), glBindVideoCaptureStreamTextureNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:790:38: error: missing argument label 'to:' in call glBinormal3bEXT_P = unsafeBitCast(getAddress(CommandInfo("glBinormal3bEXT", [S160])), glBinormal3bEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:794:39: error: missing argument label 'to:' in call glBinormal3bvEXT_P = unsafeBitCast(getAddress(CommandInfo("glBinormal3bvEXT", [S160])), glBinormal3bvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:798:38: error: missing argument label 'to:' in call glBinormal3dEXT_P = unsafeBitCast(getAddress(CommandInfo("glBinormal3dEXT", [S160])), glBinormal3dEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:802:39: error: missing argument label 'to:' in call glBinormal3dvEXT_P = unsafeBitCast(getAddress(CommandInfo("glBinormal3dvEXT", [S160])), glBinormal3dvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:806:38: error: missing argument label 'to:' in call glBinormal3fEXT_P = unsafeBitCast(getAddress(CommandInfo("glBinormal3fEXT", [S160])), glBinormal3fEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:810:39: error: missing argument label 'to:' in call glBinormal3fvEXT_P = unsafeBitCast(getAddress(CommandInfo("glBinormal3fvEXT", [S160])), glBinormal3fvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:814:38: error: missing argument label 'to:' in call glBinormal3iEXT_P = unsafeBitCast(getAddress(CommandInfo("glBinormal3iEXT", [S160])), glBinormal3iEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:818:39: error: missing argument label 'to:' in call glBinormal3ivEXT_P = unsafeBitCast(getAddress(CommandInfo("glBinormal3ivEXT", [S160])), glBinormal3ivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:822:38: error: missing argument label 'to:' in call glBinormal3sEXT_P = unsafeBitCast(getAddress(CommandInfo("glBinormal3sEXT", [S160])), glBinormal3sEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:826:39: error: missing argument label 'to:' in call glBinormal3svEXT_P = unsafeBitCast(getAddress(CommandInfo("glBinormal3svEXT", [S160])), glBinormal3svEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:830:43: error: missing argument label 'to:' in call glBinormalPointerEXT_P = unsafeBitCast(getAddress(CommandInfo("glBinormalPointerEXT", [S160])), glBinormalPointerEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:834:31: error: missing argument label 'to:' in call glBitmap_P = unsafeBitCast(getAddress(CommandInfo("glBitmap", [S0, S23])), glBitmap_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:838:35: error: missing argument label 'to:' in call glBitmapxOES_P = unsafeBitCast(getAddress(CommandInfo("glBitmapxOES", [S316])), glBitmapxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:842:37: error: missing argument label 'to:' in call glBlendBarrier_P = unsafeBitCast(getAddress(CommandInfo("glBlendBarrier", [S22])), glBlendBarrier_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:846:40: error: missing argument label 'to:' in call glBlendBarrierKHR_P = unsafeBitCast(getAddress(CommandInfo("glBlendBarrierKHR", [S244])), glBlendBarrierKHR_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:850:39: error: missing argument label 'to:' in call glBlendBarrierNV_P = unsafeBitCast(getAddress(CommandInfo("glBlendBarrierNV", [S253])), glBlendBarrierNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:854:35: error: missing argument label 'to:' in call glBlendColor_P = unsafeBitCast(getAddress(CommandInfo("glBlendColor", [S4, S19, S83])), glBlendColor_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:858:38: error: missing argument label 'to:' in call glBlendColorEXT_P = unsafeBitCast(getAddress(CommandInfo("glBlendColorEXT", [S151])), glBlendColorEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:862:39: error: missing argument label 'to:' in call glBlendColorxOES_P = unsafeBitCast(getAddress(CommandInfo("glBlendColorxOES", [S316])), glBlendColorxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:866:38: error: missing argument label 'to:' in call glBlendEquation_P = unsafeBitCast(getAddress(CommandInfo("glBlendEquation", [S4, S19, S83])), glBlendEquation_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:870:41: error: missing argument label 'to:' in call glBlendEquationEXT_P = unsafeBitCast(getAddress(CommandInfo("glBlendEquationEXT", [S155])), glBlendEquationEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:874:48: error: missing argument label 'to:' in call glBlendEquationIndexedAMD_P = unsafeBitCast(getAddress(CommandInfo("glBlendEquationIndexedAMD", [S26])), glBlendEquationIndexedAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:878:41: error: missing argument label 'to:' in call glBlendEquationOES_P = unsafeBitCast(getAddress(CommandInfo("glBlendEquationOES", [S310])), glBlendEquationOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:882:46: error: missing argument label 'to:' in call glBlendEquationSeparate_P = unsafeBitCast(getAddress(CommandInfo("glBlendEquationSeparate", [S6, S19])), glBlendEquationSeparate_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:886:49: error: missing argument label 'to:' in call glBlendEquationSeparateEXT_P = unsafeBitCast(getAddress(CommandInfo("glBlendEquationSeparateEXT", [S152])), glBlendEquationSeparateEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:890:56: error: missing argument label 'to:' in call glBlendEquationSeparateIndexedAMD_P = unsafeBitCast(getAddress(CommandInfo("glBlendEquationSeparateIndexedAMD", [S26])), glBlendEquationSeparateIndexedAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:894:49: error: missing argument label 'to:' in call glBlendEquationSeparateOES_P = unsafeBitCast(getAddress(CommandInfo("glBlendEquationSeparateOES", [S308])), glBlendEquationSeparateOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:898:47: error: missing argument label 'to:' in call glBlendEquationSeparatei_P = unsafeBitCast(getAddress(CommandInfo("glBlendEquationSeparatei", [S12, S22])), glBlendEquationSeparatei_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:902:50: error: missing argument label 'to:' in call glBlendEquationSeparateiARB_P = unsafeBitCast(getAddress(CommandInfo("glBlendEquationSeparateiARB", [S71])), glBlendEquationSeparateiARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:906:50: error: missing argument label 'to:' in call glBlendEquationSeparateiEXT_P = unsafeBitCast(getAddress(CommandInfo("glBlendEquationSeparateiEXT", [S172])), glBlendEquationSeparateiEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:910:50: error: missing argument label 'to:' in call glBlendEquationSeparateiOES_P = unsafeBitCast(getAddress(CommandInfo("glBlendEquationSeparateiOES", [S313])), glBlendEquationSeparateiOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:914:39: error: missing argument label 'to:' in call glBlendEquationi_P = unsafeBitCast(getAddress(CommandInfo("glBlendEquationi", [S12, S22])), glBlendEquationi_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:918:42: error: missing argument label 'to:' in call glBlendEquationiARB_P = unsafeBitCast(getAddress(CommandInfo("glBlendEquationiARB", [S71])), glBlendEquationiARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:922:42: error: missing argument label 'to:' in call glBlendEquationiEXT_P = unsafeBitCast(getAddress(CommandInfo("glBlendEquationiEXT", [S172])), glBlendEquationiEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:926:42: error: missing argument label 'to:' in call glBlendEquationiOES_P = unsafeBitCast(getAddress(CommandInfo("glBlendEquationiOES", [S313])), glBlendEquationiOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:930:34: error: missing argument label 'to:' in call glBlendFunc_P = unsafeBitCast(getAddress(CommandInfo("glBlendFunc", [S0, S18])), glBlendFunc_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:934:44: error: missing argument label 'to:' in call glBlendFuncIndexedAMD_P = unsafeBitCast(getAddress(CommandInfo("glBlendFuncIndexedAMD", [S26])), glBlendFuncIndexedAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:938:42: error: missing argument label 'to:' in call glBlendFuncSeparate_P = unsafeBitCast(getAddress(CommandInfo("glBlendFuncSeparate", [S4, S19])), glBlendFuncSeparate_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:942:45: error: missing argument label 'to:' in call glBlendFuncSeparateEXT_P = unsafeBitCast(getAddress(CommandInfo("glBlendFuncSeparateEXT", [S154])), glBlendFuncSeparateEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:946:46: error: missing argument label 'to:' in call glBlendFuncSeparateINGR_P = unsafeBitCast(getAddress(CommandInfo("glBlendFuncSeparateINGR", [S239])), glBlendFuncSeparateINGR_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:950:52: error: missing argument label 'to:' in call glBlendFuncSeparateIndexedAMD_P = unsafeBitCast(getAddress(CommandInfo("glBlendFuncSeparateIndexedAMD", [S26])), glBlendFuncSeparateIndexedAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:954:45: error: missing argument label 'to:' in call glBlendFuncSeparateOES_P = unsafeBitCast(getAddress(CommandInfo("glBlendFuncSeparateOES", [S309])), glBlendFuncSeparateOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:958:43: error: missing argument label 'to:' in call glBlendFuncSeparatei_P = unsafeBitCast(getAddress(CommandInfo("glBlendFuncSeparatei", [S12, S22])), glBlendFuncSeparatei_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:962:46: error: missing argument label 'to:' in call glBlendFuncSeparateiARB_P = unsafeBitCast(getAddress(CommandInfo("glBlendFuncSeparateiARB", [S71])), glBlendFuncSeparateiARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:966:46: error: missing argument label 'to:' in call glBlendFuncSeparateiEXT_P = unsafeBitCast(getAddress(CommandInfo("glBlendFuncSeparateiEXT", [S172])), glBlendFuncSeparateiEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:970:46: error: missing argument label 'to:' in call glBlendFuncSeparateiOES_P = unsafeBitCast(getAddress(CommandInfo("glBlendFuncSeparateiOES", [S313])), glBlendFuncSeparateiOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:974:35: error: missing argument label 'to:' in call glBlendFunci_P = unsafeBitCast(getAddress(CommandInfo("glBlendFunci", [S12, S22])), glBlendFunci_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:978:38: error: missing argument label 'to:' in call glBlendFunciARB_P = unsafeBitCast(getAddress(CommandInfo("glBlendFunciARB", [S71])), glBlendFunciARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:982:38: error: missing argument label 'to:' in call glBlendFunciEXT_P = unsafeBitCast(getAddress(CommandInfo("glBlendFunciEXT", [S172])), glBlendFunciEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:986:38: error: missing argument label 'to:' in call glBlendFunciOES_P = unsafeBitCast(getAddress(CommandInfo("glBlendFunciOES", [S313])), glBlendFunciOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:990:42: error: missing argument label 'to:' in call glBlendParameteriNV_P = unsafeBitCast(getAddress(CommandInfo("glBlendParameteriNV", [S253])), glBlendParameteriNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:994:40: error: missing argument label 'to:' in call glBlitFramebuffer_P = unsafeBitCast(getAddress(CommandInfo("glBlitFramebuffer", [S8, S20, S77])), glBlitFramebuffer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:998:45: error: missing argument label 'to:' in call glBlitFramebufferANGLE_P = unsafeBitCast(getAddress(CommandInfo("glBlitFramebufferANGLE", [S37])), glBlitFramebufferANGLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1002:43: error: missing argument label 'to:' in call glBlitFramebufferEXT_P = unsafeBitCast(getAddress(CommandInfo("glBlitFramebufferEXT", [S177])), glBlitFramebufferEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1006:42: error: missing argument label 'to:' in call glBlitFramebufferNV_P = unsafeBitCast(getAddress(CommandInfo("glBlitFramebufferNV", [S270])), glBlitFramebufferNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1010:45: error: missing argument label 'to:' in call glBlitNamedFramebuffer_P = unsafeBitCast(getAddress(CommandInfo("glBlitNamedFramebuffer", [S17, S69])), glBlitNamedFramebuffer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1014:45: error: missing argument label 'to:' in call glBufferAddressRangeNV_P = unsafeBitCast(getAddress(CommandInfo("glBufferAddressRangeNV", [S302])), glBufferAddressRangeNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1018:35: error: missing argument label 'to:' in call glBufferData_P = unsafeBitCast(getAddress(CommandInfo("glBufferData", [S5, S18])), glBufferData_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1022:38: error: missing argument label 'to:' in call glBufferDataARB_P = unsafeBitCast(getAddress(CommandInfo("glBufferDataARB", [S133])), glBufferDataARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1026:48: error: missing argument label 'to:' in call glBufferPageCommitmentARB_P = unsafeBitCast(getAddress(CommandInfo("glBufferPageCommitmentARB", [S111])), glBufferPageCommitmentARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1030:46: error: missing argument label 'to:' in call glBufferParameteriAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glBufferParameteriAPPLE", [S44])), glBufferParameteriAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1034:38: error: missing argument label 'to:' in call glBufferStorage_P = unsafeBitCast(getAddress(CommandInfo("glBufferStorage", [S16, S58])), glBufferStorage_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1038:41: error: missing argument label 'to:' in call glBufferStorageEXT_P = unsafeBitCast(getAddress(CommandInfo("glBufferStorageEXT", [S156])), glBufferStorageEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1042:38: error: missing argument label 'to:' in call glBufferSubData_P = unsafeBitCast(getAddress(CommandInfo("glBufferSubData", [S5, S18])), glBufferSubData_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1046:41: error: missing argument label 'to:' in call glBufferSubDataARB_P = unsafeBitCast(getAddress(CommandInfo("glBufferSubDataARB", [S133])), glBufferSubDataARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1050:42: error: missing argument label 'to:' in call glCallCommandListNV_P = unsafeBitCast(getAddress(CommandInfo("glCallCommandListNV", [S254])), glCallCommandListNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1054:33: error: missing argument label 'to:' in call glCallList_P = unsafeBitCast(getAddress(CommandInfo("glCallList", [S0, S23])), glCallList_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1058:34: error: missing argument label 'to:' in call glCallLists_P = unsafeBitCast(getAddress(CommandInfo("glCallLists", [S0, S23])), glCallLists_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1062:47: error: missing argument label 'to:' in call glCheckFramebufferStatus_P = unsafeBitCast(getAddress(CommandInfo("glCheckFramebufferStatus", [S8, S19, S77])), glCheckFramebufferStatus_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1066:50: error: missing argument label 'to:' in call glCheckFramebufferStatusEXT_P = unsafeBitCast(getAddress(CommandInfo("glCheckFramebufferStatusEXT", [S179])), glCheckFramebufferStatusEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1070:50: error: missing argument label 'to:' in call glCheckFramebufferStatusOES_P = unsafeBitCast(getAddress(CommandInfo("glCheckFramebufferStatusOES", [S317])), glCheckFramebufferStatusOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1074:52: error: missing argument label 'to:' in call glCheckNamedFramebufferStatus_P = unsafeBitCast(getAddress(CommandInfo("glCheckNamedFramebufferStatus", [S17, S69])), glCheckNamedFramebufferStatus_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1078:55: error: missing argument label 'to:' in call glCheckNamedFramebufferStatusEXT_P = unsafeBitCast(getAddress(CommandInfo("glCheckNamedFramebufferStatusEXT", [S167])), glCheckNamedFramebufferStatusEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1082:35: error: missing argument label 'to:' in call glClampColor_P = unsafeBitCast(getAddress(CommandInfo("glClampColor", [S8])), glClampColor_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1086:38: error: missing argument label 'to:' in call glClampColorARB_P = unsafeBitCast(getAddress(CommandInfo("glClampColorARB", [S63])), glClampColorARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1090:30: error: missing argument label 'to:' in call glClear_P = unsafeBitCast(getAddress(CommandInfo("glClear", [S0, S18])), glClear_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1094:35: error: missing argument label 'to:' in call glClearAccum_P = unsafeBitCast(getAddress(CommandInfo("glClearAccum", [S0, S23])), glClearAccum_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1098:39: error: missing argument label 'to:' in call glClearAccumxOES_P = unsafeBitCast(getAddress(CommandInfo("glClearAccumxOES", [S316])), glClearAccumxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1102:40: error: missing argument label 'to:' in call glClearBufferData_P = unsafeBitCast(getAddress(CommandInfo("glClearBufferData", [S15, S60])), glClearBufferData_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1106:43: error: missing argument label 'to:' in call glClearBufferSubData_P = unsafeBitCast(getAddress(CommandInfo("glClearBufferSubData", [S15, S60])), glClearBufferSubData_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1110:38: error: missing argument label 'to:' in call glClearBufferfi_P = unsafeBitCast(getAddress(CommandInfo("glClearBufferfi", [S8, S20])), glClearBufferfi_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1114:38: error: missing argument label 'to:' in call glClearBufferfv_P = unsafeBitCast(getAddress(CommandInfo("glClearBufferfv", [S8, S20])), glClearBufferfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1118:38: error: missing argument label 'to:' in call glClearBufferiv_P = unsafeBitCast(getAddress(CommandInfo("glClearBufferiv", [S8, S20])), glClearBufferiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1122:39: error: missing argument label 'to:' in call glClearBufferuiv_P = unsafeBitCast(getAddress(CommandInfo("glClearBufferuiv", [S8, S20])), glClearBufferuiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1126:35: error: missing argument label 'to:' in call glClearColor_P = unsafeBitCast(getAddress(CommandInfo("glClearColor", [S0, S18])), glClearColor_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1130:40: error: missing argument label 'to:' in call glClearColorIiEXT_P = unsafeBitCast(getAddress(CommandInfo("glClearColorIiEXT", [S219])), glClearColorIiEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1134:41: error: missing argument label 'to:' in call glClearColorIuiEXT_P = unsafeBitCast(getAddress(CommandInfo("glClearColorIuiEXT", [S219])), glClearColorIuiEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1138:36: error: missing argument label 'to:' in call glClearColorx_P = unsafeBitCast(getAddress(CommandInfo("glClearColorx", [S18])), glClearColorx_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1142:39: error: missing argument label 'to:' in call glClearColorxOES_P = unsafeBitCast(getAddress(CommandInfo("glClearColorxOES", [S316])), glClearColorxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1146:35: error: missing argument label 'to:' in call glClearDepth_P = unsafeBitCast(getAddress(CommandInfo("glClearDepth", [S0])), glClearDepth_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1150:38: error: missing argument label 'to:' in call glClearDepthdNV_P = unsafeBitCast(getAddress(CommandInfo("glClearDepthdNV", [S261])), glClearDepthdNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1154:36: error: missing argument label 'to:' in call glClearDepthf_P = unsafeBitCast(getAddress(CommandInfo("glClearDepthf", [S13, S18, S52])), glClearDepthf_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1158:39: error: missing argument label 'to:' in call glClearDepthfOES_P = unsafeBitCast(getAddress(CommandInfo("glClearDepthfOES", [S326])), glClearDepthfOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1162:36: error: missing argument label 'to:' in call glClearDepthx_P = unsafeBitCast(getAddress(CommandInfo("glClearDepthx", [S18])), glClearDepthx_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1166:39: error: missing argument label 'to:' in call glClearDepthxOES_P = unsafeBitCast(getAddress(CommandInfo("glClearDepthxOES", [S316])), glClearDepthxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1170:35: error: missing argument label 'to:' in call glClearIndex_P = unsafeBitCast(getAddress(CommandInfo("glClearIndex", [S0, S23])), glClearIndex_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1174:45: error: missing argument label 'to:' in call glClearNamedBufferData_P = unsafeBitCast(getAddress(CommandInfo("glClearNamedBufferData", [S17, S69])), glClearNamedBufferData_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1178:48: error: missing argument label 'to:' in call glClearNamedBufferDataEXT_P = unsafeBitCast(getAddress(CommandInfo("glClearNamedBufferDataEXT", [S167])), glClearNamedBufferDataEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1182:48: error: missing argument label 'to:' in call glClearNamedBufferSubData_P = unsafeBitCast(getAddress(CommandInfo("glClearNamedBufferSubData", [S17, S69])), glClearNamedBufferSubData_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1186:51: error: missing argument label 'to:' in call glClearNamedBufferSubDataEXT_P = unsafeBitCast(getAddress(CommandInfo("glClearNamedBufferSubDataEXT", [S167])), glClearNamedBufferSubDataEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1190:48: error: missing argument label 'to:' in call glClearNamedFramebufferfi_P = unsafeBitCast(getAddress(CommandInfo("glClearNamedFramebufferfi", [S17, S69])), glClearNamedFramebufferfi_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1194:48: error: missing argument label 'to:' in call glClearNamedFramebufferfv_P = unsafeBitCast(getAddress(CommandInfo("glClearNamedFramebufferfv", [S17, S69])), glClearNamedFramebufferfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1198:48: error: missing argument label 'to:' in call glClearNamedFramebufferiv_P = unsafeBitCast(getAddress(CommandInfo("glClearNamedFramebufferiv", [S17, S69])), glClearNamedFramebufferiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1202:49: error: missing argument label 'to:' in call glClearNamedFramebufferuiv_P = unsafeBitCast(getAddress(CommandInfo("glClearNamedFramebufferuiv", [S17, S69])), glClearNamedFramebufferuiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1206:37: error: missing argument label 'to:' in call glClearStencil_P = unsafeBitCast(getAddress(CommandInfo("glClearStencil", [S0, S18])), glClearStencil_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1210:38: error: missing argument label 'to:' in call glClearTexImage_P = unsafeBitCast(getAddress(CommandInfo("glClearTexImage", [S16, S61])), glClearTexImage_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1214:41: error: missing argument label 'to:' in call glClearTexSubImage_P = unsafeBitCast(getAddress(CommandInfo("glClearTexSubImage", [S16, S61])), glClearTexSubImage_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1218:44: error: missing argument label 'to:' in call glClientActiveTexture_P = unsafeBitCast(getAddress(CommandInfo("glClientActiveTexture", [S3, S23, S18])), glClientActiveTexture_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1222:47: error: missing argument label 'to:' in call glClientActiveTextureARB_P = unsafeBitCast(getAddress(CommandInfo("glClientActiveTextureARB", [S94])), glClientActiveTextureARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1226:52: error: missing argument label 'to:' in call glClientActiveVertexStreamATI_P = unsafeBitCast(getAddress(CommandInfo("glClientActiveVertexStreamATI", [S148])), glClientActiveVertexStreamATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1230:47: error: missing argument label 'to:' in call glClientAttribDefaultEXT_P = unsafeBitCast(getAddress(CommandInfo("glClientAttribDefaultEXT", [S167])), glClientAttribDefaultEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:649:5: error: could not infer type for 'glClientWaitSync_P' var glClientWaitSync_P:@convention(c)(GLsync, GLbitfield, GLuint64) -> GLenum = glClientWaitSync_L ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:652:5: error: could not infer type for 'glClientWaitSyncAPPLE_P' var glClientWaitSyncAPPLE_P:@convention(c)(GLsync, GLbitfield, GLuint64) -> GLenum = glClientWaitSyncAPPLE_L ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1242:36: error: missing argument label 'to:' in call glClipControl_P = unsafeBitCast(getAddress(CommandInfo("glClipControl", [S17, S62])), glClipControl_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1246:34: error: missing argument label 'to:' in call glClipPlane_P = unsafeBitCast(getAddress(CommandInfo("glClipPlane", [S0, S23])), glClipPlane_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1250:35: error: missing argument label 'to:' in call glClipPlanef_P = unsafeBitCast(getAddress(CommandInfo("glClipPlanef", [S18])), glClipPlanef_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1254:38: error: missing argument label 'to:' in call glClipPlanefIMG_P = unsafeBitCast(getAddress(CommandInfo("glClipPlanefIMG", [S238])), glClipPlanefIMG_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1258:38: error: missing argument label 'to:' in call glClipPlanefOES_P = unsafeBitCast(getAddress(CommandInfo("glClipPlanefOES", [S326])), glClipPlanefOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1262:35: error: missing argument label 'to:' in call glClipPlanex_P = unsafeBitCast(getAddress(CommandInfo("glClipPlanex", [S18])), glClipPlanex_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1266:38: error: missing argument label 'to:' in call glClipPlanexIMG_P = unsafeBitCast(getAddress(CommandInfo("glClipPlanexIMG", [S238])), glClipPlanexIMG_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1270:38: error: missing argument label 'to:' in call glClipPlanexOES_P = unsafeBitCast(getAddress(CommandInfo("glClipPlanexOES", [S316])), glClipPlanexOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1274:32: error: missing argument label 'to:' in call glColor3b_P = unsafeBitCast(getAddress(CommandInfo("glColor3b", [S0, S23])), glColor3b_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1278:33: error: missing argument label 'to:' in call glColor3bv_P = unsafeBitCast(getAddress(CommandInfo("glColor3bv", [S0, S23])), glColor3bv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1282:32: error: missing argument label 'to:' in call glColor3d_P = unsafeBitCast(getAddress(CommandInfo("glColor3d", [S0, S23])), glColor3d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1286:33: error: missing argument label 'to:' in call glColor3dv_P = unsafeBitCast(getAddress(CommandInfo("glColor3dv", [S0, S23])), glColor3dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1290:32: error: missing argument label 'to:' in call glColor3f_P = unsafeBitCast(getAddress(CommandInfo("glColor3f", [S0, S23])), glColor3f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1294:43: error: missing argument label 'to:' in call glColor3fVertex3fSUN_P = unsafeBitCast(getAddress(CommandInfo("glColor3fVertex3fSUN", [S369])), glColor3fVertex3fSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1298:44: error: missing argument label 'to:' in call glColor3fVertex3fvSUN_P = unsafeBitCast(getAddress(CommandInfo("glColor3fVertex3fvSUN", [S369])), glColor3fVertex3fvSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1302:33: error: missing argument label 'to:' in call glColor3fv_P = unsafeBitCast(getAddress(CommandInfo("glColor3fv", [S0, S23])), glColor3fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1306:34: error: missing argument label 'to:' in call glColor3hNV_P = unsafeBitCast(getAddress(CommandInfo("glColor3hNV", [S278])), glColor3hNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1310:35: error: missing argument label 'to:' in call glColor3hvNV_P = unsafeBitCast(getAddress(CommandInfo("glColor3hvNV", [S278])), glColor3hvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1314:32: error: missing argument label 'to:' in call glColor3i_P = unsafeBitCast(getAddress(CommandInfo("glColor3i", [S0, S23])), glColor3i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1318:33: error: missing argument label 'to:' in call glColor3iv_P = unsafeBitCast(getAddress(CommandInfo("glColor3iv", [S0, S23])), glColor3iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1322:32: error: missing argument label 'to:' in call glColor3s_P = unsafeBitCast(getAddress(CommandInfo("glColor3s", [S0, S23])), glColor3s_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1326:33: error: missing argument label 'to:' in call glColor3sv_P = unsafeBitCast(getAddress(CommandInfo("glColor3sv", [S0, S23])), glColor3sv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1330:33: error: missing argument label 'to:' in call glColor3ub_P = unsafeBitCast(getAddress(CommandInfo("glColor3ub", [S0, S23])), glColor3ub_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1334:34: error: missing argument label 'to:' in call glColor3ubv_P = unsafeBitCast(getAddress(CommandInfo("glColor3ubv", [S0, S23])), glColor3ubv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1338:33: error: missing argument label 'to:' in call glColor3ui_P = unsafeBitCast(getAddress(CommandInfo("glColor3ui", [S0, S23])), glColor3ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1342:34: error: missing argument label 'to:' in call glColor3uiv_P = unsafeBitCast(getAddress(CommandInfo("glColor3uiv", [S0, S23])), glColor3uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1346:33: error: missing argument label 'to:' in call glColor3us_P = unsafeBitCast(getAddress(CommandInfo("glColor3us", [S0, S23])), glColor3us_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1350:34: error: missing argument label 'to:' in call glColor3usv_P = unsafeBitCast(getAddress(CommandInfo("glColor3usv", [S0, S23])), glColor3usv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1354:35: error: missing argument label 'to:' in call glColor3xOES_P = unsafeBitCast(getAddress(CommandInfo("glColor3xOES", [S316])), glColor3xOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1358:36: error: missing argument label 'to:' in call glColor3xvOES_P = unsafeBitCast(getAddress(CommandInfo("glColor3xvOES", [S316])), glColor3xvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1362:32: error: missing argument label 'to:' in call glColor4b_P = unsafeBitCast(getAddress(CommandInfo("glColor4b", [S0, S23])), glColor4b_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1366:33: error: missing argument label 'to:' in call glColor4bv_P = unsafeBitCast(getAddress(CommandInfo("glColor4bv", [S0, S23])), glColor4bv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1370:32: error: missing argument label 'to:' in call glColor4d_P = unsafeBitCast(getAddress(CommandInfo("glColor4d", [S0, S23])), glColor4d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1374:33: error: missing argument label 'to:' in call glColor4dv_P = unsafeBitCast(getAddress(CommandInfo("glColor4dv", [S0, S23])), glColor4dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1378:32: error: missing argument label 'to:' in call glColor4f_P = unsafeBitCast(getAddress(CommandInfo("glColor4f", [S0, S23, S18])), glColor4f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1382:51: error: missing argument label 'to:' in call glColor4fNormal3fVertex3fSUN_P = unsafeBitCast(getAddress(CommandInfo("glColor4fNormal3fVertex3fSUN", [S369])), glColor4fNormal3fVertex3fSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1386:52: error: missing argument label 'to:' in call glColor4fNormal3fVertex3fvSUN_P = unsafeBitCast(getAddress(CommandInfo("glColor4fNormal3fVertex3fvSUN", [S369])), glColor4fNormal3fVertex3fvSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1390:33: error: missing argument label 'to:' in call glColor4fv_P = unsafeBitCast(getAddress(CommandInfo("glColor4fv", [S0, S23])), glColor4fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1394:34: error: missing argument label 'to:' in call glColor4hNV_P = unsafeBitCast(getAddress(CommandInfo("glColor4hNV", [S278])), glColor4hNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1398:35: error: missing argument label 'to:' in call glColor4hvNV_P = unsafeBitCast(getAddress(CommandInfo("glColor4hvNV", [S278])), glColor4hvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1402:32: error: missing argument label 'to:' in call glColor4i_P = unsafeBitCast(getAddress(CommandInfo("glColor4i", [S0, S23])), glColor4i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1406:33: error: missing argument label 'to:' in call glColor4iv_P = unsafeBitCast(getAddress(CommandInfo("glColor4iv", [S0, S23])), glColor4iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1410:32: error: missing argument label 'to:' in call glColor4s_P = unsafeBitCast(getAddress(CommandInfo("glColor4s", [S0, S23])), glColor4s_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1414:33: error: missing argument label 'to:' in call glColor4sv_P = unsafeBitCast(getAddress(CommandInfo("glColor4sv", [S0, S23])), glColor4sv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1418:33: error: missing argument label 'to:' in call glColor4ub_P = unsafeBitCast(getAddress(CommandInfo("glColor4ub", [S0, S23, S18])), glColor4ub_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1422:44: error: missing argument label 'to:' in call glColor4ubVertex2fSUN_P = unsafeBitCast(getAddress(CommandInfo("glColor4ubVertex2fSUN", [S369])), glColor4ubVertex2fSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1426:45: error: missing argument label 'to:' in call glColor4ubVertex2fvSUN_P = unsafeBitCast(getAddress(CommandInfo("glColor4ubVertex2fvSUN", [S369])), glColor4ubVertex2fvSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1430:44: error: missing argument label 'to:' in call glColor4ubVertex3fSUN_P = unsafeBitCast(getAddress(CommandInfo("glColor4ubVertex3fSUN", [S369])), glColor4ubVertex3fSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1434:45: error: missing argument label 'to:' in call glColor4ubVertex3fvSUN_P = unsafeBitCast(getAddress(CommandInfo("glColor4ubVertex3fvSUN", [S369])), glColor4ubVertex3fvSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1438:34: error: missing argument label 'to:' in call glColor4ubv_P = unsafeBitCast(getAddress(CommandInfo("glColor4ubv", [S0, S23])), glColor4ubv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1442:33: error: missing argument label 'to:' in call glColor4ui_P = unsafeBitCast(getAddress(CommandInfo("glColor4ui", [S0, S23])), glColor4ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1446:34: error: missing argument label 'to:' in call glColor4uiv_P = unsafeBitCast(getAddress(CommandInfo("glColor4uiv", [S0, S23])), glColor4uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1450:33: error: missing argument label 'to:' in call glColor4us_P = unsafeBitCast(getAddress(CommandInfo("glColor4us", [S0, S23])), glColor4us_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1454:34: error: missing argument label 'to:' in call glColor4usv_P = unsafeBitCast(getAddress(CommandInfo("glColor4usv", [S0, S23])), glColor4usv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1458:32: error: missing argument label 'to:' in call glColor4x_P = unsafeBitCast(getAddress(CommandInfo("glColor4x", [S18])), glColor4x_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1462:35: error: missing argument label 'to:' in call glColor4xOES_P = unsafeBitCast(getAddress(CommandInfo("glColor4xOES", [S316])), glColor4xOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1466:36: error: missing argument label 'to:' in call glColor4xvOES_P = unsafeBitCast(getAddress(CommandInfo("glColor4xvOES", [S316])), glColor4xvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1470:38: error: missing argument label 'to:' in call glColorFormatNV_P = unsafeBitCast(getAddress(CommandInfo("glColorFormatNV", [S302])), glColorFormatNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1474:44: error: missing argument label 'to:' in call glColorFragmentOp1ATI_P = unsafeBitCast(getAddress(CommandInfo("glColorFragmentOp1ATI", [S142])), glColorFragmentOp1ATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1478:44: error: missing argument label 'to:' in call glColorFragmentOp2ATI_P = unsafeBitCast(getAddress(CommandInfo("glColorFragmentOp2ATI", [S142])), glColorFragmentOp2ATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1482:44: error: missing argument label 'to:' in call glColorFragmentOp3ATI_P = unsafeBitCast(getAddress(CommandInfo("glColorFragmentOp3ATI", [S142])), glColorFragmentOp3ATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1486:34: error: missing argument label 'to:' in call glColorMask_P = unsafeBitCast(getAddress(CommandInfo("glColorMask", [S0, S18])), glColorMask_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1490:44: error: missing argument label 'to:' in call glColorMaskIndexedEXT_P = unsafeBitCast(getAddress(CommandInfo("glColorMaskIndexedEXT", [S171])), glColorMaskIndexedEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1494:35: error: missing argument label 'to:' in call glColorMaski_P = unsafeBitCast(getAddress(CommandInfo("glColorMaski", [S8, S22])), glColorMaski_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1498:38: error: missing argument label 'to:' in call glColorMaskiEXT_P = unsafeBitCast(getAddress(CommandInfo("glColorMaskiEXT", [S172])), glColorMaskiEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1502:38: error: missing argument label 'to:' in call glColorMaskiOES_P = unsafeBitCast(getAddress(CommandInfo("glColorMaskiOES", [S313])), glColorMaskiOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1506:38: error: missing argument label 'to:' in call glColorMaterial_P = unsafeBitCast(getAddress(CommandInfo("glColorMaterial", [S0, S23])), glColorMaterial_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1510:34: error: missing argument label 'to:' in call glColorP3ui_P = unsafeBitCast(getAddress(CommandInfo("glColorP3ui", [S11, S136])), glColorP3ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1514:35: error: missing argument label 'to:' in call glColorP3uiv_P = unsafeBitCast(getAddress(CommandInfo("glColorP3uiv", [S11, S136])), glColorP3uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1518:34: error: missing argument label 'to:' in call glColorP4ui_P = unsafeBitCast(getAddress(CommandInfo("glColorP4ui", [S11, S136])), glColorP4ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1522:35: error: missing argument label 'to:' in call glColorP4uiv_P = unsafeBitCast(getAddress(CommandInfo("glColorP4uiv", [S11, S136])), glColorP4uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1526:37: error: missing argument label 'to:' in call glColorPointer_P = unsafeBitCast(getAddress(CommandInfo("glColorPointer", [S1, S23, S18])), glColorPointer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1530:40: error: missing argument label 'to:' in call glColorPointerEXT_P = unsafeBitCast(getAddress(CommandInfo("glColorPointerEXT", [S226])), glColorPointerEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1534:44: error: missing argument label 'to:' in call glColorPointerListIBM_P = unsafeBitCast(getAddress(CommandInfo("glColorPointerListIBM", [S236])), glColorPointerListIBM_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1538:43: error: missing argument label 'to:' in call glColorPointervINTEL_P = unsafeBitCast(getAddress(CommandInfo("glColorPointervINTEL", [S242])), glColorPointervINTEL_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1542:38: error: missing argument label 'to:' in call glColorSubTable_P = unsafeBitCast(getAddress(CommandInfo("glColorSubTable", [S83])), glColorSubTable_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1546:41: error: missing argument label 'to:' in call glColorSubTableEXT_P = unsafeBitCast(getAddress(CommandInfo("glColorSubTableEXT", [S157])), glColorSubTableEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1550:35: error: missing argument label 'to:' in call glColorTable_P = unsafeBitCast(getAddress(CommandInfo("glColorTable", [S83])), glColorTable_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1554:38: error: missing argument label 'to:' in call glColorTableEXT_P = unsafeBitCast(getAddress(CommandInfo("glColorTableEXT", [S196])), glColorTableEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1558:46: error: missing argument label 'to:' in call glColorTableParameterfv_P = unsafeBitCast(getAddress(CommandInfo("glColorTableParameterfv", [S83])), glColorTableParameterfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1562:49: error: missing argument label 'to:' in call glColorTableParameterfvSGI_P = unsafeBitCast(getAddress(CommandInfo("glColorTableParameterfvSGI", [S364])), glColorTableParameterfvSGI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1566:46: error: missing argument label 'to:' in call glColorTableParameteriv_P = unsafeBitCast(getAddress(CommandInfo("glColorTableParameteriv", [S83])), glColorTableParameteriv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1570:49: error: missing argument label 'to:' in call glColorTableParameterivSGI_P = unsafeBitCast(getAddress(CommandInfo("glColorTableParameterivSGI", [S364])), glColorTableParameterivSGI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1574:38: error: missing argument label 'to:' in call glColorTableSGI_P = unsafeBitCast(getAddress(CommandInfo("glColorTableSGI", [S364])), glColorTableSGI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1578:40: error: missing argument label 'to:' in call glCombinerInputNV_P = unsafeBitCast(getAddress(CommandInfo("glCombinerInputNV", [S291])), glCombinerInputNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1582:41: error: missing argument label 'to:' in call glCombinerOutputNV_P = unsafeBitCast(getAddress(CommandInfo("glCombinerOutputNV", [S291])), glCombinerOutputNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1586:45: error: missing argument label 'to:' in call glCombinerParameterfNV_P = unsafeBitCast(getAddress(CommandInfo("glCombinerParameterfNV", [S291])), glCombinerParameterfNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1590:46: error: missing argument label 'to:' in call glCombinerParameterfvNV_P = unsafeBitCast(getAddress(CommandInfo("glCombinerParameterfvNV", [S291])), glCombinerParameterfvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1594:45: error: missing argument label 'to:' in call glCombinerParameteriNV_P = unsafeBitCast(getAddress(CommandInfo("glCombinerParameteriNV", [S291])), glCombinerParameteriNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1598:46: error: missing argument label 'to:' in call glCombinerParameterivNV_P = unsafeBitCast(getAddress(CommandInfo("glCombinerParameterivNV", [S291])), glCombinerParameterivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1602:51: error: missing argument label 'to:' in call glCombinerStageParameterfvNV_P = unsafeBitCast(getAddress(CommandInfo("glCombinerStageParameterfvNV", [S292])), glCombinerStageParameterfvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1606:46: error: missing argument label 'to:' in call glCommandListSegmentsNV_P = unsafeBitCast(getAddress(CommandInfo("glCommandListSegmentsNV", [S254])), glCommandListSegmentsNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1610:45: error: missing argument label 'to:' in call glCompileCommandListNV_P = unsafeBitCast(getAddress(CommandInfo("glCompileCommandListNV", [S254])), glCompileCommandListNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1614:38: error: missing argument label 'to:' in call glCompileShader_P = unsafeBitCast(getAddress(CommandInfo("glCompileShader", [S6, S19])), glCompileShader_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1618:41: error: missing argument label 'to:' in call glCompileShaderARB_P = unsafeBitCast(getAddress(CommandInfo("glCompileShaderARB", [S107])), glCompileShaderARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1622:48: error: missing argument label 'to:' in call glCompileShaderIncludeARB_P = unsafeBitCast(getAddress(CommandInfo("glCompileShaderIncludeARB", [S110])), glCompileShaderIncludeARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1626:53: error: missing argument label 'to:' in call glCompressedMultiTexImage1DEXT_P = unsafeBitCast(getAddress(CommandInfo("glCompressedMultiTexImage1DEXT", [S167])), glCompressedMultiTexImage1DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1630:53: error: missing argument label 'to:' in call glCompressedMultiTexImage2DEXT_P = unsafeBitCast(getAddress(CommandInfo("glCompressedMultiTexImage2DEXT", [S167])), glCompressedMultiTexImage2DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1634:53: error: missing argument label 'to:' in call glCompressedMultiTexImage3DEXT_P = unsafeBitCast(getAddress(CommandInfo("glCompressedMultiTexImage3DEXT", [S167])), glCompressedMultiTexImage3DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1638:56: error: missing argument label 'to:' in call glCompressedMultiTexSubImage1DEXT_P = unsafeBitCast(getAddress(CommandInfo("glCompressedMultiTexSubImage1DEXT", [S167])), glCompressedMultiTexSubImage1DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1642:56: error: missing argument label 'to:' in call glCompressedMultiTexSubImage2DEXT_P = unsafeBitCast(getAddress(CommandInfo("glCompressedMultiTexSubImage2DEXT", [S167])), glCompressedMultiTexSubImage2DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1646:56: error: missing argument label 'to:' in call glCompressedMultiTexSubImage3DEXT_P = unsafeBitCast(getAddress(CommandInfo("glCompressedMultiTexSubImage3DEXT", [S167])), glCompressedMultiTexSubImage3DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1650:45: error: missing argument label 'to:' in call glCompressedTexImage1D_P = unsafeBitCast(getAddress(CommandInfo("glCompressedTexImage1D", [S3])), glCompressedTexImage1D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1654:48: error: missing argument label 'to:' in call glCompressedTexImage1DARB_P = unsafeBitCast(getAddress(CommandInfo("glCompressedTexImage1DARB", [S118])), glCompressedTexImage1DARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1658:45: error: missing argument label 'to:' in call glCompressedTexImage2D_P = unsafeBitCast(getAddress(CommandInfo("glCompressedTexImage2D", [S3, S18])), glCompressedTexImage2D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1662:48: error: missing argument label 'to:' in call glCompressedTexImage2DARB_P = unsafeBitCast(getAddress(CommandInfo("glCompressedTexImage2DARB", [S118])), glCompressedTexImage2DARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1666:45: error: missing argument label 'to:' in call glCompressedTexImage3D_P = unsafeBitCast(getAddress(CommandInfo("glCompressedTexImage3D", [S3, S20])), glCompressedTexImage3D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1670:48: error: missing argument label 'to:' in call glCompressedTexImage3DARB_P = unsafeBitCast(getAddress(CommandInfo("glCompressedTexImage3DARB", [S118])), glCompressedTexImage3DARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1674:48: error: missing argument label 'to:' in call glCompressedTexImage3DOES_P = unsafeBitCast(getAddress(CommandInfo("glCompressedTexImage3DOES", [S328])), glCompressedTexImage3DOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1678:48: error: missing argument label 'to:' in call glCompressedTexSubImage1D_P = unsafeBitCast(getAddress(CommandInfo("glCompressedTexSubImage1D", [S3])), glCompressedTexSubImage1D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1682:51: error: missing argument label 'to:' in call glCompressedTexSubImage1DARB_P = unsafeBitCast(getAddress(CommandInfo("glCompressedTexSubImage1DARB", [S118])), glCompressedTexSubImage1DARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1686:48: error: missing argument label 'to:' in call glCompressedTexSubImage2D_P = unsafeBitCast(getAddress(CommandInfo("glCompressedTexSubImage2D", [S3, S18])), glCompressedTexSubImage2D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1690:51: error: missing argument label 'to:' in call glCompressedTexSubImage2DARB_P = unsafeBitCast(getAddress(CommandInfo("glCompressedTexSubImage2DARB", [S118])), glCompressedTexSubImage2DARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1694:48: error: missing argument label 'to:' in call glCompressedTexSubImage3D_P = unsafeBitCast(getAddress(CommandInfo("glCompressedTexSubImage3D", [S3, S20])), glCompressedTexSubImage3D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1698:51: error: missing argument label 'to:' in call glCompressedTexSubImage3DARB_P = unsafeBitCast(getAddress(CommandInfo("glCompressedTexSubImage3DARB", [S118])), glCompressedTexSubImage3DARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1702:51: error: missing argument label 'to:' in call glCompressedTexSubImage3DOES_P = unsafeBitCast(getAddress(CommandInfo("glCompressedTexSubImage3DOES", [S328])), glCompressedTexSubImage3DOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1706:52: error: missing argument label 'to:' in call glCompressedTextureImage1DEXT_P = unsafeBitCast(getAddress(CommandInfo("glCompressedTextureImage1DEXT", [S167])), glCompressedTextureImage1DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1710:52: error: missing argument label 'to:' in call glCompressedTextureImage2DEXT_P = unsafeBitCast(getAddress(CommandInfo("glCompressedTextureImage2DEXT", [S167])), glCompressedTextureImage2DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1714:52: error: missing argument label 'to:' in call glCompressedTextureImage3DEXT_P = unsafeBitCast(getAddress(CommandInfo("glCompressedTextureImage3DEXT", [S167])), glCompressedTextureImage3DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1718:52: error: missing argument label 'to:' in call glCompressedTextureSubImage1D_P = unsafeBitCast(getAddress(CommandInfo("glCompressedTextureSubImage1D", [S17, S69])), glCompressedTextureSubImage1D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1722:55: error: missing argument label 'to:' in call glCompressedTextureSubImage1DEXT_P = unsafeBitCast(getAddress(CommandInfo("glCompressedTextureSubImage1DEXT", [S167])), glCompressedTextureSubImage1DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1726:52: error: missing argument label 'to:' in call glCompressedTextureSubImage2D_P = unsafeBitCast(getAddress(CommandInfo("glCompressedTextureSubImage2D", [S17, S69])), glCompressedTextureSubImage2D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1730:55: error: missing argument label 'to:' in call glCompressedTextureSubImage2DEXT_P = unsafeBitCast(getAddress(CommandInfo("glCompressedTextureSubImage2DEXT", [S167])), glCompressedTextureSubImage2DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1734:52: error: missing argument label 'to:' in call glCompressedTextureSubImage3D_P = unsafeBitCast(getAddress(CommandInfo("glCompressedTextureSubImage3D", [S17, S69])), glCompressedTextureSubImage3D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1738:55: error: missing argument label 'to:' in call glCompressedTextureSubImage3DEXT_P = unsafeBitCast(getAddress(CommandInfo("glCompressedTextureSubImage3DEXT", [S167])), glCompressedTextureSubImage3DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1742:55: error: missing argument label 'to:' in call glConservativeRasterParameterfNV_P = unsafeBitCast(getAddress(CommandInfo("glConservativeRasterParameterfNV", [S257])), glConservativeRasterParameterfNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1746:44: error: missing argument label 'to:' in call glConvolutionFilter1D_P = unsafeBitCast(getAddress(CommandInfo("glConvolutionFilter1D", [S83])), glConvolutionFilter1D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1750:47: error: missing argument label 'to:' in call glConvolutionFilter1DEXT_P = unsafeBitCast(getAddress(CommandInfo("glConvolutionFilter1DEXT", [S159])), glConvolutionFilter1DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1754:44: error: missing argument label 'to:' in call glConvolutionFilter2D_P = unsafeBitCast(getAddress(CommandInfo("glConvolutionFilter2D", [S83])), glConvolutionFilter2D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1758:47: error: missing argument label 'to:' in call glConvolutionFilter2DEXT_P = unsafeBitCast(getAddress(CommandInfo("glConvolutionFilter2DEXT", [S159])), glConvolutionFilter2DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1762:46: error: missing argument label 'to:' in call glConvolutionParameterf_P = unsafeBitCast(getAddress(CommandInfo("glConvolutionParameterf", [S83])), glConvolutionParameterf_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1766:49: error: missing argument label 'to:' in call glConvolutionParameterfEXT_P = unsafeBitCast(getAddress(CommandInfo("glConvolutionParameterfEXT", [S159])), glConvolutionParameterfEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1770:47: error: missing argument label 'to:' in call glConvolutionParameterfv_P = unsafeBitCast(getAddress(CommandInfo("glConvolutionParameterfv", [S83])), glConvolutionParameterfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1774:50: error: missing argument label 'to:' in call glConvolutionParameterfvEXT_P = unsafeBitCast(getAddress(CommandInfo("glConvolutionParameterfvEXT", [S159])), glConvolutionParameterfvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1778:46: error: missing argument label 'to:' in call glConvolutionParameteri_P = unsafeBitCast(getAddress(CommandInfo("glConvolutionParameteri", [S83])), glConvolutionParameteri_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1782:49: error: missing argument label 'to:' in call glConvolutionParameteriEXT_P = unsafeBitCast(getAddress(CommandInfo("glConvolutionParameteriEXT", [S159])), glConvolutionParameteriEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1786:47: error: missing argument label 'to:' in call glConvolutionParameteriv_P = unsafeBitCast(getAddress(CommandInfo("glConvolutionParameteriv", [S83])), glConvolutionParameteriv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1790:50: error: missing argument label 'to:' in call glConvolutionParameterivEXT_P = unsafeBitCast(getAddress(CommandInfo("glConvolutionParameterivEXT", [S159])), glConvolutionParameterivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1794:49: error: missing argument label 'to:' in call glConvolutionParameterxOES_P = unsafeBitCast(getAddress(CommandInfo("glConvolutionParameterxOES", [S316])), glConvolutionParameterxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1798:50: error: missing argument label 'to:' in call glConvolutionParameterxvOES_P = unsafeBitCast(getAddress(CommandInfo("glConvolutionParameterxvOES", [S316])), glConvolutionParameterxvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1802:42: error: missing argument label 'to:' in call glCopyBufferSubData_P = unsafeBitCast(getAddress(CommandInfo("glCopyBufferSubData", [S9, S20, S66])), glCopyBufferSubData_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1806:44: error: missing argument label 'to:' in call glCopyBufferSubDataNV_P = unsafeBitCast(getAddress(CommandInfo("glCopyBufferSubDataNV", [S258])), glCopyBufferSubDataNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1810:42: error: missing argument label 'to:' in call glCopyColorSubTable_P = unsafeBitCast(getAddress(CommandInfo("glCopyColorSubTable", [S83])), glCopyColorSubTable_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1814:45: error: missing argument label 'to:' in call glCopyColorSubTableEXT_P = unsafeBitCast(getAddress(CommandInfo("glCopyColorSubTableEXT", [S157])), glCopyColorSubTableEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1818:39: error: missing argument label 'to:' in call glCopyColorTable_P = unsafeBitCast(getAddress(CommandInfo("glCopyColorTable", [S83])), glCopyColorTable_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1822:42: error: missing argument label 'to:' in call glCopyColorTableSGI_P = unsafeBitCast(getAddress(CommandInfo("glCopyColorTableSGI", [S364])), glCopyColorTableSGI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1826:48: error: missing argument label 'to:' in call glCopyConvolutionFilter1D_P = unsafeBitCast(getAddress(CommandInfo("glCopyConvolutionFilter1D", [S83])), glCopyConvolutionFilter1D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1830:51: error: missing argument label 'to:' in call glCopyConvolutionFilter1DEXT_P = unsafeBitCast(getAddress(CommandInfo("glCopyConvolutionFilter1DEXT", [S159])), glCopyConvolutionFilter1DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1834:48: error: missing argument label 'to:' in call glCopyConvolutionFilter2D_P = unsafeBitCast(getAddress(CommandInfo("glCopyConvolutionFilter2D", [S83])), glCopyConvolutionFilter2D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1838:51: error: missing argument label 'to:' in call glCopyConvolutionFilter2DEXT_P = unsafeBitCast(getAddress(CommandInfo("glCopyConvolutionFilter2DEXT", [S159])), glCopyConvolutionFilter2DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1842:41: error: missing argument label 'to:' in call glCopyImageSubData_P = unsafeBitCast(getAddress(CommandInfo("glCopyImageSubData", [S15, S22, S67])), glCopyImageSubData_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1846:44: error: missing argument label 'to:' in call glCopyImageSubDataEXT_P = unsafeBitCast(getAddress(CommandInfo("glCopyImageSubDataEXT", [S161])), glCopyImageSubDataEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1850:43: error: missing argument label 'to:' in call glCopyImageSubDataNV_P = unsafeBitCast(getAddress(CommandInfo("glCopyImageSubDataNV", [S259])), glCopyImageSubDataNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1854:44: error: missing argument label 'to:' in call glCopyImageSubDataOES_P = unsafeBitCast(getAddress(CommandInfo("glCopyImageSubDataOES", [S312])), glCopyImageSubDataOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1858:47: error: missing argument label 'to:' in call glCopyMultiTexImage1DEXT_P = unsafeBitCast(getAddress(CommandInfo("glCopyMultiTexImage1DEXT", [S167])), glCopyMultiTexImage1DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1862:47: error: missing argument label 'to:' in call glCopyMultiTexImage2DEXT_P = unsafeBitCast(getAddress(CommandInfo("glCopyMultiTexImage2DEXT", [S167])), glCopyMultiTexImage2DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1866:50: error: missing argument label 'to:' in call glCopyMultiTexSubImage1DEXT_P = unsafeBitCast(getAddress(CommandInfo("glCopyMultiTexSubImage1DEXT", [S167])), glCopyMultiTexSubImage1DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1870:50: error: missing argument label 'to:' in call glCopyMultiTexSubImage2DEXT_P = unsafeBitCast(getAddress(CommandInfo("glCopyMultiTexSubImage2DEXT", [S167])), glCopyMultiTexSubImage2DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1874:50: error: missing argument label 'to:' in call glCopyMultiTexSubImage3DEXT_P = unsafeBitCast(getAddress(CommandInfo("glCopyMultiTexSubImage3DEXT", [S167])), glCopyMultiTexSubImage3DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1878:47: error: missing argument label 'to:' in call glCopyNamedBufferSubData_P = unsafeBitCast(getAddress(CommandInfo("glCopyNamedBufferSubData", [S17, S69])), glCopyNamedBufferSubData_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1882:35: error: missing argument label 'to:' in call glCopyPathNV_P = unsafeBitCast(getAddress(CommandInfo("glCopyPathNV", [S284])), glCopyPathNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1886:35: error: missing argument label 'to:' in call glCopyPixels_P = unsafeBitCast(getAddress(CommandInfo("glCopyPixels", [S0, S23])), glCopyPixels_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1890:39: error: missing argument label 'to:' in call glCopyTexImage1D_P = unsafeBitCast(getAddress(CommandInfo("glCopyTexImage1D", [S1])), glCopyTexImage1D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1894:42: error: missing argument label 'to:' in call glCopyTexImage1DEXT_P = unsafeBitCast(getAddress(CommandInfo("glCopyTexImage1DEXT", [S162])), glCopyTexImage1DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1898:39: error: missing argument label 'to:' in call glCopyTexImage2D_P = unsafeBitCast(getAddress(CommandInfo("glCopyTexImage2D", [S1, S18])), glCopyTexImage2D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1902:42: error: missing argument label 'to:' in call glCopyTexImage2DEXT_P = unsafeBitCast(getAddress(CommandInfo("glCopyTexImage2DEXT", [S162])), glCopyTexImage2DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1906:42: error: missing argument label 'to:' in call glCopyTexSubImage1D_P = unsafeBitCast(getAddress(CommandInfo("glCopyTexSubImage1D", [S1])), glCopyTexSubImage1D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1910:45: error: missing argument label 'to:' in call glCopyTexSubImage1DEXT_P = unsafeBitCast(getAddress(CommandInfo("glCopyTexSubImage1DEXT", [S162])), glCopyTexSubImage1DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1914:42: error: missing argument label 'to:' in call glCopyTexSubImage2D_P = unsafeBitCast(getAddress(CommandInfo("glCopyTexSubImage2D", [S1, S18])), glCopyTexSubImage2D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1918:45: error: missing argument label 'to:' in call glCopyTexSubImage2DEXT_P = unsafeBitCast(getAddress(CommandInfo("glCopyTexSubImage2DEXT", [S162])), glCopyTexSubImage2DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1922:42: error: missing argument label 'to:' in call glCopyTexSubImage3D_P = unsafeBitCast(getAddress(CommandInfo("glCopyTexSubImage3D", [S2, S20])), glCopyTexSubImage3D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1926:45: error: missing argument label 'to:' in call glCopyTexSubImage3DEXT_P = unsafeBitCast(getAddress(CommandInfo("glCopyTexSubImage3DEXT", [S162])), glCopyTexSubImage3DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1930:45: error: missing argument label 'to:' in call glCopyTexSubImage3DOES_P = unsafeBitCast(getAddress(CommandInfo("glCopyTexSubImage3DOES", [S328])), glCopyTexSubImage3DOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1934:46: error: missing argument label 'to:' in call glCopyTextureImage1DEXT_P = unsafeBitCast(getAddress(CommandInfo("glCopyTextureImage1DEXT", [S167])), glCopyTextureImage1DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1938:46: error: missing argument label 'to:' in call glCopyTextureImage2DEXT_P = unsafeBitCast(getAddress(CommandInfo("glCopyTextureImage2DEXT", [S167])), glCopyTextureImage2DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1942:47: error: missing argument label 'to:' in call glCopyTextureLevelsAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glCopyTextureLevelsAPPLE", [S41])), glCopyTextureLevelsAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1946:46: error: missing argument label 'to:' in call glCopyTextureSubImage1D_P = unsafeBitCast(getAddress(CommandInfo("glCopyTextureSubImage1D", [S17, S69])), glCopyTextureSubImage1D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1950:49: error: missing argument label 'to:' in call glCopyTextureSubImage1DEXT_P = unsafeBitCast(getAddress(CommandInfo("glCopyTextureSubImage1DEXT", [S167])), glCopyTextureSubImage1DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1954:46: error: missing argument label 'to:' in call glCopyTextureSubImage2D_P = unsafeBitCast(getAddress(CommandInfo("glCopyTextureSubImage2D", [S17, S69])), glCopyTextureSubImage2D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1958:49: error: missing argument label 'to:' in call glCopyTextureSubImage2DEXT_P = unsafeBitCast(getAddress(CommandInfo("glCopyTextureSubImage2DEXT", [S167])), glCopyTextureSubImage2DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1962:46: error: missing argument label 'to:' in call glCopyTextureSubImage3D_P = unsafeBitCast(getAddress(CommandInfo("glCopyTextureSubImage3D", [S17, S69])), glCopyTextureSubImage3D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1966:49: error: missing argument label 'to:' in call glCopyTextureSubImage3DEXT_P = unsafeBitCast(getAddress(CommandInfo("glCopyTextureSubImage3DEXT", [S167])), glCopyTextureSubImage3DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1970:49: error: missing argument label 'to:' in call glCoverFillPathInstancedNV_P = unsafeBitCast(getAddress(CommandInfo("glCoverFillPathInstancedNV", [S284])), glCoverFillPathInstancedNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1974:40: error: missing argument label 'to:' in call glCoverFillPathNV_P = unsafeBitCast(getAddress(CommandInfo("glCoverFillPathNV", [S284])), glCoverFillPathNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1978:51: error: missing argument label 'to:' in call glCoverStrokePathInstancedNV_P = unsafeBitCast(getAddress(CommandInfo("glCoverStrokePathInstancedNV", [S284])), glCoverStrokePathInstancedNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1982:42: error: missing argument label 'to:' in call glCoverStrokePathNV_P = unsafeBitCast(getAddress(CommandInfo("glCoverStrokePathNV", [S284])), glCoverStrokePathNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1986:39: error: missing argument label 'to:' in call glCoverageMaskNV_P = unsafeBitCast(getAddress(CommandInfo("glCoverageMaskNV", [S260])), glCoverageMaskNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1990:45: error: missing argument label 'to:' in call glCoverageModulationNV_P = unsafeBitCast(getAddress(CommandInfo("glCoverageModulationNV", [S271])), glCoverageModulationNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1994:50: error: missing argument label 'to:' in call glCoverageModulationTableNV_P = unsafeBitCast(getAddress(CommandInfo("glCoverageModulationTableNV", [S271])), glCoverageModulationTableNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:1998:44: error: missing argument label 'to:' in call glCoverageOperationNV_P = unsafeBitCast(getAddress(CommandInfo("glCoverageOperationNV", [S260])), glCoverageOperationNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2002:38: error: missing argument label 'to:' in call glCreateBuffers_P = unsafeBitCast(getAddress(CommandInfo("glCreateBuffers", [S17, S69])), glCreateBuffers_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2006:45: error: missing argument label 'to:' in call glCreateCommandListsNV_P = unsafeBitCast(getAddress(CommandInfo("glCreateCommandListsNV", [S254])), glCreateCommandListsNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2010:43: error: missing argument label 'to:' in call glCreateFramebuffers_P = unsafeBitCast(getAddress(CommandInfo("glCreateFramebuffers", [S17, S69])), glCreateFramebuffers_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2014:45: error: missing argument label 'to:' in call glCreatePerfQueryINTEL_P = unsafeBitCast(getAddress(CommandInfo("glCreatePerfQueryINTEL", [S243])), glCreatePerfQueryINTEL_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2018:38: error: missing argument label 'to:' in call glCreateProgram_P = unsafeBitCast(getAddress(CommandInfo("glCreateProgram", [S6, S19])), glCreateProgram_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2022:47: error: missing argument label 'to:' in call glCreateProgramObjectARB_P = unsafeBitCast(getAddress(CommandInfo("glCreateProgramObjectARB", [S107])), glCreateProgramObjectARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2026:47: error: missing argument label 'to:' in call glCreateProgramPipelines_P = unsafeBitCast(getAddress(CommandInfo("glCreateProgramPipelines", [S17, S69])), glCreateProgramPipelines_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2030:38: error: missing argument label 'to:' in call glCreateQueries_P = unsafeBitCast(getAddress(CommandInfo("glCreateQueries", [S17, S69])), glCreateQueries_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2034:44: error: missing argument label 'to:' in call glCreateRenderbuffers_P = unsafeBitCast(getAddress(CommandInfo("glCreateRenderbuffers", [S17, S69])), glCreateRenderbuffers_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2038:39: error: missing argument label 'to:' in call glCreateSamplers_P = unsafeBitCast(getAddress(CommandInfo("glCreateSamplers", [S17, S69])), glCreateSamplers_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2042:37: error: missing argument label 'to:' in call glCreateShader_P = unsafeBitCast(getAddress(CommandInfo("glCreateShader", [S6, S19])), glCreateShader_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2046:46: error: missing argument label 'to:' in call glCreateShaderObjectARB_P = unsafeBitCast(getAddress(CommandInfo("glCreateShaderObjectARB", [S107])), glCreateShaderObjectARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2050:47: error: missing argument label 'to:' in call glCreateShaderProgramEXT_P = unsafeBitCast(getAddress(CommandInfo("glCreateShaderProgramEXT", [S206])), glCreateShaderProgramEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2054:45: error: missing argument label 'to:' in call glCreateShaderProgramv_P = unsafeBitCast(getAddress(CommandInfo("glCreateShaderProgramv", [S13, S21, S104])), glCreateShaderProgramv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2058:48: error: missing argument label 'to:' in call glCreateShaderProgramvEXT_P = unsafeBitCast(getAddress(CommandInfo("glCreateShaderProgramvEXT", [S206])), glCreateShaderProgramvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2062:39: error: missing argument label 'to:' in call glCreateStatesNV_P = unsafeBitCast(getAddress(CommandInfo("glCreateStatesNV", [S254])), glCreateStatesNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1271:49: error: 'COpaquePointer' has been renamed to 'OpaquePointer' var glCreateSyncFromCLeventARB_P:@convention(c)(COpaquePointer, COpaquePointer, GLbitfield) -> GLsync = glCreateSyncFromCLeventARB_L ^~~~~~~~~~~~~~ OpaquePointer /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1271:5: error: could not infer type for 'glCreateSyncFromCLeventARB_P' var glCreateSyncFromCLeventARB_P:@convention(c)(COpaquePointer, COpaquePointer, GLbitfield) -> GLsync = glCreateSyncFromCLeventARB_L ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2070:39: error: missing argument label 'to:' in call glCreateTextures_P = unsafeBitCast(getAddress(CommandInfo("glCreateTextures", [S17, S69])), glCreateTextures_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2074:49: error: missing argument label 'to:' in call glCreateTransformFeedbacks_P = unsafeBitCast(getAddress(CommandInfo("glCreateTransformFeedbacks", [S17, S69])), glCreateTransformFeedbacks_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2078:43: error: missing argument label 'to:' in call glCreateVertexArrays_P = unsafeBitCast(getAddress(CommandInfo("glCreateVertexArrays", [S17, S69])), glCreateVertexArrays_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2082:33: error: missing argument label 'to:' in call glCullFace_P = unsafeBitCast(getAddress(CommandInfo("glCullFace", [S0, S18])), glCullFace_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2086:43: error: missing argument label 'to:' in call glCullParameterdvEXT_P = unsafeBitCast(getAddress(CommandInfo("glCullParameterdvEXT", [S163])), glCullParameterdvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2090:43: error: missing argument label 'to:' in call glCullParameterfvEXT_P = unsafeBitCast(getAddress(CommandInfo("glCullParameterfvEXT", [S163])), glCullParameterfvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2094:48: error: missing argument label 'to:' in call glCurrentPaletteMatrixARB_P = unsafeBitCast(getAddress(CommandInfo("glCurrentPaletteMatrixARB", [S90])), glCurrentPaletteMatrixARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2098:48: error: missing argument label 'to:' in call glCurrentPaletteMatrixOES_P = unsafeBitCast(getAddress(CommandInfo("glCurrentPaletteMatrixOES", [S321])), glCurrentPaletteMatrixOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2102:45: error: missing argument label 'to:' in call glDebugMessageCallback_P = unsafeBitCast(getAddress(CommandInfo("glDebugMessageCallback", [S15, S22, S245])), glDebugMessageCallback_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2106:48: error: missing argument label 'to:' in call glDebugMessageCallbackAMD_P = unsafeBitCast(getAddress(CommandInfo("glDebugMessageCallbackAMD", [S25])), glDebugMessageCallbackAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2110:48: error: missing argument label 'to:' in call glDebugMessageCallbackARB_P = unsafeBitCast(getAddress(CommandInfo("glDebugMessageCallbackARB", [S68])), glDebugMessageCallbackARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2114:48: error: missing argument label 'to:' in call glDebugMessageCallbackKHR_P = unsafeBitCast(getAddress(CommandInfo("glDebugMessageCallbackKHR", [S245])), glDebugMessageCallbackKHR_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2118:44: error: missing argument label 'to:' in call glDebugMessageControl_P = unsafeBitCast(getAddress(CommandInfo("glDebugMessageControl", [S15, S22, S245])), glDebugMessageControl_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2122:47: error: missing argument label 'to:' in call glDebugMessageControlARB_P = unsafeBitCast(getAddress(CommandInfo("glDebugMessageControlARB", [S68])), glDebugMessageControlARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2126:47: error: missing argument label 'to:' in call glDebugMessageControlKHR_P = unsafeBitCast(getAddress(CommandInfo("glDebugMessageControlKHR", [S245])), glDebugMessageControlKHR_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2130:46: error: missing argument label 'to:' in call glDebugMessageEnableAMD_P = unsafeBitCast(getAddress(CommandInfo("glDebugMessageEnableAMD", [S25])), glDebugMessageEnableAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2134:43: error: missing argument label 'to:' in call glDebugMessageInsert_P = unsafeBitCast(getAddress(CommandInfo("glDebugMessageInsert", [S15, S22, S245])), glDebugMessageInsert_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2138:46: error: missing argument label 'to:' in call glDebugMessageInsertAMD_P = unsafeBitCast(getAddress(CommandInfo("glDebugMessageInsertAMD", [S25])), glDebugMessageInsertAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2142:46: error: missing argument label 'to:' in call glDebugMessageInsertARB_P = unsafeBitCast(getAddress(CommandInfo("glDebugMessageInsertARB", [S68])), glDebugMessageInsertARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2146:46: error: missing argument label 'to:' in call glDebugMessageInsertKHR_P = unsafeBitCast(getAddress(CommandInfo("glDebugMessageInsertKHR", [S245])), glDebugMessageInsertKHR_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2150:35: error: missing argument label 'to:' in call glDeformSGIX_P = unsafeBitCast(getAddress(CommandInfo("glDeformSGIX", [S360])), glDeformSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2154:45: error: missing argument label 'to:' in call glDeformationMap3dSGIX_P = unsafeBitCast(getAddress(CommandInfo("glDeformationMap3dSGIX", [S360])), glDeformationMap3dSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2158:45: error: missing argument label 'to:' in call glDeformationMap3fSGIX_P = unsafeBitCast(getAddress(CommandInfo("glDeformationMap3fSGIX", [S360])), glDeformationMap3fSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2162:47: error: missing argument label 'to:' in call glDeleteAsyncMarkersSGIX_P = unsafeBitCast(getAddress(CommandInfo("glDeleteAsyncMarkersSGIX", [S352])), glDeleteAsyncMarkersSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2166:38: error: missing argument label 'to:' in call glDeleteBuffers_P = unsafeBitCast(getAddress(CommandInfo("glDeleteBuffers", [S5, S18])), glDeleteBuffers_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2170:41: error: missing argument label 'to:' in call glDeleteBuffersARB_P = unsafeBitCast(getAddress(CommandInfo("glDeleteBuffersARB", [S133])), glDeleteBuffersARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2174:45: error: missing argument label 'to:' in call glDeleteCommandListsNV_P = unsafeBitCast(getAddress(CommandInfo("glDeleteCommandListsNV", [S254])), glDeleteCommandListsNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2178:42: error: missing argument label 'to:' in call glDeleteFencesAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glDeleteFencesAPPLE", [S43])), glDeleteFencesAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2182:39: error: missing argument label 'to:' in call glDeleteFencesNV_P = unsafeBitCast(getAddress(CommandInfo("glDeleteFencesNV", [S267])), glDeleteFencesNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2186:48: error: missing argument label 'to:' in call glDeleteFragmentShaderATI_P = unsafeBitCast(getAddress(CommandInfo("glDeleteFragmentShaderATI", [S142])), glDeleteFragmentShaderATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2190:43: error: missing argument label 'to:' in call glDeleteFramebuffers_P = unsafeBitCast(getAddress(CommandInfo("glDeleteFramebuffers", [S8, S19, S77])), glDeleteFramebuffers_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2194:46: error: missing argument label 'to:' in call glDeleteFramebuffersEXT_P = unsafeBitCast(getAddress(CommandInfo("glDeleteFramebuffersEXT", [S179])), glDeleteFramebuffersEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2198:46: error: missing argument label 'to:' in call glDeleteFramebuffersOES_P = unsafeBitCast(getAddress(CommandInfo("glDeleteFramebuffersOES", [S317])), glDeleteFramebuffersOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2202:36: error: missing argument label 'to:' in call glDeleteLists_P = unsafeBitCast(getAddress(CommandInfo("glDeleteLists", [S0, S23])), glDeleteLists_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2206:45: error: missing argument label 'to:' in call glDeleteNamedStringARB_P = unsafeBitCast(getAddress(CommandInfo("glDeleteNamedStringARB", [S110])), glDeleteNamedStringARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2210:39: error: missing argument label 'to:' in call glDeleteNamesAMD_P = unsafeBitCast(getAddress(CommandInfo("glDeleteNamesAMD", [S30])), glDeleteNamesAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2214:40: error: missing argument label 'to:' in call glDeleteObjectARB_P = unsafeBitCast(getAddress(CommandInfo("glDeleteObjectARB", [S107])), glDeleteObjectARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2218:49: error: missing argument label 'to:' in call glDeleteOcclusionQueriesNV_P = unsafeBitCast(getAddress(CommandInfo("glDeleteOcclusionQueriesNV", [S282])), glDeleteOcclusionQueriesNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2222:38: error: missing argument label 'to:' in call glDeletePathsNV_P = unsafeBitCast(getAddress(CommandInfo("glDeletePathsNV", [S284])), glDeletePathsNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2226:46: error: missing argument label 'to:' in call glDeletePerfMonitorsAMD_P = unsafeBitCast(getAddress(CommandInfo("glDeletePerfMonitorsAMD", [S32])), glDeletePerfMonitorsAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2230:45: error: missing argument label 'to:' in call glDeletePerfQueryINTEL_P = unsafeBitCast(getAddress(CommandInfo("glDeletePerfQueryINTEL", [S243])), glDeletePerfQueryINTEL_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2234:38: error: missing argument label 'to:' in call glDeleteProgram_P = unsafeBitCast(getAddress(CommandInfo("glDeleteProgram", [S6, S19])), glDeleteProgram_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2238:47: error: missing argument label 'to:' in call glDeleteProgramPipelines_P = unsafeBitCast(getAddress(CommandInfo("glDeleteProgramPipelines", [S13, S21, S104])), glDeleteProgramPipelines_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2242:50: error: missing argument label 'to:' in call glDeleteProgramPipelinesEXT_P = unsafeBitCast(getAddress(CommandInfo("glDeleteProgramPipelinesEXT", [S206])), glDeleteProgramPipelinesEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2246:42: error: missing argument label 'to:' in call glDeleteProgramsARB_P = unsafeBitCast(getAddress(CommandInfo("glDeleteProgramsARB", [S75, S134])), glDeleteProgramsARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2250:41: error: missing argument label 'to:' in call glDeleteProgramsNV_P = unsafeBitCast(getAddress(CommandInfo("glDeleteProgramsNV", [S303])), glDeleteProgramsNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2254:38: error: missing argument label 'to:' in call glDeleteQueries_P = unsafeBitCast(getAddress(CommandInfo("glDeleteQueries", [S5, S20])), glDeleteQueries_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2258:41: error: missing argument label 'to:' in call glDeleteQueriesARB_P = unsafeBitCast(getAddress(CommandInfo("glDeleteQueriesARB", [S95])), glDeleteQueriesARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2262:41: error: missing argument label 'to:' in call glDeleteQueriesEXT_P = unsafeBitCast(getAddress(CommandInfo("glDeleteQueriesEXT", [S169, S195])), glDeleteQueriesEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2266:44: error: missing argument label 'to:' in call glDeleteRenderbuffers_P = unsafeBitCast(getAddress(CommandInfo("glDeleteRenderbuffers", [S8, S19, S77])), glDeleteRenderbuffers_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2270:47: error: missing argument label 'to:' in call glDeleteRenderbuffersEXT_P = unsafeBitCast(getAddress(CommandInfo("glDeleteRenderbuffersEXT", [S179])), glDeleteRenderbuffersEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2274:47: error: missing argument label 'to:' in call glDeleteRenderbuffersOES_P = unsafeBitCast(getAddress(CommandInfo("glDeleteRenderbuffersOES", [S317])), glDeleteRenderbuffersOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2278:39: error: missing argument label 'to:' in call glDeleteSamplers_P = unsafeBitCast(getAddress(CommandInfo("glDeleteSamplers", [S11, S20, S103])), glDeleteSamplers_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2282:37: error: missing argument label 'to:' in call glDeleteShader_P = unsafeBitCast(getAddress(CommandInfo("glDeleteShader", [S6, S19])), glDeleteShader_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2286:39: error: missing argument label 'to:' in call glDeleteStatesNV_P = unsafeBitCast(getAddress(CommandInfo("glDeleteStatesNV", [S254])), glDeleteStatesNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1439:5: error: could not infer type for 'glDeleteSync_P' var glDeleteSync_P:@convention(c)(GLsync) -> Void = glDeleteSync_L ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:1442:5: error: could not infer type for 'glDeleteSyncAPPLE_P' var glDeleteSyncAPPLE_P:@convention(c)(GLsync) -> Void = glDeleteSyncAPPLE_L ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2298:39: error: missing argument label 'to:' in call glDeleteTextures_P = unsafeBitCast(getAddress(CommandInfo("glDeleteTextures", [S1, S18])), glDeleteTextures_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2302:42: error: missing argument label 'to:' in call glDeleteTexturesEXT_P = unsafeBitCast(getAddress(CommandInfo("glDeleteTexturesEXT", [S220])), glDeleteTexturesEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2306:49: error: missing argument label 'to:' in call glDeleteTransformFeedbacks_P = unsafeBitCast(getAddress(CommandInfo("glDeleteTransformFeedbacks", [S12, S20, S124])), glDeleteTransformFeedbacks_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2310:51: error: missing argument label 'to:' in call glDeleteTransformFeedbacksNV_P = unsafeBitCast(getAddress(CommandInfo("glDeleteTransformFeedbacksNV", [S298])), glDeleteTransformFeedbacksNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2314:43: error: missing argument label 'to:' in call glDeleteVertexArrays_P = unsafeBitCast(getAddress(CommandInfo("glDeleteVertexArrays", [S8, S20, S129])), glDeleteVertexArrays_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2318:48: error: missing argument label 'to:' in call glDeleteVertexArraysAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glDeleteVertexArraysAPPLE", [S49])), glDeleteVertexArraysAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2322:46: error: missing argument label 'to:' in call glDeleteVertexArraysOES_P = unsafeBitCast(getAddress(CommandInfo("glDeleteVertexArraysOES", [S334])), glDeleteVertexArraysOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2326:46: error: missing argument label 'to:' in call glDeleteVertexShaderEXT_P = unsafeBitCast(getAddress(CommandInfo("glDeleteVertexShaderEXT", [S228])), glDeleteVertexShaderEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2330:39: error: missing argument label 'to:' in call glDepthBoundsEXT_P = unsafeBitCast(getAddress(CommandInfo("glDepthBoundsEXT", [S166])), glDepthBoundsEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2334:39: error: missing argument label 'to:' in call glDepthBoundsdNV_P = unsafeBitCast(getAddress(CommandInfo("glDepthBoundsdNV", [S261])), glDepthBoundsdNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2338:34: error: missing argument label 'to:' in call glDepthFunc_P = unsafeBitCast(getAddress(CommandInfo("glDepthFunc", [S0, S18])), glDepthFunc_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2342:34: error: missing argument label 'to:' in call glDepthMask_P = unsafeBitCast(getAddress(CommandInfo("glDepthMask", [S0, S18])), glDepthMask_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2346:35: error: missing argument label 'to:' in call glDepthRange_P = unsafeBitCast(getAddress(CommandInfo("glDepthRange", [S0])), glDepthRange_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2350:44: error: missing argument label 'to:' in call glDepthRangeArrayfvNV_P = unsafeBitCast(getAddress(CommandInfo("glDepthRangeArrayfvNV", [S306])), glDepthRangeArrayfvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2354:41: error: missing argument label 'to:' in call glDepthRangeArrayv_P = unsafeBitCast(getAddress(CommandInfo("glDepthRangeArrayv", [S13, S137])), glDepthRangeArrayv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2358:42: error: missing argument label 'to:' in call glDepthRangeIndexed_P = unsafeBitCast(getAddress(CommandInfo("glDepthRangeIndexed", [S13, S137])), glDepthRangeIndexed_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2362:45: error: missing argument label 'to:' in call glDepthRangeIndexedfNV_P = unsafeBitCast(getAddress(CommandInfo("glDepthRangeIndexedfNV", [S306])), glDepthRangeIndexedfNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2366:38: error: missing argument label 'to:' in call glDepthRangedNV_P = unsafeBitCast(getAddress(CommandInfo("glDepthRangedNV", [S261])), glDepthRangedNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2370:36: error: missing argument label 'to:' in call glDepthRangef_P = unsafeBitCast(getAddress(CommandInfo("glDepthRangef", [S13, S18, S52])), glDepthRangef_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2374:39: error: missing argument label 'to:' in call glDepthRangefOES_P = unsafeBitCast(getAddress(CommandInfo("glDepthRangefOES", [S326])), glDepthRangefOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2378:36: error: missing argument label 'to:' in call glDepthRangex_P = unsafeBitCast(getAddress(CommandInfo("glDepthRangex", [S18])), glDepthRangex_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2382:39: error: missing argument label 'to:' in call glDepthRangexOES_P = unsafeBitCast(getAddress(CommandInfo("glDepthRangexOES", [S316])), glDepthRangexOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2386:40: error: missing argument label 'to:' in call glDetachObjectARB_P = unsafeBitCast(getAddress(CommandInfo("glDetachObjectARB", [S107])), glDetachObjectARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2390:37: error: missing argument label 'to:' in call glDetachShader_P = unsafeBitCast(getAddress(CommandInfo("glDetachShader", [S6, S19])), glDetachShader_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2394:42: error: missing argument label 'to:' in call glDetailTexFuncSGIS_P = unsafeBitCast(getAddress(CommandInfo("glDetailTexFuncSGIS", [S343])), glDetailTexFuncSGIS_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2398:32: error: missing argument label 'to:' in call glDisable_P = unsafeBitCast(getAddress(CommandInfo("glDisable", [S0, S18])), glDisable_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2402:43: error: missing argument label 'to:' in call glDisableClientState_P = unsafeBitCast(getAddress(CommandInfo("glDisableClientState", [S1, S23, S18])), glDisableClientState_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2406:53: error: missing argument label 'to:' in call glDisableClientStateIndexedEXT_P = unsafeBitCast(getAddress(CommandInfo("glDisableClientStateIndexedEXT", [S167])), glDisableClientStateIndexedEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2410:47: error: missing argument label 'to:' in call glDisableClientStateiEXT_P = unsafeBitCast(getAddress(CommandInfo("glDisableClientStateiEXT", [S167])), glDisableClientStateiEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2414:49: error: missing argument label 'to:' in call glDisableDriverControlQCOM_P = unsafeBitCast(getAddress(CommandInfo("glDisableDriverControlQCOM", [S339])), glDisableDriverControlQCOM_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2418:42: error: missing argument label 'to:' in call glDisableIndexedEXT_P = unsafeBitCast(getAddress(CommandInfo("glDisableIndexedEXT", [S167, S171])), glDisableIndexedEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2422:53: error: missing argument label 'to:' in call glDisableVariantClientStateEXT_P = unsafeBitCast(getAddress(CommandInfo("glDisableVariantClientStateEXT", [S228])), glDisableVariantClientStateEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2426:49: error: missing argument label 'to:' in call glDisableVertexArrayAttrib_P = unsafeBitCast(getAddress(CommandInfo("glDisableVertexArrayAttrib", [S17, S69])), glDisableVertexArrayAttrib_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2430:52: error: missing argument label 'to:' in call glDisableVertexArrayAttribEXT_P = unsafeBitCast(getAddress(CommandInfo("glDisableVertexArrayAttribEXT", [S167])), glDisableVertexArrayAttribEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2434:46: error: missing argument label 'to:' in call glDisableVertexArrayEXT_P = unsafeBitCast(getAddress(CommandInfo("glDisableVertexArrayEXT", [S167])), glDisableVertexArrayEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2438:49: error: missing argument label 'to:' in call glDisableVertexAttribAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glDisableVertexAttribAPPLE", [S51])), glDisableVertexAttribAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2442:49: error: missing argument label 'to:' in call glDisableVertexAttribArray_P = unsafeBitCast(getAddress(CommandInfo("glDisableVertexAttribArray", [S6, S19])), glDisableVertexAttribArray_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2446:52: error: missing argument label 'to:' in call glDisableVertexAttribArrayARB_P = unsafeBitCast(getAddress(CommandInfo("glDisableVertexAttribArrayARB", [S134, S135])), glDisableVertexAttribArrayARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2450:33: error: missing argument label 'to:' in call glDisablei_P = unsafeBitCast(getAddress(CommandInfo("glDisablei", [S8, S22])), glDisablei_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2454:36: error: missing argument label 'to:' in call glDisableiEXT_P = unsafeBitCast(getAddress(CommandInfo("glDisableiEXT", [S172])), glDisableiEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2458:35: error: missing argument label 'to:' in call glDisableiNV_P = unsafeBitCast(getAddress(CommandInfo("glDisableiNV", [S306])), glDisableiNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2462:36: error: missing argument label 'to:' in call glDisableiOES_P = unsafeBitCast(getAddress(CommandInfo("glDisableiOES", [S313])), glDisableiOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2466:46: error: missing argument label 'to:' in call glDiscardFramebufferEXT_P = unsafeBitCast(getAddress(CommandInfo("glDiscardFramebufferEXT", [S168])), glDiscardFramebufferEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2470:40: error: missing argument label 'to:' in call glDispatchCompute_P = unsafeBitCast(getAddress(CommandInfo("glDispatchCompute", [S15, S21, S64])), glDispatchCompute_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2474:52: error: missing argument label 'to:' in call glDispatchComputeGroupSizeARB_P = unsafeBitCast(getAddress(CommandInfo("glDispatchComputeGroupSizeARB", [S65])), glDispatchComputeGroupSizeARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2478:48: error: missing argument label 'to:' in call glDispatchComputeIndirect_P = unsafeBitCast(getAddress(CommandInfo("glDispatchComputeIndirect", [S15, S21, S64])), glDispatchComputeIndirect_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2482:35: error: missing argument label 'to:' in call glDrawArrays_P = unsafeBitCast(getAddress(CommandInfo("glDrawArrays", [S1, S18])), glDrawArrays_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2486:38: error: missing argument label 'to:' in call glDrawArraysEXT_P = unsafeBitCast(getAddress(CommandInfo("glDrawArraysEXT", [S226])), glDrawArraysEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2490:43: error: missing argument label 'to:' in call glDrawArraysIndirect_P = unsafeBitCast(getAddress(CommandInfo("glDrawArraysIndirect", [S12, S21, S73])), glDrawArraysIndirect_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2494:44: error: missing argument label 'to:' in call glDrawArraysInstanced_P = unsafeBitCast(getAddress(CommandInfo("glDrawArraysInstanced", [S9, S20])), glDrawArraysInstanced_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2498:49: error: missing argument label 'to:' in call glDrawArraysInstancedANGLE_P = unsafeBitCast(getAddress(CommandInfo("glDrawArraysInstancedANGLE", [S39])), glDrawArraysInstancedANGLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2502:47: error: missing argument label 'to:' in call glDrawArraysInstancedARB_P = unsafeBitCast(getAddress(CommandInfo("glDrawArraysInstancedARB", [S74])), glDrawArraysInstancedARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2506:56: error: missing argument label 'to:' in call glDrawArraysInstancedBaseInstance_P = unsafeBitCast(getAddress(CommandInfo("glDrawArraysInstancedBaseInstance", [S14, S55])), glDrawArraysInstancedBaseInstance_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2510:59: error: missing argument label 'to:' in call glDrawArraysInstancedBaseInstanceEXT_P = unsafeBitCast(getAddress(CommandInfo("glDrawArraysInstancedBaseInstanceEXT", [S149])), glDrawArraysInstancedBaseInstanceEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2514:47: error: missing argument label 'to:' in call glDrawArraysInstancedEXT_P = unsafeBitCast(getAddress(CommandInfo("glDrawArraysInstancedEXT", [S174, S187])), glDrawArraysInstancedEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2518:46: error: missing argument label 'to:' in call glDrawArraysInstancedNV_P = unsafeBitCast(getAddress(CommandInfo("glDrawArraysInstancedNV", [S263])), glDrawArraysInstancedNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2522:35: error: missing argument label 'to:' in call glDrawBuffer_P = unsafeBitCast(getAddress(CommandInfo("glDrawBuffer", [S0])), glDrawBuffer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2526:36: error: missing argument label 'to:' in call glDrawBuffers_P = unsafeBitCast(getAddress(CommandInfo("glDrawBuffers", [S6, S20])), glDrawBuffers_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2530:39: error: missing argument label 'to:' in call glDrawBuffersARB_P = unsafeBitCast(getAddress(CommandInfo("glDrawBuffersARB", [S70])), glDrawBuffersARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2534:39: error: missing argument label 'to:' in call glDrawBuffersATI_P = unsafeBitCast(getAddress(CommandInfo("glDrawBuffersATI", [S139])), glDrawBuffersATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2538:39: error: missing argument label 'to:' in call glDrawBuffersEXT_P = unsafeBitCast(getAddress(CommandInfo("glDrawBuffersEXT", [S170])), glDrawBuffersEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2542:46: error: missing argument label 'to:' in call glDrawBuffersIndexedEXT_P = unsafeBitCast(getAddress(CommandInfo("glDrawBuffersIndexedEXT", [S194])), glDrawBuffersIndexedEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2546:38: error: missing argument label 'to:' in call glDrawBuffersNV_P = unsafeBitCast(getAddress(CommandInfo("glDrawBuffersNV", [S262])), glDrawBuffersNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2550:46: error: missing argument label 'to:' in call glDrawCommandsAddressNV_P = unsafeBitCast(getAddress(CommandInfo("glDrawCommandsAddressNV", [S254])), glDrawCommandsAddressNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2554:39: error: missing argument label 'to:' in call glDrawCommandsNV_P = unsafeBitCast(getAddress(CommandInfo("glDrawCommandsNV", [S254])), glDrawCommandsNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2558:52: error: missing argument label 'to:' in call glDrawCommandsStatesAddressNV_P = unsafeBitCast(getAddress(CommandInfo("glDrawCommandsStatesAddressNV", [S254])), glDrawCommandsStatesAddressNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2562:45: error: missing argument label 'to:' in call glDrawCommandsStatesNV_P = unsafeBitCast(getAddress(CommandInfo("glDrawCommandsStatesNV", [S254])), glDrawCommandsStatesNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2566:46: error: missing argument label 'to:' in call glDrawElementArrayAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glDrawElementArrayAPPLE", [S42])), glDrawElementArrayAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2570:44: error: missing argument label 'to:' in call glDrawElementArrayATI_P = unsafeBitCast(getAddress(CommandInfo("glDrawElementArrayATI", [S140])), glDrawElementArrayATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2574:37: error: missing argument label 'to:' in call glDrawElements_P = unsafeBitCast(getAddress(CommandInfo("glDrawElements", [S1, S18])), glDrawElements_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2578:47: error: missing argument label 'to:' in call glDrawElementsBaseVertex_P = unsafeBitCast(getAddress(CommandInfo("glDrawElementsBaseVertex", [S10, S22, S72])), glDrawElementsBaseVertex_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2582:50: error: missing argument label 'to:' in call glDrawElementsBaseVertexEXT_P = unsafeBitCast(getAddress(CommandInfo("glDrawElementsBaseVertexEXT", [S173])), glDrawElementsBaseVertexEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2586:50: error: missing argument label 'to:' in call glDrawElementsBaseVertexOES_P = unsafeBitCast(getAddress(CommandInfo("glDrawElementsBaseVertexOES", [S314])), glDrawElementsBaseVertexOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2590:45: error: missing argument label 'to:' in call glDrawElementsIndirect_P = unsafeBitCast(getAddress(CommandInfo("glDrawElementsIndirect", [S12, S21, S73])), glDrawElementsIndirect_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2594:46: error: missing argument label 'to:' in call glDrawElementsInstanced_P = unsafeBitCast(getAddress(CommandInfo("glDrawElementsInstanced", [S9, S20])), glDrawElementsInstanced_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2598:51: error: missing argument label 'to:' in call glDrawElementsInstancedANGLE_P = unsafeBitCast(getAddress(CommandInfo("glDrawElementsInstancedANGLE", [S39])), glDrawElementsInstancedANGLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2602:49: error: missing argument label 'to:' in call glDrawElementsInstancedARB_P = unsafeBitCast(getAddress(CommandInfo("glDrawElementsInstancedARB", [S74])), glDrawElementsInstancedARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2606:58: error: missing argument label 'to:' in call glDrawElementsInstancedBaseInstance_P = unsafeBitCast(getAddress(CommandInfo("glDrawElementsInstancedBaseInstance", [S14, S55])), glDrawElementsInstancedBaseInstance_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2610:61: error: missing argument label 'to:' in call glDrawElementsInstancedBaseInstanceEXT_P = unsafeBitCast(getAddress(CommandInfo("glDrawElementsInstancedBaseInstanceEXT", [S149])), glDrawElementsInstancedBaseInstanceEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2614:56: error: missing argument label 'to:' in call glDrawElementsInstancedBaseVertex_P = unsafeBitCast(getAddress(CommandInfo("glDrawElementsInstancedBaseVertex", [S10, S22, S72])), glDrawElementsInstancedBaseVertex_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2618:68: error: missing argument label 'to:' in call glDrawElementsInstancedBaseVertexBaseInstance_P = unsafeBitCast(getAddress(CommandInfo("glDrawElementsInstancedBaseVertexBaseInstance", [S14, S55])), glDrawElementsInstancedBaseVertexBaseInstance_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2622:71: error: missing argument label 'to:' in call glDrawElementsInstancedBaseVertexBaseInstanceEXT_P = unsafeBitCast(getAddress(CommandInfo("glDrawElementsInstancedBaseVertexBaseInstanceEXT", [S149])), glDrawElementsInstancedBaseVertexBaseInstanceEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2626:59: error: missing argument label 'to:' in call glDrawElementsInstancedBaseVertexEXT_P = unsafeBitCast(getAddress(CommandInfo("glDrawElementsInstancedBaseVertexEXT", [S173])), glDrawElementsInstancedBaseVertexEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2630:59: error: missing argument label 'to:' in call glDrawElementsInstancedBaseVertexOES_P = unsafeBitCast(getAddress(CommandInfo("glDrawElementsInstancedBaseVertexOES", [S314])), glDrawElementsInstancedBaseVertexOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2634:49: error: missing argument label 'to:' in call glDrawElementsInstancedEXT_P = unsafeBitCast(getAddress(CommandInfo("glDrawElementsInstancedEXT", [S174, S187])), glDrawElementsInstancedEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2638:48: error: missing argument label 'to:' in call glDrawElementsInstancedNV_P = unsafeBitCast(getAddress(CommandInfo("glDrawElementsInstancedNV", [S263])), glDrawElementsInstancedNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2642:42: error: missing argument label 'to:' in call glDrawMeshArraysSUN_P = unsafeBitCast(getAddress(CommandInfo("glDrawMeshArraysSUN", [S367])), glDrawMeshArraysSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2646:35: error: missing argument label 'to:' in call glDrawPixels_P = unsafeBitCast(getAddress(CommandInfo("glDrawPixels", [S0, S23])), glDrawPixels_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2650:51: error: missing argument label 'to:' in call glDrawRangeElementArrayAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glDrawRangeElementArrayAPPLE", [S42])), glDrawRangeElementArrayAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2654:49: error: missing argument label 'to:' in call glDrawRangeElementArrayATI_P = unsafeBitCast(getAddress(CommandInfo("glDrawRangeElementArrayATI", [S140])), glDrawRangeElementArrayATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2658:42: error: missing argument label 'to:' in call glDrawRangeElements_P = unsafeBitCast(getAddress(CommandInfo("glDrawRangeElements", [S2, S20])), glDrawRangeElements_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2662:52: error: missing argument label 'to:' in call glDrawRangeElementsBaseVertex_P = unsafeBitCast(getAddress(CommandInfo("glDrawRangeElementsBaseVertex", [S10, S22, S72])), glDrawRangeElementsBaseVertex_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2666:55: error: missing argument label 'to:' in call glDrawRangeElementsBaseVertexEXT_P = unsafeBitCast(getAddress(CommandInfo("glDrawRangeElementsBaseVertexEXT", [S173])), glDrawRangeElementsBaseVertexEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2670:55: error: missing argument label 'to:' in call glDrawRangeElementsBaseVertexOES_P = unsafeBitCast(getAddress(CommandInfo("glDrawRangeElementsBaseVertexOES", [S314])), glDrawRangeElementsBaseVertexOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2674:45: error: missing argument label 'to:' in call glDrawRangeElementsEXT_P = unsafeBitCast(getAddress(CommandInfo("glDrawRangeElementsEXT", [S175])), glDrawRangeElementsEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2678:36: error: missing argument label 'to:' in call glDrawTexfOES_P = unsafeBitCast(getAddress(CommandInfo("glDrawTexfOES", [S315])), glDrawTexfOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2682:37: error: missing argument label 'to:' in call glDrawTexfvOES_P = unsafeBitCast(getAddress(CommandInfo("glDrawTexfvOES", [S315])), glDrawTexfvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2686:36: error: missing argument label 'to:' in call glDrawTexiOES_P = unsafeBitCast(getAddress(CommandInfo("glDrawTexiOES", [S315])), glDrawTexiOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2690:37: error: missing argument label 'to:' in call glDrawTexivOES_P = unsafeBitCast(getAddress(CommandInfo("glDrawTexivOES", [S315])), glDrawTexivOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2694:36: error: missing argument label 'to:' in call glDrawTexsOES_P = unsafeBitCast(getAddress(CommandInfo("glDrawTexsOES", [S315])), glDrawTexsOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2698:37: error: missing argument label 'to:' in call glDrawTexsvOES_P = unsafeBitCast(getAddress(CommandInfo("glDrawTexsvOES", [S315])), glDrawTexsvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2702:38: error: missing argument label 'to:' in call glDrawTextureNV_P = unsafeBitCast(getAddress(CommandInfo("glDrawTextureNV", [S264])), glDrawTextureNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2706:36: error: missing argument label 'to:' in call glDrawTexxOES_P = unsafeBitCast(getAddress(CommandInfo("glDrawTexxOES", [S315])), glDrawTexxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2710:37: error: missing argument label 'to:' in call glDrawTexxvOES_P = unsafeBitCast(getAddress(CommandInfo("glDrawTexxvOES", [S315])), glDrawTexxvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2714:46: error: missing argument label 'to:' in call glDrawTransformFeedback_P = unsafeBitCast(getAddress(CommandInfo("glDrawTransformFeedback", [S12, S124])), glDrawTransformFeedback_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2718:55: error: missing argument label 'to:' in call glDrawTransformFeedbackInstanced_P = unsafeBitCast(getAddress(CommandInfo("glDrawTransformFeedbackInstanced", [S14, S126])), glDrawTransformFeedbackInstanced_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2722:48: error: missing argument label 'to:' in call glDrawTransformFeedbackNV_P = unsafeBitCast(getAddress(CommandInfo("glDrawTransformFeedbackNV", [S298])), glDrawTransformFeedbackNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2726:52: error: missing argument label 'to:' in call glDrawTransformFeedbackStream_P = unsafeBitCast(getAddress(CommandInfo("glDrawTransformFeedbackStream", [S12, S125])), glDrawTransformFeedbackStream_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2730:61: error: missing argument label 'to:' in call glDrawTransformFeedbackStreamInstanced_P = unsafeBitCast(getAddress(CommandInfo("glDrawTransformFeedbackStreamInstanced", [S14, S126])), glDrawTransformFeedbackStreamInstanced_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2734:61: error: missing argument label 'to:' in call glEGLImageTargetRenderbufferStorageOES_P = unsafeBitCast(getAddress(CommandInfo("glEGLImageTargetRenderbufferStorageOES", [S307])), glEGLImageTargetRenderbufferStorageOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2738:51: error: missing argument label 'to:' in call glEGLImageTargetTexture2DOES_P = unsafeBitCast(getAddress(CommandInfo("glEGLImageTargetTexture2DOES", [S307])), glEGLImageTargetTexture2DOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2742:33: error: missing argument label 'to:' in call glEdgeFlag_P = unsafeBitCast(getAddress(CommandInfo("glEdgeFlag", [S0, S23])), glEdgeFlag_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2746:41: error: missing argument label 'to:' in call glEdgeFlagFormatNV_P = unsafeBitCast(getAddress(CommandInfo("glEdgeFlagFormatNV", [S302])), glEdgeFlagFormatNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2750:40: error: missing argument label 'to:' in call glEdgeFlagPointer_P = unsafeBitCast(getAddress(CommandInfo("glEdgeFlagPointer", [S1, S23])), glEdgeFlagPointer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2754:43: error: missing argument label 'to:' in call glEdgeFlagPointerEXT_P = unsafeBitCast(getAddress(CommandInfo("glEdgeFlagPointerEXT", [S226])), glEdgeFlagPointerEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2758:47: error: missing argument label 'to:' in call glEdgeFlagPointerListIBM_P = unsafeBitCast(getAddress(CommandInfo("glEdgeFlagPointerListIBM", [S236])), glEdgeFlagPointerListIBM_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2762:34: error: missing argument label 'to:' in call glEdgeFlagv_P = unsafeBitCast(getAddress(CommandInfo("glEdgeFlagv", [S0, S23])), glEdgeFlagv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2766:44: error: missing argument label 'to:' in call glElementPointerAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glElementPointerAPPLE", [S42])), glElementPointerAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2770:42: error: missing argument label 'to:' in call glElementPointerATI_P = unsafeBitCast(getAddress(CommandInfo("glElementPointerATI", [S140])), glElementPointerATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2774:31: error: missing argument label 'to:' in call glEnable_P = unsafeBitCast(getAddress(CommandInfo("glEnable", [S0, S18])), glEnable_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2778:42: error: missing argument label 'to:' in call glEnableClientState_P = unsafeBitCast(getAddress(CommandInfo("glEnableClientState", [S1, S23, S18])), glEnableClientState_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2782:52: error: missing argument label 'to:' in call glEnableClientStateIndexedEXT_P = unsafeBitCast(getAddress(CommandInfo("glEnableClientStateIndexedEXT", [S167])), glEnableClientStateIndexedEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2786:46: error: missing argument label 'to:' in call glEnableClientStateiEXT_P = unsafeBitCast(getAddress(CommandInfo("glEnableClientStateiEXT", [S167])), glEnableClientStateiEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2790:48: error: missing argument label 'to:' in call glEnableDriverControlQCOM_P = unsafeBitCast(getAddress(CommandInfo("glEnableDriverControlQCOM", [S339])), glEnableDriverControlQCOM_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2794:41: error: missing argument label 'to:' in call glEnableIndexedEXT_P = unsafeBitCast(getAddress(CommandInfo("glEnableIndexedEXT", [S167, S171])), glEnableIndexedEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2798:52: error: missing argument label 'to:' in call glEnableVariantClientStateEXT_P = unsafeBitCast(getAddress(CommandInfo("glEnableVariantClientStateEXT", [S228])), glEnableVariantClientStateEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2802:48: error: missing argument label 'to:' in call glEnableVertexArrayAttrib_P = unsafeBitCast(getAddress(CommandInfo("glEnableVertexArrayAttrib", [S17, S69])), glEnableVertexArrayAttrib_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2806:51: error: missing argument label 'to:' in call glEnableVertexArrayAttribEXT_P = unsafeBitCast(getAddress(CommandInfo("glEnableVertexArrayAttribEXT", [S167])), glEnableVertexArrayAttribEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2810:45: error: missing argument label 'to:' in call glEnableVertexArrayEXT_P = unsafeBitCast(getAddress(CommandInfo("glEnableVertexArrayEXT", [S167])), glEnableVertexArrayEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2814:48: error: missing argument label 'to:' in call glEnableVertexAttribAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glEnableVertexAttribAPPLE", [S51])), glEnableVertexAttribAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2818:48: error: missing argument label 'to:' in call glEnableVertexAttribArray_P = unsafeBitCast(getAddress(CommandInfo("glEnableVertexAttribArray", [S6, S19])), glEnableVertexAttribArray_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2822:51: error: missing argument label 'to:' in call glEnableVertexAttribArrayARB_P = unsafeBitCast(getAddress(CommandInfo("glEnableVertexAttribArrayARB", [S134, S135])), glEnableVertexAttribArrayARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2826:32: error: missing argument label 'to:' in call glEnablei_P = unsafeBitCast(getAddress(CommandInfo("glEnablei", [S8, S22])), glEnablei_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2830:35: error: missing argument label 'to:' in call glEnableiEXT_P = unsafeBitCast(getAddress(CommandInfo("glEnableiEXT", [S172])), glEnableiEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2834:34: error: missing argument label 'to:' in call glEnableiNV_P = unsafeBitCast(getAddress(CommandInfo("glEnableiNV", [S306])), glEnableiNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2838:35: error: missing argument label 'to:' in call glEnableiOES_P = unsafeBitCast(getAddress(CommandInfo("glEnableiOES", [S313])), glEnableiOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2842:28: error: missing argument label 'to:' in call glEnd_P = unsafeBitCast(getAddress(CommandInfo("glEnd", [S0, S23])), glEnd_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2846:45: error: missing argument label 'to:' in call glEndConditionalRender_P = unsafeBitCast(getAddress(CommandInfo("glEndConditionalRender", [S8])), glEndConditionalRender_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2850:47: error: missing argument label 'to:' in call glEndConditionalRenderNV_P = unsafeBitCast(getAddress(CommandInfo("glEndConditionalRenderNV", [S255])), glEndConditionalRenderNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2854:48: error: missing argument label 'to:' in call glEndConditionalRenderNVX_P = unsafeBitCast(getAddress(CommandInfo("glEndConditionalRenderNVX", [S249])), glEndConditionalRenderNVX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2858:45: error: missing argument label 'to:' in call glEndFragmentShaderATI_P = unsafeBitCast(getAddress(CommandInfo("glEndFragmentShaderATI", [S142])), glEndFragmentShaderATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2862:32: error: missing argument label 'to:' in call glEndList_P = unsafeBitCast(getAddress(CommandInfo("glEndList", [S0, S23])), glEndList_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2866:44: error: missing argument label 'to:' in call glEndOcclusionQueryNV_P = unsafeBitCast(getAddress(CommandInfo("glEndOcclusionQueryNV", [S282])), glEndOcclusionQueryNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2870:42: error: missing argument label 'to:' in call glEndPerfMonitorAMD_P = unsafeBitCast(getAddress(CommandInfo("glEndPerfMonitorAMD", [S32])), glEndPerfMonitorAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2874:42: error: missing argument label 'to:' in call glEndPerfQueryINTEL_P = unsafeBitCast(getAddress(CommandInfo("glEndPerfQueryINTEL", [S243])), glEndPerfQueryINTEL_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2878:33: error: missing argument label 'to:' in call glEndQuery_P = unsafeBitCast(getAddress(CommandInfo("glEndQuery", [S5, S20])), glEndQuery_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2882:36: error: missing argument label 'to:' in call glEndQueryARB_P = unsafeBitCast(getAddress(CommandInfo("glEndQueryARB", [S95])), glEndQueryARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2886:36: error: missing argument label 'to:' in call glEndQueryEXT_P = unsafeBitCast(getAddress(CommandInfo("glEndQueryEXT", [S169, S195])), glEndQueryEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2890:40: error: missing argument label 'to:' in call glEndQueryIndexed_P = unsafeBitCast(getAddress(CommandInfo("glEndQueryIndexed", [S12, S125])), glEndQueryIndexed_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2894:38: error: missing argument label 'to:' in call glEndTilingQCOM_P = unsafeBitCast(getAddress(CommandInfo("glEndTilingQCOM", [S342])), glEndTilingQCOM_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2898:45: error: missing argument label 'to:' in call glEndTransformFeedback_P = unsafeBitCast(getAddress(CommandInfo("glEndTransformFeedback", [S8, S20])), glEndTransformFeedback_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2902:48: error: missing argument label 'to:' in call glEndTransformFeedbackEXT_P = unsafeBitCast(getAddress(CommandInfo("glEndTransformFeedbackEXT", [S225])), glEndTransformFeedbackEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2906:47: error: missing argument label 'to:' in call glEndTransformFeedbackNV_P = unsafeBitCast(getAddress(CommandInfo("glEndTransformFeedbackNV", [S297])), glEndTransformFeedbackNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2910:43: error: missing argument label 'to:' in call glEndVertexShaderEXT_P = unsafeBitCast(getAddress(CommandInfo("glEndVertexShaderEXT", [S228])), glEndVertexShaderEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2914:42: error: missing argument label 'to:' in call glEndVideoCaptureNV_P = unsafeBitCast(getAddress(CommandInfo("glEndVideoCaptureNV", [S305])), glEndVideoCaptureNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2918:36: error: missing argument label 'to:' in call glEvalCoord1d_P = unsafeBitCast(getAddress(CommandInfo("glEvalCoord1d", [S0, S23])), glEvalCoord1d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2922:37: error: missing argument label 'to:' in call glEvalCoord1dv_P = unsafeBitCast(getAddress(CommandInfo("glEvalCoord1dv", [S0, S23])), glEvalCoord1dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2926:36: error: missing argument label 'to:' in call glEvalCoord1f_P = unsafeBitCast(getAddress(CommandInfo("glEvalCoord1f", [S0, S23])), glEvalCoord1f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2930:37: error: missing argument label 'to:' in call glEvalCoord1fv_P = unsafeBitCast(getAddress(CommandInfo("glEvalCoord1fv", [S0, S23])), glEvalCoord1fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2934:39: error: missing argument label 'to:' in call glEvalCoord1xOES_P = unsafeBitCast(getAddress(CommandInfo("glEvalCoord1xOES", [S316])), glEvalCoord1xOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2938:40: error: missing argument label 'to:' in call glEvalCoord1xvOES_P = unsafeBitCast(getAddress(CommandInfo("glEvalCoord1xvOES", [S316])), glEvalCoord1xvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2942:36: error: missing argument label 'to:' in call glEvalCoord2d_P = unsafeBitCast(getAddress(CommandInfo("glEvalCoord2d", [S0, S23])), glEvalCoord2d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2946:37: error: missing argument label 'to:' in call glEvalCoord2dv_P = unsafeBitCast(getAddress(CommandInfo("glEvalCoord2dv", [S0, S23])), glEvalCoord2dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2950:36: error: missing argument label 'to:' in call glEvalCoord2f_P = unsafeBitCast(getAddress(CommandInfo("glEvalCoord2f", [S0, S23])), glEvalCoord2f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2954:37: error: missing argument label 'to:' in call glEvalCoord2fv_P = unsafeBitCast(getAddress(CommandInfo("glEvalCoord2fv", [S0, S23])), glEvalCoord2fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2958:39: error: missing argument label 'to:' in call glEvalCoord2xOES_P = unsafeBitCast(getAddress(CommandInfo("glEvalCoord2xOES", [S316])), glEvalCoord2xOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2962:40: error: missing argument label 'to:' in call glEvalCoord2xvOES_P = unsafeBitCast(getAddress(CommandInfo("glEvalCoord2xvOES", [S316])), glEvalCoord2xvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2966:35: error: missing argument label 'to:' in call glEvalMapsNV_P = unsafeBitCast(getAddress(CommandInfo("glEvalMapsNV", [S265])), glEvalMapsNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2970:34: error: missing argument label 'to:' in call glEvalMesh1_P = unsafeBitCast(getAddress(CommandInfo("glEvalMesh1", [S0, S23])), glEvalMesh1_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2974:34: error: missing argument label 'to:' in call glEvalMesh2_P = unsafeBitCast(getAddress(CommandInfo("glEvalMesh2", [S0, S23])), glEvalMesh2_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2978:35: error: missing argument label 'to:' in call glEvalPoint1_P = unsafeBitCast(getAddress(CommandInfo("glEvalPoint1", [S0, S23])), glEvalPoint1_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2982:35: error: missing argument label 'to:' in call glEvalPoint2_P = unsafeBitCast(getAddress(CommandInfo("glEvalPoint2", [S0, S23])), glEvalPoint2_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2986:47: error: missing argument label 'to:' in call glEvaluateDepthValuesARB_P = unsafeBitCast(getAddress(CommandInfo("glEvaluateDepthValuesARB", [S101])), glEvaluateDepthValuesARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2990:41: error: missing argument label 'to:' in call glExecuteProgramNV_P = unsafeBitCast(getAddress(CommandInfo("glExecuteProgramNV", [S303])), glExecuteProgramNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2994:49: error: missing argument label 'to:' in call glExtGetBufferPointervQCOM_P = unsafeBitCast(getAddress(CommandInfo("glExtGetBufferPointervQCOM", [S340])), glExtGetBufferPointervQCOM_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:2998:42: error: missing argument label 'to:' in call glExtGetBuffersQCOM_P = unsafeBitCast(getAddress(CommandInfo("glExtGetBuffersQCOM", [S340])), glExtGetBuffersQCOM_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3002:47: error: missing argument label 'to:' in call glExtGetFramebuffersQCOM_P = unsafeBitCast(getAddress(CommandInfo("glExtGetFramebuffersQCOM", [S340])), glExtGetFramebuffersQCOM_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3006:54: error: missing argument label 'to:' in call glExtGetProgramBinarySourceQCOM_P = unsafeBitCast(getAddress(CommandInfo("glExtGetProgramBinarySourceQCOM", [S341])), glExtGetProgramBinarySourceQCOM_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3010:43: error: missing argument label 'to:' in call glExtGetProgramsQCOM_P = unsafeBitCast(getAddress(CommandInfo("glExtGetProgramsQCOM", [S341])), glExtGetProgramsQCOM_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3014:48: error: missing argument label 'to:' in call glExtGetRenderbuffersQCOM_P = unsafeBitCast(getAddress(CommandInfo("glExtGetRenderbuffersQCOM", [S340])), glExtGetRenderbuffersQCOM_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3018:42: error: missing argument label 'to:' in call glExtGetShadersQCOM_P = unsafeBitCast(getAddress(CommandInfo("glExtGetShadersQCOM", [S341])), glExtGetShadersQCOM_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3022:54: error: missing argument label 'to:' in call glExtGetTexLevelParameterivQCOM_P = unsafeBitCast(getAddress(CommandInfo("glExtGetTexLevelParameterivQCOM", [S340])), glExtGetTexLevelParameterivQCOM_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3026:46: error: missing argument label 'to:' in call glExtGetTexSubImageQCOM_P = unsafeBitCast(getAddress(CommandInfo("glExtGetTexSubImageQCOM", [S340])), glExtGetTexSubImageQCOM_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3030:43: error: missing argument label 'to:' in call glExtGetTexturesQCOM_P = unsafeBitCast(getAddress(CommandInfo("glExtGetTexturesQCOM", [S340])), glExtGetTexturesQCOM_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3034:47: error: missing argument label 'to:' in call glExtIsProgramBinaryQCOM_P = unsafeBitCast(getAddress(CommandInfo("glExtIsProgramBinaryQCOM", [S341])), glExtIsProgramBinaryQCOM_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3038:55: error: missing argument label 'to:' in call glExtTexObjectStateOverrideiQCOM_P = unsafeBitCast(getAddress(CommandInfo("glExtTexObjectStateOverrideiQCOM", [S340])), glExtTexObjectStateOverrideiQCOM_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3042:44: error: missing argument label 'to:' in call glExtractComponentEXT_P = unsafeBitCast(getAddress(CommandInfo("glExtractComponentEXT", [S228])), glExtractComponentEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3046:39: error: missing argument label 'to:' in call glFeedbackBuffer_P = unsafeBitCast(getAddress(CommandInfo("glFeedbackBuffer", [S0, S23])), glFeedbackBuffer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3050:43: error: missing argument label 'to:' in call glFeedbackBufferxOES_P = unsafeBitCast(getAddress(CommandInfo("glFeedbackBufferxOES", [S316])), glFeedbackBufferxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2000:5: error: could not infer type for 'glFenceSync_P' var glFenceSync_P:@convention(c)(GLenum, GLbitfield) -> GLsync = glFenceSync_L ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:2003:5: error: could not infer type for 'glFenceSyncAPPLE_P' var glFenceSyncAPPLE_P:@convention(c)(GLenum, GLbitfield) -> GLsync = glFenceSyncAPPLE_L ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3062:45: error: missing argument label 'to:' in call glFinalCombinerInputNV_P = unsafeBitCast(getAddress(CommandInfo("glFinalCombinerInputNV", [S291])), glFinalCombinerInputNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3066:31: error: missing argument label 'to:' in call glFinish_P = unsafeBitCast(getAddress(CommandInfo("glFinish", [S0, S18])), glFinish_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3070:40: error: missing argument label 'to:' in call glFinishAsyncSGIX_P = unsafeBitCast(getAddress(CommandInfo("glFinishAsyncSGIX", [S352])), glFinishAsyncSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3074:41: error: missing argument label 'to:' in call glFinishFenceAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glFinishFenceAPPLE", [S43])), glFinishFenceAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3078:38: error: missing argument label 'to:' in call glFinishFenceNV_P = unsafeBitCast(getAddress(CommandInfo("glFinishFenceNV", [S267])), glFinishFenceNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3082:42: error: missing argument label 'to:' in call glFinishObjectAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glFinishObjectAPPLE", [S43])), glFinishObjectAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3086:42: error: missing argument label 'to:' in call glFinishTextureSUNX_P = unsafeBitCast(getAddress(CommandInfo("glFinishTextureSUNX", [S365])), glFinishTextureSUNX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3090:30: error: missing argument label 'to:' in call glFlush_P = unsafeBitCast(getAddress(CommandInfo("glFlush", [S0, S18])), glFlush_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3094:47: error: missing argument label 'to:' in call glFlushMappedBufferRange_P = unsafeBitCast(getAddress(CommandInfo("glFlushMappedBufferRange", [S8, S20, S89])), glFlushMappedBufferRange_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3098:52: error: missing argument label 'to:' in call glFlushMappedBufferRangeAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glFlushMappedBufferRangeAPPLE", [S44])), glFlushMappedBufferRangeAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3102:50: error: missing argument label 'to:' in call glFlushMappedBufferRangeEXT_P = unsafeBitCast(getAddress(CommandInfo("glFlushMappedBufferRangeEXT", [S189])), glFlushMappedBufferRangeEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3106:52: error: missing argument label 'to:' in call glFlushMappedNamedBufferRange_P = unsafeBitCast(getAddress(CommandInfo("glFlushMappedNamedBufferRange", [S17, S69])), glFlushMappedNamedBufferRange_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3110:55: error: missing argument label 'to:' in call glFlushMappedNamedBufferRangeEXT_P = unsafeBitCast(getAddress(CommandInfo("glFlushMappedNamedBufferRangeEXT", [S167])), glFlushMappedNamedBufferRangeEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3114:46: error: missing argument label 'to:' in call glFlushPixelDataRangeNV_P = unsafeBitCast(getAddress(CommandInfo("glFlushPixelDataRangeNV", [S285])), glFlushPixelDataRangeNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3118:40: error: missing argument label 'to:' in call glFlushRasterSGIX_P = unsafeBitCast(getAddress(CommandInfo("glFlushRasterSGIX", [S353])), glFlushRasterSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3122:43: error: missing argument label 'to:' in call glFlushStaticDataIBM_P = unsafeBitCast(getAddress(CommandInfo("glFlushStaticDataIBM", [S235])), glFlushStaticDataIBM_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3126:51: error: missing argument label 'to:' in call glFlushVertexArrayRangeAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glFlushVertexArrayRangeAPPLE", [S50])), glFlushVertexArrayRangeAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3130:48: error: missing argument label 'to:' in call glFlushVertexArrayRangeNV_P = unsafeBitCast(getAddress(CommandInfo("glFlushVertexArrayRangeNV", [S300])), glFlushVertexArrayRangeNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3134:41: error: missing argument label 'to:' in call glFogCoordFormatNV_P = unsafeBitCast(getAddress(CommandInfo("glFogCoordFormatNV", [S302])), glFogCoordFormatNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3138:40: error: missing argument label 'to:' in call glFogCoordPointer_P = unsafeBitCast(getAddress(CommandInfo("glFogCoordPointer", [S4, S23])), glFogCoordPointer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3142:43: error: missing argument label 'to:' in call glFogCoordPointerEXT_P = unsafeBitCast(getAddress(CommandInfo("glFogCoordPointerEXT", [S176])), glFogCoordPointerEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3146:47: error: missing argument label 'to:' in call glFogCoordPointerListIBM_P = unsafeBitCast(getAddress(CommandInfo("glFogCoordPointerListIBM", [S236])), glFogCoordPointerListIBM_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3150:34: error: missing argument label 'to:' in call glFogCoordd_P = unsafeBitCast(getAddress(CommandInfo("glFogCoordd", [S4, S23])), glFogCoordd_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3154:37: error: missing argument label 'to:' in call glFogCoorddEXT_P = unsafeBitCast(getAddress(CommandInfo("glFogCoorddEXT", [S176])), glFogCoorddEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3158:35: error: missing argument label 'to:' in call glFogCoorddv_P = unsafeBitCast(getAddress(CommandInfo("glFogCoorddv", [S4, S23])), glFogCoorddv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3162:38: error: missing argument label 'to:' in call glFogCoorddvEXT_P = unsafeBitCast(getAddress(CommandInfo("glFogCoorddvEXT", [S176])), glFogCoorddvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3166:34: error: missing argument label 'to:' in call glFogCoordf_P = unsafeBitCast(getAddress(CommandInfo("glFogCoordf", [S4, S23])), glFogCoordf_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3170:37: error: missing argument label 'to:' in call glFogCoordfEXT_P = unsafeBitCast(getAddress(CommandInfo("glFogCoordfEXT", [S176])), glFogCoordfEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3174:35: error: missing argument label 'to:' in call glFogCoordfv_P = unsafeBitCast(getAddress(CommandInfo("glFogCoordfv", [S4, S23])), glFogCoordfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3178:38: error: missing argument label 'to:' in call glFogCoordfvEXT_P = unsafeBitCast(getAddress(CommandInfo("glFogCoordfvEXT", [S176])), glFogCoordfvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3182:36: error: missing argument label 'to:' in call glFogCoordhNV_P = unsafeBitCast(getAddress(CommandInfo("glFogCoordhNV", [S278])), glFogCoordhNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3186:37: error: missing argument label 'to:' in call glFogCoordhvNV_P = unsafeBitCast(getAddress(CommandInfo("glFogCoordhvNV", [S278])), glFogCoordhvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3190:36: error: missing argument label 'to:' in call glFogFuncSGIS_P = unsafeBitCast(getAddress(CommandInfo("glFogFuncSGIS", [S344])), glFogFuncSGIS_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3194:29: error: missing argument label 'to:' in call glFogf_P = unsafeBitCast(getAddress(CommandInfo("glFogf", [S0, S23, S18])), glFogf_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3198:30: error: missing argument label 'to:' in call glFogfv_P = unsafeBitCast(getAddress(CommandInfo("glFogfv", [S0, S23, S18])), glFogfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3202:29: error: missing argument label 'to:' in call glFogi_P = unsafeBitCast(getAddress(CommandInfo("glFogi", [S0, S23])), glFogi_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3206:30: error: missing argument label 'to:' in call glFogiv_P = unsafeBitCast(getAddress(CommandInfo("glFogiv", [S0, S23])), glFogiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3210:29: error: missing argument label 'to:' in call glFogx_P = unsafeBitCast(getAddress(CommandInfo("glFogx", [S18])), glFogx_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3214:32: error: missing argument label 'to:' in call glFogxOES_P = unsafeBitCast(getAddress(CommandInfo("glFogxOES", [S316])), glFogxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3218:30: error: missing argument label 'to:' in call glFogxv_P = unsafeBitCast(getAddress(CommandInfo("glFogxv", [S18])), glFogxv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3222:33: error: missing argument label 'to:' in call glFogxvOES_P = unsafeBitCast(getAddress(CommandInfo("glFogxvOES", [S316])), glFogxvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3226:50: error: missing argument label 'to:' in call glFragmentColorMaterialSGIX_P = unsafeBitCast(getAddress(CommandInfo("glFragmentColorMaterialSGIX", [S354])), glFragmentColorMaterialSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3230:48: error: missing argument label 'to:' in call glFragmentCoverageColorNV_P = unsafeBitCast(getAddress(CommandInfo("glFragmentCoverageColorNV", [S268])), glFragmentCoverageColorNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3234:48: error: missing argument label 'to:' in call glFragmentLightModelfSGIX_P = unsafeBitCast(getAddress(CommandInfo("glFragmentLightModelfSGIX", [S354])), glFragmentLightModelfSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3238:49: error: missing argument label 'to:' in call glFragmentLightModelfvSGIX_P = unsafeBitCast(getAddress(CommandInfo("glFragmentLightModelfvSGIX", [S354])), glFragmentLightModelfvSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3242:48: error: missing argument label 'to:' in call glFragmentLightModeliSGIX_P = unsafeBitCast(getAddress(CommandInfo("glFragmentLightModeliSGIX", [S354])), glFragmentLightModeliSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3246:49: error: missing argument label 'to:' in call glFragmentLightModelivSGIX_P = unsafeBitCast(getAddress(CommandInfo("glFragmentLightModelivSGIX", [S354])), glFragmentLightModelivSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3250:43: error: missing argument label 'to:' in call glFragmentLightfSGIX_P = unsafeBitCast(getAddress(CommandInfo("glFragmentLightfSGIX", [S354])), glFragmentLightfSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3254:44: error: missing argument label 'to:' in call glFragmentLightfvSGIX_P = unsafeBitCast(getAddress(CommandInfo("glFragmentLightfvSGIX", [S354])), glFragmentLightfvSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3258:43: error: missing argument label 'to:' in call glFragmentLightiSGIX_P = unsafeBitCast(getAddress(CommandInfo("glFragmentLightiSGIX", [S354])), glFragmentLightiSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3262:44: error: missing argument label 'to:' in call glFragmentLightivSGIX_P = unsafeBitCast(getAddress(CommandInfo("glFragmentLightivSGIX", [S354])), glFragmentLightivSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3266:46: error: missing argument label 'to:' in call glFragmentMaterialfSGIX_P = unsafeBitCast(getAddress(CommandInfo("glFragmentMaterialfSGIX", [S354])), glFragmentMaterialfSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3270:47: error: missing argument label 'to:' in call glFragmentMaterialfvSGIX_P = unsafeBitCast(getAddress(CommandInfo("glFragmentMaterialfvSGIX", [S354])), glFragmentMaterialfvSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3274:46: error: missing argument label 'to:' in call glFragmentMaterialiSGIX_P = unsafeBitCast(getAddress(CommandInfo("glFragmentMaterialiSGIX", [S354])), glFragmentMaterialiSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3278:47: error: missing argument label 'to:' in call glFragmentMaterialivSGIX_P = unsafeBitCast(getAddress(CommandInfo("glFragmentMaterialivSGIX", [S354])), glFragmentMaterialivSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3282:47: error: missing argument label 'to:' in call glFrameTerminatorGREMEDY_P = unsafeBitCast(getAddress(CommandInfo("glFrameTerminatorGREMEDY", [S231])), glFrameTerminatorGREMEDY_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3286:38: error: missing argument label 'to:' in call glFrameZoomSGIX_P = unsafeBitCast(getAddress(CommandInfo("glFrameZoomSGIX", [S355])), glFrameZoomSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3290:49: error: missing argument label 'to:' in call glFramebufferDrawBufferEXT_P = unsafeBitCast(getAddress(CommandInfo("glFramebufferDrawBufferEXT", [S167])), glFramebufferDrawBufferEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3294:50: error: missing argument label 'to:' in call glFramebufferDrawBuffersEXT_P = unsafeBitCast(getAddress(CommandInfo("glFramebufferDrawBuffersEXT", [S167])), glFramebufferDrawBuffersEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3298:46: error: missing argument label 'to:' in call glFramebufferParameteri_P = unsafeBitCast(getAddress(CommandInfo("glFramebufferParameteri", [S15, S21, S76])), glFramebufferParameteri_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3302:49: error: missing argument label 'to:' in call glFramebufferReadBufferEXT_P = unsafeBitCast(getAddress(CommandInfo("glFramebufferReadBufferEXT", [S167])), glFramebufferReadBufferEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3306:48: error: missing argument label 'to:' in call glFramebufferRenderbuffer_P = unsafeBitCast(getAddress(CommandInfo("glFramebufferRenderbuffer", [S8, S19, S77])), glFramebufferRenderbuffer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3310:51: error: missing argument label 'to:' in call glFramebufferRenderbufferEXT_P = unsafeBitCast(getAddress(CommandInfo("glFramebufferRenderbufferEXT", [S179])), glFramebufferRenderbufferEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3314:51: error: missing argument label 'to:' in call glFramebufferRenderbufferOES_P = unsafeBitCast(getAddress(CommandInfo("glFramebufferRenderbufferOES", [S317])), glFramebufferRenderbufferOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3318:56: error: missing argument label 'to:' in call glFramebufferSampleLocationsfvARB_P = unsafeBitCast(getAddress(CommandInfo("glFramebufferSampleLocationsfvARB", [S101])), glFramebufferSampleLocationsfvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3322:55: error: missing argument label 'to:' in call glFramebufferSampleLocationsfvNV_P = unsafeBitCast(getAddress(CommandInfo("glFramebufferSampleLocationsfvNV", [S293])), glFramebufferSampleLocationsfvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3326:43: error: missing argument label 'to:' in call glFramebufferTexture_P = unsafeBitCast(getAddress(CommandInfo("glFramebufferTexture", [S10, S22])), glFramebufferTexture_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3330:45: error: missing argument label 'to:' in call glFramebufferTexture1D_P = unsafeBitCast(getAddress(CommandInfo("glFramebufferTexture1D", [S8, S77])), glFramebufferTexture1D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3334:48: error: missing argument label 'to:' in call glFramebufferTexture1DEXT_P = unsafeBitCast(getAddress(CommandInfo("glFramebufferTexture1DEXT", [S179])), glFramebufferTexture1DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3338:45: error: missing argument label 'to:' in call glFramebufferTexture2D_P = unsafeBitCast(getAddress(CommandInfo("glFramebufferTexture2D", [S8, S19, S77])), glFramebufferTexture2D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3342:48: error: missing argument label 'to:' in call glFramebufferTexture2DEXT_P = unsafeBitCast(getAddress(CommandInfo("glFramebufferTexture2DEXT", [S179])), glFramebufferTexture2DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3346:59: error: missing argument label 'to:' in call glFramebufferTexture2DMultisampleEXT_P = unsafeBitCast(getAddress(CommandInfo("glFramebufferTexture2DMultisampleEXT", [S193])), glFramebufferTexture2DMultisampleEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3350:59: error: missing argument label 'to:' in call glFramebufferTexture2DMultisampleIMG_P = unsafeBitCast(getAddress(CommandInfo("glFramebufferTexture2DMultisampleIMG", [S237])), glFramebufferTexture2DMultisampleIMG_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3354:48: error: missing argument label 'to:' in call glFramebufferTexture2DOES_P = unsafeBitCast(getAddress(CommandInfo("glFramebufferTexture2DOES", [S317])), glFramebufferTexture2DOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3358:45: error: missing argument label 'to:' in call glFramebufferTexture3D_P = unsafeBitCast(getAddress(CommandInfo("glFramebufferTexture3D", [S8, S77])), glFramebufferTexture3D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3362:48: error: missing argument label 'to:' in call glFramebufferTexture3DEXT_P = unsafeBitCast(getAddress(CommandInfo("glFramebufferTexture3DEXT", [S179])), glFramebufferTexture3DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3366:48: error: missing argument label 'to:' in call glFramebufferTexture3DOES_P = unsafeBitCast(getAddress(CommandInfo("glFramebufferTexture3DOES", [S328])), glFramebufferTexture3DOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3370:46: error: missing argument label 'to:' in call glFramebufferTextureARB_P = unsafeBitCast(getAddress(CommandInfo("glFramebufferTextureARB", [S78])), glFramebufferTextureARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3374:46: error: missing argument label 'to:' in call glFramebufferTextureEXT_P = unsafeBitCast(getAddress(CommandInfo("glFramebufferTextureEXT", [S180, S274])), glFramebufferTextureEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3378:50: error: missing argument label 'to:' in call glFramebufferTextureFaceARB_P = unsafeBitCast(getAddress(CommandInfo("glFramebufferTextureFaceARB", [S78])), glFramebufferTextureFaceARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3382:50: error: missing argument label 'to:' in call glFramebufferTextureFaceEXT_P = unsafeBitCast(getAddress(CommandInfo("glFramebufferTextureFaceEXT", [S274])), glFramebufferTextureFaceEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3386:48: error: missing argument label 'to:' in call glFramebufferTextureLayer_P = unsafeBitCast(getAddress(CommandInfo("glFramebufferTextureLayer", [S8, S20, S77])), glFramebufferTextureLayer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3390:51: error: missing argument label 'to:' in call glFramebufferTextureLayerARB_P = unsafeBitCast(getAddress(CommandInfo("glFramebufferTextureLayerARB", [S78])), glFramebufferTextureLayerARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3394:51: error: missing argument label 'to:' in call glFramebufferTextureLayerEXT_P = unsafeBitCast(getAddress(CommandInfo("glFramebufferTextureLayerEXT", [S214, S274])), glFramebufferTextureLayerEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3398:66: error: missing argument label 'to:' in call glFramebufferTextureMultisampleMultiviewOVR_P = unsafeBitCast(getAddress(CommandInfo("glFramebufferTextureMultisampleMultiviewOVR", [S336])), glFramebufferTextureMultisampleMultiviewOVR_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3402:55: error: missing argument label 'to:' in call glFramebufferTextureMultiviewOVR_P = unsafeBitCast(getAddress(CommandInfo("glFramebufferTextureMultiviewOVR", [S335])), glFramebufferTextureMultiviewOVR_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3406:46: error: missing argument label 'to:' in call glFramebufferTextureOES_P = unsafeBitCast(getAddress(CommandInfo("glFramebufferTextureOES", [S318])), glFramebufferTextureOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3410:44: error: missing argument label 'to:' in call glFreeObjectBufferATI_P = unsafeBitCast(getAddress(CommandInfo("glFreeObjectBufferATI", [S146])), glFreeObjectBufferATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3414:34: error: missing argument label 'to:' in call glFrontFace_P = unsafeBitCast(getAddress(CommandInfo("glFrontFace", [S0, S18])), glFrontFace_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3418:32: error: missing argument label 'to:' in call glFrustum_P = unsafeBitCast(getAddress(CommandInfo("glFrustum", [S0, S23])), glFrustum_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3422:33: error: missing argument label 'to:' in call glFrustumf_P = unsafeBitCast(getAddress(CommandInfo("glFrustumf", [S18])), glFrustumf_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3426:36: error: missing argument label 'to:' in call glFrustumfOES_P = unsafeBitCast(getAddress(CommandInfo("glFrustumfOES", [S326])), glFrustumfOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3430:33: error: missing argument label 'to:' in call glFrustumx_P = unsafeBitCast(getAddress(CommandInfo("glFrustumx", [S18])), glFrustumx_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3434:36: error: missing argument label 'to:' in call glFrustumxOES_P = unsafeBitCast(getAddress(CommandInfo("glFrustumxOES", [S316])), glFrustumxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3438:44: error: missing argument label 'to:' in call glGenAsyncMarkersSGIX_P = unsafeBitCast(getAddress(CommandInfo("glGenAsyncMarkersSGIX", [S352])), glGenAsyncMarkersSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3442:35: error: missing argument label 'to:' in call glGenBuffers_P = unsafeBitCast(getAddress(CommandInfo("glGenBuffers", [S5, S18])), glGenBuffers_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3446:38: error: missing argument label 'to:' in call glGenBuffersARB_P = unsafeBitCast(getAddress(CommandInfo("glGenBuffersARB", [S133])), glGenBuffersARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3450:39: error: missing argument label 'to:' in call glGenFencesAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glGenFencesAPPLE", [S43])), glGenFencesAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3454:36: error: missing argument label 'to:' in call glGenFencesNV_P = unsafeBitCast(getAddress(CommandInfo("glGenFencesNV", [S267])), glGenFencesNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3458:46: error: missing argument label 'to:' in call glGenFragmentShadersATI_P = unsafeBitCast(getAddress(CommandInfo("glGenFragmentShadersATI", [S142])), glGenFragmentShadersATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3462:40: error: missing argument label 'to:' in call glGenFramebuffers_P = unsafeBitCast(getAddress(CommandInfo("glGenFramebuffers", [S8, S19, S77])), glGenFramebuffers_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3466:43: error: missing argument label 'to:' in call glGenFramebuffersEXT_P = unsafeBitCast(getAddress(CommandInfo("glGenFramebuffersEXT", [S179])), glGenFramebuffersEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3470:43: error: missing argument label 'to:' in call glGenFramebuffersOES_P = unsafeBitCast(getAddress(CommandInfo("glGenFramebuffersOES", [S317])), glGenFramebuffersOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3474:33: error: missing argument label 'to:' in call glGenLists_P = unsafeBitCast(getAddress(CommandInfo("glGenLists", [S0, S23])), glGenLists_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3478:36: error: missing argument label 'to:' in call glGenNamesAMD_P = unsafeBitCast(getAddress(CommandInfo("glGenNamesAMD", [S30])), glGenNamesAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3482:46: error: missing argument label 'to:' in call glGenOcclusionQueriesNV_P = unsafeBitCast(getAddress(CommandInfo("glGenOcclusionQueriesNV", [S282])), glGenOcclusionQueriesNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3486:35: error: missing argument label 'to:' in call glGenPathsNV_P = unsafeBitCast(getAddress(CommandInfo("glGenPathsNV", [S284])), glGenPathsNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3490:43: error: missing argument label 'to:' in call glGenPerfMonitorsAMD_P = unsafeBitCast(getAddress(CommandInfo("glGenPerfMonitorsAMD", [S32])), glGenPerfMonitorsAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3494:44: error: missing argument label 'to:' in call glGenProgramPipelines_P = unsafeBitCast(getAddress(CommandInfo("glGenProgramPipelines", [S13, S21, S104])), glGenProgramPipelines_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3498:47: error: missing argument label 'to:' in call glGenProgramPipelinesEXT_P = unsafeBitCast(getAddress(CommandInfo("glGenProgramPipelinesEXT", [S206])), glGenProgramPipelinesEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3502:39: error: missing argument label 'to:' in call glGenProgramsARB_P = unsafeBitCast(getAddress(CommandInfo("glGenProgramsARB", [S75, S134])), glGenProgramsARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3506:38: error: missing argument label 'to:' in call glGenProgramsNV_P = unsafeBitCast(getAddress(CommandInfo("glGenProgramsNV", [S303])), glGenProgramsNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3510:35: error: missing argument label 'to:' in call glGenQueries_P = unsafeBitCast(getAddress(CommandInfo("glGenQueries", [S5, S20])), glGenQueries_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3514:38: error: missing argument label 'to:' in call glGenQueriesARB_P = unsafeBitCast(getAddress(CommandInfo("glGenQueriesARB", [S95])), glGenQueriesARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3518:38: error: missing argument label 'to:' in call glGenQueriesEXT_P = unsafeBitCast(getAddress(CommandInfo("glGenQueriesEXT", [S169, S195])), glGenQueriesEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3522:41: error: missing argument label 'to:' in call glGenRenderbuffers_P = unsafeBitCast(getAddress(CommandInfo("glGenRenderbuffers", [S8, S19, S77])), glGenRenderbuffers_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3526:44: error: missing argument label 'to:' in call glGenRenderbuffersEXT_P = unsafeBitCast(getAddress(CommandInfo("glGenRenderbuffersEXT", [S179])), glGenRenderbuffersEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3530:44: error: missing argument label 'to:' in call glGenRenderbuffersOES_P = unsafeBitCast(getAddress(CommandInfo("glGenRenderbuffersOES", [S317])), glGenRenderbuffersOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3534:36: error: missing argument label 'to:' in call glGenSamplers_P = unsafeBitCast(getAddress(CommandInfo("glGenSamplers", [S11, S20, S103])), glGenSamplers_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3538:38: error: missing argument label 'to:' in call glGenSymbolsEXT_P = unsafeBitCast(getAddress(CommandInfo("glGenSymbolsEXT", [S228])), glGenSymbolsEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3542:36: error: missing argument label 'to:' in call glGenTextures_P = unsafeBitCast(getAddress(CommandInfo("glGenTextures", [S1, S18])), glGenTextures_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3546:39: error: missing argument label 'to:' in call glGenTexturesEXT_P = unsafeBitCast(getAddress(CommandInfo("glGenTexturesEXT", [S220])), glGenTexturesEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3550:46: error: missing argument label 'to:' in call glGenTransformFeedbacks_P = unsafeBitCast(getAddress(CommandInfo("glGenTransformFeedbacks", [S12, S20, S124])), glGenTransformFeedbacks_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3554:48: error: missing argument label 'to:' in call glGenTransformFeedbacksNV_P = unsafeBitCast(getAddress(CommandInfo("glGenTransformFeedbacksNV", [S298])), glGenTransformFeedbacksNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3558:40: error: missing argument label 'to:' in call glGenVertexArrays_P = unsafeBitCast(getAddress(CommandInfo("glGenVertexArrays", [S8, S20, S129])), glGenVertexArrays_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3562:45: error: missing argument label 'to:' in call glGenVertexArraysAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glGenVertexArraysAPPLE", [S49])), glGenVertexArraysAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3566:43: error: missing argument label 'to:' in call glGenVertexArraysOES_P = unsafeBitCast(getAddress(CommandInfo("glGenVertexArraysOES", [S334])), glGenVertexArraysOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3570:44: error: missing argument label 'to:' in call glGenVertexShadersEXT_P = unsafeBitCast(getAddress(CommandInfo("glGenVertexShadersEXT", [S228])), glGenVertexShadersEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3574:39: error: missing argument label 'to:' in call glGenerateMipmap_P = unsafeBitCast(getAddress(CommandInfo("glGenerateMipmap", [S8, S19, S77])), glGenerateMipmap_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3578:42: error: missing argument label 'to:' in call glGenerateMipmapEXT_P = unsafeBitCast(getAddress(CommandInfo("glGenerateMipmapEXT", [S179])), glGenerateMipmapEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3582:42: error: missing argument label 'to:' in call glGenerateMipmapOES_P = unsafeBitCast(getAddress(CommandInfo("glGenerateMipmapOES", [S317])), glGenerateMipmapOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3586:50: error: missing argument label 'to:' in call glGenerateMultiTexMipmapEXT_P = unsafeBitCast(getAddress(CommandInfo("glGenerateMultiTexMipmapEXT", [S167])), glGenerateMultiTexMipmapEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3590:46: error: missing argument label 'to:' in call glGenerateTextureMipmap_P = unsafeBitCast(getAddress(CommandInfo("glGenerateTextureMipmap", [S17, S69])), glGenerateTextureMipmap_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3594:49: error: missing argument label 'to:' in call glGenerateTextureMipmapEXT_P = unsafeBitCast(getAddress(CommandInfo("glGenerateTextureMipmapEXT", [S167])), glGenerateTextureMipmapEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3598:55: error: missing argument label 'to:' in call glGetActiveAtomicCounterBufferiv_P = unsafeBitCast(getAddress(CommandInfo("glGetActiveAtomicCounterBufferiv", [S14, S105])), glGetActiveAtomicCounterBufferiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3602:40: error: missing argument label 'to:' in call glGetActiveAttrib_P = unsafeBitCast(getAddress(CommandInfo("glGetActiveAttrib", [S6, S19])), glGetActiveAttrib_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3606:43: error: missing argument label 'to:' in call glGetActiveAttribARB_P = unsafeBitCast(getAddress(CommandInfo("glGetActiveAttribARB", [S135])), glGetActiveAttribARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3610:48: error: missing argument label 'to:' in call glGetActiveSubroutineName_P = unsafeBitCast(getAddress(CommandInfo("glGetActiveSubroutineName", [S12, S109])), glGetActiveSubroutineName_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3614:55: error: missing argument label 'to:' in call glGetActiveSubroutineUniformName_P = unsafeBitCast(getAddress(CommandInfo("glGetActiveSubroutineUniformName", [S12, S109])), glGetActiveSubroutineUniformName_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3618:53: error: missing argument label 'to:' in call glGetActiveSubroutineUniformiv_P = unsafeBitCast(getAddress(CommandInfo("glGetActiveSubroutineUniformiv", [S12, S109])), glGetActiveSubroutineUniformiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3622:41: error: missing argument label 'to:' in call glGetActiveUniform_P = unsafeBitCast(getAddress(CommandInfo("glGetActiveUniform", [S6, S19])), glGetActiveUniform_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3626:44: error: missing argument label 'to:' in call glGetActiveUniformARB_P = unsafeBitCast(getAddress(CommandInfo("glGetActiveUniformARB", [S107])), glGetActiveUniformARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3630:50: error: missing argument label 'to:' in call glGetActiveUniformBlockName_P = unsafeBitCast(getAddress(CommandInfo("glGetActiveUniformBlockName", [S9, S20, S128])), glGetActiveUniformBlockName_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3634:48: error: missing argument label 'to:' in call glGetActiveUniformBlockiv_P = unsafeBitCast(getAddress(CommandInfo("glGetActiveUniformBlockiv", [S9, S20, S128])), glGetActiveUniformBlockiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3638:45: error: missing argument label 'to:' in call glGetActiveUniformName_P = unsafeBitCast(getAddress(CommandInfo("glGetActiveUniformName", [S9, S128])), glGetActiveUniformName_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3642:44: error: missing argument label 'to:' in call glGetActiveUniformsiv_P = unsafeBitCast(getAddress(CommandInfo("glGetActiveUniformsiv", [S9, S20, S128])), glGetActiveUniformsiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3646:43: error: missing argument label 'to:' in call glGetActiveVaryingNV_P = unsafeBitCast(getAddress(CommandInfo("glGetActiveVaryingNV", [S297])), glGetActiveVaryingNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3650:44: error: missing argument label 'to:' in call glGetArrayObjectfvATI_P = unsafeBitCast(getAddress(CommandInfo("glGetArrayObjectfvATI", [S146])), glGetArrayObjectfvATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3654:44: error: missing argument label 'to:' in call glGetArrayObjectivATI_P = unsafeBitCast(getAddress(CommandInfo("glGetArrayObjectivATI", [S146])), glGetArrayObjectivATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3658:46: error: missing argument label 'to:' in call glGetAttachedObjectsARB_P = unsafeBitCast(getAddress(CommandInfo("glGetAttachedObjectsARB", [S107])), glGetAttachedObjectsARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3662:43: error: missing argument label 'to:' in call glGetAttachedShaders_P = unsafeBitCast(getAddress(CommandInfo("glGetAttachedShaders", [S6, S19])), glGetAttachedShaders_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3666:42: error: missing argument label 'to:' in call glGetAttribLocation_P = unsafeBitCast(getAddress(CommandInfo("glGetAttribLocation", [S6, S19])), glGetAttribLocation_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3670:45: error: missing argument label 'to:' in call glGetAttribLocationARB_P = unsafeBitCast(getAddress(CommandInfo("glGetAttribLocationARB", [S135])), glGetAttribLocationARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3674:46: error: missing argument label 'to:' in call glGetBooleanIndexedvEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetBooleanIndexedvEXT", [S167, S171])), glGetBooleanIndexedvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3678:38: error: missing argument label 'to:' in call glGetBooleani_v_P = unsafeBitCast(getAddress(CommandInfo("glGetBooleani_v", [S8, S21])), glGetBooleani_v_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3682:36: error: missing argument label 'to:' in call glGetBooleanv_P = unsafeBitCast(getAddress(CommandInfo("glGetBooleanv", [S0, S18])), glGetBooleanv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3686:47: error: missing argument label 'to:' in call glGetBufferParameteri64v_P = unsafeBitCast(getAddress(CommandInfo("glGetBufferParameteri64v", [S10, S20])), glGetBufferParameteri64v_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3690:45: error: missing argument label 'to:' in call glGetBufferParameteriv_P = unsafeBitCast(getAddress(CommandInfo("glGetBufferParameteriv", [S5, S18])), glGetBufferParameteriv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3694:48: error: missing argument label 'to:' in call glGetBufferParameterivARB_P = unsafeBitCast(getAddress(CommandInfo("glGetBufferParameterivARB", [S133])), glGetBufferParameterivARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3698:50: error: missing argument label 'to:' in call glGetBufferParameterui64vNV_P = unsafeBitCast(getAddress(CommandInfo("glGetBufferParameterui64vNV", [S294])), glGetBufferParameterui64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3702:42: error: missing argument label 'to:' in call glGetBufferPointerv_P = unsafeBitCast(getAddress(CommandInfo("glGetBufferPointerv", [S5, S20])), glGetBufferPointerv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3706:45: error: missing argument label 'to:' in call glGetBufferPointervARB_P = unsafeBitCast(getAddress(CommandInfo("glGetBufferPointervARB", [S133])), glGetBufferPointervARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3710:45: error: missing argument label 'to:' in call glGetBufferPointervOES_P = unsafeBitCast(getAddress(CommandInfo("glGetBufferPointervOES", [S320])), glGetBufferPointervOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3714:41: error: missing argument label 'to:' in call glGetBufferSubData_P = unsafeBitCast(getAddress(CommandInfo("glGetBufferSubData", [S5])), glGetBufferSubData_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3718:44: error: missing argument label 'to:' in call glGetBufferSubDataARB_P = unsafeBitCast(getAddress(CommandInfo("glGetBufferSubDataARB", [S133])), glGetBufferSubDataARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3722:37: error: missing argument label 'to:' in call glGetClipPlane_P = unsafeBitCast(getAddress(CommandInfo("glGetClipPlane", [S0, S23])), glGetClipPlane_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3726:38: error: missing argument label 'to:' in call glGetClipPlanef_P = unsafeBitCast(getAddress(CommandInfo("glGetClipPlanef", [S18])), glGetClipPlanef_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3730:41: error: missing argument label 'to:' in call glGetClipPlanefOES_P = unsafeBitCast(getAddress(CommandInfo("glGetClipPlanefOES", [S326])), glGetClipPlanefOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3734:38: error: missing argument label 'to:' in call glGetClipPlanex_P = unsafeBitCast(getAddress(CommandInfo("glGetClipPlanex", [S18])), glGetClipPlanex_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3738:41: error: missing argument label 'to:' in call glGetClipPlanexOES_P = unsafeBitCast(getAddress(CommandInfo("glGetClipPlanexOES", [S316])), glGetClipPlanexOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3742:38: error: missing argument label 'to:' in call glGetColorTable_P = unsafeBitCast(getAddress(CommandInfo("glGetColorTable", [S83])), glGetColorTable_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3746:41: error: missing argument label 'to:' in call glGetColorTableEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetColorTableEXT", [S196])), glGetColorTableEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3750:49: error: missing argument label 'to:' in call glGetColorTableParameterfv_P = unsafeBitCast(getAddress(CommandInfo("glGetColorTableParameterfv", [S83])), glGetColorTableParameterfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3754:52: error: missing argument label 'to:' in call glGetColorTableParameterfvEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetColorTableParameterfvEXT", [S196])), glGetColorTableParameterfvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3758:52: error: missing argument label 'to:' in call glGetColorTableParameterfvSGI_P = unsafeBitCast(getAddress(CommandInfo("glGetColorTableParameterfvSGI", [S364])), glGetColorTableParameterfvSGI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3762:49: error: missing argument label 'to:' in call glGetColorTableParameteriv_P = unsafeBitCast(getAddress(CommandInfo("glGetColorTableParameteriv", [S83])), glGetColorTableParameteriv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3766:52: error: missing argument label 'to:' in call glGetColorTableParameterivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetColorTableParameterivEXT", [S196])), glGetColorTableParameterivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3770:52: error: missing argument label 'to:' in call glGetColorTableParameterivSGI_P = unsafeBitCast(getAddress(CommandInfo("glGetColorTableParameterivSGI", [S364])), glGetColorTableParameterivSGI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3774:41: error: missing argument label 'to:' in call glGetColorTableSGI_P = unsafeBitCast(getAddress(CommandInfo("glGetColorTableSGI", [S364])), glGetColorTableSGI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3778:54: error: missing argument label 'to:' in call glGetCombinerInputParameterfvNV_P = unsafeBitCast(getAddress(CommandInfo("glGetCombinerInputParameterfvNV", [S291])), glGetCombinerInputParameterfvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3782:54: error: missing argument label 'to:' in call glGetCombinerInputParameterivNV_P = unsafeBitCast(getAddress(CommandInfo("glGetCombinerInputParameterivNV", [S291])), glGetCombinerInputParameterivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3786:55: error: missing argument label 'to:' in call glGetCombinerOutputParameterfvNV_P = unsafeBitCast(getAddress(CommandInfo("glGetCombinerOutputParameterfvNV", [S291])), glGetCombinerOutputParameterfvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3790:55: error: missing argument label 'to:' in call glGetCombinerOutputParameterivNV_P = unsafeBitCast(getAddress(CommandInfo("glGetCombinerOutputParameterivNV", [S291])), glGetCombinerOutputParameterivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3794:54: error: missing argument label 'to:' in call glGetCombinerStageParameterfvNV_P = unsafeBitCast(getAddress(CommandInfo("glGetCombinerStageParameterfvNV", [S292])), glGetCombinerStageParameterfvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3798:43: error: missing argument label 'to:' in call glGetCommandHeaderNV_P = unsafeBitCast(getAddress(CommandInfo("glGetCommandHeaderNV", [S254])), glGetCommandHeaderNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3802:54: error: missing argument label 'to:' in call glGetCompressedMultiTexImageEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetCompressedMultiTexImageEXT", [S167])), glGetCompressedMultiTexImageEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3806:46: error: missing argument label 'to:' in call glGetCompressedTexImage_P = unsafeBitCast(getAddress(CommandInfo("glGetCompressedTexImage", [S3])), glGetCompressedTexImage_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3810:49: error: missing argument label 'to:' in call glGetCompressedTexImageARB_P = unsafeBitCast(getAddress(CommandInfo("glGetCompressedTexImageARB", [S118])), glGetCompressedTexImageARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3814:50: error: missing argument label 'to:' in call glGetCompressedTextureImage_P = unsafeBitCast(getAddress(CommandInfo("glGetCompressedTextureImage", [S17, S69])), glGetCompressedTextureImage_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3818:53: error: missing argument label 'to:' in call glGetCompressedTextureImageEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetCompressedTextureImageEXT", [S167])), glGetCompressedTextureImageEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3822:53: error: missing argument label 'to:' in call glGetCompressedTextureSubImage_P = unsafeBitCast(getAddress(CommandInfo("glGetCompressedTextureSubImage", [S17, S80])), glGetCompressedTextureSubImage_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3826:45: error: missing argument label 'to:' in call glGetConvolutionFilter_P = unsafeBitCast(getAddress(CommandInfo("glGetConvolutionFilter", [S83])), glGetConvolutionFilter_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3830:48: error: missing argument label 'to:' in call glGetConvolutionFilterEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetConvolutionFilterEXT", [S159])), glGetConvolutionFilterEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3834:50: error: missing argument label 'to:' in call glGetConvolutionParameterfv_P = unsafeBitCast(getAddress(CommandInfo("glGetConvolutionParameterfv", [S83])), glGetConvolutionParameterfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3838:53: error: missing argument label 'to:' in call glGetConvolutionParameterfvEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetConvolutionParameterfvEXT", [S159])), glGetConvolutionParameterfvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3842:50: error: missing argument label 'to:' in call glGetConvolutionParameteriv_P = unsafeBitCast(getAddress(CommandInfo("glGetConvolutionParameteriv", [S83])), glGetConvolutionParameteriv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3846:53: error: missing argument label 'to:' in call glGetConvolutionParameterivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetConvolutionParameterivEXT", [S159])), glGetConvolutionParameterivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3850:53: error: missing argument label 'to:' in call glGetConvolutionParameterxvOES_P = unsafeBitCast(getAddress(CommandInfo("glGetConvolutionParameterxvOES", [S316])), glGetConvolutionParameterxvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3854:53: error: missing argument label 'to:' in call glGetCoverageModulationTableNV_P = unsafeBitCast(getAddress(CommandInfo("glGetCoverageModulationTableNV", [S271])), glGetCoverageModulationTableNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3858:43: error: missing argument label 'to:' in call glGetDebugMessageLog_P = unsafeBitCast(getAddress(CommandInfo("glGetDebugMessageLog", [S15, S22, S245])), glGetDebugMessageLog_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3862:46: error: missing argument label 'to:' in call glGetDebugMessageLogAMD_P = unsafeBitCast(getAddress(CommandInfo("glGetDebugMessageLogAMD", [S25])), glGetDebugMessageLogAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3866:46: error: missing argument label 'to:' in call glGetDebugMessageLogARB_P = unsafeBitCast(getAddress(CommandInfo("glGetDebugMessageLogARB", [S68])), glGetDebugMessageLogARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3870:46: error: missing argument label 'to:' in call glGetDebugMessageLogKHR_P = unsafeBitCast(getAddress(CommandInfo("glGetDebugMessageLogKHR", [S245])), glGetDebugMessageLogKHR_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3874:45: error: missing argument label 'to:' in call glGetDetailTexFuncSGIS_P = unsafeBitCast(getAddress(CommandInfo("glGetDetailTexFuncSGIS", [S343])), glGetDetailTexFuncSGIS_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3878:45: error: missing argument label 'to:' in call glGetDoubleIndexedvEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetDoubleIndexedvEXT", [S167])), glGetDoubleIndexedvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3882:37: error: missing argument label 'to:' in call glGetDoublei_v_P = unsafeBitCast(getAddress(CommandInfo("glGetDoublei_v", [S13, S137])), glGetDoublei_v_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3886:40: error: missing argument label 'to:' in call glGetDoublei_vEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetDoublei_vEXT", [S167])), glGetDoublei_vEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3890:35: error: missing argument label 'to:' in call glGetDoublev_P = unsafeBitCast(getAddress(CommandInfo("glGetDoublev", [S0])), glGetDoublev_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3894:51: error: missing argument label 'to:' in call glGetDriverControlStringQCOM_P = unsafeBitCast(getAddress(CommandInfo("glGetDriverControlStringQCOM", [S339])), glGetDriverControlStringQCOM_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3898:46: error: missing argument label 'to:' in call glGetDriverControlsQCOM_P = unsafeBitCast(getAddress(CommandInfo("glGetDriverControlsQCOM", [S339])), glGetDriverControlsQCOM_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3902:33: error: missing argument label 'to:' in call glGetError_P = unsafeBitCast(getAddress(CommandInfo("glGetError", [S0, S18])), glGetError_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3906:37: error: missing argument label 'to:' in call glGetFenceivNV_P = unsafeBitCast(getAddress(CommandInfo("glGetFenceivNV", [S267])), glGetFenceivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3910:59: error: missing argument label 'to:' in call glGetFinalCombinerInputParameterfvNV_P = unsafeBitCast(getAddress(CommandInfo("glGetFinalCombinerInputParameterfvNV", [S291])), glGetFinalCombinerInputParameterfvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3914:59: error: missing argument label 'to:' in call glGetFinalCombinerInputParameterivNV_P = unsafeBitCast(getAddress(CommandInfo("glGetFinalCombinerInputParameterivNV", [S291])), glGetFinalCombinerInputParameterivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3918:49: error: missing argument label 'to:' in call glGetFirstPerfQueryIdINTEL_P = unsafeBitCast(getAddress(CommandInfo("glGetFirstPerfQueryIdINTEL", [S243])), glGetFirstPerfQueryIdINTEL_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3922:34: error: missing argument label 'to:' in call glGetFixedv_P = unsafeBitCast(getAddress(CommandInfo("glGetFixedv", [S18])), glGetFixedv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3926:37: error: missing argument label 'to:' in call glGetFixedvOES_P = unsafeBitCast(getAddress(CommandInfo("glGetFixedvOES", [S316])), glGetFixedvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3930:44: error: missing argument label 'to:' in call glGetFloatIndexedvEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetFloatIndexedvEXT", [S167])), glGetFloatIndexedvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3934:36: error: missing argument label 'to:' in call glGetFloati_v_P = unsafeBitCast(getAddress(CommandInfo("glGetFloati_v", [S13, S137])), glGetFloati_v_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3938:39: error: missing argument label 'to:' in call glGetFloati_vEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetFloati_vEXT", [S167])), glGetFloati_vEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3942:38: error: missing argument label 'to:' in call glGetFloati_vNV_P = unsafeBitCast(getAddress(CommandInfo("glGetFloati_vNV", [S306])), glGetFloati_vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3946:34: error: missing argument label 'to:' in call glGetFloatv_P = unsafeBitCast(getAddress(CommandInfo("glGetFloatv", [S0, S18])), glGetFloatv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3950:39: error: missing argument label 'to:' in call glGetFogFuncSGIS_P = unsafeBitCast(getAddress(CommandInfo("glGetFogFuncSGIS", [S344])), glGetFogFuncSGIS_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3954:41: error: missing argument label 'to:' in call glGetFragDataIndex_P = unsafeBitCast(getAddress(CommandInfo("glGetFragDataIndex", [S11, S57])), glGetFragDataIndex_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3958:44: error: missing argument label 'to:' in call glGetFragDataIndexEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetFragDataIndexEXT", [S153])), glGetFragDataIndexEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3962:44: error: missing argument label 'to:' in call glGetFragDataLocation_P = unsafeBitCast(getAddress(CommandInfo("glGetFragDataLocation", [S8, S20])), glGetFragDataLocation_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3966:47: error: missing argument label 'to:' in call glGetFragDataLocationEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetFragDataLocationEXT", [S183])), glGetFragDataLocationEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3970:47: error: missing argument label 'to:' in call glGetFragmentLightfvSGIX_P = unsafeBitCast(getAddress(CommandInfo("glGetFragmentLightfvSGIX", [S354])), glGetFragmentLightfvSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3974:47: error: missing argument label 'to:' in call glGetFragmentLightivSGIX_P = unsafeBitCast(getAddress(CommandInfo("glGetFragmentLightivSGIX", [S354])), glGetFragmentLightivSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3978:50: error: missing argument label 'to:' in call glGetFragmentMaterialfvSGIX_P = unsafeBitCast(getAddress(CommandInfo("glGetFragmentMaterialfvSGIX", [S354])), glGetFragmentMaterialfvSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3982:50: error: missing argument label 'to:' in call glGetFragmentMaterialivSGIX_P = unsafeBitCast(getAddress(CommandInfo("glGetFragmentMaterialivSGIX", [S354])), glGetFragmentMaterialivSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3986:60: error: missing argument label 'to:' in call glGetFramebufferAttachmentParameteriv_P = unsafeBitCast(getAddress(CommandInfo("glGetFramebufferAttachmentParameteriv", [S8, S19, S77])), glGetFramebufferAttachmentParameteriv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3990:63: error: missing argument label 'to:' in call glGetFramebufferAttachmentParameterivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetFramebufferAttachmentParameterivEXT", [S179])), glGetFramebufferAttachmentParameterivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3994:63: error: missing argument label 'to:' in call glGetFramebufferAttachmentParameterivOES_P = unsafeBitCast(getAddress(CommandInfo("glGetFramebufferAttachmentParameterivOES", [S317])), glGetFramebufferAttachmentParameterivOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:3998:50: error: missing argument label 'to:' in call glGetFramebufferParameteriv_P = unsafeBitCast(getAddress(CommandInfo("glGetFramebufferParameteriv", [S15, S21, S76])), glGetFramebufferParameteriv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4002:53: error: missing argument label 'to:' in call glGetFramebufferParameterivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetFramebufferParameterivEXT", [S167])), glGetFramebufferParameterivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4006:47: error: missing argument label 'to:' in call glGetGraphicsResetStatus_P = unsafeBitCast(getAddress(CommandInfo("glGetGraphicsResetStatus", [S17, S22, S246])), glGetGraphicsResetStatus_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4010:50: error: missing argument label 'to:' in call glGetGraphicsResetStatusARB_P = unsafeBitCast(getAddress(CommandInfo("glGetGraphicsResetStatusARB", [S100])), glGetGraphicsResetStatusARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4014:50: error: missing argument label 'to:' in call glGetGraphicsResetStatusEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetGraphicsResetStatusEXT", [S204])), glGetGraphicsResetStatusEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4018:50: error: missing argument label 'to:' in call glGetGraphicsResetStatusKHR_P = unsafeBitCast(getAddress(CommandInfo("glGetGraphicsResetStatusKHR", [S246])), glGetGraphicsResetStatusKHR_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4022:37: error: missing argument label 'to:' in call glGetHandleARB_P = unsafeBitCast(getAddress(CommandInfo("glGetHandleARB", [S107])), glGetHandleARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4026:37: error: missing argument label 'to:' in call glGetHistogram_P = unsafeBitCast(getAddress(CommandInfo("glGetHistogram", [S83])), glGetHistogram_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4030:40: error: missing argument label 'to:' in call glGetHistogramEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetHistogramEXT", [S184])), glGetHistogramEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4034:48: error: missing argument label 'to:' in call glGetHistogramParameterfv_P = unsafeBitCast(getAddress(CommandInfo("glGetHistogramParameterfv", [S83])), glGetHistogramParameterfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4038:51: error: missing argument label 'to:' in call glGetHistogramParameterfvEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetHistogramParameterfvEXT", [S184])), glGetHistogramParameterfvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4042:48: error: missing argument label 'to:' in call glGetHistogramParameteriv_P = unsafeBitCast(getAddress(CommandInfo("glGetHistogramParameteriv", [S83])), glGetHistogramParameteriv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4046:51: error: missing argument label 'to:' in call glGetHistogramParameterivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetHistogramParameterivEXT", [S184])), glGetHistogramParameterivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4050:51: error: missing argument label 'to:' in call glGetHistogramParameterxvOES_P = unsafeBitCast(getAddress(CommandInfo("glGetHistogramParameterxvOES", [S316])), glGetHistogramParameterxvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4054:42: error: missing argument label 'to:' in call glGetImageHandleARB_P = unsafeBitCast(getAddress(CommandInfo("glGetImageHandleARB", [S56])), glGetImageHandleARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4058:41: error: missing argument label 'to:' in call glGetImageHandleNV_P = unsafeBitCast(getAddress(CommandInfo("glGetImageHandleNV", [S252])), glGetImageHandleNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4062:55: error: missing argument label 'to:' in call glGetImageTransformParameterfvHP_P = unsafeBitCast(getAddress(CommandInfo("glGetImageTransformParameterfvHP", [S233])), glGetImageTransformParameterfvHP_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4066:55: error: missing argument label 'to:' in call glGetImageTransformParameterivHP_P = unsafeBitCast(getAddress(CommandInfo("glGetImageTransformParameterivHP", [S233])), glGetImageTransformParameterivHP_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4070:38: error: missing argument label 'to:' in call glGetInfoLogARB_P = unsafeBitCast(getAddress(CommandInfo("glGetInfoLogARB", [S107])), glGetInfoLogARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4074:43: error: missing argument label 'to:' in call glGetInstrumentsSGIX_P = unsafeBitCast(getAddress(CommandInfo("glGetInstrumentsSGIX", [S357])), glGetInstrumentsSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4078:40: error: missing argument label 'to:' in call glGetInteger64i_v_P = unsafeBitCast(getAddress(CommandInfo("glGetInteger64i_v", [S10, S20])), glGetInteger64i_v_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4082:38: error: missing argument label 'to:' in call glGetInteger64v_P = unsafeBitCast(getAddress(CommandInfo("glGetInteger64v", [S10, S20, S113])), glGetInteger64v_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4086:43: error: missing argument label 'to:' in call glGetInteger64vAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glGetInteger64vAPPLE", [S47])), glGetInteger64vAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4090:46: error: missing argument label 'to:' in call glGetIntegerIndexedvEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetIntegerIndexedvEXT", [S167, S171])), glGetIntegerIndexedvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4094:38: error: missing argument label 'to:' in call glGetIntegeri_v_P = unsafeBitCast(getAddress(CommandInfo("glGetIntegeri_v", [S8, S9, S20, S128])), glGetIntegeri_v_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4098:41: error: missing argument label 'to:' in call glGetIntegeri_vEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetIntegeri_vEXT", [S194])), glGetIntegeri_vEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4102:44: error: missing argument label 'to:' in call glGetIntegerui64i_vNV_P = unsafeBitCast(getAddress(CommandInfo("glGetIntegerui64i_vNV", [S302])), glGetIntegerui64i_vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4106:42: error: missing argument label 'to:' in call glGetIntegerui64vNV_P = unsafeBitCast(getAddress(CommandInfo("glGetIntegerui64vNV", [S294])), glGetIntegerui64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4110:36: error: missing argument label 'to:' in call glGetIntegerv_P = unsafeBitCast(getAddress(CommandInfo("glGetIntegerv", [S0, S18])), glGetIntegerv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4114:52: error: missing argument label 'to:' in call glGetInternalformatSampleivNV_P = unsafeBitCast(getAddress(CommandInfo("glGetInternalformatSampleivNV", [S280])), glGetInternalformatSampleivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4118:46: error: missing argument label 'to:' in call glGetInternalformati64v_P = unsafeBitCast(getAddress(CommandInfo("glGetInternalformati64v", [S15, S87])), glGetInternalformati64v_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4122:44: error: missing argument label 'to:' in call glGetInternalformativ_P = unsafeBitCast(getAddress(CommandInfo("glGetInternalformativ", [S14, S20, S86])), glGetInternalformativ_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4126:48: error: missing argument label 'to:' in call glGetInvariantBooleanvEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetInvariantBooleanvEXT", [S228])), glGetInvariantBooleanvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4130:46: error: missing argument label 'to:' in call glGetInvariantFloatvEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetInvariantFloatvEXT", [S228])), glGetInvariantFloatvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4134:48: error: missing argument label 'to:' in call glGetInvariantIntegervEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetInvariantIntegervEXT", [S228])), glGetInvariantIntegervEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4138:35: error: missing argument label 'to:' in call glGetLightfv_P = unsafeBitCast(getAddress(CommandInfo("glGetLightfv", [S0, S23, S18])), glGetLightfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4142:35: error: missing argument label 'to:' in call glGetLightiv_P = unsafeBitCast(getAddress(CommandInfo("glGetLightiv", [S0, S23])), glGetLightiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4146:37: error: missing argument label 'to:' in call glGetLightxOES_P = unsafeBitCast(getAddress(CommandInfo("glGetLightxOES", [S316])), glGetLightxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4150:35: error: missing argument label 'to:' in call glGetLightxv_P = unsafeBitCast(getAddress(CommandInfo("glGetLightxv", [S18])), glGetLightxv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4154:38: error: missing argument label 'to:' in call glGetLightxvOES_P = unsafeBitCast(getAddress(CommandInfo("glGetLightxvOES", [S316])), glGetLightxvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4158:47: error: missing argument label 'to:' in call glGetListParameterfvSGIX_P = unsafeBitCast(getAddress(CommandInfo("glGetListParameterfvSGIX", [S358])), glGetListParameterfvSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4162:47: error: missing argument label 'to:' in call glGetListParameterivSGIX_P = unsafeBitCast(getAddress(CommandInfo("glGetListParameterivSGIX", [S358])), glGetListParameterivSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4166:52: error: missing argument label 'to:' in call glGetLocalConstantBooleanvEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetLocalConstantBooleanvEXT", [S228])), glGetLocalConstantBooleanvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4170:50: error: missing argument label 'to:' in call glGetLocalConstantFloatvEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetLocalConstantFloatvEXT", [S228])), glGetLocalConstantFloatvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4174:52: error: missing argument label 'to:' in call glGetLocalConstantIntegervEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetLocalConstantIntegervEXT", [S228])), glGetLocalConstantIntegervEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4178:50: error: missing argument label 'to:' in call glGetMapAttribParameterfvNV_P = unsafeBitCast(getAddress(CommandInfo("glGetMapAttribParameterfvNV", [S265])), glGetMapAttribParameterfvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4182:50: error: missing argument label 'to:' in call glGetMapAttribParameterivNV_P = unsafeBitCast(getAddress(CommandInfo("glGetMapAttribParameterivNV", [S265])), glGetMapAttribParameterivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4186:46: error: missing argument label 'to:' in call glGetMapControlPointsNV_P = unsafeBitCast(getAddress(CommandInfo("glGetMapControlPointsNV", [S265])), glGetMapControlPointsNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4190:44: error: missing argument label 'to:' in call glGetMapParameterfvNV_P = unsafeBitCast(getAddress(CommandInfo("glGetMapParameterfvNV", [S265])), glGetMapParameterfvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4194:44: error: missing argument label 'to:' in call glGetMapParameterivNV_P = unsafeBitCast(getAddress(CommandInfo("glGetMapParameterivNV", [S265])), glGetMapParameterivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4198:33: error: missing argument label 'to:' in call glGetMapdv_P = unsafeBitCast(getAddress(CommandInfo("glGetMapdv", [S0, S23])), glGetMapdv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4202:33: error: missing argument label 'to:' in call glGetMapfv_P = unsafeBitCast(getAddress(CommandInfo("glGetMapfv", [S0, S23])), glGetMapfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4206:33: error: missing argument label 'to:' in call glGetMapiv_P = unsafeBitCast(getAddress(CommandInfo("glGetMapiv", [S0, S23])), glGetMapiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4210:36: error: missing argument label 'to:' in call glGetMapxvOES_P = unsafeBitCast(getAddress(CommandInfo("glGetMapxvOES", [S316])), glGetMapxvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4214:38: error: missing argument label 'to:' in call glGetMaterialfv_P = unsafeBitCast(getAddress(CommandInfo("glGetMaterialfv", [S0, S23, S18])), glGetMaterialfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4218:38: error: missing argument label 'to:' in call glGetMaterialiv_P = unsafeBitCast(getAddress(CommandInfo("glGetMaterialiv", [S0, S23])), glGetMaterialiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4222:40: error: missing argument label 'to:' in call glGetMaterialxOES_P = unsafeBitCast(getAddress(CommandInfo("glGetMaterialxOES", [S316])), glGetMaterialxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4226:38: error: missing argument label 'to:' in call glGetMaterialxv_P = unsafeBitCast(getAddress(CommandInfo("glGetMaterialxv", [S18])), glGetMaterialxv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4230:41: error: missing argument label 'to:' in call glGetMaterialxvOES_P = unsafeBitCast(getAddress(CommandInfo("glGetMaterialxvOES", [S316])), glGetMaterialxvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4234:34: error: missing argument label 'to:' in call glGetMinmax_P = unsafeBitCast(getAddress(CommandInfo("glGetMinmax", [S83])), glGetMinmax_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4238:37: error: missing argument label 'to:' in call glGetMinmaxEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetMinmaxEXT", [S184])), glGetMinmaxEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4242:45: error: missing argument label 'to:' in call glGetMinmaxParameterfv_P = unsafeBitCast(getAddress(CommandInfo("glGetMinmaxParameterfv", [S83])), glGetMinmaxParameterfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4246:48: error: missing argument label 'to:' in call glGetMinmaxParameterfvEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetMinmaxParameterfvEXT", [S184])), glGetMinmaxParameterfvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4250:45: error: missing argument label 'to:' in call glGetMinmaxParameteriv_P = unsafeBitCast(getAddress(CommandInfo("glGetMinmaxParameteriv", [S83])), glGetMinmaxParameteriv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4254:48: error: missing argument label 'to:' in call glGetMinmaxParameterivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetMinmaxParameterivEXT", [S184])), glGetMinmaxParameterivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4258:44: error: missing argument label 'to:' in call glGetMultiTexEnvfvEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetMultiTexEnvfvEXT", [S167])), glGetMultiTexEnvfvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4262:44: error: missing argument label 'to:' in call glGetMultiTexEnvivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetMultiTexEnvivEXT", [S167])), glGetMultiTexEnvivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4266:44: error: missing argument label 'to:' in call glGetMultiTexGendvEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetMultiTexGendvEXT", [S167])), glGetMultiTexGendvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4270:44: error: missing argument label 'to:' in call glGetMultiTexGenfvEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetMultiTexGenfvEXT", [S167])), glGetMultiTexGenfvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4274:44: error: missing argument label 'to:' in call glGetMultiTexGenivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetMultiTexGenivEXT", [S167])), glGetMultiTexGenivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4278:44: error: missing argument label 'to:' in call glGetMultiTexImageEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetMultiTexImageEXT", [S167])), glGetMultiTexImageEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4282:55: error: missing argument label 'to:' in call glGetMultiTexLevelParameterfvEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetMultiTexLevelParameterfvEXT", [S167])), glGetMultiTexLevelParameterfvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4286:55: error: missing argument label 'to:' in call glGetMultiTexLevelParameterivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetMultiTexLevelParameterivEXT", [S167])), glGetMultiTexLevelParameterivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4290:51: error: missing argument label 'to:' in call glGetMultiTexParameterIivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetMultiTexParameterIivEXT", [S167])), glGetMultiTexParameterIivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4294:52: error: missing argument label 'to:' in call glGetMultiTexParameterIuivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetMultiTexParameterIuivEXT", [S167])), glGetMultiTexParameterIuivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4298:50: error: missing argument label 'to:' in call glGetMultiTexParameterfvEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetMultiTexParameterfvEXT", [S167])), glGetMultiTexParameterfvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4302:50: error: missing argument label 'to:' in call glGetMultiTexParameterivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetMultiTexParameterivEXT", [S167])), glGetMultiTexParameterivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4306:41: error: missing argument label 'to:' in call glGetMultisamplefv_P = unsafeBitCast(getAddress(CommandInfo("glGetMultisamplefv", [S10, S21, S119])), glGetMultisamplefv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4310:43: error: missing argument label 'to:' in call glGetMultisamplefvNV_P = unsafeBitCast(getAddress(CommandInfo("glGetMultisamplefvNV", [S266])), glGetMultisamplefvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4314:52: error: missing argument label 'to:' in call glGetNamedBufferParameteri64v_P = unsafeBitCast(getAddress(CommandInfo("glGetNamedBufferParameteri64v", [S17, S69])), glGetNamedBufferParameteri64v_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4318:50: error: missing argument label 'to:' in call glGetNamedBufferParameteriv_P = unsafeBitCast(getAddress(CommandInfo("glGetNamedBufferParameteriv", [S17, S69])), glGetNamedBufferParameteriv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4322:53: error: missing argument label 'to:' in call glGetNamedBufferParameterivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetNamedBufferParameterivEXT", [S167])), glGetNamedBufferParameterivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4326:55: error: missing argument label 'to:' in call glGetNamedBufferParameterui64vNV_P = unsafeBitCast(getAddress(CommandInfo("glGetNamedBufferParameterui64vNV", [S294])), glGetNamedBufferParameterui64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4330:47: error: missing argument label 'to:' in call glGetNamedBufferPointerv_P = unsafeBitCast(getAddress(CommandInfo("glGetNamedBufferPointerv", [S17, S69])), glGetNamedBufferPointerv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4334:50: error: missing argument label 'to:' in call glGetNamedBufferPointervEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetNamedBufferPointervEXT", [S167])), glGetNamedBufferPointervEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4338:46: error: missing argument label 'to:' in call glGetNamedBufferSubData_P = unsafeBitCast(getAddress(CommandInfo("glGetNamedBufferSubData", [S17, S69])), glGetNamedBufferSubData_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4342:49: error: missing argument label 'to:' in call glGetNamedBufferSubDataEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetNamedBufferSubDataEXT", [S167])), glGetNamedBufferSubDataEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4346:65: error: missing argument label 'to:' in call glGetNamedFramebufferAttachmentParameteriv_P = unsafeBitCast(getAddress(CommandInfo("glGetNamedFramebufferAttachmentParameteriv", [S17, S69])), glGetNamedFramebufferAttachmentParameteriv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4350:68: error: missing argument label 'to:' in call glGetNamedFramebufferAttachmentParameterivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetNamedFramebufferAttachmentParameterivEXT", [S167])), glGetNamedFramebufferAttachmentParameterivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4354:55: error: missing argument label 'to:' in call glGetNamedFramebufferParameteriv_P = unsafeBitCast(getAddress(CommandInfo("glGetNamedFramebufferParameteriv", [S17, S69])), glGetNamedFramebufferParameteriv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4358:58: error: missing argument label 'to:' in call glGetNamedFramebufferParameterivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetNamedFramebufferParameterivEXT", [S167])), glGetNamedFramebufferParameterivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4362:60: error: missing argument label 'to:' in call glGetNamedProgramLocalParameterIivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetNamedProgramLocalParameterIivEXT", [S167])), glGetNamedProgramLocalParameterIivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4366:61: error: missing argument label 'to:' in call glGetNamedProgramLocalParameterIuivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetNamedProgramLocalParameterIuivEXT", [S167])), glGetNamedProgramLocalParameterIuivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4370:59: error: missing argument label 'to:' in call glGetNamedProgramLocalParameterdvEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetNamedProgramLocalParameterdvEXT", [S167])), glGetNamedProgramLocalParameterdvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4374:59: error: missing argument label 'to:' in call glGetNamedProgramLocalParameterfvEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetNamedProgramLocalParameterfvEXT", [S167])), glGetNamedProgramLocalParameterfvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4378:49: error: missing argument label 'to:' in call glGetNamedProgramStringEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetNamedProgramStringEXT", [S167])), glGetNamedProgramStringEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4382:45: error: missing argument label 'to:' in call glGetNamedProgramivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetNamedProgramivEXT", [S167])), glGetNamedProgramivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4386:56: error: missing argument label 'to:' in call glGetNamedRenderbufferParameteriv_P = unsafeBitCast(getAddress(CommandInfo("glGetNamedRenderbufferParameteriv", [S17, S69])), glGetNamedRenderbufferParameteriv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4390:59: error: missing argument label 'to:' in call glGetNamedRenderbufferParameterivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetNamedRenderbufferParameterivEXT", [S167])), glGetNamedRenderbufferParameterivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4394:42: error: missing argument label 'to:' in call glGetNamedStringARB_P = unsafeBitCast(getAddress(CommandInfo("glGetNamedStringARB", [S110])), glGetNamedStringARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4398:44: error: missing argument label 'to:' in call glGetNamedStringivARB_P = unsafeBitCast(getAddress(CommandInfo("glGetNamedStringivARB", [S110])), glGetNamedStringivARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4402:48: error: missing argument label 'to:' in call glGetNextPerfQueryIdINTEL_P = unsafeBitCast(getAddress(CommandInfo("glGetNextPerfQueryIdINTEL", [S243])), glGetNextPerfQueryIdINTEL_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4406:45: error: missing argument label 'to:' in call glGetObjectBufferfvATI_P = unsafeBitCast(getAddress(CommandInfo("glGetObjectBufferfvATI", [S146])), glGetObjectBufferfvATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4410:45: error: missing argument label 'to:' in call glGetObjectBufferivATI_P = unsafeBitCast(getAddress(CommandInfo("glGetObjectBufferivATI", [S146])), glGetObjectBufferivATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4414:39: error: missing argument label 'to:' in call glGetObjectLabel_P = unsafeBitCast(getAddress(CommandInfo("glGetObjectLabel", [S15, S22, S245])), glGetObjectLabel_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4418:42: error: missing argument label 'to:' in call glGetObjectLabelEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetObjectLabelEXT", [S164])), glGetObjectLabelEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4422:42: error: missing argument label 'to:' in call glGetObjectLabelKHR_P = unsafeBitCast(getAddress(CommandInfo("glGetObjectLabelKHR", [S245])), glGetObjectLabelKHR_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4426:48: error: missing argument label 'to:' in call glGetObjectParameterfvARB_P = unsafeBitCast(getAddress(CommandInfo("glGetObjectParameterfvARB", [S107])), glGetObjectParameterfvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4430:50: error: missing argument label 'to:' in call glGetObjectParameterivAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glGetObjectParameterivAPPLE", [S46])), glGetObjectParameterivAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4434:48: error: missing argument label 'to:' in call glGetObjectParameterivARB_P = unsafeBitCast(getAddress(CommandInfo("glGetObjectParameterivARB", [S107])), glGetObjectParameterivARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4438:42: error: missing argument label 'to:' in call glGetObjectPtrLabel_P = unsafeBitCast(getAddress(CommandInfo("glGetObjectPtrLabel", [S15, S22, S245])), glGetObjectPtrLabel_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4442:45: error: missing argument label 'to:' in call glGetObjectPtrLabelKHR_P = unsafeBitCast(getAddress(CommandInfo("glGetObjectPtrLabelKHR", [S245])), glGetObjectPtrLabelKHR_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4446:46: error: missing argument label 'to:' in call glGetOcclusionQueryivNV_P = unsafeBitCast(getAddress(CommandInfo("glGetOcclusionQueryivNV", [S282])), glGetOcclusionQueryivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4450:47: error: missing argument label 'to:' in call glGetOcclusionQueryuivNV_P = unsafeBitCast(getAddress(CommandInfo("glGetOcclusionQueryuivNV", [S282])), glGetOcclusionQueryuivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4454:44: error: missing argument label 'to:' in call glGetPathColorGenfvNV_P = unsafeBitCast(getAddress(CommandInfo("glGetPathColorGenfvNV", [S284])), glGetPathColorGenfvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4458:44: error: missing argument label 'to:' in call glGetPathColorGenivNV_P = unsafeBitCast(getAddress(CommandInfo("glGetPathColorGenivNV", [S284])), glGetPathColorGenivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4462:42: error: missing argument label 'to:' in call glGetPathCommandsNV_P = unsafeBitCast(getAddress(CommandInfo("glGetPathCommandsNV", [S284])), glGetPathCommandsNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4466:40: error: missing argument label 'to:' in call glGetPathCoordsNV_P = unsafeBitCast(getAddress(CommandInfo("glGetPathCoordsNV", [S284])), glGetPathCoordsNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4470:43: error: missing argument label 'to:' in call glGetPathDashArrayNV_P = unsafeBitCast(getAddress(CommandInfo("glGetPathDashArrayNV", [S284])), glGetPathDashArrayNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4474:40: error: missing argument label 'to:' in call glGetPathLengthNV_P = unsafeBitCast(getAddress(CommandInfo("glGetPathLengthNV", [S284])), glGetPathLengthNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4478:45: error: missing argument label 'to:' in call glGetPathMetricRangeNV_P = unsafeBitCast(getAddress(CommandInfo("glGetPathMetricRangeNV", [S284])), glGetPathMetricRangeNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4482:41: error: missing argument label 'to:' in call glGetPathMetricsNV_P = unsafeBitCast(getAddress(CommandInfo("glGetPathMetricsNV", [S284])), glGetPathMetricsNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4486:45: error: missing argument label 'to:' in call glGetPathParameterfvNV_P = unsafeBitCast(getAddress(CommandInfo("glGetPathParameterfvNV", [S284])), glGetPathParameterfvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4490:45: error: missing argument label 'to:' in call glGetPathParameterivNV_P = unsafeBitCast(getAddress(CommandInfo("glGetPathParameterivNV", [S284])), glGetPathParameterivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4494:41: error: missing argument label 'to:' in call glGetPathSpacingNV_P = unsafeBitCast(getAddress(CommandInfo("glGetPathSpacingNV", [S284])), glGetPathSpacingNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4498:42: error: missing argument label 'to:' in call glGetPathTexGenfvNV_P = unsafeBitCast(getAddress(CommandInfo("glGetPathTexGenfvNV", [S284])), glGetPathTexGenfvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4502:42: error: missing argument label 'to:' in call glGetPathTexGenivNV_P = unsafeBitCast(getAddress(CommandInfo("glGetPathTexGenivNV", [S284])), glGetPathTexGenivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4506:48: error: missing argument label 'to:' in call glGetPerfCounterInfoINTEL_P = unsafeBitCast(getAddress(CommandInfo("glGetPerfCounterInfoINTEL", [S243])), glGetPerfCounterInfoINTEL_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4510:53: error: missing argument label 'to:' in call glGetPerfMonitorCounterDataAMD_P = unsafeBitCast(getAddress(CommandInfo("glGetPerfMonitorCounterDataAMD", [S32])), glGetPerfMonitorCounterDataAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4514:53: error: missing argument label 'to:' in call glGetPerfMonitorCounterInfoAMD_P = unsafeBitCast(getAddress(CommandInfo("glGetPerfMonitorCounterInfoAMD", [S32])), glGetPerfMonitorCounterInfoAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4518:55: error: missing argument label 'to:' in call glGetPerfMonitorCounterStringAMD_P = unsafeBitCast(getAddress(CommandInfo("glGetPerfMonitorCounterStringAMD", [S32])), glGetPerfMonitorCounterStringAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4522:50: error: missing argument label 'to:' in call glGetPerfMonitorCountersAMD_P = unsafeBitCast(getAddress(CommandInfo("glGetPerfMonitorCountersAMD", [S32])), glGetPerfMonitorCountersAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4526:53: error: missing argument label 'to:' in call glGetPerfMonitorGroupStringAMD_P = unsafeBitCast(getAddress(CommandInfo("glGetPerfMonitorGroupStringAMD", [S32])), glGetPerfMonitorGroupStringAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4530:48: error: missing argument label 'to:' in call glGetPerfMonitorGroupsAMD_P = unsafeBitCast(getAddress(CommandInfo("glGetPerfMonitorGroupsAMD", [S32])), glGetPerfMonitorGroupsAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4534:46: error: missing argument label 'to:' in call glGetPerfQueryDataINTEL_P = unsafeBitCast(getAddress(CommandInfo("glGetPerfQueryDataINTEL", [S243])), glGetPerfQueryDataINTEL_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4538:50: error: missing argument label 'to:' in call glGetPerfQueryIdByNameINTEL_P = unsafeBitCast(getAddress(CommandInfo("glGetPerfQueryIdByNameINTEL", [S243])), glGetPerfQueryIdByNameINTEL_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4542:46: error: missing argument label 'to:' in call glGetPerfQueryInfoINTEL_P = unsafeBitCast(getAddress(CommandInfo("glGetPerfQueryInfoINTEL", [S243])), glGetPerfQueryInfoINTEL_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4546:38: error: missing argument label 'to:' in call glGetPixelMapfv_P = unsafeBitCast(getAddress(CommandInfo("glGetPixelMapfv", [S0, S23])), glGetPixelMapfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4550:39: error: missing argument label 'to:' in call glGetPixelMapuiv_P = unsafeBitCast(getAddress(CommandInfo("glGetPixelMapuiv", [S0, S23])), glGetPixelMapuiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4554:39: error: missing argument label 'to:' in call glGetPixelMapusv_P = unsafeBitCast(getAddress(CommandInfo("glGetPixelMapusv", [S0, S23])), glGetPixelMapusv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4558:38: error: missing argument label 'to:' in call glGetPixelMapxv_P = unsafeBitCast(getAddress(CommandInfo("glGetPixelMapxv", [S316])), glGetPixelMapxv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4562:54: error: missing argument label 'to:' in call glGetPixelTexGenParameterfvSGIS_P = unsafeBitCast(getAddress(CommandInfo("glGetPixelTexGenParameterfvSGIS", [S346])), glGetPixelTexGenParameterfvSGIS_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4566:54: error: missing argument label 'to:' in call glGetPixelTexGenParameterivSGIS_P = unsafeBitCast(getAddress(CommandInfo("glGetPixelTexGenParameterivSGIS", [S346])), glGetPixelTexGenParameterivSGIS_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4570:56: error: missing argument label 'to:' in call glGetPixelTransformParameterfvEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetPixelTransformParameterfvEXT", [S197])), glGetPixelTransformParameterfvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4574:56: error: missing argument label 'to:' in call glGetPixelTransformParameterivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetPixelTransformParameterivEXT", [S197])), glGetPixelTransformParameterivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4578:46: error: missing argument label 'to:' in call glGetPointerIndexedvEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetPointerIndexedvEXT", [S167])), glGetPointerIndexedvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4582:41: error: missing argument label 'to:' in call glGetPointeri_vEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetPointeri_vEXT", [S167])), glGetPointeri_vEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4586:36: error: missing argument label 'to:' in call glGetPointerv_P = unsafeBitCast(getAddress(CommandInfo("glGetPointerv", [S1, S23, S15, S15, S18, S22, S245])), glGetPointerv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4590:39: error: missing argument label 'to:' in call glGetPointervEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetPointervEXT", [S226])), glGetPointervEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4594:39: error: missing argument label 'to:' in call glGetPointervKHR_P = unsafeBitCast(getAddress(CommandInfo("glGetPointervKHR", [S245])), glGetPointervKHR_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4598:42: error: missing argument label 'to:' in call glGetPolygonStipple_P = unsafeBitCast(getAddress(CommandInfo("glGetPolygonStipple", [S0, S23])), glGetPolygonStipple_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4602:41: error: missing argument label 'to:' in call glGetProgramBinary_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramBinary", [S13, S20, S79])), glGetProgramBinary_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4606:44: error: missing argument label 'to:' in call glGetProgramBinaryOES_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramBinaryOES", [S319])), glGetProgramBinaryOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4610:52: error: missing argument label 'to:' in call glGetProgramEnvParameterIivNV_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramEnvParameterIivNV", [S275])), glGetProgramEnvParameterIivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4614:53: error: missing argument label 'to:' in call glGetProgramEnvParameterIuivNV_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramEnvParameterIuivNV", [S275])), glGetProgramEnvParameterIuivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4618:52: error: missing argument label 'to:' in call glGetProgramEnvParameterdvARB_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramEnvParameterdvARB", [S75, S134])), glGetProgramEnvParameterdvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4622:52: error: missing argument label 'to:' in call glGetProgramEnvParameterfvARB_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramEnvParameterfvARB", [S75, S134])), glGetProgramEnvParameterfvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4626:42: error: missing argument label 'to:' in call glGetProgramInfoLog_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramInfoLog", [S6, S19])), glGetProgramInfoLog_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4630:46: error: missing argument label 'to:' in call glGetProgramInterfaceiv_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramInterfaceiv", [S15, S21, S98])), glGetProgramInterfaceiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4634:54: error: missing argument label 'to:' in call glGetProgramLocalParameterIivNV_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramLocalParameterIivNV", [S275])), glGetProgramLocalParameterIivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4638:55: error: missing argument label 'to:' in call glGetProgramLocalParameterIuivNV_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramLocalParameterIuivNV", [S275])), glGetProgramLocalParameterIuivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4642:54: error: missing argument label 'to:' in call glGetProgramLocalParameterdvARB_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramLocalParameterdvARB", [S75, S134])), glGetProgramLocalParameterdvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4646:54: error: missing argument label 'to:' in call glGetProgramLocalParameterfvARB_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramLocalParameterfvARB", [S75, S134])), glGetProgramLocalParameterfvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4650:53: error: missing argument label 'to:' in call glGetProgramNamedParameterdvNV_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramNamedParameterdvNV", [S269])), glGetProgramNamedParameterdvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4654:53: error: missing argument label 'to:' in call glGetProgramNamedParameterfvNV_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramNamedParameterfvNV", [S269])), glGetProgramNamedParameterfvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4658:48: error: missing argument label 'to:' in call glGetProgramParameterdvNV_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramParameterdvNV", [S303])), glGetProgramParameterdvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4662:48: error: missing argument label 'to:' in call glGetProgramParameterfvNV_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramParameterfvNV", [S303])), glGetProgramParameterfvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4666:50: error: missing argument label 'to:' in call glGetProgramPipelineInfoLog_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramPipelineInfoLog", [S13, S21, S104])), glGetProgramPipelineInfoLog_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4670:53: error: missing argument label 'to:' in call glGetProgramPipelineInfoLogEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramPipelineInfoLogEXT", [S206])), glGetProgramPipelineInfoLogEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4674:45: error: missing argument label 'to:' in call glGetProgramPipelineiv_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramPipelineiv", [S13, S21, S104])), glGetProgramPipelineiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4678:48: error: missing argument label 'to:' in call glGetProgramPipelineivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramPipelineivEXT", [S206])), glGetProgramPipelineivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4682:48: error: missing argument label 'to:' in call glGetProgramResourceIndex_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramResourceIndex", [S15, S21, S98])), glGetProgramResourceIndex_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4686:51: error: missing argument label 'to:' in call glGetProgramResourceLocation_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramResourceLocation", [S15, S21, S98])), glGetProgramResourceLocation_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4690:56: error: missing argument label 'to:' in call glGetProgramResourceLocationIndex_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramResourceLocationIndex", [S15, S98])), glGetProgramResourceLocationIndex_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4694:59: error: missing argument label 'to:' in call glGetProgramResourceLocationIndexEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramResourceLocationIndexEXT", [S153])), glGetProgramResourceLocationIndexEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4698:47: error: missing argument label 'to:' in call glGetProgramResourceName_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramResourceName", [S15, S21, S98])), glGetProgramResourceName_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4702:47: error: missing argument label 'to:' in call glGetProgramResourcefvNV_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramResourcefvNV", [S284])), glGetProgramResourcefvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4706:45: error: missing argument label 'to:' in call glGetProgramResourceiv_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramResourceiv", [S15, S21, S98])), glGetProgramResourceiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4710:42: error: missing argument label 'to:' in call glGetProgramStageiv_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramStageiv", [S12, S109])), glGetProgramStageiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4714:44: error: missing argument label 'to:' in call glGetProgramStringARB_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramStringARB", [S75, S134])), glGetProgramStringARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4718:43: error: missing argument label 'to:' in call glGetProgramStringNV_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramStringNV", [S303])), glGetProgramStringNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4722:59: error: missing argument label 'to:' in call glGetProgramSubroutineParameteruivNV_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramSubroutineParameteruivNV", [S276])), glGetProgramSubroutineParameteruivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4726:37: error: missing argument label 'to:' in call glGetProgramiv_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramiv", [S6, S19])), glGetProgramiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4730:40: error: missing argument label 'to:' in call glGetProgramivARB_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramivARB", [S75, S134])), glGetProgramivARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4734:39: error: missing argument label 'to:' in call glGetProgramivNV_P = unsafeBitCast(getAddress(CommandInfo("glGetProgramivNV", [S303])), glGetProgramivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4738:49: error: missing argument label 'to:' in call glGetQueryBufferObjecti64v_P = unsafeBitCast(getAddress(CommandInfo("glGetQueryBufferObjecti64v", [S17, S69])), glGetQueryBufferObjecti64v_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4742:47: error: missing argument label 'to:' in call glGetQueryBufferObjectiv_P = unsafeBitCast(getAddress(CommandInfo("glGetQueryBufferObjectiv", [S17, S69])), glGetQueryBufferObjectiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4746:50: error: missing argument label 'to:' in call glGetQueryBufferObjectui64v_P = unsafeBitCast(getAddress(CommandInfo("glGetQueryBufferObjectui64v", [S17, S69])), glGetQueryBufferObjectui64v_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4750:48: error: missing argument label 'to:' in call glGetQueryBufferObjectuiv_P = unsafeBitCast(getAddress(CommandInfo("glGetQueryBufferObjectuiv", [S17, S69])), glGetQueryBufferObjectuiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4754:42: error: missing argument label 'to:' in call glGetQueryIndexediv_P = unsafeBitCast(getAddress(CommandInfo("glGetQueryIndexediv", [S12, S125])), glGetQueryIndexediv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4758:43: error: missing argument label 'to:' in call glGetQueryObjecti64v_P = unsafeBitCast(getAddress(CommandInfo("glGetQueryObjecti64v", [S11, S123])), glGetQueryObjecti64v_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4762:46: error: missing argument label 'to:' in call glGetQueryObjecti64vEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetQueryObjecti64vEXT", [S169, S224])), glGetQueryObjecti64vEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4766:41: error: missing argument label 'to:' in call glGetQueryObjectiv_P = unsafeBitCast(getAddress(CommandInfo("glGetQueryObjectiv", [S5])), glGetQueryObjectiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4770:44: error: missing argument label 'to:' in call glGetQueryObjectivARB_P = unsafeBitCast(getAddress(CommandInfo("glGetQueryObjectivARB", [S95])), glGetQueryObjectivARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4774:44: error: missing argument label 'to:' in call glGetQueryObjectivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetQueryObjectivEXT", [S169])), glGetQueryObjectivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4778:44: error: missing argument label 'to:' in call glGetQueryObjectui64v_P = unsafeBitCast(getAddress(CommandInfo("glGetQueryObjectui64v", [S11, S123])), glGetQueryObjectui64v_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4782:47: error: missing argument label 'to:' in call glGetQueryObjectui64vEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetQueryObjectui64vEXT", [S169, S224])), glGetQueryObjectui64vEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4786:42: error: missing argument label 'to:' in call glGetQueryObjectuiv_P = unsafeBitCast(getAddress(CommandInfo("glGetQueryObjectuiv", [S5, S20])), glGetQueryObjectuiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4790:45: error: missing argument label 'to:' in call glGetQueryObjectuivARB_P = unsafeBitCast(getAddress(CommandInfo("glGetQueryObjectuivARB", [S95])), glGetQueryObjectuivARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4794:45: error: missing argument label 'to:' in call glGetQueryObjectuivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetQueryObjectuivEXT", [S169, S195])), glGetQueryObjectuivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4798:35: error: missing argument label 'to:' in call glGetQueryiv_P = unsafeBitCast(getAddress(CommandInfo("glGetQueryiv", [S5, S20])), glGetQueryiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4802:38: error: missing argument label 'to:' in call glGetQueryivARB_P = unsafeBitCast(getAddress(CommandInfo("glGetQueryivARB", [S95])), glGetQueryivARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4806:38: error: missing argument label 'to:' in call glGetQueryivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetQueryivEXT", [S169, S195])), glGetQueryivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4810:51: error: missing argument label 'to:' in call glGetRenderbufferParameteriv_P = unsafeBitCast(getAddress(CommandInfo("glGetRenderbufferParameteriv", [S8, S19, S77])), glGetRenderbufferParameteriv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4814:54: error: missing argument label 'to:' in call glGetRenderbufferParameterivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetRenderbufferParameterivEXT", [S179])), glGetRenderbufferParameterivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4818:54: error: missing argument label 'to:' in call glGetRenderbufferParameterivOES_P = unsafeBitCast(getAddress(CommandInfo("glGetRenderbufferParameterivOES", [S317])), glGetRenderbufferParameterivOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4822:47: error: missing argument label 'to:' in call glGetSamplerParameterIiv_P = unsafeBitCast(getAddress(CommandInfo("glGetSamplerParameterIiv", [S11, S22, S103])), glGetSamplerParameterIiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4826:50: error: missing argument label 'to:' in call glGetSamplerParameterIivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetSamplerParameterIivEXT", [S215])), glGetSamplerParameterIivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4830:50: error: missing argument label 'to:' in call glGetSamplerParameterIivOES_P = unsafeBitCast(getAddress(CommandInfo("glGetSamplerParameterIivOES", [S329])), glGetSamplerParameterIivOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4834:48: error: missing argument label 'to:' in call glGetSamplerParameterIuiv_P = unsafeBitCast(getAddress(CommandInfo("glGetSamplerParameterIuiv", [S11, S22, S103])), glGetSamplerParameterIuiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4838:51: error: missing argument label 'to:' in call glGetSamplerParameterIuivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetSamplerParameterIuivEXT", [S215])), glGetSamplerParameterIuivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4842:51: error: missing argument label 'to:' in call glGetSamplerParameterIuivOES_P = unsafeBitCast(getAddress(CommandInfo("glGetSamplerParameterIuivOES", [S329])), glGetSamplerParameterIuivOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4846:46: error: missing argument label 'to:' in call glGetSamplerParameterfv_P = unsafeBitCast(getAddress(CommandInfo("glGetSamplerParameterfv", [S11, S20, S103])), glGetSamplerParameterfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4850:46: error: missing argument label 'to:' in call glGetSamplerParameteriv_P = unsafeBitCast(getAddress(CommandInfo("glGetSamplerParameteriv", [S11, S20, S103])), glGetSamplerParameteriv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4854:43: error: missing argument label 'to:' in call glGetSeparableFilter_P = unsafeBitCast(getAddress(CommandInfo("glGetSeparableFilter", [S83])), glGetSeparableFilter_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4858:46: error: missing argument label 'to:' in call glGetSeparableFilterEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetSeparableFilterEXT", [S159])), glGetSeparableFilterEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4862:41: error: missing argument label 'to:' in call glGetShaderInfoLog_P = unsafeBitCast(getAddress(CommandInfo("glGetShaderInfoLog", [S6, S19])), glGetShaderInfoLog_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4866:49: error: missing argument label 'to:' in call glGetShaderPrecisionFormat_P = unsafeBitCast(getAddress(CommandInfo("glGetShaderPrecisionFormat", [S13, S19, S52])), glGetShaderPrecisionFormat_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4870:40: error: missing argument label 'to:' in call glGetShaderSource_P = unsafeBitCast(getAddress(CommandInfo("glGetShaderSource", [S6, S19])), glGetShaderSource_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4874:43: error: missing argument label 'to:' in call glGetShaderSourceARB_P = unsafeBitCast(getAddress(CommandInfo("glGetShaderSourceARB", [S107])), glGetShaderSourceARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4878:36: error: missing argument label 'to:' in call glGetShaderiv_P = unsafeBitCast(getAddress(CommandInfo("glGetShaderiv", [S6, S19])), glGetShaderiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4882:46: error: missing argument label 'to:' in call glGetSharpenTexFuncSGIS_P = unsafeBitCast(getAddress(CommandInfo("glGetSharpenTexFuncSGIS", [S348])), glGetSharpenTexFuncSGIS_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4886:40: error: missing argument label 'to:' in call glGetStageIndexNV_P = unsafeBitCast(getAddress(CommandInfo("glGetStageIndexNV", [S254])), glGetStageIndexNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4890:34: error: missing argument label 'to:' in call glGetString_P = unsafeBitCast(getAddress(CommandInfo("glGetString", [S0, S18])), glGetString_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4894:35: error: missing argument label 'to:' in call glGetStringi_P = unsafeBitCast(getAddress(CommandInfo("glGetStringi", [S8, S20])), glGetStringi_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4898:43: error: missing argument label 'to:' in call glGetSubroutineIndex_P = unsafeBitCast(getAddress(CommandInfo("glGetSubroutineIndex", [S12, S109])), glGetSubroutineIndex_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4902:53: error: missing argument label 'to:' in call glGetSubroutineUniformLocation_P = unsafeBitCast(getAddress(CommandInfo("glGetSubroutineUniformLocation", [S12, S109])), glGetSubroutineUniformLocation_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3377:5: error: could not infer type for 'glGetSynciv_P' var glGetSynciv_P:@convention(c)(GLsync, GLenum, GLsizei, UnsafeMutablePointer, UnsafeMutablePointer) -> Void = glGetSynciv_L ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3380:5: error: could not infer type for 'glGetSyncivAPPLE_P' var glGetSyncivAPPLE_P:@convention(c)(GLsync, GLenum, GLsizei, UnsafeMutablePointer, UnsafeMutablePointer) -> Void = glGetSyncivAPPLE_L ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4914:49: error: missing argument label 'to:' in call glGetTexBumpParameterfvATI_P = unsafeBitCast(getAddress(CommandInfo("glGetTexBumpParameterfvATI", [S141])), glGetTexBumpParameterfvATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4918:49: error: missing argument label 'to:' in call glGetTexBumpParameterivATI_P = unsafeBitCast(getAddress(CommandInfo("glGetTexBumpParameterivATI", [S141])), glGetTexBumpParameterivATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4922:36: error: missing argument label 'to:' in call glGetTexEnvfv_P = unsafeBitCast(getAddress(CommandInfo("glGetTexEnvfv", [S0, S23, S18])), glGetTexEnvfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4926:36: error: missing argument label 'to:' in call glGetTexEnviv_P = unsafeBitCast(getAddress(CommandInfo("glGetTexEnviv", [S0, S23, S18])), glGetTexEnviv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4930:36: error: missing argument label 'to:' in call glGetTexEnvxv_P = unsafeBitCast(getAddress(CommandInfo("glGetTexEnvxv", [S18])), glGetTexEnvxv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4934:39: error: missing argument label 'to:' in call glGetTexEnvxvOES_P = unsafeBitCast(getAddress(CommandInfo("glGetTexEnvxvOES", [S316])), glGetTexEnvxvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4938:45: error: missing argument label 'to:' in call glGetTexFilterFuncSGIS_P = unsafeBitCast(getAddress(CommandInfo("glGetTexFilterFuncSGIS", [S351])), glGetTexFilterFuncSGIS_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4942:36: error: missing argument label 'to:' in call glGetTexGendv_P = unsafeBitCast(getAddress(CommandInfo("glGetTexGendv", [S0, S23])), glGetTexGendv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4946:36: error: missing argument label 'to:' in call glGetTexGenfv_P = unsafeBitCast(getAddress(CommandInfo("glGetTexGenfv", [S0, S23])), glGetTexGenfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4950:39: error: missing argument label 'to:' in call glGetTexGenfvOES_P = unsafeBitCast(getAddress(CommandInfo("glGetTexGenfvOES", [S331])), glGetTexGenfvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4954:36: error: missing argument label 'to:' in call glGetTexGeniv_P = unsafeBitCast(getAddress(CommandInfo("glGetTexGeniv", [S0, S23])), glGetTexGeniv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4958:39: error: missing argument label 'to:' in call glGetTexGenivOES_P = unsafeBitCast(getAddress(CommandInfo("glGetTexGenivOES", [S331])), glGetTexGenivOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4962:39: error: missing argument label 'to:' in call glGetTexGenxvOES_P = unsafeBitCast(getAddress(CommandInfo("glGetTexGenxvOES", [S316, S331])), glGetTexGenxvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4966:36: error: missing argument label 'to:' in call glGetTexImage_P = unsafeBitCast(getAddress(CommandInfo("glGetTexImage", [S0])), glGetTexImage_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4970:47: error: missing argument label 'to:' in call glGetTexLevelParameterfv_P = unsafeBitCast(getAddress(CommandInfo("glGetTexLevelParameterfv", [S0, S21])), glGetTexLevelParameterfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4974:47: error: missing argument label 'to:' in call glGetTexLevelParameteriv_P = unsafeBitCast(getAddress(CommandInfo("glGetTexLevelParameteriv", [S0, S21])), glGetTexLevelParameteriv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4978:50: error: missing argument label 'to:' in call glGetTexLevelParameterxvOES_P = unsafeBitCast(getAddress(CommandInfo("glGetTexLevelParameterxvOES", [S316])), glGetTexLevelParameterxvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4982:43: error: missing argument label 'to:' in call glGetTexParameterIiv_P = unsafeBitCast(getAddress(CommandInfo("glGetTexParameterIiv", [S8, S22])), glGetTexParameterIiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4986:46: error: missing argument label 'to:' in call glGetTexParameterIivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetTexParameterIivEXT", [S215, S219])), glGetTexParameterIivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4990:46: error: missing argument label 'to:' in call glGetTexParameterIivOES_P = unsafeBitCast(getAddress(CommandInfo("glGetTexParameterIivOES", [S329])), glGetTexParameterIivOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4994:44: error: missing argument label 'to:' in call glGetTexParameterIuiv_P = unsafeBitCast(getAddress(CommandInfo("glGetTexParameterIuiv", [S8, S22])), glGetTexParameterIuiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:4998:47: error: missing argument label 'to:' in call glGetTexParameterIuivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetTexParameterIuivEXT", [S215, S219])), glGetTexParameterIuivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5002:47: error: missing argument label 'to:' in call glGetTexParameterIuivOES_P = unsafeBitCast(getAddress(CommandInfo("glGetTexParameterIuivOES", [S329])), glGetTexParameterIuivOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5006:53: error: missing argument label 'to:' in call glGetTexParameterPointervAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glGetTexParameterPointervAPPLE", [S48])), glGetTexParameterPointervAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5010:42: error: missing argument label 'to:' in call glGetTexParameterfv_P = unsafeBitCast(getAddress(CommandInfo("glGetTexParameterfv", [S0, S18])), glGetTexParameterfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5014:42: error: missing argument label 'to:' in call glGetTexParameteriv_P = unsafeBitCast(getAddress(CommandInfo("glGetTexParameteriv", [S0, S18])), glGetTexParameteriv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5018:42: error: missing argument label 'to:' in call glGetTexParameterxv_P = unsafeBitCast(getAddress(CommandInfo("glGetTexParameterxv", [S18])), glGetTexParameterxv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5022:45: error: missing argument label 'to:' in call glGetTexParameterxvOES_P = unsafeBitCast(getAddress(CommandInfo("glGetTexParameterxvOES", [S316])), glGetTexParameterxvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5026:44: error: missing argument label 'to:' in call glGetTextureHandleARB_P = unsafeBitCast(getAddress(CommandInfo("glGetTextureHandleARB", [S56])), glGetTextureHandleARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5030:43: error: missing argument label 'to:' in call glGetTextureHandleNV_P = unsafeBitCast(getAddress(CommandInfo("glGetTextureHandleNV", [S252])), glGetTextureHandleNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5034:40: error: missing argument label 'to:' in call glGetTextureImage_P = unsafeBitCast(getAddress(CommandInfo("glGetTextureImage", [S17, S69])), glGetTextureImage_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5038:43: error: missing argument label 'to:' in call glGetTextureImageEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetTextureImageEXT", [S167])), glGetTextureImageEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5042:51: error: missing argument label 'to:' in call glGetTextureLevelParameterfv_P = unsafeBitCast(getAddress(CommandInfo("glGetTextureLevelParameterfv", [S17, S69])), glGetTextureLevelParameterfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5046:54: error: missing argument label 'to:' in call glGetTextureLevelParameterfvEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetTextureLevelParameterfvEXT", [S167])), glGetTextureLevelParameterfvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5050:51: error: missing argument label 'to:' in call glGetTextureLevelParameteriv_P = unsafeBitCast(getAddress(CommandInfo("glGetTextureLevelParameteriv", [S17, S69])), glGetTextureLevelParameteriv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5054:54: error: missing argument label 'to:' in call glGetTextureLevelParameterivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetTextureLevelParameterivEXT", [S167])), glGetTextureLevelParameterivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5058:47: error: missing argument label 'to:' in call glGetTextureParameterIiv_P = unsafeBitCast(getAddress(CommandInfo("glGetTextureParameterIiv", [S17, S69])), glGetTextureParameterIiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5062:50: error: missing argument label 'to:' in call glGetTextureParameterIivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetTextureParameterIivEXT", [S167])), glGetTextureParameterIivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5066:48: error: missing argument label 'to:' in call glGetTextureParameterIuiv_P = unsafeBitCast(getAddress(CommandInfo("glGetTextureParameterIuiv", [S17, S69])), glGetTextureParameterIuiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5070:51: error: missing argument label 'to:' in call glGetTextureParameterIuivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetTextureParameterIuivEXT", [S167])), glGetTextureParameterIuivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5074:46: error: missing argument label 'to:' in call glGetTextureParameterfv_P = unsafeBitCast(getAddress(CommandInfo("glGetTextureParameterfv", [S17, S69])), glGetTextureParameterfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5078:49: error: missing argument label 'to:' in call glGetTextureParameterfvEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetTextureParameterfvEXT", [S167])), glGetTextureParameterfvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5082:46: error: missing argument label 'to:' in call glGetTextureParameteriv_P = unsafeBitCast(getAddress(CommandInfo("glGetTextureParameteriv", [S17, S69])), glGetTextureParameteriv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5086:49: error: missing argument label 'to:' in call glGetTextureParameterivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetTextureParameterivEXT", [S167])), glGetTextureParameterivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5090:51: error: missing argument label 'to:' in call glGetTextureSamplerHandleARB_P = unsafeBitCast(getAddress(CommandInfo("glGetTextureSamplerHandleARB", [S56])), glGetTextureSamplerHandleARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5094:50: error: missing argument label 'to:' in call glGetTextureSamplerHandleNV_P = unsafeBitCast(getAddress(CommandInfo("glGetTextureSamplerHandleNV", [S252])), glGetTextureSamplerHandleNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5098:43: error: missing argument label 'to:' in call glGetTextureSubImage_P = unsafeBitCast(getAddress(CommandInfo("glGetTextureSubImage", [S17, S80])), glGetTextureSubImage_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5102:43: error: missing argument label 'to:' in call glGetTrackMatrixivNV_P = unsafeBitCast(getAddress(CommandInfo("glGetTrackMatrixivNV", [S303])), glGetTrackMatrixivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5106:52: error: missing argument label 'to:' in call glGetTransformFeedbackVarying_P = unsafeBitCast(getAddress(CommandInfo("glGetTransformFeedbackVarying", [S8, S20])), glGetTransformFeedbackVarying_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5110:55: error: missing argument label 'to:' in call glGetTransformFeedbackVaryingEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetTransformFeedbackVaryingEXT", [S225])), glGetTransformFeedbackVaryingEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5114:54: error: missing argument label 'to:' in call glGetTransformFeedbackVaryingNV_P = unsafeBitCast(getAddress(CommandInfo("glGetTransformFeedbackVaryingNV", [S297])), glGetTransformFeedbackVaryingNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5118:50: error: missing argument label 'to:' in call glGetTransformFeedbacki64_v_P = unsafeBitCast(getAddress(CommandInfo("glGetTransformFeedbacki64_v", [S17, S69])), glGetTransformFeedbacki64_v_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5122:48: error: missing argument label 'to:' in call glGetTransformFeedbacki_v_P = unsafeBitCast(getAddress(CommandInfo("glGetTransformFeedbacki_v", [S17, S69])), glGetTransformFeedbacki_v_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5126:47: error: missing argument label 'to:' in call glGetTransformFeedbackiv_P = unsafeBitCast(getAddress(CommandInfo("glGetTransformFeedbackiv", [S17, S69])), glGetTransformFeedbackiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5130:55: error: missing argument label 'to:' in call glGetTranslatedShaderSourceANGLE_P = unsafeBitCast(getAddress(CommandInfo("glGetTranslatedShaderSourceANGLE", [S40])), glGetTranslatedShaderSourceANGLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5134:45: error: missing argument label 'to:' in call glGetUniformBlockIndex_P = unsafeBitCast(getAddress(CommandInfo("glGetUniformBlockIndex", [S9, S20, S128])), glGetUniformBlockIndex_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5138:48: error: missing argument label 'to:' in call glGetUniformBufferSizeEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetUniformBufferSizeEXT", [S150])), glGetUniformBufferSizeEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5142:42: error: missing argument label 'to:' in call glGetUniformIndices_P = unsafeBitCast(getAddress(CommandInfo("glGetUniformIndices", [S9, S20, S128])), glGetUniformIndices_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5146:43: error: missing argument label 'to:' in call glGetUniformLocation_P = unsafeBitCast(getAddress(CommandInfo("glGetUniformLocation", [S6, S19])), glGetUniformLocation_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5150:46: error: missing argument label 'to:' in call glGetUniformLocationARB_P = unsafeBitCast(getAddress(CommandInfo("glGetUniformLocationARB", [S107])), glGetUniformLocationARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5154:44: error: missing argument label 'to:' in call glGetUniformOffsetEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetUniformOffsetEXT", [S150])), glGetUniformOffsetEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5158:48: error: missing argument label 'to:' in call glGetUniformSubroutineuiv_P = unsafeBitCast(getAddress(CommandInfo("glGetUniformSubroutineuiv", [S12, S109])), glGetUniformSubroutineuiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5162:37: error: missing argument label 'to:' in call glGetUniformdv_P = unsafeBitCast(getAddress(CommandInfo("glGetUniformdv", [S12, S81])), glGetUniformdv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5166:37: error: missing argument label 'to:' in call glGetUniformfv_P = unsafeBitCast(getAddress(CommandInfo("glGetUniformfv", [S6, S19])), glGetUniformfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5170:40: error: missing argument label 'to:' in call glGetUniformfvARB_P = unsafeBitCast(getAddress(CommandInfo("glGetUniformfvARB", [S107])), glGetUniformfvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5174:42: error: missing argument label 'to:' in call glGetUniformi64vARB_P = unsafeBitCast(getAddress(CommandInfo("glGetUniformi64vARB", [S82])), glGetUniformi64vARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5178:41: error: missing argument label 'to:' in call glGetUniformi64vNV_P = unsafeBitCast(getAddress(CommandInfo("glGetUniformi64vNV", [S27, S277])), glGetUniformi64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5182:37: error: missing argument label 'to:' in call glGetUniformiv_P = unsafeBitCast(getAddress(CommandInfo("glGetUniformiv", [S6, S19])), glGetUniformiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5186:40: error: missing argument label 'to:' in call glGetUniformivARB_P = unsafeBitCast(getAddress(CommandInfo("glGetUniformivARB", [S107])), glGetUniformivARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5190:43: error: missing argument label 'to:' in call glGetUniformui64vARB_P = unsafeBitCast(getAddress(CommandInfo("glGetUniformui64vARB", [S82])), glGetUniformui64vARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5194:42: error: missing argument label 'to:' in call glGetUniformui64vNV_P = unsafeBitCast(getAddress(CommandInfo("glGetUniformui64vNV", [S27, S294])), glGetUniformui64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5198:38: error: missing argument label 'to:' in call glGetUniformuiv_P = unsafeBitCast(getAddress(CommandInfo("glGetUniformuiv", [S8, S20])), glGetUniformuiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5202:41: error: missing argument label 'to:' in call glGetUniformuivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetUniformuivEXT", [S183])), glGetUniformuivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5206:51: error: missing argument label 'to:' in call glGetVariantArrayObjectfvATI_P = unsafeBitCast(getAddress(CommandInfo("glGetVariantArrayObjectfvATI", [S146])), glGetVariantArrayObjectfvATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5210:51: error: missing argument label 'to:' in call glGetVariantArrayObjectivATI_P = unsafeBitCast(getAddress(CommandInfo("glGetVariantArrayObjectivATI", [S146])), glGetVariantArrayObjectivATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5214:46: error: missing argument label 'to:' in call glGetVariantBooleanvEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetVariantBooleanvEXT", [S228])), glGetVariantBooleanvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5218:44: error: missing argument label 'to:' in call glGetVariantFloatvEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetVariantFloatvEXT", [S228])), glGetVariantFloatvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5222:46: error: missing argument label 'to:' in call glGetVariantIntegervEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetVariantIntegervEXT", [S228])), glGetVariantIntegervEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5226:46: error: missing argument label 'to:' in call glGetVariantPointervEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetVariantPointervEXT", [S228])), glGetVariantPointervEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5230:45: error: missing argument label 'to:' in call glGetVaryingLocationNV_P = unsafeBitCast(getAddress(CommandInfo("glGetVaryingLocationNV", [S297])), glGetVaryingLocationNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5234:50: error: missing argument label 'to:' in call glGetVertexArrayIndexed64iv_P = unsafeBitCast(getAddress(CommandInfo("glGetVertexArrayIndexed64iv", [S17, S69])), glGetVertexArrayIndexed64iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5238:48: error: missing argument label 'to:' in call glGetVertexArrayIndexediv_P = unsafeBitCast(getAddress(CommandInfo("glGetVertexArrayIndexediv", [S17, S69])), glGetVertexArrayIndexediv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5242:52: error: missing argument label 'to:' in call glGetVertexArrayIntegeri_vEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetVertexArrayIntegeri_vEXT", [S167])), glGetVertexArrayIntegeri_vEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5246:50: error: missing argument label 'to:' in call glGetVertexArrayIntegervEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetVertexArrayIntegervEXT", [S167])), glGetVertexArrayIntegervEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5250:52: error: missing argument label 'to:' in call glGetVertexArrayPointeri_vEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetVertexArrayPointeri_vEXT", [S167])), glGetVertexArrayPointeri_vEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5254:50: error: missing argument label 'to:' in call glGetVertexArrayPointervEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetVertexArrayPointervEXT", [S167])), glGetVertexArrayPointervEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5258:41: error: missing argument label 'to:' in call glGetVertexArrayiv_P = unsafeBitCast(getAddress(CommandInfo("glGetVertexArrayiv", [S17, S69])), glGetVertexArrayiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5262:56: error: missing argument label 'to:' in call glGetVertexAttribArrayObjectfvATI_P = unsafeBitCast(getAddress(CommandInfo("glGetVertexAttribArrayObjectfvATI", [S147])), glGetVertexAttribArrayObjectfvATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5266:56: error: missing argument label 'to:' in call glGetVertexAttribArrayObjectivATI_P = unsafeBitCast(getAddress(CommandInfo("glGetVertexAttribArrayObjectivATI", [S147])), glGetVertexAttribArrayObjectivATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5270:43: error: missing argument label 'to:' in call glGetVertexAttribIiv_P = unsafeBitCast(getAddress(CommandInfo("glGetVertexAttribIiv", [S8, S20])), glGetVertexAttribIiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5274:46: error: missing argument label 'to:' in call glGetVertexAttribIivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetVertexAttribIivEXT", [S304])), glGetVertexAttribIivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5278:44: error: missing argument label 'to:' in call glGetVertexAttribIuiv_P = unsafeBitCast(getAddress(CommandInfo("glGetVertexAttribIuiv", [S8, S20])), glGetVertexAttribIuiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5282:47: error: missing argument label 'to:' in call glGetVertexAttribIuivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetVertexAttribIuivEXT", [S304])), glGetVertexAttribIuivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5286:43: error: missing argument label 'to:' in call glGetVertexAttribLdv_P = unsafeBitCast(getAddress(CommandInfo("glGetVertexAttribLdv", [S13, S130])), glGetVertexAttribLdv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5290:46: error: missing argument label 'to:' in call glGetVertexAttribLdvEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetVertexAttribLdvEXT", [S227])), glGetVertexAttribLdvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5294:47: error: missing argument label 'to:' in call glGetVertexAttribLi64vNV_P = unsafeBitCast(getAddress(CommandInfo("glGetVertexAttribLi64vNV", [S301])), glGetVertexAttribLi64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5298:49: error: missing argument label 'to:' in call glGetVertexAttribLui64vARB_P = unsafeBitCast(getAddress(CommandInfo("glGetVertexAttribLui64vARB", [S56])), glGetVertexAttribLui64vARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5302:48: error: missing argument label 'to:' in call glGetVertexAttribLui64vNV_P = unsafeBitCast(getAddress(CommandInfo("glGetVertexAttribLui64vNV", [S301])), glGetVertexAttribLui64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5306:48: error: missing argument label 'to:' in call glGetVertexAttribPointerv_P = unsafeBitCast(getAddress(CommandInfo("glGetVertexAttribPointerv", [S6, S19])), glGetVertexAttribPointerv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5310:51: error: missing argument label 'to:' in call glGetVertexAttribPointervARB_P = unsafeBitCast(getAddress(CommandInfo("glGetVertexAttribPointervARB", [S134, S135])), glGetVertexAttribPointervARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5314:50: error: missing argument label 'to:' in call glGetVertexAttribPointervNV_P = unsafeBitCast(getAddress(CommandInfo("glGetVertexAttribPointervNV", [S303])), glGetVertexAttribPointervNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5318:42: error: missing argument label 'to:' in call glGetVertexAttribdv_P = unsafeBitCast(getAddress(CommandInfo("glGetVertexAttribdv", [S6])), glGetVertexAttribdv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5322:45: error: missing argument label 'to:' in call glGetVertexAttribdvARB_P = unsafeBitCast(getAddress(CommandInfo("glGetVertexAttribdvARB", [S134, S135])), glGetVertexAttribdvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5326:44: error: missing argument label 'to:' in call glGetVertexAttribdvNV_P = unsafeBitCast(getAddress(CommandInfo("glGetVertexAttribdvNV", [S303])), glGetVertexAttribdvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5330:42: error: missing argument label 'to:' in call glGetVertexAttribfv_P = unsafeBitCast(getAddress(CommandInfo("glGetVertexAttribfv", [S6, S19])), glGetVertexAttribfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5334:45: error: missing argument label 'to:' in call glGetVertexAttribfvARB_P = unsafeBitCast(getAddress(CommandInfo("glGetVertexAttribfvARB", [S134, S135])), glGetVertexAttribfvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5338:44: error: missing argument label 'to:' in call glGetVertexAttribfvNV_P = unsafeBitCast(getAddress(CommandInfo("glGetVertexAttribfvNV", [S303])), glGetVertexAttribfvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5342:42: error: missing argument label 'to:' in call glGetVertexAttribiv_P = unsafeBitCast(getAddress(CommandInfo("glGetVertexAttribiv", [S6, S19])), glGetVertexAttribiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5346:45: error: missing argument label 'to:' in call glGetVertexAttribivARB_P = unsafeBitCast(getAddress(CommandInfo("glGetVertexAttribivARB", [S134, S135])), glGetVertexAttribivARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5350:44: error: missing argument label 'to:' in call glGetVertexAttribivNV_P = unsafeBitCast(getAddress(CommandInfo("glGetVertexAttribivNV", [S303])), glGetVertexAttribivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5354:50: error: missing argument label 'to:' in call glGetVideoCaptureStreamdvNV_P = unsafeBitCast(getAddress(CommandInfo("glGetVideoCaptureStreamdvNV", [S305])), glGetVideoCaptureStreamdvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5358:50: error: missing argument label 'to:' in call glGetVideoCaptureStreamfvNV_P = unsafeBitCast(getAddress(CommandInfo("glGetVideoCaptureStreamfvNV", [S305])), glGetVideoCaptureStreamfvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5362:50: error: missing argument label 'to:' in call glGetVideoCaptureStreamivNV_P = unsafeBitCast(getAddress(CommandInfo("glGetVideoCaptureStreamivNV", [S305])), glGetVideoCaptureStreamivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5366:44: error: missing argument label 'to:' in call glGetVideoCaptureivNV_P = unsafeBitCast(getAddress(CommandInfo("glGetVideoCaptureivNV", [S305])), glGetVideoCaptureivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5370:39: error: missing argument label 'to:' in call glGetVideoi64vNV_P = unsafeBitCast(getAddress(CommandInfo("glGetVideoi64vNV", [S288])), glGetVideoi64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5374:37: error: missing argument label 'to:' in call glGetVideoivNV_P = unsafeBitCast(getAddress(CommandInfo("glGetVideoivNV", [S288])), glGetVideoivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5378:40: error: missing argument label 'to:' in call glGetVideoui64vNV_P = unsafeBitCast(getAddress(CommandInfo("glGetVideoui64vNV", [S288])), glGetVideoui64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5382:38: error: missing argument label 'to:' in call glGetVideouivNV_P = unsafeBitCast(getAddress(CommandInfo("glGetVideouivNV", [S288])), glGetVideouivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5386:39: error: missing argument label 'to:' in call glGetnColorTable_P = unsafeBitCast(getAddress(CommandInfo("glGetnColorTable", [S17])), glGetnColorTable_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5390:42: error: missing argument label 'to:' in call glGetnColorTableARB_P = unsafeBitCast(getAddress(CommandInfo("glGetnColorTableARB", [S100])), glGetnColorTableARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5394:47: error: missing argument label 'to:' in call glGetnCompressedTexImage_P = unsafeBitCast(getAddress(CommandInfo("glGetnCompressedTexImage", [S17])), glGetnCompressedTexImage_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5398:50: error: missing argument label 'to:' in call glGetnCompressedTexImageARB_P = unsafeBitCast(getAddress(CommandInfo("glGetnCompressedTexImageARB", [S100])), glGetnCompressedTexImageARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5402:46: error: missing argument label 'to:' in call glGetnConvolutionFilter_P = unsafeBitCast(getAddress(CommandInfo("glGetnConvolutionFilter", [S17])), glGetnConvolutionFilter_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5406:49: error: missing argument label 'to:' in call glGetnConvolutionFilterARB_P = unsafeBitCast(getAddress(CommandInfo("glGetnConvolutionFilterARB", [S100])), glGetnConvolutionFilterARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5410:38: error: missing argument label 'to:' in call glGetnHistogram_P = unsafeBitCast(getAddress(CommandInfo("glGetnHistogram", [S17])), glGetnHistogram_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5414:41: error: missing argument label 'to:' in call glGetnHistogramARB_P = unsafeBitCast(getAddress(CommandInfo("glGetnHistogramARB", [S100])), glGetnHistogramARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5418:34: error: missing argument label 'to:' in call glGetnMapdv_P = unsafeBitCast(getAddress(CommandInfo("glGetnMapdv", [S17])), glGetnMapdv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5422:37: error: missing argument label 'to:' in call glGetnMapdvARB_P = unsafeBitCast(getAddress(CommandInfo("glGetnMapdvARB", [S100])), glGetnMapdvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5426:34: error: missing argument label 'to:' in call glGetnMapfv_P = unsafeBitCast(getAddress(CommandInfo("glGetnMapfv", [S17])), glGetnMapfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5430:37: error: missing argument label 'to:' in call glGetnMapfvARB_P = unsafeBitCast(getAddress(CommandInfo("glGetnMapfvARB", [S100])), glGetnMapfvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5434:34: error: missing argument label 'to:' in call glGetnMapiv_P = unsafeBitCast(getAddress(CommandInfo("glGetnMapiv", [S17])), glGetnMapiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5438:37: error: missing argument label 'to:' in call glGetnMapivARB_P = unsafeBitCast(getAddress(CommandInfo("glGetnMapivARB", [S100])), glGetnMapivARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5442:35: error: missing argument label 'to:' in call glGetnMinmax_P = unsafeBitCast(getAddress(CommandInfo("glGetnMinmax", [S17])), glGetnMinmax_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5446:38: error: missing argument label 'to:' in call glGetnMinmaxARB_P = unsafeBitCast(getAddress(CommandInfo("glGetnMinmaxARB", [S100])), glGetnMinmaxARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5450:39: error: missing argument label 'to:' in call glGetnPixelMapfv_P = unsafeBitCast(getAddress(CommandInfo("glGetnPixelMapfv", [S17])), glGetnPixelMapfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5454:42: error: missing argument label 'to:' in call glGetnPixelMapfvARB_P = unsafeBitCast(getAddress(CommandInfo("glGetnPixelMapfvARB", [S100])), glGetnPixelMapfvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5458:40: error: missing argument label 'to:' in call glGetnPixelMapuiv_P = unsafeBitCast(getAddress(CommandInfo("glGetnPixelMapuiv", [S17])), glGetnPixelMapuiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5462:43: error: missing argument label 'to:' in call glGetnPixelMapuivARB_P = unsafeBitCast(getAddress(CommandInfo("glGetnPixelMapuivARB", [S100])), glGetnPixelMapuivARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5466:40: error: missing argument label 'to:' in call glGetnPixelMapusv_P = unsafeBitCast(getAddress(CommandInfo("glGetnPixelMapusv", [S17])), glGetnPixelMapusv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5470:43: error: missing argument label 'to:' in call glGetnPixelMapusvARB_P = unsafeBitCast(getAddress(CommandInfo("glGetnPixelMapusvARB", [S100])), glGetnPixelMapusvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5474:43: error: missing argument label 'to:' in call glGetnPolygonStipple_P = unsafeBitCast(getAddress(CommandInfo("glGetnPolygonStipple", [S17])), glGetnPolygonStipple_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5478:46: error: missing argument label 'to:' in call glGetnPolygonStippleARB_P = unsafeBitCast(getAddress(CommandInfo("glGetnPolygonStippleARB", [S100])), glGetnPolygonStippleARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5482:44: error: missing argument label 'to:' in call glGetnSeparableFilter_P = unsafeBitCast(getAddress(CommandInfo("glGetnSeparableFilter", [S17])), glGetnSeparableFilter_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5486:47: error: missing argument label 'to:' in call glGetnSeparableFilterARB_P = unsafeBitCast(getAddress(CommandInfo("glGetnSeparableFilterARB", [S100])), glGetnSeparableFilterARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5490:37: error: missing argument label 'to:' in call glGetnTexImage_P = unsafeBitCast(getAddress(CommandInfo("glGetnTexImage", [S17])), glGetnTexImage_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5494:40: error: missing argument label 'to:' in call glGetnTexImageARB_P = unsafeBitCast(getAddress(CommandInfo("glGetnTexImageARB", [S100])), glGetnTexImageARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5498:38: error: missing argument label 'to:' in call glGetnUniformdv_P = unsafeBitCast(getAddress(CommandInfo("glGetnUniformdv", [S17])), glGetnUniformdv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5502:41: error: missing argument label 'to:' in call glGetnUniformdvARB_P = unsafeBitCast(getAddress(CommandInfo("glGetnUniformdvARB", [S100])), glGetnUniformdvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5506:38: error: missing argument label 'to:' in call glGetnUniformfv_P = unsafeBitCast(getAddress(CommandInfo("glGetnUniformfv", [S17, S22, S246])), glGetnUniformfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5510:41: error: missing argument label 'to:' in call glGetnUniformfvARB_P = unsafeBitCast(getAddress(CommandInfo("glGetnUniformfvARB", [S100])), glGetnUniformfvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5514:41: error: missing argument label 'to:' in call glGetnUniformfvEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetnUniformfvEXT", [S204])), glGetnUniformfvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5518:41: error: missing argument label 'to:' in call glGetnUniformfvKHR_P = unsafeBitCast(getAddress(CommandInfo("glGetnUniformfvKHR", [S246])), glGetnUniformfvKHR_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5522:43: error: missing argument label 'to:' in call glGetnUniformi64vARB_P = unsafeBitCast(getAddress(CommandInfo("glGetnUniformi64vARB", [S82])), glGetnUniformi64vARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5526:38: error: missing argument label 'to:' in call glGetnUniformiv_P = unsafeBitCast(getAddress(CommandInfo("glGetnUniformiv", [S17, S22, S246])), glGetnUniformiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5530:41: error: missing argument label 'to:' in call glGetnUniformivARB_P = unsafeBitCast(getAddress(CommandInfo("glGetnUniformivARB", [S100])), glGetnUniformivARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5534:41: error: missing argument label 'to:' in call glGetnUniformivEXT_P = unsafeBitCast(getAddress(CommandInfo("glGetnUniformivEXT", [S204])), glGetnUniformivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5538:41: error: missing argument label 'to:' in call glGetnUniformivKHR_P = unsafeBitCast(getAddress(CommandInfo("glGetnUniformivKHR", [S246])), glGetnUniformivKHR_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5542:44: error: missing argument label 'to:' in call glGetnUniformui64vARB_P = unsafeBitCast(getAddress(CommandInfo("glGetnUniformui64vARB", [S82])), glGetnUniformui64vARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5546:39: error: missing argument label 'to:' in call glGetnUniformuiv_P = unsafeBitCast(getAddress(CommandInfo("glGetnUniformuiv", [S17, S22, S246])), glGetnUniformuiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5550:42: error: missing argument label 'to:' in call glGetnUniformuivARB_P = unsafeBitCast(getAddress(CommandInfo("glGetnUniformuivARB", [S100])), glGetnUniformuivARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5554:42: error: missing argument label 'to:' in call glGetnUniformuivKHR_P = unsafeBitCast(getAddress(CommandInfo("glGetnUniformuivKHR", [S246])), glGetnUniformuivKHR_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5558:46: error: missing argument label 'to:' in call glGlobalAlphaFactorbSUN_P = unsafeBitCast(getAddress(CommandInfo("glGlobalAlphaFactorbSUN", [S366])), glGlobalAlphaFactorbSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5562:46: error: missing argument label 'to:' in call glGlobalAlphaFactordSUN_P = unsafeBitCast(getAddress(CommandInfo("glGlobalAlphaFactordSUN", [S366])), glGlobalAlphaFactordSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5566:46: error: missing argument label 'to:' in call glGlobalAlphaFactorfSUN_P = unsafeBitCast(getAddress(CommandInfo("glGlobalAlphaFactorfSUN", [S366])), glGlobalAlphaFactorfSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5570:46: error: missing argument label 'to:' in call glGlobalAlphaFactoriSUN_P = unsafeBitCast(getAddress(CommandInfo("glGlobalAlphaFactoriSUN", [S366])), glGlobalAlphaFactoriSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5574:46: error: missing argument label 'to:' in call glGlobalAlphaFactorsSUN_P = unsafeBitCast(getAddress(CommandInfo("glGlobalAlphaFactorsSUN", [S366])), glGlobalAlphaFactorsSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5578:47: error: missing argument label 'to:' in call glGlobalAlphaFactorubSUN_P = unsafeBitCast(getAddress(CommandInfo("glGlobalAlphaFactorubSUN", [S366])), glGlobalAlphaFactorubSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5582:47: error: missing argument label 'to:' in call glGlobalAlphaFactoruiSUN_P = unsafeBitCast(getAddress(CommandInfo("glGlobalAlphaFactoruiSUN", [S366])), glGlobalAlphaFactoruiSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5586:47: error: missing argument label 'to:' in call glGlobalAlphaFactorusSUN_P = unsafeBitCast(getAddress(CommandInfo("glGlobalAlphaFactorusSUN", [S366])), glGlobalAlphaFactorusSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5590:29: error: missing argument label 'to:' in call glHint_P = unsafeBitCast(getAddress(CommandInfo("glHint", [S0, S18])), glHint_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5594:32: error: missing argument label 'to:' in call glHintPGI_P = unsafeBitCast(getAddress(CommandInfo("glHintPGI", [S337])), glHintPGI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5598:34: error: missing argument label 'to:' in call glHistogram_P = unsafeBitCast(getAddress(CommandInfo("glHistogram", [S83])), glHistogram_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5602:37: error: missing argument label 'to:' in call glHistogramEXT_P = unsafeBitCast(getAddress(CommandInfo("glHistogramEXT", [S184])), glHistogramEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5606:43: error: missing argument label 'to:' in call glIglooInterfaceSGIX_P = unsafeBitCast(getAddress(CommandInfo("glIglooInterfaceSGIX", [S356])), glIglooInterfaceSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5610:51: error: missing argument label 'to:' in call glImageTransformParameterfHP_P = unsafeBitCast(getAddress(CommandInfo("glImageTransformParameterfHP", [S233])), glImageTransformParameterfHP_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5614:52: error: missing argument label 'to:' in call glImageTransformParameterfvHP_P = unsafeBitCast(getAddress(CommandInfo("glImageTransformParameterfvHP", [S233])), glImageTransformParameterfvHP_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5618:51: error: missing argument label 'to:' in call glImageTransformParameteriHP_P = unsafeBitCast(getAddress(CommandInfo("glImageTransformParameteriHP", [S233])), glImageTransformParameteriHP_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5622:52: error: missing argument label 'to:' in call glImageTransformParameterivHP_P = unsafeBitCast(getAddress(CommandInfo("glImageTransformParameterivHP", [S233])), glImageTransformParameterivHP_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:3917:5: error: could not infer type for 'glImportSyncEXT_P' var glImportSyncEXT_P:@convention(c)(GLenum, GLintptr, GLbitfield) -> GLsync = glImportSyncEXT_L ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5630:38: error: missing argument label 'to:' in call glIndexFormatNV_P = unsafeBitCast(getAddress(CommandInfo("glIndexFormatNV", [S302])), glIndexFormatNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5634:37: error: missing argument label 'to:' in call glIndexFuncEXT_P = unsafeBitCast(getAddress(CommandInfo("glIndexFuncEXT", [S185])), glIndexFuncEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5638:34: error: missing argument label 'to:' in call glIndexMask_P = unsafeBitCast(getAddress(CommandInfo("glIndexMask", [S0, S23])), glIndexMask_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5642:41: error: missing argument label 'to:' in call glIndexMaterialEXT_P = unsafeBitCast(getAddress(CommandInfo("glIndexMaterialEXT", [S186])), glIndexMaterialEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5646:37: error: missing argument label 'to:' in call glIndexPointer_P = unsafeBitCast(getAddress(CommandInfo("glIndexPointer", [S1, S23])), glIndexPointer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5650:40: error: missing argument label 'to:' in call glIndexPointerEXT_P = unsafeBitCast(getAddress(CommandInfo("glIndexPointerEXT", [S226])), glIndexPointerEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5654:44: error: missing argument label 'to:' in call glIndexPointerListIBM_P = unsafeBitCast(getAddress(CommandInfo("glIndexPointerListIBM", [S236])), glIndexPointerListIBM_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5658:31: error: missing argument label 'to:' in call glIndexd_P = unsafeBitCast(getAddress(CommandInfo("glIndexd", [S0, S23])), glIndexd_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5662:32: error: missing argument label 'to:' in call glIndexdv_P = unsafeBitCast(getAddress(CommandInfo("glIndexdv", [S0, S23])), glIndexdv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5666:31: error: missing argument label 'to:' in call glIndexf_P = unsafeBitCast(getAddress(CommandInfo("glIndexf", [S0, S23])), glIndexf_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5670:32: error: missing argument label 'to:' in call glIndexfv_P = unsafeBitCast(getAddress(CommandInfo("glIndexfv", [S0, S23])), glIndexfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5674:31: error: missing argument label 'to:' in call glIndexi_P = unsafeBitCast(getAddress(CommandInfo("glIndexi", [S0, S23])), glIndexi_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5678:32: error: missing argument label 'to:' in call glIndexiv_P = unsafeBitCast(getAddress(CommandInfo("glIndexiv", [S0, S23])), glIndexiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5682:31: error: missing argument label 'to:' in call glIndexs_P = unsafeBitCast(getAddress(CommandInfo("glIndexs", [S0, S23])), glIndexs_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5686:32: error: missing argument label 'to:' in call glIndexsv_P = unsafeBitCast(getAddress(CommandInfo("glIndexsv", [S0, S23])), glIndexsv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5690:32: error: missing argument label 'to:' in call glIndexub_P = unsafeBitCast(getAddress(CommandInfo("glIndexub", [S1, S23])), glIndexub_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5694:33: error: missing argument label 'to:' in call glIndexubv_P = unsafeBitCast(getAddress(CommandInfo("glIndexubv", [S1, S23])), glIndexubv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5698:34: error: missing argument label 'to:' in call glIndexxOES_P = unsafeBitCast(getAddress(CommandInfo("glIndexxOES", [S316])), glIndexxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5702:35: error: missing argument label 'to:' in call glIndexxvOES_P = unsafeBitCast(getAddress(CommandInfo("glIndexxvOES", [S316])), glIndexxvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5706:34: error: missing argument label 'to:' in call glInitNames_P = unsafeBitCast(getAddress(CommandInfo("glInitNames", [S0, S23])), glInitNames_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5710:43: error: missing argument label 'to:' in call glInsertComponentEXT_P = unsafeBitCast(getAddress(CommandInfo("glInsertComponentEXT", [S228])), glInsertComponentEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5714:45: error: missing argument label 'to:' in call glInsertEventMarkerEXT_P = unsafeBitCast(getAddress(CommandInfo("glInsertEventMarkerEXT", [S165])), glInsertEventMarkerEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5718:46: error: missing argument label 'to:' in call glInstrumentsBufferSGIX_P = unsafeBitCast(getAddress(CommandInfo("glInstrumentsBufferSGIX", [S357])), glInstrumentsBufferSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5722:42: error: missing argument label 'to:' in call glInterleavedArrays_P = unsafeBitCast(getAddress(CommandInfo("glInterleavedArrays", [S1, S23])), glInterleavedArrays_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5726:43: error: missing argument label 'to:' in call glInterpolatePathsNV_P = unsafeBitCast(getAddress(CommandInfo("glInterpolatePathsNV", [S284])), glInterpolatePathsNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5730:45: error: missing argument label 'to:' in call glInvalidateBufferData_P = unsafeBitCast(getAddress(CommandInfo("glInvalidateBufferData", [S15, S88])), glInvalidateBufferData_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5734:48: error: missing argument label 'to:' in call glInvalidateBufferSubData_P = unsafeBitCast(getAddress(CommandInfo("glInvalidateBufferSubData", [S15, S88])), glInvalidateBufferSubData_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5738:46: error: missing argument label 'to:' in call glInvalidateFramebuffer_P = unsafeBitCast(getAddress(CommandInfo("glInvalidateFramebuffer", [S15, S20, S88])), glInvalidateFramebuffer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5742:55: error: missing argument label 'to:' in call glInvalidateNamedFramebufferData_P = unsafeBitCast(getAddress(CommandInfo("glInvalidateNamedFramebufferData", [S17, S69])), glInvalidateNamedFramebufferData_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5746:58: error: missing argument label 'to:' in call glInvalidateNamedFramebufferSubData_P = unsafeBitCast(getAddress(CommandInfo("glInvalidateNamedFramebufferSubData", [S17, S69])), glInvalidateNamedFramebufferSubData_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5750:49: error: missing argument label 'to:' in call glInvalidateSubFramebuffer_P = unsafeBitCast(getAddress(CommandInfo("glInvalidateSubFramebuffer", [S15, S20, S88])), glInvalidateSubFramebuffer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5754:43: error: missing argument label 'to:' in call glInvalidateTexImage_P = unsafeBitCast(getAddress(CommandInfo("glInvalidateTexImage", [S15, S88])), glInvalidateTexImage_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5758:46: error: missing argument label 'to:' in call glInvalidateTexSubImage_P = unsafeBitCast(getAddress(CommandInfo("glInvalidateTexSubImage", [S15, S88])), glInvalidateTexSubImage_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5762:42: error: missing argument label 'to:' in call glIsAsyncMarkerSGIX_P = unsafeBitCast(getAddress(CommandInfo("glIsAsyncMarkerSGIX", [S352])), glIsAsyncMarkerSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5766:33: error: missing argument label 'to:' in call glIsBuffer_P = unsafeBitCast(getAddress(CommandInfo("glIsBuffer", [S5, S18])), glIsBuffer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5770:36: error: missing argument label 'to:' in call glIsBufferARB_P = unsafeBitCast(getAddress(CommandInfo("glIsBufferARB", [S133])), glIsBufferARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5774:43: error: missing argument label 'to:' in call glIsBufferResidentNV_P = unsafeBitCast(getAddress(CommandInfo("glIsBufferResidentNV", [S294])), glIsBufferResidentNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5778:40: error: missing argument label 'to:' in call glIsCommandListNV_P = unsafeBitCast(getAddress(CommandInfo("glIsCommandListNV", [S254])), glIsCommandListNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5782:34: error: missing argument label 'to:' in call glIsEnabled_P = unsafeBitCast(getAddress(CommandInfo("glIsEnabled", [S0, S18])), glIsEnabled_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5786:44: error: missing argument label 'to:' in call glIsEnabledIndexedEXT_P = unsafeBitCast(getAddress(CommandInfo("glIsEnabledIndexedEXT", [S167, S171])), glIsEnabledIndexedEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5790:35: error: missing argument label 'to:' in call glIsEnabledi_P = unsafeBitCast(getAddress(CommandInfo("glIsEnabledi", [S8, S22])), glIsEnabledi_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5794:38: error: missing argument label 'to:' in call glIsEnablediEXT_P = unsafeBitCast(getAddress(CommandInfo("glIsEnablediEXT", [S172])), glIsEnablediEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5798:37: error: missing argument label 'to:' in call glIsEnablediNV_P = unsafeBitCast(getAddress(CommandInfo("glIsEnablediNV", [S306])), glIsEnablediNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5802:38: error: missing argument label 'to:' in call glIsEnablediOES_P = unsafeBitCast(getAddress(CommandInfo("glIsEnablediOES", [S313])), glIsEnablediOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5806:37: error: missing argument label 'to:' in call glIsFenceAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glIsFenceAPPLE", [S43])), glIsFenceAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5810:34: error: missing argument label 'to:' in call glIsFenceNV_P = unsafeBitCast(getAddress(CommandInfo("glIsFenceNV", [S267])), glIsFenceNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5814:38: error: missing argument label 'to:' in call glIsFramebuffer_P = unsafeBitCast(getAddress(CommandInfo("glIsFramebuffer", [S8, S19, S77])), glIsFramebuffer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5818:41: error: missing argument label 'to:' in call glIsFramebufferEXT_P = unsafeBitCast(getAddress(CommandInfo("glIsFramebufferEXT", [S179])), glIsFramebufferEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5822:41: error: missing argument label 'to:' in call glIsFramebufferOES_P = unsafeBitCast(getAddress(CommandInfo("glIsFramebufferOES", [S317])), glIsFramebufferOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5826:49: error: missing argument label 'to:' in call glIsImageHandleResidentARB_P = unsafeBitCast(getAddress(CommandInfo("glIsImageHandleResidentARB", [S56])), glIsImageHandleResidentARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5830:48: error: missing argument label 'to:' in call glIsImageHandleResidentNV_P = unsafeBitCast(getAddress(CommandInfo("glIsImageHandleResidentNV", [S252])), glIsImageHandleResidentNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5834:31: error: missing argument label 'to:' in call glIsList_P = unsafeBitCast(getAddress(CommandInfo("glIsList", [S0, S23])), glIsList_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5838:34: error: missing argument label 'to:' in call glIsNameAMD_P = unsafeBitCast(getAddress(CommandInfo("glIsNameAMD", [S30])), glIsNameAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5842:48: error: missing argument label 'to:' in call glIsNamedBufferResidentNV_P = unsafeBitCast(getAddress(CommandInfo("glIsNamedBufferResidentNV", [S294])), glIsNamedBufferResidentNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5846:41: error: missing argument label 'to:' in call glIsNamedStringARB_P = unsafeBitCast(getAddress(CommandInfo("glIsNamedStringARB", [S110])), glIsNamedStringARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5850:42: error: missing argument label 'to:' in call glIsObjectBufferATI_P = unsafeBitCast(getAddress(CommandInfo("glIsObjectBufferATI", [S146])), glIsObjectBufferATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5854:43: error: missing argument label 'to:' in call glIsOcclusionQueryNV_P = unsafeBitCast(getAddress(CommandInfo("glIsOcclusionQueryNV", [S282])), glIsOcclusionQueryNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5858:33: error: missing argument label 'to:' in call glIsPathNV_P = unsafeBitCast(getAddress(CommandInfo("glIsPathNV", [S284])), glIsPathNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5862:44: error: missing argument label 'to:' in call glIsPointInFillPathNV_P = unsafeBitCast(getAddress(CommandInfo("glIsPointInFillPathNV", [S284])), glIsPointInFillPathNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5866:46: error: missing argument label 'to:' in call glIsPointInStrokePathNV_P = unsafeBitCast(getAddress(CommandInfo("glIsPointInStrokePathNV", [S284])), glIsPointInStrokePathNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5870:34: error: missing argument label 'to:' in call glIsProgram_P = unsafeBitCast(getAddress(CommandInfo("glIsProgram", [S6, S19])), glIsProgram_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5874:37: error: missing argument label 'to:' in call glIsProgramARB_P = unsafeBitCast(getAddress(CommandInfo("glIsProgramARB", [S75, S134])), glIsProgramARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5878:36: error: missing argument label 'to:' in call glIsProgramNV_P = unsafeBitCast(getAddress(CommandInfo("glIsProgramNV", [S303])), glIsProgramNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5882:42: error: missing argument label 'to:' in call glIsProgramPipeline_P = unsafeBitCast(getAddress(CommandInfo("glIsProgramPipeline", [S13, S21, S104])), glIsProgramPipeline_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5886:45: error: missing argument label 'to:' in call glIsProgramPipelineEXT_P = unsafeBitCast(getAddress(CommandInfo("glIsProgramPipelineEXT", [S206])), glIsProgramPipelineEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5890:32: error: missing argument label 'to:' in call glIsQuery_P = unsafeBitCast(getAddress(CommandInfo("glIsQuery", [S5, S20])), glIsQuery_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5894:35: error: missing argument label 'to:' in call glIsQueryARB_P = unsafeBitCast(getAddress(CommandInfo("glIsQueryARB", [S95])), glIsQueryARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5898:35: error: missing argument label 'to:' in call glIsQueryEXT_P = unsafeBitCast(getAddress(CommandInfo("glIsQueryEXT", [S169, S195])), glIsQueryEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5902:39: error: missing argument label 'to:' in call glIsRenderbuffer_P = unsafeBitCast(getAddress(CommandInfo("glIsRenderbuffer", [S8, S19, S77])), glIsRenderbuffer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5906:42: error: missing argument label 'to:' in call glIsRenderbufferEXT_P = unsafeBitCast(getAddress(CommandInfo("glIsRenderbufferEXT", [S179])), glIsRenderbufferEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5910:42: error: missing argument label 'to:' in call glIsRenderbufferOES_P = unsafeBitCast(getAddress(CommandInfo("glIsRenderbufferOES", [S317])), glIsRenderbufferOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5914:34: error: missing argument label 'to:' in call glIsSampler_P = unsafeBitCast(getAddress(CommandInfo("glIsSampler", [S11, S20, S103])), glIsSampler_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5918:33: error: missing argument label 'to:' in call glIsShader_P = unsafeBitCast(getAddress(CommandInfo("glIsShader", [S6, S19])), glIsShader_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5922:34: error: missing argument label 'to:' in call glIsStateNV_P = unsafeBitCast(getAddress(CommandInfo("glIsStateNV", [S254])), glIsStateNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4141:5: error: could not infer type for 'glIsSync_P' var glIsSync_P:@convention(c)(GLsync) -> GLboolean = glIsSync_L ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:4144:5: error: could not infer type for 'glIsSyncAPPLE_P' var glIsSyncAPPLE_P:@convention(c)(GLsync) -> GLboolean = glIsSyncAPPLE_L ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5934:34: error: missing argument label 'to:' in call glIsTexture_P = unsafeBitCast(getAddress(CommandInfo("glIsTexture", [S1, S18])), glIsTexture_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5938:37: error: missing argument label 'to:' in call glIsTextureEXT_P = unsafeBitCast(getAddress(CommandInfo("glIsTextureEXT", [S220])), glIsTextureEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5942:51: error: missing argument label 'to:' in call glIsTextureHandleResidentARB_P = unsafeBitCast(getAddress(CommandInfo("glIsTextureHandleResidentARB", [S56])), glIsTextureHandleResidentARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5946:50: error: missing argument label 'to:' in call glIsTextureHandleResidentNV_P = unsafeBitCast(getAddress(CommandInfo("glIsTextureHandleResidentNV", [S252])), glIsTextureHandleResidentNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5950:44: error: missing argument label 'to:' in call glIsTransformFeedback_P = unsafeBitCast(getAddress(CommandInfo("glIsTransformFeedback", [S12, S20, S124])), glIsTransformFeedback_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5954:46: error: missing argument label 'to:' in call glIsTransformFeedbackNV_P = unsafeBitCast(getAddress(CommandInfo("glIsTransformFeedbackNV", [S298])), glIsTransformFeedbackNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5958:44: error: missing argument label 'to:' in call glIsVariantEnabledEXT_P = unsafeBitCast(getAddress(CommandInfo("glIsVariantEnabledEXT", [S228])), glIsVariantEnabledEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5962:38: error: missing argument label 'to:' in call glIsVertexArray_P = unsafeBitCast(getAddress(CommandInfo("glIsVertexArray", [S8, S20, S129])), glIsVertexArray_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5966:43: error: missing argument label 'to:' in call glIsVertexArrayAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glIsVertexArrayAPPLE", [S49])), glIsVertexArrayAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5970:41: error: missing argument label 'to:' in call glIsVertexArrayOES_P = unsafeBitCast(getAddress(CommandInfo("glIsVertexArrayOES", [S334])), glIsVertexArrayOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5974:51: error: missing argument label 'to:' in call glIsVertexAttribEnabledAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glIsVertexAttribEnabledAPPLE", [S51])), glIsVertexAttribEnabledAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5978:39: error: missing argument label 'to:' in call glLabelObjectEXT_P = unsafeBitCast(getAddress(CommandInfo("glLabelObjectEXT", [S164])), glLabelObjectEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5982:38: error: missing argument label 'to:' in call glLightEnviSGIX_P = unsafeBitCast(getAddress(CommandInfo("glLightEnviSGIX", [S354])), glLightEnviSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5986:36: error: missing argument label 'to:' in call glLightModelf_P = unsafeBitCast(getAddress(CommandInfo("glLightModelf", [S0, S23, S18])), glLightModelf_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5990:37: error: missing argument label 'to:' in call glLightModelfv_P = unsafeBitCast(getAddress(CommandInfo("glLightModelfv", [S0, S23, S18])), glLightModelfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5994:36: error: missing argument label 'to:' in call glLightModeli_P = unsafeBitCast(getAddress(CommandInfo("glLightModeli", [S0, S23])), glLightModeli_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:5998:37: error: missing argument label 'to:' in call glLightModeliv_P = unsafeBitCast(getAddress(CommandInfo("glLightModeliv", [S0, S23])), glLightModeliv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6002:36: error: missing argument label 'to:' in call glLightModelx_P = unsafeBitCast(getAddress(CommandInfo("glLightModelx", [S18])), glLightModelx_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6006:39: error: missing argument label 'to:' in call glLightModelxOES_P = unsafeBitCast(getAddress(CommandInfo("glLightModelxOES", [S316])), glLightModelxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6010:37: error: missing argument label 'to:' in call glLightModelxv_P = unsafeBitCast(getAddress(CommandInfo("glLightModelxv", [S18])), glLightModelxv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6014:40: error: missing argument label 'to:' in call glLightModelxvOES_P = unsafeBitCast(getAddress(CommandInfo("glLightModelxvOES", [S316])), glLightModelxvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6018:31: error: missing argument label 'to:' in call glLightf_P = unsafeBitCast(getAddress(CommandInfo("glLightf", [S0, S23, S18])), glLightf_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6022:32: error: missing argument label 'to:' in call glLightfv_P = unsafeBitCast(getAddress(CommandInfo("glLightfv", [S0, S23, S18])), glLightfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6026:31: error: missing argument label 'to:' in call glLighti_P = unsafeBitCast(getAddress(CommandInfo("glLighti", [S0, S23])), glLighti_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6030:32: error: missing argument label 'to:' in call glLightiv_P = unsafeBitCast(getAddress(CommandInfo("glLightiv", [S0, S23])), glLightiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6034:31: error: missing argument label 'to:' in call glLightx_P = unsafeBitCast(getAddress(CommandInfo("glLightx", [S18])), glLightx_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6038:34: error: missing argument label 'to:' in call glLightxOES_P = unsafeBitCast(getAddress(CommandInfo("glLightxOES", [S316])), glLightxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6042:32: error: missing argument label 'to:' in call glLightxv_P = unsafeBitCast(getAddress(CommandInfo("glLightxv", [S18])), glLightxv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6046:35: error: missing argument label 'to:' in call glLightxvOES_P = unsafeBitCast(getAddress(CommandInfo("glLightxvOES", [S316])), glLightxvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6050:36: error: missing argument label 'to:' in call glLineStipple_P = unsafeBitCast(getAddress(CommandInfo("glLineStipple", [S0, S23])), glLineStipple_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6054:34: error: missing argument label 'to:' in call glLineWidth_P = unsafeBitCast(getAddress(CommandInfo("glLineWidth", [S0, S18])), glLineWidth_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6058:35: error: missing argument label 'to:' in call glLineWidthx_P = unsafeBitCast(getAddress(CommandInfo("glLineWidthx", [S18])), glLineWidthx_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6062:38: error: missing argument label 'to:' in call glLineWidthxOES_P = unsafeBitCast(getAddress(CommandInfo("glLineWidthxOES", [S316])), glLineWidthxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6066:36: error: missing argument label 'to:' in call glLinkProgram_P = unsafeBitCast(getAddress(CommandInfo("glLinkProgram", [S6, S19])), glLinkProgram_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6070:39: error: missing argument label 'to:' in call glLinkProgramARB_P = unsafeBitCast(getAddress(CommandInfo("glLinkProgramARB", [S107])), glLinkProgramARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6074:33: error: missing argument label 'to:' in call glListBase_P = unsafeBitCast(getAddress(CommandInfo("glListBase", [S0, S23])), glListBase_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6078:55: error: missing argument label 'to:' in call glListDrawCommandsStatesClientNV_P = unsafeBitCast(getAddress(CommandInfo("glListDrawCommandsStatesClientNV", [S254])), glListDrawCommandsStatesClientNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6082:43: error: missing argument label 'to:' in call glListParameterfSGIX_P = unsafeBitCast(getAddress(CommandInfo("glListParameterfSGIX", [S358])), glListParameterfSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6086:44: error: missing argument label 'to:' in call glListParameterfvSGIX_P = unsafeBitCast(getAddress(CommandInfo("glListParameterfvSGIX", [S358])), glListParameterfvSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6090:43: error: missing argument label 'to:' in call glListParameteriSGIX_P = unsafeBitCast(getAddress(CommandInfo("glListParameteriSGIX", [S358])), glListParameteriSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6094:44: error: missing argument label 'to:' in call glListParameterivSGIX_P = unsafeBitCast(getAddress(CommandInfo("glListParameterivSGIX", [S358])), glListParameterivSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6098:37: error: missing argument label 'to:' in call glLoadIdentity_P = unsafeBitCast(getAddress(CommandInfo("glLoadIdentity", [S0, S23, S18])), glLoadIdentity_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6102:55: error: missing argument label 'to:' in call glLoadIdentityDeformationMapSGIX_P = unsafeBitCast(getAddress(CommandInfo("glLoadIdentityDeformationMapSGIX", [S360])), glLoadIdentityDeformationMapSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6106:36: error: missing argument label 'to:' in call glLoadMatrixd_P = unsafeBitCast(getAddress(CommandInfo("glLoadMatrixd", [S0, S23])), glLoadMatrixd_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6110:36: error: missing argument label 'to:' in call glLoadMatrixf_P = unsafeBitCast(getAddress(CommandInfo("glLoadMatrixf", [S0, S23, S18])), glLoadMatrixf_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6114:36: error: missing argument label 'to:' in call glLoadMatrixx_P = unsafeBitCast(getAddress(CommandInfo("glLoadMatrixx", [S18])), glLoadMatrixx_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6118:39: error: missing argument label 'to:' in call glLoadMatrixxOES_P = unsafeBitCast(getAddress(CommandInfo("glLoadMatrixxOES", [S316])), glLoadMatrixxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6122:33: error: missing argument label 'to:' in call glLoadName_P = unsafeBitCast(getAddress(CommandInfo("glLoadName", [S0, S23])), glLoadName_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6126:58: error: missing argument label 'to:' in call glLoadPaletteFromModelViewMatrixOES_P = unsafeBitCast(getAddress(CommandInfo("glLoadPaletteFromModelViewMatrixOES", [S321])), glLoadPaletteFromModelViewMatrixOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6130:38: error: missing argument label 'to:' in call glLoadProgramNV_P = unsafeBitCast(getAddress(CommandInfo("glLoadProgramNV", [S303])), glLoadProgramNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6134:45: error: missing argument label 'to:' in call glLoadTransposeMatrixd_P = unsafeBitCast(getAddress(CommandInfo("glLoadTransposeMatrixd", [S3, S23])), glLoadTransposeMatrixd_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6138:48: error: missing argument label 'to:' in call glLoadTransposeMatrixdARB_P = unsafeBitCast(getAddress(CommandInfo("glLoadTransposeMatrixdARB", [S127])), glLoadTransposeMatrixdARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6142:45: error: missing argument label 'to:' in call glLoadTransposeMatrixf_P = unsafeBitCast(getAddress(CommandInfo("glLoadTransposeMatrixf", [S3, S23])), glLoadTransposeMatrixf_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6146:48: error: missing argument label 'to:' in call glLoadTransposeMatrixfARB_P = unsafeBitCast(getAddress(CommandInfo("glLoadTransposeMatrixfARB", [S127])), glLoadTransposeMatrixfARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6150:48: error: missing argument label 'to:' in call glLoadTransposeMatrixxOES_P = unsafeBitCast(getAddress(CommandInfo("glLoadTransposeMatrixxOES", [S316])), glLoadTransposeMatrixxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6154:38: error: missing argument label 'to:' in call glLockArraysEXT_P = unsafeBitCast(getAddress(CommandInfo("glLockArraysEXT", [S158])), glLockArraysEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6158:32: error: missing argument label 'to:' in call glLogicOp_P = unsafeBitCast(getAddress(CommandInfo("glLogicOp", [S0, S18])), glLogicOp_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6162:48: error: missing argument label 'to:' in call glMakeBufferNonResidentNV_P = unsafeBitCast(getAddress(CommandInfo("glMakeBufferNonResidentNV", [S294])), glMakeBufferNonResidentNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6166:45: error: missing argument label 'to:' in call glMakeBufferResidentNV_P = unsafeBitCast(getAddress(CommandInfo("glMakeBufferResidentNV", [S294])), glMakeBufferResidentNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6170:54: error: missing argument label 'to:' in call glMakeImageHandleNonResidentARB_P = unsafeBitCast(getAddress(CommandInfo("glMakeImageHandleNonResidentARB", [S56])), glMakeImageHandleNonResidentARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6174:53: error: missing argument label 'to:' in call glMakeImageHandleNonResidentNV_P = unsafeBitCast(getAddress(CommandInfo("glMakeImageHandleNonResidentNV", [S252])), glMakeImageHandleNonResidentNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6178:51: error: missing argument label 'to:' in call glMakeImageHandleResidentARB_P = unsafeBitCast(getAddress(CommandInfo("glMakeImageHandleResidentARB", [S56])), glMakeImageHandleResidentARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6182:50: error: missing argument label 'to:' in call glMakeImageHandleResidentNV_P = unsafeBitCast(getAddress(CommandInfo("glMakeImageHandleResidentNV", [S252])), glMakeImageHandleResidentNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6186:53: error: missing argument label 'to:' in call glMakeNamedBufferNonResidentNV_P = unsafeBitCast(getAddress(CommandInfo("glMakeNamedBufferNonResidentNV", [S294])), glMakeNamedBufferNonResidentNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6190:50: error: missing argument label 'to:' in call glMakeNamedBufferResidentNV_P = unsafeBitCast(getAddress(CommandInfo("glMakeNamedBufferResidentNV", [S294])), glMakeNamedBufferResidentNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6194:56: error: missing argument label 'to:' in call glMakeTextureHandleNonResidentARB_P = unsafeBitCast(getAddress(CommandInfo("glMakeTextureHandleNonResidentARB", [S56])), glMakeTextureHandleNonResidentARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6198:55: error: missing argument label 'to:' in call glMakeTextureHandleNonResidentNV_P = unsafeBitCast(getAddress(CommandInfo("glMakeTextureHandleNonResidentNV", [S252])), glMakeTextureHandleNonResidentNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6202:53: error: missing argument label 'to:' in call glMakeTextureHandleResidentARB_P = unsafeBitCast(getAddress(CommandInfo("glMakeTextureHandleResidentARB", [S56])), glMakeTextureHandleResidentARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6206:52: error: missing argument label 'to:' in call glMakeTextureHandleResidentNV_P = unsafeBitCast(getAddress(CommandInfo("glMakeTextureHandleResidentNV", [S252])), glMakeTextureHandleResidentNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6210:30: error: missing argument label 'to:' in call glMap1d_P = unsafeBitCast(getAddress(CommandInfo("glMap1d", [S0, S23])), glMap1d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6214:30: error: missing argument label 'to:' in call glMap1f_P = unsafeBitCast(getAddress(CommandInfo("glMap1f", [S0, S23])), glMap1f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6218:33: error: missing argument label 'to:' in call glMap1xOES_P = unsafeBitCast(getAddress(CommandInfo("glMap1xOES", [S316])), glMap1xOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6222:30: error: missing argument label 'to:' in call glMap2d_P = unsafeBitCast(getAddress(CommandInfo("glMap2d", [S0, S23])), glMap2d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6226:30: error: missing argument label 'to:' in call glMap2f_P = unsafeBitCast(getAddress(CommandInfo("glMap2f", [S0, S23])), glMap2f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6230:33: error: missing argument label 'to:' in call glMap2xOES_P = unsafeBitCast(getAddress(CommandInfo("glMap2xOES", [S316])), glMap2xOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6234:34: error: missing argument label 'to:' in call glMapBuffer_P = unsafeBitCast(getAddress(CommandInfo("glMapBuffer", [S5])), glMapBuffer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6238:37: error: missing argument label 'to:' in call glMapBufferARB_P = unsafeBitCast(getAddress(CommandInfo("glMapBufferARB", [S133])), glMapBufferARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6242:37: error: missing argument label 'to:' in call glMapBufferOES_P = unsafeBitCast(getAddress(CommandInfo("glMapBufferOES", [S320])), glMapBufferOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6246:39: error: missing argument label 'to:' in call glMapBufferRange_P = unsafeBitCast(getAddress(CommandInfo("glMapBufferRange", [S8, S20, S89])), glMapBufferRange_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6250:42: error: missing argument label 'to:' in call glMapBufferRangeEXT_P = unsafeBitCast(getAddress(CommandInfo("glMapBufferRangeEXT", [S189])), glMapBufferRangeEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6254:43: error: missing argument label 'to:' in call glMapControlPointsNV_P = unsafeBitCast(getAddress(CommandInfo("glMapControlPointsNV", [S265])), glMapControlPointsNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6258:34: error: missing argument label 'to:' in call glMapGrid1d_P = unsafeBitCast(getAddress(CommandInfo("glMapGrid1d", [S0, S23])), glMapGrid1d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6262:34: error: missing argument label 'to:' in call glMapGrid1f_P = unsafeBitCast(getAddress(CommandInfo("glMapGrid1f", [S0, S23])), glMapGrid1f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6266:37: error: missing argument label 'to:' in call glMapGrid1xOES_P = unsafeBitCast(getAddress(CommandInfo("glMapGrid1xOES", [S316])), glMapGrid1xOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6270:34: error: missing argument label 'to:' in call glMapGrid2d_P = unsafeBitCast(getAddress(CommandInfo("glMapGrid2d", [S0, S23])), glMapGrid2d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6274:34: error: missing argument label 'to:' in call glMapGrid2f_P = unsafeBitCast(getAddress(CommandInfo("glMapGrid2f", [S0, S23])), glMapGrid2f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6278:37: error: missing argument label 'to:' in call glMapGrid2xOES_P = unsafeBitCast(getAddress(CommandInfo("glMapGrid2xOES", [S316])), glMapGrid2xOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6282:39: error: missing argument label 'to:' in call glMapNamedBuffer_P = unsafeBitCast(getAddress(CommandInfo("glMapNamedBuffer", [S17, S69])), glMapNamedBuffer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6286:42: error: missing argument label 'to:' in call glMapNamedBufferEXT_P = unsafeBitCast(getAddress(CommandInfo("glMapNamedBufferEXT", [S167])), glMapNamedBufferEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6290:44: error: missing argument label 'to:' in call glMapNamedBufferRange_P = unsafeBitCast(getAddress(CommandInfo("glMapNamedBufferRange", [S17, S69])), glMapNamedBufferRange_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6294:47: error: missing argument label 'to:' in call glMapNamedBufferRangeEXT_P = unsafeBitCast(getAddress(CommandInfo("glMapNamedBufferRangeEXT", [S167])), glMapNamedBufferRangeEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6298:43: error: missing argument label 'to:' in call glMapObjectBufferATI_P = unsafeBitCast(getAddress(CommandInfo("glMapObjectBufferATI", [S143])), glMapObjectBufferATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6302:41: error: missing argument label 'to:' in call glMapParameterfvNV_P = unsafeBitCast(getAddress(CommandInfo("glMapParameterfvNV", [S265])), glMapParameterfvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6306:41: error: missing argument label 'to:' in call glMapParameterivNV_P = unsafeBitCast(getAddress(CommandInfo("glMapParameterivNV", [S265])), glMapParameterivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6310:42: error: missing argument label 'to:' in call glMapTexture2DINTEL_P = unsafeBitCast(getAddress(CommandInfo("glMapTexture2DINTEL", [S241])), glMapTexture2DINTEL_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6314:47: error: missing argument label 'to:' in call glMapVertexAttrib1dAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glMapVertexAttrib1dAPPLE", [S51])), glMapVertexAttrib1dAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6318:47: error: missing argument label 'to:' in call glMapVertexAttrib1fAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glMapVertexAttrib1fAPPLE", [S51])), glMapVertexAttrib1fAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6322:47: error: missing argument label 'to:' in call glMapVertexAttrib2dAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glMapVertexAttrib2dAPPLE", [S51])), glMapVertexAttrib2dAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6326:47: error: missing argument label 'to:' in call glMapVertexAttrib2fAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glMapVertexAttrib2fAPPLE", [S51])), glMapVertexAttrib2fAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6330:34: error: missing argument label 'to:' in call glMaterialf_P = unsafeBitCast(getAddress(CommandInfo("glMaterialf", [S0, S23, S18])), glMaterialf_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6334:35: error: missing argument label 'to:' in call glMaterialfv_P = unsafeBitCast(getAddress(CommandInfo("glMaterialfv", [S0, S23, S18])), glMaterialfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6338:34: error: missing argument label 'to:' in call glMateriali_P = unsafeBitCast(getAddress(CommandInfo("glMateriali", [S0, S23])), glMateriali_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6342:35: error: missing argument label 'to:' in call glMaterialiv_P = unsafeBitCast(getAddress(CommandInfo("glMaterialiv", [S0, S23])), glMaterialiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6346:34: error: missing argument label 'to:' in call glMaterialx_P = unsafeBitCast(getAddress(CommandInfo("glMaterialx", [S18])), glMaterialx_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6350:37: error: missing argument label 'to:' in call glMaterialxOES_P = unsafeBitCast(getAddress(CommandInfo("glMaterialxOES", [S316])), glMaterialxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6354:35: error: missing argument label 'to:' in call glMaterialxv_P = unsafeBitCast(getAddress(CommandInfo("glMaterialxv", [S18])), glMaterialxv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6358:38: error: missing argument label 'to:' in call glMaterialxvOES_P = unsafeBitCast(getAddress(CommandInfo("glMaterialxvOES", [S316])), glMaterialxvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6362:41: error: missing argument label 'to:' in call glMatrixFrustumEXT_P = unsafeBitCast(getAddress(CommandInfo("glMatrixFrustumEXT", [S167])), glMatrixFrustumEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6366:46: error: missing argument label 'to:' in call glMatrixIndexPointerARB_P = unsafeBitCast(getAddress(CommandInfo("glMatrixIndexPointerARB", [S90])), glMatrixIndexPointerARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6370:46: error: missing argument label 'to:' in call glMatrixIndexPointerOES_P = unsafeBitCast(getAddress(CommandInfo("glMatrixIndexPointerOES", [S321])), glMatrixIndexPointerOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6374:42: error: missing argument label 'to:' in call glMatrixIndexubvARB_P = unsafeBitCast(getAddress(CommandInfo("glMatrixIndexubvARB", [S90])), glMatrixIndexubvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6378:42: error: missing argument label 'to:' in call glMatrixIndexuivARB_P = unsafeBitCast(getAddress(CommandInfo("glMatrixIndexuivARB", [S90])), glMatrixIndexuivARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6382:42: error: missing argument label 'to:' in call glMatrixIndexusvARB_P = unsafeBitCast(getAddress(CommandInfo("glMatrixIndexusvARB", [S90])), glMatrixIndexusvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6386:41: error: missing argument label 'to:' in call glMatrixLoad3x2fNV_P = unsafeBitCast(getAddress(CommandInfo("glMatrixLoad3x2fNV", [S284])), glMatrixLoad3x2fNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6390:41: error: missing argument label 'to:' in call glMatrixLoad3x3fNV_P = unsafeBitCast(getAddress(CommandInfo("glMatrixLoad3x3fNV", [S284])), glMatrixLoad3x3fNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6394:46: error: missing argument label 'to:' in call glMatrixLoadIdentityEXT_P = unsafeBitCast(getAddress(CommandInfo("glMatrixLoadIdentityEXT", [S167])), glMatrixLoadIdentityEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6398:50: error: missing argument label 'to:' in call glMatrixLoadTranspose3x3fNV_P = unsafeBitCast(getAddress(CommandInfo("glMatrixLoadTranspose3x3fNV", [S284])), glMatrixLoadTranspose3x3fNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6402:48: error: missing argument label 'to:' in call glMatrixLoadTransposedEXT_P = unsafeBitCast(getAddress(CommandInfo("glMatrixLoadTransposedEXT", [S167])), glMatrixLoadTransposedEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6406:48: error: missing argument label 'to:' in call glMatrixLoadTransposefEXT_P = unsafeBitCast(getAddress(CommandInfo("glMatrixLoadTransposefEXT", [S167])), glMatrixLoadTransposefEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6410:39: error: missing argument label 'to:' in call glMatrixLoaddEXT_P = unsafeBitCast(getAddress(CommandInfo("glMatrixLoaddEXT", [S167])), glMatrixLoaddEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6414:39: error: missing argument label 'to:' in call glMatrixLoadfEXT_P = unsafeBitCast(getAddress(CommandInfo("glMatrixLoadfEXT", [S167])), glMatrixLoadfEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6418:35: error: missing argument label 'to:' in call glMatrixMode_P = unsafeBitCast(getAddress(CommandInfo("glMatrixMode", [S0, S23, S18])), glMatrixMode_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6422:41: error: missing argument label 'to:' in call glMatrixMult3x2fNV_P = unsafeBitCast(getAddress(CommandInfo("glMatrixMult3x2fNV", [S284])), glMatrixMult3x2fNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6426:41: error: missing argument label 'to:' in call glMatrixMult3x3fNV_P = unsafeBitCast(getAddress(CommandInfo("glMatrixMult3x3fNV", [S284])), glMatrixMult3x3fNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6430:50: error: missing argument label 'to:' in call glMatrixMultTranspose3x3fNV_P = unsafeBitCast(getAddress(CommandInfo("glMatrixMultTranspose3x3fNV", [S284])), glMatrixMultTranspose3x3fNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6434:48: error: missing argument label 'to:' in call glMatrixMultTransposedEXT_P = unsafeBitCast(getAddress(CommandInfo("glMatrixMultTransposedEXT", [S167])), glMatrixMultTransposedEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6438:48: error: missing argument label 'to:' in call glMatrixMultTransposefEXT_P = unsafeBitCast(getAddress(CommandInfo("glMatrixMultTransposefEXT", [S167])), glMatrixMultTransposefEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6442:39: error: missing argument label 'to:' in call glMatrixMultdEXT_P = unsafeBitCast(getAddress(CommandInfo("glMatrixMultdEXT", [S167])), glMatrixMultdEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6446:39: error: missing argument label 'to:' in call glMatrixMultfEXT_P = unsafeBitCast(getAddress(CommandInfo("glMatrixMultfEXT", [S167])), glMatrixMultfEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6450:39: error: missing argument label 'to:' in call glMatrixOrthoEXT_P = unsafeBitCast(getAddress(CommandInfo("glMatrixOrthoEXT", [S167])), glMatrixOrthoEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6454:37: error: missing argument label 'to:' in call glMatrixPopEXT_P = unsafeBitCast(getAddress(CommandInfo("glMatrixPopEXT", [S167])), glMatrixPopEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6458:38: error: missing argument label 'to:' in call glMatrixPushEXT_P = unsafeBitCast(getAddress(CommandInfo("glMatrixPushEXT", [S167])), glMatrixPushEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6462:41: error: missing argument label 'to:' in call glMatrixRotatedEXT_P = unsafeBitCast(getAddress(CommandInfo("glMatrixRotatedEXT", [S167])), glMatrixRotatedEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6466:41: error: missing argument label 'to:' in call glMatrixRotatefEXT_P = unsafeBitCast(getAddress(CommandInfo("glMatrixRotatefEXT", [S167])), glMatrixRotatefEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6470:40: error: missing argument label 'to:' in call glMatrixScaledEXT_P = unsafeBitCast(getAddress(CommandInfo("glMatrixScaledEXT", [S167])), glMatrixScaledEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6474:40: error: missing argument label 'to:' in call glMatrixScalefEXT_P = unsafeBitCast(getAddress(CommandInfo("glMatrixScalefEXT", [S167])), glMatrixScalefEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6478:44: error: missing argument label 'to:' in call glMatrixTranslatedEXT_P = unsafeBitCast(getAddress(CommandInfo("glMatrixTranslatedEXT", [S167])), glMatrixTranslatedEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6482:44: error: missing argument label 'to:' in call glMatrixTranslatefEXT_P = unsafeBitCast(getAddress(CommandInfo("glMatrixTranslatefEXT", [S167])), glMatrixTranslatefEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6486:52: error: missing argument label 'to:' in call glMaxShaderCompilerThreadsARB_P = unsafeBitCast(getAddress(CommandInfo("glMaxShaderCompilerThreadsARB", [S96])), glMaxShaderCompilerThreadsARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6490:38: error: missing argument label 'to:' in call glMemoryBarrier_P = unsafeBitCast(getAddress(CommandInfo("glMemoryBarrier", [S14, S21, S106])), glMemoryBarrier_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6494:46: error: missing argument label 'to:' in call glMemoryBarrierByRegion_P = unsafeBitCast(getAddress(CommandInfo("glMemoryBarrierByRegion", [S17, S21, S53])), glMemoryBarrierByRegion_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6498:41: error: missing argument label 'to:' in call glMemoryBarrierEXT_P = unsafeBitCast(getAddress(CommandInfo("glMemoryBarrierEXT", [S207])), glMemoryBarrierEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6502:41: error: missing argument label 'to:' in call glMinSampleShading_P = unsafeBitCast(getAddress(CommandInfo("glMinSampleShading", [S12, S22])), glMinSampleShading_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6506:44: error: missing argument label 'to:' in call glMinSampleShadingARB_P = unsafeBitCast(getAddress(CommandInfo("glMinSampleShadingARB", [S102])), glMinSampleShadingARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6510:44: error: missing argument label 'to:' in call glMinSampleShadingOES_P = unsafeBitCast(getAddress(CommandInfo("glMinSampleShadingOES", [S325])), glMinSampleShadingOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6514:31: error: missing argument label 'to:' in call glMinmax_P = unsafeBitCast(getAddress(CommandInfo("glMinmax", [S83])), glMinmax_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6518:34: error: missing argument label 'to:' in call glMinmaxEXT_P = unsafeBitCast(getAddress(CommandInfo("glMinmaxEXT", [S184])), glMinmaxEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6522:36: error: missing argument label 'to:' in call glMultMatrixd_P = unsafeBitCast(getAddress(CommandInfo("glMultMatrixd", [S0, S23])), glMultMatrixd_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6526:36: error: missing argument label 'to:' in call glMultMatrixf_P = unsafeBitCast(getAddress(CommandInfo("glMultMatrixf", [S0, S23, S18])), glMultMatrixf_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6530:36: error: missing argument label 'to:' in call glMultMatrixx_P = unsafeBitCast(getAddress(CommandInfo("glMultMatrixx", [S18])), glMultMatrixx_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6534:39: error: missing argument label 'to:' in call glMultMatrixxOES_P = unsafeBitCast(getAddress(CommandInfo("glMultMatrixxOES", [S316])), glMultMatrixxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6538:45: error: missing argument label 'to:' in call glMultTransposeMatrixd_P = unsafeBitCast(getAddress(CommandInfo("glMultTransposeMatrixd", [S3, S23])), glMultTransposeMatrixd_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6542:48: error: missing argument label 'to:' in call glMultTransposeMatrixdARB_P = unsafeBitCast(getAddress(CommandInfo("glMultTransposeMatrixdARB", [S127])), glMultTransposeMatrixdARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6546:45: error: missing argument label 'to:' in call glMultTransposeMatrixf_P = unsafeBitCast(getAddress(CommandInfo("glMultTransposeMatrixf", [S3, S23])), glMultTransposeMatrixf_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6550:48: error: missing argument label 'to:' in call glMultTransposeMatrixfARB_P = unsafeBitCast(getAddress(CommandInfo("glMultTransposeMatrixfARB", [S127])), glMultTransposeMatrixfARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6554:48: error: missing argument label 'to:' in call glMultTransposeMatrixxOES_P = unsafeBitCast(getAddress(CommandInfo("glMultTransposeMatrixxOES", [S316])), glMultTransposeMatrixxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6558:40: error: missing argument label 'to:' in call glMultiDrawArrays_P = unsafeBitCast(getAddress(CommandInfo("glMultiDrawArrays", [S4])), glMultiDrawArrays_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6562:43: error: missing argument label 'to:' in call glMultiDrawArraysEXT_P = unsafeBitCast(getAddress(CommandInfo("glMultiDrawArraysEXT", [S190])), glMultiDrawArraysEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6566:48: error: missing argument label 'to:' in call glMultiDrawArraysIndirect_P = unsafeBitCast(getAddress(CommandInfo("glMultiDrawArraysIndirect", [S15, S92])), glMultiDrawArraysIndirect_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6570:51: error: missing argument label 'to:' in call glMultiDrawArraysIndirectAMD_P = unsafeBitCast(getAddress(CommandInfo("glMultiDrawArraysIndirectAMD", [S29])), glMultiDrawArraysIndirectAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6574:63: error: missing argument label 'to:' in call glMultiDrawArraysIndirectBindlessCountNV_P = unsafeBitCast(getAddress(CommandInfo("glMultiDrawArraysIndirectBindlessCountNV", [S251])), glMultiDrawArraysIndirectBindlessCountNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6578:58: error: missing argument label 'to:' in call glMultiDrawArraysIndirectBindlessNV_P = unsafeBitCast(getAddress(CommandInfo("glMultiDrawArraysIndirectBindlessNV", [S250])), glMultiDrawArraysIndirectBindlessNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6582:56: error: missing argument label 'to:' in call glMultiDrawArraysIndirectCountARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiDrawArraysIndirectCountARB", [S84])), glMultiDrawArraysIndirectCountARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6586:51: error: missing argument label 'to:' in call glMultiDrawArraysIndirectEXT_P = unsafeBitCast(getAddress(CommandInfo("glMultiDrawArraysIndirectEXT", [S191])), glMultiDrawArraysIndirectEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6590:51: error: missing argument label 'to:' in call glMultiDrawElementArrayAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glMultiDrawElementArrayAPPLE", [S42])), glMultiDrawElementArrayAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6594:42: error: missing argument label 'to:' in call glMultiDrawElements_P = unsafeBitCast(getAddress(CommandInfo("glMultiDrawElements", [S4])), glMultiDrawElements_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6598:52: error: missing argument label 'to:' in call glMultiDrawElementsBaseVertex_P = unsafeBitCast(getAddress(CommandInfo("glMultiDrawElementsBaseVertex", [S10, S72])), glMultiDrawElementsBaseVertex_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6602:55: error: missing argument label 'to:' in call glMultiDrawElementsBaseVertexEXT_P = unsafeBitCast(getAddress(CommandInfo("glMultiDrawElementsBaseVertexEXT", [S173])), glMultiDrawElementsBaseVertexEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6606:55: error: missing argument label 'to:' in call glMultiDrawElementsBaseVertexOES_P = unsafeBitCast(getAddress(CommandInfo("glMultiDrawElementsBaseVertexOES", [S314])), glMultiDrawElementsBaseVertexOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6610:45: error: missing argument label 'to:' in call glMultiDrawElementsEXT_P = unsafeBitCast(getAddress(CommandInfo("glMultiDrawElementsEXT", [S190])), glMultiDrawElementsEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6614:50: error: missing argument label 'to:' in call glMultiDrawElementsIndirect_P = unsafeBitCast(getAddress(CommandInfo("glMultiDrawElementsIndirect", [S15, S92])), glMultiDrawElementsIndirect_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6618:53: error: missing argument label 'to:' in call glMultiDrawElementsIndirectAMD_P = unsafeBitCast(getAddress(CommandInfo("glMultiDrawElementsIndirectAMD", [S29])), glMultiDrawElementsIndirectAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6622:65: error: missing argument label 'to:' in call glMultiDrawElementsIndirectBindlessCountNV_P = unsafeBitCast(getAddress(CommandInfo("glMultiDrawElementsIndirectBindlessCountNV", [S251])), glMultiDrawElementsIndirectBindlessCountNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6626:60: error: missing argument label 'to:' in call glMultiDrawElementsIndirectBindlessNV_P = unsafeBitCast(getAddress(CommandInfo("glMultiDrawElementsIndirectBindlessNV", [S250])), glMultiDrawElementsIndirectBindlessNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6630:58: error: missing argument label 'to:' in call glMultiDrawElementsIndirectCountARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiDrawElementsIndirectCountARB", [S84])), glMultiDrawElementsIndirectCountARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6634:53: error: missing argument label 'to:' in call glMultiDrawElementsIndirectEXT_P = unsafeBitCast(getAddress(CommandInfo("glMultiDrawElementsIndirectEXT", [S191])), glMultiDrawElementsIndirectEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6638:56: error: missing argument label 'to:' in call glMultiDrawRangeElementArrayAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glMultiDrawRangeElementArrayAPPLE", [S42])), glMultiDrawRangeElementArrayAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6642:47: error: missing argument label 'to:' in call glMultiModeDrawArraysIBM_P = unsafeBitCast(getAddress(CommandInfo("glMultiModeDrawArraysIBM", [S234])), glMultiModeDrawArraysIBM_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6646:49: error: missing argument label 'to:' in call glMultiModeDrawElementsIBM_P = unsafeBitCast(getAddress(CommandInfo("glMultiModeDrawElementsIBM", [S234])), glMultiModeDrawElementsIBM_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6650:42: error: missing argument label 'to:' in call glMultiTexBufferEXT_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexBufferEXT", [S167])), glMultiTexBufferEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6654:43: error: missing argument label 'to:' in call glMultiTexCoord1bOES_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord1bOES", [S311])), glMultiTexCoord1bOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6658:44: error: missing argument label 'to:' in call glMultiTexCoord1bvOES_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord1bvOES", [S311])), glMultiTexCoord1bvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6662:40: error: missing argument label 'to:' in call glMultiTexCoord1d_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord1d", [S3, S23])), glMultiTexCoord1d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6666:43: error: missing argument label 'to:' in call glMultiTexCoord1dARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord1dARB", [S94])), glMultiTexCoord1dARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6670:41: error: missing argument label 'to:' in call glMultiTexCoord1dv_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord1dv", [S3, S23])), glMultiTexCoord1dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6674:44: error: missing argument label 'to:' in call glMultiTexCoord1dvARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord1dvARB", [S94])), glMultiTexCoord1dvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6678:40: error: missing argument label 'to:' in call glMultiTexCoord1f_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord1f", [S3, S23])), glMultiTexCoord1f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6682:43: error: missing argument label 'to:' in call glMultiTexCoord1fARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord1fARB", [S94])), glMultiTexCoord1fARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6686:41: error: missing argument label 'to:' in call glMultiTexCoord1fv_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord1fv", [S3, S23])), glMultiTexCoord1fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6690:44: error: missing argument label 'to:' in call glMultiTexCoord1fvARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord1fvARB", [S94])), glMultiTexCoord1fvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6694:42: error: missing argument label 'to:' in call glMultiTexCoord1hNV_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord1hNV", [S278])), glMultiTexCoord1hNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6698:43: error: missing argument label 'to:' in call glMultiTexCoord1hvNV_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord1hvNV", [S278])), glMultiTexCoord1hvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6702:40: error: missing argument label 'to:' in call glMultiTexCoord1i_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord1i", [S3, S23])), glMultiTexCoord1i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6706:43: error: missing argument label 'to:' in call glMultiTexCoord1iARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord1iARB", [S94])), glMultiTexCoord1iARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6710:41: error: missing argument label 'to:' in call glMultiTexCoord1iv_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord1iv", [S3, S23])), glMultiTexCoord1iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6714:44: error: missing argument label 'to:' in call glMultiTexCoord1ivARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord1ivARB", [S94])), glMultiTexCoord1ivARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6718:40: error: missing argument label 'to:' in call glMultiTexCoord1s_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord1s", [S3, S23])), glMultiTexCoord1s_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6722:43: error: missing argument label 'to:' in call glMultiTexCoord1sARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord1sARB", [S94])), glMultiTexCoord1sARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6726:41: error: missing argument label 'to:' in call glMultiTexCoord1sv_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord1sv", [S3, S23])), glMultiTexCoord1sv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6730:44: error: missing argument label 'to:' in call glMultiTexCoord1svARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord1svARB", [S94])), glMultiTexCoord1svARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6734:43: error: missing argument label 'to:' in call glMultiTexCoord1xOES_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord1xOES", [S316])), glMultiTexCoord1xOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6738:44: error: missing argument label 'to:' in call glMultiTexCoord1xvOES_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord1xvOES", [S316])), glMultiTexCoord1xvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6742:43: error: missing argument label 'to:' in call glMultiTexCoord2bOES_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord2bOES", [S311])), glMultiTexCoord2bOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6746:44: error: missing argument label 'to:' in call glMultiTexCoord2bvOES_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord2bvOES", [S311])), glMultiTexCoord2bvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6750:40: error: missing argument label 'to:' in call glMultiTexCoord2d_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord2d", [S3, S23])), glMultiTexCoord2d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6754:43: error: missing argument label 'to:' in call glMultiTexCoord2dARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord2dARB", [S94])), glMultiTexCoord2dARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6758:41: error: missing argument label 'to:' in call glMultiTexCoord2dv_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord2dv", [S3, S23])), glMultiTexCoord2dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6762:44: error: missing argument label 'to:' in call glMultiTexCoord2dvARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord2dvARB", [S94])), glMultiTexCoord2dvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6766:40: error: missing argument label 'to:' in call glMultiTexCoord2f_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord2f", [S3, S23])), glMultiTexCoord2f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6770:43: error: missing argument label 'to:' in call glMultiTexCoord2fARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord2fARB", [S94])), glMultiTexCoord2fARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6774:41: error: missing argument label 'to:' in call glMultiTexCoord2fv_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord2fv", [S3, S23])), glMultiTexCoord2fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6778:44: error: missing argument label 'to:' in call glMultiTexCoord2fvARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord2fvARB", [S94])), glMultiTexCoord2fvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6782:42: error: missing argument label 'to:' in call glMultiTexCoord2hNV_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord2hNV", [S278])), glMultiTexCoord2hNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6786:43: error: missing argument label 'to:' in call glMultiTexCoord2hvNV_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord2hvNV", [S278])), glMultiTexCoord2hvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6790:40: error: missing argument label 'to:' in call glMultiTexCoord2i_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord2i", [S3, S23])), glMultiTexCoord2i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6794:43: error: missing argument label 'to:' in call glMultiTexCoord2iARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord2iARB", [S94])), glMultiTexCoord2iARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6798:41: error: missing argument label 'to:' in call glMultiTexCoord2iv_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord2iv", [S3, S23])), glMultiTexCoord2iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6802:44: error: missing argument label 'to:' in call glMultiTexCoord2ivARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord2ivARB", [S94])), glMultiTexCoord2ivARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6806:40: error: missing argument label 'to:' in call glMultiTexCoord2s_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord2s", [S3, S23])), glMultiTexCoord2s_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6810:43: error: missing argument label 'to:' in call glMultiTexCoord2sARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord2sARB", [S94])), glMultiTexCoord2sARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6814:41: error: missing argument label 'to:' in call glMultiTexCoord2sv_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord2sv", [S3, S23])), glMultiTexCoord2sv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6818:44: error: missing argument label 'to:' in call glMultiTexCoord2svARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord2svARB", [S94])), glMultiTexCoord2svARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6822:43: error: missing argument label 'to:' in call glMultiTexCoord2xOES_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord2xOES", [S316])), glMultiTexCoord2xOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6826:44: error: missing argument label 'to:' in call glMultiTexCoord2xvOES_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord2xvOES", [S316])), glMultiTexCoord2xvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6830:43: error: missing argument label 'to:' in call glMultiTexCoord3bOES_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord3bOES", [S311])), glMultiTexCoord3bOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6834:44: error: missing argument label 'to:' in call glMultiTexCoord3bvOES_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord3bvOES", [S311])), glMultiTexCoord3bvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6838:40: error: missing argument label 'to:' in call glMultiTexCoord3d_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord3d", [S3, S23])), glMultiTexCoord3d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6842:43: error: missing argument label 'to:' in call glMultiTexCoord3dARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord3dARB", [S94])), glMultiTexCoord3dARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6846:41: error: missing argument label 'to:' in call glMultiTexCoord3dv_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord3dv", [S3, S23])), glMultiTexCoord3dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6850:44: error: missing argument label 'to:' in call glMultiTexCoord3dvARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord3dvARB", [S94])), glMultiTexCoord3dvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6854:40: error: missing argument label 'to:' in call glMultiTexCoord3f_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord3f", [S3, S23])), glMultiTexCoord3f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6858:43: error: missing argument label 'to:' in call glMultiTexCoord3fARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord3fARB", [S94])), glMultiTexCoord3fARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6862:41: error: missing argument label 'to:' in call glMultiTexCoord3fv_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord3fv", [S3, S23])), glMultiTexCoord3fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6866:44: error: missing argument label 'to:' in call glMultiTexCoord3fvARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord3fvARB", [S94])), glMultiTexCoord3fvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6870:42: error: missing argument label 'to:' in call glMultiTexCoord3hNV_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord3hNV", [S278])), glMultiTexCoord3hNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6874:43: error: missing argument label 'to:' in call glMultiTexCoord3hvNV_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord3hvNV", [S278])), glMultiTexCoord3hvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6878:40: error: missing argument label 'to:' in call glMultiTexCoord3i_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord3i", [S3, S23])), glMultiTexCoord3i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6882:43: error: missing argument label 'to:' in call glMultiTexCoord3iARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord3iARB", [S94])), glMultiTexCoord3iARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6886:41: error: missing argument label 'to:' in call glMultiTexCoord3iv_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord3iv", [S3, S23])), glMultiTexCoord3iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6890:44: error: missing argument label 'to:' in call glMultiTexCoord3ivARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord3ivARB", [S94])), glMultiTexCoord3ivARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6894:40: error: missing argument label 'to:' in call glMultiTexCoord3s_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord3s", [S3, S23])), glMultiTexCoord3s_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6898:43: error: missing argument label 'to:' in call glMultiTexCoord3sARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord3sARB", [S94])), glMultiTexCoord3sARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6902:41: error: missing argument label 'to:' in call glMultiTexCoord3sv_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord3sv", [S3, S23])), glMultiTexCoord3sv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6906:44: error: missing argument label 'to:' in call glMultiTexCoord3svARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord3svARB", [S94])), glMultiTexCoord3svARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6910:43: error: missing argument label 'to:' in call glMultiTexCoord3xOES_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord3xOES", [S316])), glMultiTexCoord3xOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6914:44: error: missing argument label 'to:' in call glMultiTexCoord3xvOES_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord3xvOES", [S316])), glMultiTexCoord3xvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6918:43: error: missing argument label 'to:' in call glMultiTexCoord4bOES_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord4bOES", [S311])), glMultiTexCoord4bOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6922:44: error: missing argument label 'to:' in call glMultiTexCoord4bvOES_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord4bvOES", [S311])), glMultiTexCoord4bvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6926:40: error: missing argument label 'to:' in call glMultiTexCoord4d_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord4d", [S3, S23])), glMultiTexCoord4d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6930:43: error: missing argument label 'to:' in call glMultiTexCoord4dARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord4dARB", [S94])), glMultiTexCoord4dARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6934:41: error: missing argument label 'to:' in call glMultiTexCoord4dv_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord4dv", [S3, S23])), glMultiTexCoord4dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6938:44: error: missing argument label 'to:' in call glMultiTexCoord4dvARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord4dvARB", [S94])), glMultiTexCoord4dvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6942:40: error: missing argument label 'to:' in call glMultiTexCoord4f_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord4f", [S3, S23, S18])), glMultiTexCoord4f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6946:43: error: missing argument label 'to:' in call glMultiTexCoord4fARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord4fARB", [S94])), glMultiTexCoord4fARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6950:41: error: missing argument label 'to:' in call glMultiTexCoord4fv_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord4fv", [S3, S23])), glMultiTexCoord4fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6954:44: error: missing argument label 'to:' in call glMultiTexCoord4fvARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord4fvARB", [S94])), glMultiTexCoord4fvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6958:42: error: missing argument label 'to:' in call glMultiTexCoord4hNV_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord4hNV", [S278])), glMultiTexCoord4hNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6962:43: error: missing argument label 'to:' in call glMultiTexCoord4hvNV_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord4hvNV", [S278])), glMultiTexCoord4hvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6966:40: error: missing argument label 'to:' in call glMultiTexCoord4i_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord4i", [S3, S23])), glMultiTexCoord4i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6970:43: error: missing argument label 'to:' in call glMultiTexCoord4iARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord4iARB", [S94])), glMultiTexCoord4iARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6974:41: error: missing argument label 'to:' in call glMultiTexCoord4iv_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord4iv", [S3, S23])), glMultiTexCoord4iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6978:44: error: missing argument label 'to:' in call glMultiTexCoord4ivARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord4ivARB", [S94])), glMultiTexCoord4ivARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6982:40: error: missing argument label 'to:' in call glMultiTexCoord4s_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord4s", [S3, S23])), glMultiTexCoord4s_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6986:43: error: missing argument label 'to:' in call glMultiTexCoord4sARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord4sARB", [S94])), glMultiTexCoord4sARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6990:41: error: missing argument label 'to:' in call glMultiTexCoord4sv_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord4sv", [S3, S23])), glMultiTexCoord4sv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6994:44: error: missing argument label 'to:' in call glMultiTexCoord4svARB_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord4svARB", [S94])), glMultiTexCoord4svARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:6998:40: error: missing argument label 'to:' in call glMultiTexCoord4x_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord4x", [S18])), glMultiTexCoord4x_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7002:43: error: missing argument label 'to:' in call glMultiTexCoord4xOES_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord4xOES", [S316])), glMultiTexCoord4xOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7006:44: error: missing argument label 'to:' in call glMultiTexCoord4xvOES_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoord4xvOES", [S316])), glMultiTexCoord4xvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7010:42: error: missing argument label 'to:' in call glMultiTexCoordP1ui_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoordP1ui", [S11, S136])), glMultiTexCoordP1ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7014:43: error: missing argument label 'to:' in call glMultiTexCoordP1uiv_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoordP1uiv", [S11, S136])), glMultiTexCoordP1uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7018:42: error: missing argument label 'to:' in call glMultiTexCoordP2ui_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoordP2ui", [S11, S136])), glMultiTexCoordP2ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7022:43: error: missing argument label 'to:' in call glMultiTexCoordP2uiv_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoordP2uiv", [S11, S136])), glMultiTexCoordP2uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7026:42: error: missing argument label 'to:' in call glMultiTexCoordP3ui_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoordP3ui", [S11, S136])), glMultiTexCoordP3ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7030:43: error: missing argument label 'to:' in call glMultiTexCoordP3uiv_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoordP3uiv", [S11, S136])), glMultiTexCoordP3uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7034:42: error: missing argument label 'to:' in call glMultiTexCoordP4ui_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoordP4ui", [S11, S136])), glMultiTexCoordP4ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7038:43: error: missing argument label 'to:' in call glMultiTexCoordP4uiv_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoordP4uiv", [S11, S136])), glMultiTexCoordP4uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7042:48: error: missing argument label 'to:' in call glMultiTexCoordPointerEXT_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexCoordPointerEXT", [S167])), glMultiTexCoordPointerEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7046:40: error: missing argument label 'to:' in call glMultiTexEnvfEXT_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexEnvfEXT", [S167])), glMultiTexEnvfEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7050:41: error: missing argument label 'to:' in call glMultiTexEnvfvEXT_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexEnvfvEXT", [S167])), glMultiTexEnvfvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7054:40: error: missing argument label 'to:' in call glMultiTexEnviEXT_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexEnviEXT", [S167])), glMultiTexEnviEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7058:41: error: missing argument label 'to:' in call glMultiTexEnvivEXT_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexEnvivEXT", [S167])), glMultiTexEnvivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7062:40: error: missing argument label 'to:' in call glMultiTexGendEXT_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexGendEXT", [S167])), glMultiTexGendEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7066:41: error: missing argument label 'to:' in call glMultiTexGendvEXT_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexGendvEXT", [S167])), glMultiTexGendvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7070:40: error: missing argument label 'to:' in call glMultiTexGenfEXT_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexGenfEXT", [S167])), glMultiTexGenfEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7074:41: error: missing argument label 'to:' in call glMultiTexGenfvEXT_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexGenfvEXT", [S167])), glMultiTexGenfvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7078:40: error: missing argument label 'to:' in call glMultiTexGeniEXT_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexGeniEXT", [S167])), glMultiTexGeniEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7082:41: error: missing argument label 'to:' in call glMultiTexGenivEXT_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexGenivEXT", [S167])), glMultiTexGenivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7086:43: error: missing argument label 'to:' in call glMultiTexImage1DEXT_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexImage1DEXT", [S167])), glMultiTexImage1DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7090:43: error: missing argument label 'to:' in call glMultiTexImage2DEXT_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexImage2DEXT", [S167])), glMultiTexImage2DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7094:43: error: missing argument label 'to:' in call glMultiTexImage3DEXT_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexImage3DEXT", [S167])), glMultiTexImage3DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7098:48: error: missing argument label 'to:' in call glMultiTexParameterIivEXT_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexParameterIivEXT", [S167])), glMultiTexParameterIivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7102:49: error: missing argument label 'to:' in call glMultiTexParameterIuivEXT_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexParameterIuivEXT", [S167])), glMultiTexParameterIuivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7106:46: error: missing argument label 'to:' in call glMultiTexParameterfEXT_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexParameterfEXT", [S167])), glMultiTexParameterfEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7110:47: error: missing argument label 'to:' in call glMultiTexParameterfvEXT_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexParameterfvEXT", [S167])), glMultiTexParameterfvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7114:46: error: missing argument label 'to:' in call glMultiTexParameteriEXT_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexParameteriEXT", [S167])), glMultiTexParameteriEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7118:47: error: missing argument label 'to:' in call glMultiTexParameterivEXT_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexParameterivEXT", [S167])), glMultiTexParameterivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7122:48: error: missing argument label 'to:' in call glMultiTexRenderbufferEXT_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexRenderbufferEXT", [S167])), glMultiTexRenderbufferEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7126:46: error: missing argument label 'to:' in call glMultiTexSubImage1DEXT_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexSubImage1DEXT", [S167])), glMultiTexSubImage1DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7130:46: error: missing argument label 'to:' in call glMultiTexSubImage2DEXT_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexSubImage2DEXT", [S167])), glMultiTexSubImage2DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7134:46: error: missing argument label 'to:' in call glMultiTexSubImage3DEXT_P = unsafeBitCast(getAddress(CommandInfo("glMultiTexSubImage3DEXT", [S167])), glMultiTexSubImage3DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7138:40: error: missing argument label 'to:' in call glNamedBufferData_P = unsafeBitCast(getAddress(CommandInfo("glNamedBufferData", [S17, S69])), glNamedBufferData_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7142:43: error: missing argument label 'to:' in call glNamedBufferDataEXT_P = unsafeBitCast(getAddress(CommandInfo("glNamedBufferDataEXT", [S167])), glNamedBufferDataEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7146:53: error: missing argument label 'to:' in call glNamedBufferPageCommitmentARB_P = unsafeBitCast(getAddress(CommandInfo("glNamedBufferPageCommitmentARB", [S111])), glNamedBufferPageCommitmentARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7150:53: error: missing argument label 'to:' in call glNamedBufferPageCommitmentEXT_P = unsafeBitCast(getAddress(CommandInfo("glNamedBufferPageCommitmentEXT", [S111])), glNamedBufferPageCommitmentEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7154:43: error: missing argument label 'to:' in call glNamedBufferStorage_P = unsafeBitCast(getAddress(CommandInfo("glNamedBufferStorage", [S17, S69])), glNamedBufferStorage_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7158:46: error: missing argument label 'to:' in call glNamedBufferStorageEXT_P = unsafeBitCast(getAddress(CommandInfo("glNamedBufferStorageEXT", [S167])), glNamedBufferStorageEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7162:43: error: missing argument label 'to:' in call glNamedBufferSubData_P = unsafeBitCast(getAddress(CommandInfo("glNamedBufferSubData", [S17, S69])), glNamedBufferSubData_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7166:46: error: missing argument label 'to:' in call glNamedBufferSubDataEXT_P = unsafeBitCast(getAddress(CommandInfo("glNamedBufferSubDataEXT", [S167])), glNamedBufferSubDataEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7170:50: error: missing argument label 'to:' in call glNamedCopyBufferSubDataEXT_P = unsafeBitCast(getAddress(CommandInfo("glNamedCopyBufferSubDataEXT", [S167])), glNamedCopyBufferSubDataEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7174:51: error: missing argument label 'to:' in call glNamedFramebufferDrawBuffer_P = unsafeBitCast(getAddress(CommandInfo("glNamedFramebufferDrawBuffer", [S17, S69])), glNamedFramebufferDrawBuffer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7178:52: error: missing argument label 'to:' in call glNamedFramebufferDrawBuffers_P = unsafeBitCast(getAddress(CommandInfo("glNamedFramebufferDrawBuffers", [S17, S69])), glNamedFramebufferDrawBuffers_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7182:51: error: missing argument label 'to:' in call glNamedFramebufferParameteri_P = unsafeBitCast(getAddress(CommandInfo("glNamedFramebufferParameteri", [S17, S69])), glNamedFramebufferParameteri_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7186:54: error: missing argument label 'to:' in call glNamedFramebufferParameteriEXT_P = unsafeBitCast(getAddress(CommandInfo("glNamedFramebufferParameteriEXT", [S167])), glNamedFramebufferParameteriEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7190:51: error: missing argument label 'to:' in call glNamedFramebufferReadBuffer_P = unsafeBitCast(getAddress(CommandInfo("glNamedFramebufferReadBuffer", [S17, S69])), glNamedFramebufferReadBuffer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7194:53: error: missing argument label 'to:' in call glNamedFramebufferRenderbuffer_P = unsafeBitCast(getAddress(CommandInfo("glNamedFramebufferRenderbuffer", [S17, S69])), glNamedFramebufferRenderbuffer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7198:56: error: missing argument label 'to:' in call glNamedFramebufferRenderbufferEXT_P = unsafeBitCast(getAddress(CommandInfo("glNamedFramebufferRenderbufferEXT", [S167])), glNamedFramebufferRenderbufferEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7202:61: error: missing argument label 'to:' in call glNamedFramebufferSampleLocationsfvARB_P = unsafeBitCast(getAddress(CommandInfo("glNamedFramebufferSampleLocationsfvARB", [S101])), glNamedFramebufferSampleLocationsfvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7206:60: error: missing argument label 'to:' in call glNamedFramebufferSampleLocationsfvNV_P = unsafeBitCast(getAddress(CommandInfo("glNamedFramebufferSampleLocationsfvNV", [S293])), glNamedFramebufferSampleLocationsfvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7210:48: error: missing argument label 'to:' in call glNamedFramebufferTexture_P = unsafeBitCast(getAddress(CommandInfo("glNamedFramebufferTexture", [S17, S69])), glNamedFramebufferTexture_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7214:53: error: missing argument label 'to:' in call glNamedFramebufferTexture1DEXT_P = unsafeBitCast(getAddress(CommandInfo("glNamedFramebufferTexture1DEXT", [S167])), glNamedFramebufferTexture1DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7218:53: error: missing argument label 'to:' in call glNamedFramebufferTexture2DEXT_P = unsafeBitCast(getAddress(CommandInfo("glNamedFramebufferTexture2DEXT", [S167])), glNamedFramebufferTexture2DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7222:53: error: missing argument label 'to:' in call glNamedFramebufferTexture3DEXT_P = unsafeBitCast(getAddress(CommandInfo("glNamedFramebufferTexture3DEXT", [S167])), glNamedFramebufferTexture3DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7226:51: error: missing argument label 'to:' in call glNamedFramebufferTextureEXT_P = unsafeBitCast(getAddress(CommandInfo("glNamedFramebufferTextureEXT", [S167])), glNamedFramebufferTextureEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7230:55: error: missing argument label 'to:' in call glNamedFramebufferTextureFaceEXT_P = unsafeBitCast(getAddress(CommandInfo("glNamedFramebufferTextureFaceEXT", [S167])), glNamedFramebufferTextureFaceEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7234:53: error: missing argument label 'to:' in call glNamedFramebufferTextureLayer_P = unsafeBitCast(getAddress(CommandInfo("glNamedFramebufferTextureLayer", [S17, S69])), glNamedFramebufferTextureLayer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7238:56: error: missing argument label 'to:' in call glNamedFramebufferTextureLayerEXT_P = unsafeBitCast(getAddress(CommandInfo("glNamedFramebufferTextureLayerEXT", [S167])), glNamedFramebufferTextureLayerEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7242:56: error: missing argument label 'to:' in call glNamedProgramLocalParameter4dEXT_P = unsafeBitCast(getAddress(CommandInfo("glNamedProgramLocalParameter4dEXT", [S167])), glNamedProgramLocalParameter4dEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7246:57: error: missing argument label 'to:' in call glNamedProgramLocalParameter4dvEXT_P = unsafeBitCast(getAddress(CommandInfo("glNamedProgramLocalParameter4dvEXT", [S167])), glNamedProgramLocalParameter4dvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7250:56: error: missing argument label 'to:' in call glNamedProgramLocalParameter4fEXT_P = unsafeBitCast(getAddress(CommandInfo("glNamedProgramLocalParameter4fEXT", [S167])), glNamedProgramLocalParameter4fEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7254:57: error: missing argument label 'to:' in call glNamedProgramLocalParameter4fvEXT_P = unsafeBitCast(getAddress(CommandInfo("glNamedProgramLocalParameter4fvEXT", [S167])), glNamedProgramLocalParameter4fvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7258:57: error: missing argument label 'to:' in call glNamedProgramLocalParameterI4iEXT_P = unsafeBitCast(getAddress(CommandInfo("glNamedProgramLocalParameterI4iEXT", [S167])), glNamedProgramLocalParameterI4iEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7262:58: error: missing argument label 'to:' in call glNamedProgramLocalParameterI4ivEXT_P = unsafeBitCast(getAddress(CommandInfo("glNamedProgramLocalParameterI4ivEXT", [S167])), glNamedProgramLocalParameterI4ivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7266:58: error: missing argument label 'to:' in call glNamedProgramLocalParameterI4uiEXT_P = unsafeBitCast(getAddress(CommandInfo("glNamedProgramLocalParameterI4uiEXT", [S167])), glNamedProgramLocalParameterI4uiEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7270:59: error: missing argument label 'to:' in call glNamedProgramLocalParameterI4uivEXT_P = unsafeBitCast(getAddress(CommandInfo("glNamedProgramLocalParameterI4uivEXT", [S167])), glNamedProgramLocalParameterI4uivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7274:58: error: missing argument label 'to:' in call glNamedProgramLocalParameters4fvEXT_P = unsafeBitCast(getAddress(CommandInfo("glNamedProgramLocalParameters4fvEXT", [S167])), glNamedProgramLocalParameters4fvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7278:59: error: missing argument label 'to:' in call glNamedProgramLocalParametersI4ivEXT_P = unsafeBitCast(getAddress(CommandInfo("glNamedProgramLocalParametersI4ivEXT", [S167])), glNamedProgramLocalParametersI4ivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7282:60: error: missing argument label 'to:' in call glNamedProgramLocalParametersI4uivEXT_P = unsafeBitCast(getAddress(CommandInfo("glNamedProgramLocalParametersI4uivEXT", [S167])), glNamedProgramLocalParametersI4uivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7286:46: error: missing argument label 'to:' in call glNamedProgramStringEXT_P = unsafeBitCast(getAddress(CommandInfo("glNamedProgramStringEXT", [S167])), glNamedProgramStringEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7290:49: error: missing argument label 'to:' in call glNamedRenderbufferStorage_P = unsafeBitCast(getAddress(CommandInfo("glNamedRenderbufferStorage", [S17, S69])), glNamedRenderbufferStorage_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7294:52: error: missing argument label 'to:' in call glNamedRenderbufferStorageEXT_P = unsafeBitCast(getAddress(CommandInfo("glNamedRenderbufferStorageEXT", [S167])), glNamedRenderbufferStorageEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7298:60: error: missing argument label 'to:' in call glNamedRenderbufferStorageMultisample_P = unsafeBitCast(getAddress(CommandInfo("glNamedRenderbufferStorageMultisample", [S17, S69])), glNamedRenderbufferStorageMultisample_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7302:71: error: missing argument label 'to:' in call glNamedRenderbufferStorageMultisampleCoverageEXT_P = unsafeBitCast(getAddress(CommandInfo("glNamedRenderbufferStorageMultisampleCoverageEXT", [S167])), glNamedRenderbufferStorageMultisampleCoverageEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7306:63: error: missing argument label 'to:' in call glNamedRenderbufferStorageMultisampleEXT_P = unsafeBitCast(getAddress(CommandInfo("glNamedRenderbufferStorageMultisampleEXT", [S167])), glNamedRenderbufferStorageMultisampleEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7310:39: error: missing argument label 'to:' in call glNamedStringARB_P = unsafeBitCast(getAddress(CommandInfo("glNamedStringARB", [S110])), glNamedStringARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7314:32: error: missing argument label 'to:' in call glNewList_P = unsafeBitCast(getAddress(CommandInfo("glNewList", [S0, S23])), glNewList_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7318:43: error: missing argument label 'to:' in call glNewObjectBufferATI_P = unsafeBitCast(getAddress(CommandInfo("glNewObjectBufferATI", [S146])), glNewObjectBufferATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7322:33: error: missing argument label 'to:' in call glNormal3b_P = unsafeBitCast(getAddress(CommandInfo("glNormal3b", [S0, S23])), glNormal3b_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7326:34: error: missing argument label 'to:' in call glNormal3bv_P = unsafeBitCast(getAddress(CommandInfo("glNormal3bv", [S0, S23])), glNormal3bv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7330:33: error: missing argument label 'to:' in call glNormal3d_P = unsafeBitCast(getAddress(CommandInfo("glNormal3d", [S0, S23])), glNormal3d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7334:34: error: missing argument label 'to:' in call glNormal3dv_P = unsafeBitCast(getAddress(CommandInfo("glNormal3dv", [S0, S23])), glNormal3dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7338:33: error: missing argument label 'to:' in call glNormal3f_P = unsafeBitCast(getAddress(CommandInfo("glNormal3f", [S0, S23, S18])), glNormal3f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7342:44: error: missing argument label 'to:' in call glNormal3fVertex3fSUN_P = unsafeBitCast(getAddress(CommandInfo("glNormal3fVertex3fSUN", [S369])), glNormal3fVertex3fSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7346:45: error: missing argument label 'to:' in call glNormal3fVertex3fvSUN_P = unsafeBitCast(getAddress(CommandInfo("glNormal3fVertex3fvSUN", [S369])), glNormal3fVertex3fvSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7350:34: error: missing argument label 'to:' in call glNormal3fv_P = unsafeBitCast(getAddress(CommandInfo("glNormal3fv", [S0, S23])), glNormal3fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7354:35: error: missing argument label 'to:' in call glNormal3hNV_P = unsafeBitCast(getAddress(CommandInfo("glNormal3hNV", [S278])), glNormal3hNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7358:36: error: missing argument label 'to:' in call glNormal3hvNV_P = unsafeBitCast(getAddress(CommandInfo("glNormal3hvNV", [S278])), glNormal3hvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7362:33: error: missing argument label 'to:' in call glNormal3i_P = unsafeBitCast(getAddress(CommandInfo("glNormal3i", [S0, S23])), glNormal3i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7366:34: error: missing argument label 'to:' in call glNormal3iv_P = unsafeBitCast(getAddress(CommandInfo("glNormal3iv", [S0, S23])), glNormal3iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7370:33: error: missing argument label 'to:' in call glNormal3s_P = unsafeBitCast(getAddress(CommandInfo("glNormal3s", [S0, S23])), glNormal3s_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7374:34: error: missing argument label 'to:' in call glNormal3sv_P = unsafeBitCast(getAddress(CommandInfo("glNormal3sv", [S0, S23])), glNormal3sv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7378:33: error: missing argument label 'to:' in call glNormal3x_P = unsafeBitCast(getAddress(CommandInfo("glNormal3x", [S18])), glNormal3x_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7382:36: error: missing argument label 'to:' in call glNormal3xOES_P = unsafeBitCast(getAddress(CommandInfo("glNormal3xOES", [S316])), glNormal3xOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7386:37: error: missing argument label 'to:' in call glNormal3xvOES_P = unsafeBitCast(getAddress(CommandInfo("glNormal3xvOES", [S316])), glNormal3xvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7390:39: error: missing argument label 'to:' in call glNormalFormatNV_P = unsafeBitCast(getAddress(CommandInfo("glNormalFormatNV", [S302])), glNormalFormatNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7394:35: error: missing argument label 'to:' in call glNormalP3ui_P = unsafeBitCast(getAddress(CommandInfo("glNormalP3ui", [S11, S136])), glNormalP3ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7398:36: error: missing argument label 'to:' in call glNormalP3uiv_P = unsafeBitCast(getAddress(CommandInfo("glNormalP3uiv", [S11, S136])), glNormalP3uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7402:38: error: missing argument label 'to:' in call glNormalPointer_P = unsafeBitCast(getAddress(CommandInfo("glNormalPointer", [S1, S23, S18])), glNormalPointer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7406:41: error: missing argument label 'to:' in call glNormalPointerEXT_P = unsafeBitCast(getAddress(CommandInfo("glNormalPointerEXT", [S226])), glNormalPointerEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7410:45: error: missing argument label 'to:' in call glNormalPointerListIBM_P = unsafeBitCast(getAddress(CommandInfo("glNormalPointerListIBM", [S236])), glNormalPointerListIBM_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7414:44: error: missing argument label 'to:' in call glNormalPointervINTEL_P = unsafeBitCast(getAddress(CommandInfo("glNormalPointervINTEL", [S242])), glNormalPointervINTEL_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7418:42: error: missing argument label 'to:' in call glNormalStream3bATI_P = unsafeBitCast(getAddress(CommandInfo("glNormalStream3bATI", [S148])), glNormalStream3bATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7422:43: error: missing argument label 'to:' in call glNormalStream3bvATI_P = unsafeBitCast(getAddress(CommandInfo("glNormalStream3bvATI", [S148])), glNormalStream3bvATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7426:42: error: missing argument label 'to:' in call glNormalStream3dATI_P = unsafeBitCast(getAddress(CommandInfo("glNormalStream3dATI", [S148])), glNormalStream3dATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7430:43: error: missing argument label 'to:' in call glNormalStream3dvATI_P = unsafeBitCast(getAddress(CommandInfo("glNormalStream3dvATI", [S148])), glNormalStream3dvATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7434:42: error: missing argument label 'to:' in call glNormalStream3fATI_P = unsafeBitCast(getAddress(CommandInfo("glNormalStream3fATI", [S148])), glNormalStream3fATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7438:43: error: missing argument label 'to:' in call glNormalStream3fvATI_P = unsafeBitCast(getAddress(CommandInfo("glNormalStream3fvATI", [S148])), glNormalStream3fvATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7442:42: error: missing argument label 'to:' in call glNormalStream3iATI_P = unsafeBitCast(getAddress(CommandInfo("glNormalStream3iATI", [S148])), glNormalStream3iATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7446:43: error: missing argument label 'to:' in call glNormalStream3ivATI_P = unsafeBitCast(getAddress(CommandInfo("glNormalStream3ivATI", [S148])), glNormalStream3ivATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7450:42: error: missing argument label 'to:' in call glNormalStream3sATI_P = unsafeBitCast(getAddress(CommandInfo("glNormalStream3sATI", [S148])), glNormalStream3sATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7454:43: error: missing argument label 'to:' in call glNormalStream3svATI_P = unsafeBitCast(getAddress(CommandInfo("glNormalStream3svATI", [S148])), glNormalStream3svATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7458:36: error: missing argument label 'to:' in call glObjectLabel_P = unsafeBitCast(getAddress(CommandInfo("glObjectLabel", [S15, S22, S245])), glObjectLabel_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7462:39: error: missing argument label 'to:' in call glObjectLabelKHR_P = unsafeBitCast(getAddress(CommandInfo("glObjectLabelKHR", [S245])), glObjectLabelKHR_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7466:39: error: missing argument label 'to:' in call glObjectPtrLabel_P = unsafeBitCast(getAddress(CommandInfo("glObjectPtrLabel", [S15, S22, S245])), glObjectPtrLabel_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7470:42: error: missing argument label 'to:' in call glObjectPtrLabelKHR_P = unsafeBitCast(getAddress(CommandInfo("glObjectPtrLabelKHR", [S245])), glObjectPtrLabelKHR_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7474:45: error: missing argument label 'to:' in call glObjectPurgeableAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glObjectPurgeableAPPLE", [S46])), glObjectPurgeableAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7478:47: error: missing argument label 'to:' in call glObjectUnpurgeableAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glObjectUnpurgeableAPPLE", [S46])), glObjectUnpurgeableAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7482:30: error: missing argument label 'to:' in call glOrtho_P = unsafeBitCast(getAddress(CommandInfo("glOrtho", [S0, S23])), glOrtho_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7486:31: error: missing argument label 'to:' in call glOrthof_P = unsafeBitCast(getAddress(CommandInfo("glOrthof", [S18])), glOrthof_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7490:34: error: missing argument label 'to:' in call glOrthofOES_P = unsafeBitCast(getAddress(CommandInfo("glOrthofOES", [S326])), glOrthofOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7494:31: error: missing argument label 'to:' in call glOrthox_P = unsafeBitCast(getAddress(CommandInfo("glOrthox", [S18])), glOrthox_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7498:34: error: missing argument label 'to:' in call glOrthoxOES_P = unsafeBitCast(getAddress(CommandInfo("glOrthoxOES", [S316])), glOrthoxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7502:40: error: missing argument label 'to:' in call glPNTrianglesfATI_P = unsafeBitCast(getAddress(CommandInfo("glPNTrianglesfATI", [S144])), glPNTrianglesfATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7506:40: error: missing argument label 'to:' in call glPNTrianglesiATI_P = unsafeBitCast(getAddress(CommandInfo("glPNTrianglesiATI", [S144])), glPNTrianglesiATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7510:40: error: missing argument label 'to:' in call glPassTexCoordATI_P = unsafeBitCast(getAddress(CommandInfo("glPassTexCoordATI", [S142])), glPassTexCoordATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7514:36: error: missing argument label 'to:' in call glPassThrough_P = unsafeBitCast(getAddress(CommandInfo("glPassThrough", [S0, S23])), glPassThrough_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7518:40: error: missing argument label 'to:' in call glPassThroughxOES_P = unsafeBitCast(getAddress(CommandInfo("glPassThroughxOES", [S316])), glPassThroughxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7522:41: error: missing argument label 'to:' in call glPatchParameterfv_P = unsafeBitCast(getAddress(CommandInfo("glPatchParameterfv", [S12, S114])), glPatchParameterfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7526:40: error: missing argument label 'to:' in call glPatchParameteri_P = unsafeBitCast(getAddress(CommandInfo("glPatchParameteri", [S12, S22, S114])), glPatchParameteri_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7530:43: error: missing argument label 'to:' in call glPatchParameteriEXT_P = unsafeBitCast(getAddress(CommandInfo("glPatchParameteriEXT", [S212])), glPatchParameteriEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7534:43: error: missing argument label 'to:' in call glPatchParameteriOES_P = unsafeBitCast(getAddress(CommandInfo("glPatchParameteriOES", [S327])), glPatchParameteriOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7538:39: error: missing argument label 'to:' in call glPathColorGenNV_P = unsafeBitCast(getAddress(CommandInfo("glPathColorGenNV", [S284])), glPathColorGenNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7542:39: error: missing argument label 'to:' in call glPathCommandsNV_P = unsafeBitCast(getAddress(CommandInfo("glPathCommandsNV", [S284])), glPathCommandsNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7546:37: error: missing argument label 'to:' in call glPathCoordsNV_P = unsafeBitCast(getAddress(CommandInfo("glPathCoordsNV", [S284])), glPathCoordsNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7550:45: error: missing argument label 'to:' in call glPathCoverDepthFuncNV_P = unsafeBitCast(getAddress(CommandInfo("glPathCoverDepthFuncNV", [S284])), glPathCoverDepthFuncNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7554:40: error: missing argument label 'to:' in call glPathDashArrayNV_P = unsafeBitCast(getAddress(CommandInfo("glPathDashArrayNV", [S284])), glPathDashArrayNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7558:37: error: missing argument label 'to:' in call glPathFogGenNV_P = unsafeBitCast(getAddress(CommandInfo("glPathFogGenNV", [S284])), glPathFogGenNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7562:46: error: missing argument label 'to:' in call glPathGlyphIndexArrayNV_P = unsafeBitCast(getAddress(CommandInfo("glPathGlyphIndexArrayNV", [S284])), glPathGlyphIndexArrayNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7566:46: error: missing argument label 'to:' in call glPathGlyphIndexRangeNV_P = unsafeBitCast(getAddress(CommandInfo("glPathGlyphIndexRangeNV", [S284])), glPathGlyphIndexRangeNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7570:41: error: missing argument label 'to:' in call glPathGlyphRangeNV_P = unsafeBitCast(getAddress(CommandInfo("glPathGlyphRangeNV", [S284])), glPathGlyphRangeNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7574:37: error: missing argument label 'to:' in call glPathGlyphsNV_P = unsafeBitCast(getAddress(CommandInfo("glPathGlyphsNV", [S284])), glPathGlyphsNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7578:52: error: missing argument label 'to:' in call glPathMemoryGlyphIndexArrayNV_P = unsafeBitCast(getAddress(CommandInfo("glPathMemoryGlyphIndexArrayNV", [S284])), glPathMemoryGlyphIndexArrayNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7582:41: error: missing argument label 'to:' in call glPathParameterfNV_P = unsafeBitCast(getAddress(CommandInfo("glPathParameterfNV", [S284])), glPathParameterfNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7586:42: error: missing argument label 'to:' in call glPathParameterfvNV_P = unsafeBitCast(getAddress(CommandInfo("glPathParameterfvNV", [S284])), glPathParameterfvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7590:41: error: missing argument label 'to:' in call glPathParameteriNV_P = unsafeBitCast(getAddress(CommandInfo("glPathParameteriNV", [S284])), glPathParameteriNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7594:42: error: missing argument label 'to:' in call glPathParameterivNV_P = unsafeBitCast(getAddress(CommandInfo("glPathParameterivNV", [S284])), glPathParameterivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7598:49: error: missing argument label 'to:' in call glPathStencilDepthOffsetNV_P = unsafeBitCast(getAddress(CommandInfo("glPathStencilDepthOffsetNV", [S284])), glPathStencilDepthOffsetNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7602:42: error: missing argument label 'to:' in call glPathStencilFuncNV_P = unsafeBitCast(getAddress(CommandInfo("glPathStencilFuncNV", [S284])), glPathStencilFuncNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7606:37: error: missing argument label 'to:' in call glPathStringNV_P = unsafeBitCast(getAddress(CommandInfo("glPathStringNV", [S284])), glPathStringNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7610:42: error: missing argument label 'to:' in call glPathSubCommandsNV_P = unsafeBitCast(getAddress(CommandInfo("glPathSubCommandsNV", [S284])), glPathSubCommandsNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7614:40: error: missing argument label 'to:' in call glPathSubCoordsNV_P = unsafeBitCast(getAddress(CommandInfo("glPathSubCoordsNV", [S284])), glPathSubCoordsNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7618:37: error: missing argument label 'to:' in call glPathTexGenNV_P = unsafeBitCast(getAddress(CommandInfo("glPathTexGenNV", [S284])), glPathTexGenNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7622:47: error: missing argument label 'to:' in call glPauseTransformFeedback_P = unsafeBitCast(getAddress(CommandInfo("glPauseTransformFeedback", [S12, S20, S124])), glPauseTransformFeedback_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7626:49: error: missing argument label 'to:' in call glPauseTransformFeedbackNV_P = unsafeBitCast(getAddress(CommandInfo("glPauseTransformFeedbackNV", [S298])), glPauseTransformFeedbackNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7630:41: error: missing argument label 'to:' in call glPixelDataRangeNV_P = unsafeBitCast(getAddress(CommandInfo("glPixelDataRangeNV", [S285])), glPixelDataRangeNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7634:35: error: missing argument label 'to:' in call glPixelMapfv_P = unsafeBitCast(getAddress(CommandInfo("glPixelMapfv", [S0, S23])), glPixelMapfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7638:36: error: missing argument label 'to:' in call glPixelMapuiv_P = unsafeBitCast(getAddress(CommandInfo("glPixelMapuiv", [S0, S23])), glPixelMapuiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7642:36: error: missing argument label 'to:' in call glPixelMapusv_P = unsafeBitCast(getAddress(CommandInfo("glPixelMapusv", [S0, S23])), glPixelMapusv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7646:34: error: missing argument label 'to:' in call glPixelMapx_P = unsafeBitCast(getAddress(CommandInfo("glPixelMapx", [S316])), glPixelMapx_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7650:36: error: missing argument label 'to:' in call glPixelStoref_P = unsafeBitCast(getAddress(CommandInfo("glPixelStoref", [S0])), glPixelStoref_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7654:36: error: missing argument label 'to:' in call glPixelStorei_P = unsafeBitCast(getAddress(CommandInfo("glPixelStorei", [S0, S18])), glPixelStorei_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7658:36: error: missing argument label 'to:' in call glPixelStorex_P = unsafeBitCast(getAddress(CommandInfo("glPixelStorex", [S316])), glPixelStorex_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7662:50: error: missing argument label 'to:' in call glPixelTexGenParameterfSGIS_P = unsafeBitCast(getAddress(CommandInfo("glPixelTexGenParameterfSGIS", [S346])), glPixelTexGenParameterfSGIS_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7666:51: error: missing argument label 'to:' in call glPixelTexGenParameterfvSGIS_P = unsafeBitCast(getAddress(CommandInfo("glPixelTexGenParameterfvSGIS", [S346])), glPixelTexGenParameterfvSGIS_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7670:50: error: missing argument label 'to:' in call glPixelTexGenParameteriSGIS_P = unsafeBitCast(getAddress(CommandInfo("glPixelTexGenParameteriSGIS", [S346])), glPixelTexGenParameteriSGIS_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7674:51: error: missing argument label 'to:' in call glPixelTexGenParameterivSGIS_P = unsafeBitCast(getAddress(CommandInfo("glPixelTexGenParameterivSGIS", [S346])), glPixelTexGenParameterivSGIS_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7678:40: error: missing argument label 'to:' in call glPixelTexGenSGIX_P = unsafeBitCast(getAddress(CommandInfo("glPixelTexGenSGIX", [S359])), glPixelTexGenSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7682:39: error: missing argument label 'to:' in call glPixelTransferf_P = unsafeBitCast(getAddress(CommandInfo("glPixelTransferf", [S0, S23])), glPixelTransferf_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7686:39: error: missing argument label 'to:' in call glPixelTransferi_P = unsafeBitCast(getAddress(CommandInfo("glPixelTransferi", [S0, S23])), glPixelTransferi_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7690:42: error: missing argument label 'to:' in call glPixelTransferxOES_P = unsafeBitCast(getAddress(CommandInfo("glPixelTransferxOES", [S316])), glPixelTransferxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7694:52: error: missing argument label 'to:' in call glPixelTransformParameterfEXT_P = unsafeBitCast(getAddress(CommandInfo("glPixelTransformParameterfEXT", [S197])), glPixelTransformParameterfEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7698:53: error: missing argument label 'to:' in call glPixelTransformParameterfvEXT_P = unsafeBitCast(getAddress(CommandInfo("glPixelTransformParameterfvEXT", [S197])), glPixelTransformParameterfvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7702:52: error: missing argument label 'to:' in call glPixelTransformParameteriEXT_P = unsafeBitCast(getAddress(CommandInfo("glPixelTransformParameteriEXT", [S197])), glPixelTransformParameteriEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7706:53: error: missing argument label 'to:' in call glPixelTransformParameterivEXT_P = unsafeBitCast(getAddress(CommandInfo("glPixelTransformParameterivEXT", [S197])), glPixelTransformParameterivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7710:34: error: missing argument label 'to:' in call glPixelZoom_P = unsafeBitCast(getAddress(CommandInfo("glPixelZoom", [S0, S23])), glPixelZoom_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7714:38: error: missing argument label 'to:' in call glPixelZoomxOES_P = unsafeBitCast(getAddress(CommandInfo("glPixelZoomxOES", [S316])), glPixelZoomxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7718:41: error: missing argument label 'to:' in call glPointAlongPathNV_P = unsafeBitCast(getAddress(CommandInfo("glPointAlongPathNV", [S284])), glPointAlongPathNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7722:40: error: missing argument label 'to:' in call glPointParameterf_P = unsafeBitCast(getAddress(CommandInfo("glPointParameterf", [S4, S18])), glPointParameterf_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7726:43: error: missing argument label 'to:' in call glPointParameterfARB_P = unsafeBitCast(getAddress(CommandInfo("glPointParameterfARB", [S97])), glPointParameterfARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7730:43: error: missing argument label 'to:' in call glPointParameterfEXT_P = unsafeBitCast(getAddress(CommandInfo("glPointParameterfEXT", [S198])), glPointParameterfEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7734:44: error: missing argument label 'to:' in call glPointParameterfSGIS_P = unsafeBitCast(getAddress(CommandInfo("glPointParameterfSGIS", [S347])), glPointParameterfSGIS_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7738:41: error: missing argument label 'to:' in call glPointParameterfv_P = unsafeBitCast(getAddress(CommandInfo("glPointParameterfv", [S4, S18])), glPointParameterfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7742:44: error: missing argument label 'to:' in call glPointParameterfvARB_P = unsafeBitCast(getAddress(CommandInfo("glPointParameterfvARB", [S97])), glPointParameterfvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7746:44: error: missing argument label 'to:' in call glPointParameterfvEXT_P = unsafeBitCast(getAddress(CommandInfo("glPointParameterfvEXT", [S198])), glPointParameterfvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7750:45: error: missing argument label 'to:' in call glPointParameterfvSGIS_P = unsafeBitCast(getAddress(CommandInfo("glPointParameterfvSGIS", [S347])), glPointParameterfvSGIS_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7754:40: error: missing argument label 'to:' in call glPointParameteri_P = unsafeBitCast(getAddress(CommandInfo("glPointParameteri", [S4])), glPointParameteri_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7758:42: error: missing argument label 'to:' in call glPointParameteriNV_P = unsafeBitCast(getAddress(CommandInfo("glPointParameteriNV", [S286])), glPointParameteriNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7762:41: error: missing argument label 'to:' in call glPointParameteriv_P = unsafeBitCast(getAddress(CommandInfo("glPointParameteriv", [S4])), glPointParameteriv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7766:43: error: missing argument label 'to:' in call glPointParameterivNV_P = unsafeBitCast(getAddress(CommandInfo("glPointParameterivNV", [S286])), glPointParameterivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7770:40: error: missing argument label 'to:' in call glPointParameterx_P = unsafeBitCast(getAddress(CommandInfo("glPointParameterx", [S18])), glPointParameterx_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7774:43: error: missing argument label 'to:' in call glPointParameterxOES_P = unsafeBitCast(getAddress(CommandInfo("glPointParameterxOES", [S316])), glPointParameterxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7778:41: error: missing argument label 'to:' in call glPointParameterxv_P = unsafeBitCast(getAddress(CommandInfo("glPointParameterxv", [S18])), glPointParameterxv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7782:44: error: missing argument label 'to:' in call glPointParameterxvOES_P = unsafeBitCast(getAddress(CommandInfo("glPointParameterxvOES", [S316])), glPointParameterxvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7786:34: error: missing argument label 'to:' in call glPointSize_P = unsafeBitCast(getAddress(CommandInfo("glPointSize", [S0, S18])), glPointSize_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7790:44: error: missing argument label 'to:' in call glPointSizePointerOES_P = unsafeBitCast(getAddress(CommandInfo("glPointSizePointerOES", [S322])), glPointSizePointerOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7794:35: error: missing argument label 'to:' in call glPointSizex_P = unsafeBitCast(getAddress(CommandInfo("glPointSizex", [S18])), glPointSizex_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7798:38: error: missing argument label 'to:' in call glPointSizexOES_P = unsafeBitCast(getAddress(CommandInfo("glPointSizexOES", [S316])), glPointSizexOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7802:38: error: missing argument label 'to:' in call glPollAsyncSGIX_P = unsafeBitCast(getAddress(CommandInfo("glPollAsyncSGIX", [S352])), glPollAsyncSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7806:44: error: missing argument label 'to:' in call glPollInstrumentsSGIX_P = unsafeBitCast(getAddress(CommandInfo("glPollInstrumentsSGIX", [S357])), glPollInstrumentsSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7810:36: error: missing argument label 'to:' in call glPolygonMode_P = unsafeBitCast(getAddress(CommandInfo("glPolygonMode", [S0])), glPolygonMode_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7814:38: error: missing argument label 'to:' in call glPolygonModeNV_P = unsafeBitCast(getAddress(CommandInfo("glPolygonModeNV", [S287])), glPolygonModeNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7818:38: error: missing argument label 'to:' in call glPolygonOffset_P = unsafeBitCast(getAddress(CommandInfo("glPolygonOffset", [S1, S18])), glPolygonOffset_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7822:46: error: missing argument label 'to:' in call glPolygonOffsetClampEXT_P = unsafeBitCast(getAddress(CommandInfo("glPolygonOffsetClampEXT", [S200])), glPolygonOffsetClampEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7826:41: error: missing argument label 'to:' in call glPolygonOffsetEXT_P = unsafeBitCast(getAddress(CommandInfo("glPolygonOffsetEXT", [S199])), glPolygonOffsetEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7830:39: error: missing argument label 'to:' in call glPolygonOffsetx_P = unsafeBitCast(getAddress(CommandInfo("glPolygonOffsetx", [S18])), glPolygonOffsetx_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7834:42: error: missing argument label 'to:' in call glPolygonOffsetxOES_P = unsafeBitCast(getAddress(CommandInfo("glPolygonOffsetxOES", [S316])), glPolygonOffsetxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7838:39: error: missing argument label 'to:' in call glPolygonStipple_P = unsafeBitCast(getAddress(CommandInfo("glPolygonStipple", [S0, S23])), glPolygonStipple_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7842:34: error: missing argument label 'to:' in call glPopAttrib_P = unsafeBitCast(getAddress(CommandInfo("glPopAttrib", [S0, S23])), glPopAttrib_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7846:40: error: missing argument label 'to:' in call glPopClientAttrib_P = unsafeBitCast(getAddress(CommandInfo("glPopClientAttrib", [S1, S23])), glPopClientAttrib_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7850:38: error: missing argument label 'to:' in call glPopDebugGroup_P = unsafeBitCast(getAddress(CommandInfo("glPopDebugGroup", [S15, S22, S245])), glPopDebugGroup_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7854:41: error: missing argument label 'to:' in call glPopDebugGroupKHR_P = unsafeBitCast(getAddress(CommandInfo("glPopDebugGroupKHR", [S245])), glPopDebugGroupKHR_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7858:42: error: missing argument label 'to:' in call glPopGroupMarkerEXT_P = unsafeBitCast(getAddress(CommandInfo("glPopGroupMarkerEXT", [S165])), glPopGroupMarkerEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7862:34: error: missing argument label 'to:' in call glPopMatrix_P = unsafeBitCast(getAddress(CommandInfo("glPopMatrix", [S0, S23, S18])), glPopMatrix_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7866:32: error: missing argument label 'to:' in call glPopName_P = unsafeBitCast(getAddress(CommandInfo("glPopName", [S0, S23])), glPopName_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7870:47: error: missing argument label 'to:' in call glPresentFrameDualFillNV_P = unsafeBitCast(getAddress(CommandInfo("glPresentFrameDualFillNV", [S288])), glPresentFrameDualFillNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7874:44: error: missing argument label 'to:' in call glPresentFrameKeyedNV_P = unsafeBitCast(getAddress(CommandInfo("glPresentFrameKeyedNV", [S288])), glPresentFrameKeyedNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7878:45: error: missing argument label 'to:' in call glPrimitiveBoundingBox_P = unsafeBitCast(getAddress(CommandInfo("glPrimitiveBoundingBox", [S22])), glPrimitiveBoundingBox_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7882:48: error: missing argument label 'to:' in call glPrimitiveBoundingBoxARB_P = unsafeBitCast(getAddress(CommandInfo("glPrimitiveBoundingBoxARB", [S54])), glPrimitiveBoundingBoxARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7886:48: error: missing argument label 'to:' in call glPrimitiveBoundingBoxEXT_P = unsafeBitCast(getAddress(CommandInfo("glPrimitiveBoundingBoxEXT", [S201])), glPrimitiveBoundingBoxEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7890:48: error: missing argument label 'to:' in call glPrimitiveBoundingBoxOES_P = unsafeBitCast(getAddress(CommandInfo("glPrimitiveBoundingBoxOES", [S323])), glPrimitiveBoundingBoxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7894:46: error: missing argument label 'to:' in call glPrimitiveRestartIndex_P = unsafeBitCast(getAddress(CommandInfo("glPrimitiveRestartIndex", [S9])), glPrimitiveRestartIndex_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7898:48: error: missing argument label 'to:' in call glPrimitiveRestartIndexNV_P = unsafeBitCast(getAddress(CommandInfo("glPrimitiveRestartIndexNV", [S289])), glPrimitiveRestartIndexNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7902:43: error: missing argument label 'to:' in call glPrimitiveRestartNV_P = unsafeBitCast(getAddress(CommandInfo("glPrimitiveRestartNV", [S289])), glPrimitiveRestartNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7906:43: error: missing argument label 'to:' in call glPrioritizeTextures_P = unsafeBitCast(getAddress(CommandInfo("glPrioritizeTextures", [S1, S23])), glPrioritizeTextures_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7910:46: error: missing argument label 'to:' in call glPrioritizeTexturesEXT_P = unsafeBitCast(getAddress(CommandInfo("glPrioritizeTexturesEXT", [S220])), glPrioritizeTexturesEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7914:47: error: missing argument label 'to:' in call glPrioritizeTexturesxOES_P = unsafeBitCast(getAddress(CommandInfo("glPrioritizeTexturesxOES", [S316])), glPrioritizeTexturesxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7918:38: error: missing argument label 'to:' in call glProgramBinary_P = unsafeBitCast(getAddress(CommandInfo("glProgramBinary", [S13, S20, S79])), glProgramBinary_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7922:41: error: missing argument label 'to:' in call glProgramBinaryOES_P = unsafeBitCast(getAddress(CommandInfo("glProgramBinaryOES", [S319])), glProgramBinaryOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7926:53: error: missing argument label 'to:' in call glProgramBufferParametersIivNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramBufferParametersIivNV", [S283])), glProgramBufferParametersIivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7930:54: error: missing argument label 'to:' in call glProgramBufferParametersIuivNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramBufferParametersIuivNV", [S283])), glProgramBufferParametersIuivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7934:52: error: missing argument label 'to:' in call glProgramBufferParametersfvNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramBufferParametersfvNV", [S283])), glProgramBufferParametersfvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7938:49: error: missing argument label 'to:' in call glProgramEnvParameter4dARB_P = unsafeBitCast(getAddress(CommandInfo("glProgramEnvParameter4dARB", [S75, S134])), glProgramEnvParameter4dARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7942:50: error: missing argument label 'to:' in call glProgramEnvParameter4dvARB_P = unsafeBitCast(getAddress(CommandInfo("glProgramEnvParameter4dvARB", [S75, S134])), glProgramEnvParameter4dvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7946:49: error: missing argument label 'to:' in call glProgramEnvParameter4fARB_P = unsafeBitCast(getAddress(CommandInfo("glProgramEnvParameter4fARB", [S75, S134])), glProgramEnvParameter4fARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7950:50: error: missing argument label 'to:' in call glProgramEnvParameter4fvARB_P = unsafeBitCast(getAddress(CommandInfo("glProgramEnvParameter4fvARB", [S75, S134])), glProgramEnvParameter4fvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7954:49: error: missing argument label 'to:' in call glProgramEnvParameterI4iNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramEnvParameterI4iNV", [S275])), glProgramEnvParameterI4iNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7958:50: error: missing argument label 'to:' in call glProgramEnvParameterI4ivNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramEnvParameterI4ivNV", [S275])), glProgramEnvParameterI4ivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7962:50: error: missing argument label 'to:' in call glProgramEnvParameterI4uiNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramEnvParameterI4uiNV", [S275])), glProgramEnvParameterI4uiNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7966:51: error: missing argument label 'to:' in call glProgramEnvParameterI4uivNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramEnvParameterI4uivNV", [S275])), glProgramEnvParameterI4uivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7970:51: error: missing argument label 'to:' in call glProgramEnvParameters4fvEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramEnvParameters4fvEXT", [S182])), glProgramEnvParameters4fvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7974:51: error: missing argument label 'to:' in call glProgramEnvParametersI4ivNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramEnvParametersI4ivNV", [S275])), glProgramEnvParametersI4ivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7978:52: error: missing argument label 'to:' in call glProgramEnvParametersI4uivNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramEnvParametersI4uivNV", [S275])), glProgramEnvParametersI4uivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7982:51: error: missing argument label 'to:' in call glProgramLocalParameter4dARB_P = unsafeBitCast(getAddress(CommandInfo("glProgramLocalParameter4dARB", [S75, S134])), glProgramLocalParameter4dARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7986:52: error: missing argument label 'to:' in call glProgramLocalParameter4dvARB_P = unsafeBitCast(getAddress(CommandInfo("glProgramLocalParameter4dvARB", [S75, S134])), glProgramLocalParameter4dvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7990:51: error: missing argument label 'to:' in call glProgramLocalParameter4fARB_P = unsafeBitCast(getAddress(CommandInfo("glProgramLocalParameter4fARB", [S75, S134])), glProgramLocalParameter4fARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7994:52: error: missing argument label 'to:' in call glProgramLocalParameter4fvARB_P = unsafeBitCast(getAddress(CommandInfo("glProgramLocalParameter4fvARB", [S75, S134])), glProgramLocalParameter4fvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:7998:51: error: missing argument label 'to:' in call glProgramLocalParameterI4iNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramLocalParameterI4iNV", [S275])), glProgramLocalParameterI4iNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8002:52: error: missing argument label 'to:' in call glProgramLocalParameterI4ivNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramLocalParameterI4ivNV", [S275])), glProgramLocalParameterI4ivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8006:52: error: missing argument label 'to:' in call glProgramLocalParameterI4uiNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramLocalParameterI4uiNV", [S275])), glProgramLocalParameterI4uiNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8010:53: error: missing argument label 'to:' in call glProgramLocalParameterI4uivNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramLocalParameterI4uivNV", [S275])), glProgramLocalParameterI4uivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8014:53: error: missing argument label 'to:' in call glProgramLocalParameters4fvEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramLocalParameters4fvEXT", [S182])), glProgramLocalParameters4fvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8018:53: error: missing argument label 'to:' in call glProgramLocalParametersI4ivNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramLocalParametersI4ivNV", [S275])), glProgramLocalParametersI4ivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8022:54: error: missing argument label 'to:' in call glProgramLocalParametersI4uivNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramLocalParametersI4uivNV", [S275])), glProgramLocalParametersI4uivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8026:50: error: missing argument label 'to:' in call glProgramNamedParameter4dNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramNamedParameter4dNV", [S269])), glProgramNamedParameter4dNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8030:51: error: missing argument label 'to:' in call glProgramNamedParameter4dvNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramNamedParameter4dvNV", [S269])), glProgramNamedParameter4dvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8034:50: error: missing argument label 'to:' in call glProgramNamedParameter4fNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramNamedParameter4fNV", [S269])), glProgramNamedParameter4fNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8038:51: error: missing argument label 'to:' in call glProgramNamedParameter4fvNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramNamedParameter4fvNV", [S269])), glProgramNamedParameter4fvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8042:45: error: missing argument label 'to:' in call glProgramParameter4dNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramParameter4dNV", [S303])), glProgramParameter4dNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8046:46: error: missing argument label 'to:' in call glProgramParameter4dvNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramParameter4dvNV", [S303])), glProgramParameter4dvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8050:45: error: missing argument label 'to:' in call glProgramParameter4fNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramParameter4fNV", [S303])), glProgramParameter4fNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8054:46: error: missing argument label 'to:' in call glProgramParameter4fvNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramParameter4fvNV", [S303])), glProgramParameter4fvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8058:42: error: missing argument label 'to:' in call glProgramParameteri_P = unsafeBitCast(getAddress(CommandInfo("glProgramParameteri", [S13, S20, S79])), glProgramParameteri_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8062:45: error: missing argument label 'to:' in call glProgramParameteriARB_P = unsafeBitCast(getAddress(CommandInfo("glProgramParameteriARB", [S78])), glProgramParameteriARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8066:45: error: missing argument label 'to:' in call glProgramParameteriEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramParameteriEXT", [S181, S206])), glProgramParameteriEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8070:47: error: missing argument label 'to:' in call glProgramParameters4dvNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramParameters4dvNV", [S303])), glProgramParameters4dvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8074:47: error: missing argument label 'to:' in call glProgramParameters4fvNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramParameters4fvNV", [S303])), glProgramParameters4fvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8078:54: error: missing argument label 'to:' in call glProgramPathFragmentInputGenNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramPathFragmentInputGenNV", [S284])), glProgramPathFragmentInputGenNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8082:41: error: missing argument label 'to:' in call glProgramStringARB_P = unsafeBitCast(getAddress(CommandInfo("glProgramStringARB", [S75, S134])), glProgramStringARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8086:57: error: missing argument label 'to:' in call glProgramSubroutineParametersuivNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramSubroutineParametersuivNV", [S276])), glProgramSubroutineParametersuivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8090:41: error: missing argument label 'to:' in call glProgramUniform1d_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform1d", [S13, S104])), glProgramUniform1d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8094:44: error: missing argument label 'to:' in call glProgramUniform1dEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform1dEXT", [S167])), glProgramUniform1dEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8098:42: error: missing argument label 'to:' in call glProgramUniform1dv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform1dv", [S13, S104])), glProgramUniform1dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8102:45: error: missing argument label 'to:' in call glProgramUniform1dvEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform1dvEXT", [S167])), glProgramUniform1dvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8106:41: error: missing argument label 'to:' in call glProgramUniform1f_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform1f", [S13, S21, S104])), glProgramUniform1f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8110:44: error: missing argument label 'to:' in call glProgramUniform1fEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform1fEXT", [S167, S206])), glProgramUniform1fEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8114:42: error: missing argument label 'to:' in call glProgramUniform1fv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform1fv", [S13, S21, S104])), glProgramUniform1fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8118:45: error: missing argument label 'to:' in call glProgramUniform1fvEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform1fvEXT", [S167, S206])), glProgramUniform1fvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8122:41: error: missing argument label 'to:' in call glProgramUniform1i_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform1i", [S13, S21, S104])), glProgramUniform1i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8126:46: error: missing argument label 'to:' in call glProgramUniform1i64ARB_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform1i64ARB", [S82])), glProgramUniform1i64ARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8130:45: error: missing argument label 'to:' in call glProgramUniform1i64NV_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform1i64NV", [S27, S277])), glProgramUniform1i64NV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8134:47: error: missing argument label 'to:' in call glProgramUniform1i64vARB_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform1i64vARB", [S82])), glProgramUniform1i64vARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8138:46: error: missing argument label 'to:' in call glProgramUniform1i64vNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform1i64vNV", [S27, S277])), glProgramUniform1i64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8142:44: error: missing argument label 'to:' in call glProgramUniform1iEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform1iEXT", [S167, S206])), glProgramUniform1iEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8146:42: error: missing argument label 'to:' in call glProgramUniform1iv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform1iv", [S13, S21, S104])), glProgramUniform1iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8150:45: error: missing argument label 'to:' in call glProgramUniform1ivEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform1ivEXT", [S167, S206])), glProgramUniform1ivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8154:42: error: missing argument label 'to:' in call glProgramUniform1ui_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform1ui", [S13, S21, S104])), glProgramUniform1ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8158:47: error: missing argument label 'to:' in call glProgramUniform1ui64ARB_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform1ui64ARB", [S82])), glProgramUniform1ui64ARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8162:46: error: missing argument label 'to:' in call glProgramUniform1ui64NV_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform1ui64NV", [S27, S277])), glProgramUniform1ui64NV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8166:48: error: missing argument label 'to:' in call glProgramUniform1ui64vARB_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform1ui64vARB", [S82])), glProgramUniform1ui64vARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8170:47: error: missing argument label 'to:' in call glProgramUniform1ui64vNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform1ui64vNV", [S27, S277])), glProgramUniform1ui64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8174:45: error: missing argument label 'to:' in call glProgramUniform1uiEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform1uiEXT", [S167, S206])), glProgramUniform1uiEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8178:43: error: missing argument label 'to:' in call glProgramUniform1uiv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform1uiv", [S13, S21, S104])), glProgramUniform1uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8182:46: error: missing argument label 'to:' in call glProgramUniform1uivEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform1uivEXT", [S167, S206])), glProgramUniform1uivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8186:41: error: missing argument label 'to:' in call glProgramUniform2d_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform2d", [S13, S104])), glProgramUniform2d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8190:44: error: missing argument label 'to:' in call glProgramUniform2dEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform2dEXT", [S167])), glProgramUniform2dEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8194:42: error: missing argument label 'to:' in call glProgramUniform2dv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform2dv", [S13, S104])), glProgramUniform2dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8198:45: error: missing argument label 'to:' in call glProgramUniform2dvEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform2dvEXT", [S167])), glProgramUniform2dvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8202:41: error: missing argument label 'to:' in call glProgramUniform2f_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform2f", [S13, S21, S104])), glProgramUniform2f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8206:44: error: missing argument label 'to:' in call glProgramUniform2fEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform2fEXT", [S167, S206])), glProgramUniform2fEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8210:42: error: missing argument label 'to:' in call glProgramUniform2fv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform2fv", [S13, S21, S104])), glProgramUniform2fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8214:45: error: missing argument label 'to:' in call glProgramUniform2fvEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform2fvEXT", [S167, S206])), glProgramUniform2fvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8218:41: error: missing argument label 'to:' in call glProgramUniform2i_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform2i", [S13, S21, S104])), glProgramUniform2i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8222:46: error: missing argument label 'to:' in call glProgramUniform2i64ARB_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform2i64ARB", [S82])), glProgramUniform2i64ARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8226:45: error: missing argument label 'to:' in call glProgramUniform2i64NV_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform2i64NV", [S27, S277])), glProgramUniform2i64NV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8230:47: error: missing argument label 'to:' in call glProgramUniform2i64vARB_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform2i64vARB", [S82])), glProgramUniform2i64vARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8234:46: error: missing argument label 'to:' in call glProgramUniform2i64vNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform2i64vNV", [S27, S277])), glProgramUniform2i64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8238:44: error: missing argument label 'to:' in call glProgramUniform2iEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform2iEXT", [S167, S206])), glProgramUniform2iEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8242:42: error: missing argument label 'to:' in call glProgramUniform2iv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform2iv", [S13, S21, S104])), glProgramUniform2iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8246:45: error: missing argument label 'to:' in call glProgramUniform2ivEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform2ivEXT", [S167, S206])), glProgramUniform2ivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8250:42: error: missing argument label 'to:' in call glProgramUniform2ui_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform2ui", [S13, S21, S104])), glProgramUniform2ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8254:47: error: missing argument label 'to:' in call glProgramUniform2ui64ARB_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform2ui64ARB", [S82])), glProgramUniform2ui64ARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8258:46: error: missing argument label 'to:' in call glProgramUniform2ui64NV_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform2ui64NV", [S27, S277])), glProgramUniform2ui64NV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8262:48: error: missing argument label 'to:' in call glProgramUniform2ui64vARB_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform2ui64vARB", [S82])), glProgramUniform2ui64vARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8266:47: error: missing argument label 'to:' in call glProgramUniform2ui64vNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform2ui64vNV", [S27, S277])), glProgramUniform2ui64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8270:45: error: missing argument label 'to:' in call glProgramUniform2uiEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform2uiEXT", [S167, S206])), glProgramUniform2uiEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8274:43: error: missing argument label 'to:' in call glProgramUniform2uiv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform2uiv", [S13, S21, S104])), glProgramUniform2uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8278:46: error: missing argument label 'to:' in call glProgramUniform2uivEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform2uivEXT", [S167, S206])), glProgramUniform2uivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8282:41: error: missing argument label 'to:' in call glProgramUniform3d_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform3d", [S13, S104])), glProgramUniform3d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8286:44: error: missing argument label 'to:' in call glProgramUniform3dEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform3dEXT", [S167])), glProgramUniform3dEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8290:42: error: missing argument label 'to:' in call glProgramUniform3dv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform3dv", [S13, S104])), glProgramUniform3dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8294:45: error: missing argument label 'to:' in call glProgramUniform3dvEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform3dvEXT", [S167])), glProgramUniform3dvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8298:41: error: missing argument label 'to:' in call glProgramUniform3f_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform3f", [S13, S21, S104])), glProgramUniform3f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8302:44: error: missing argument label 'to:' in call glProgramUniform3fEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform3fEXT", [S167, S206])), glProgramUniform3fEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8306:42: error: missing argument label 'to:' in call glProgramUniform3fv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform3fv", [S13, S21, S104])), glProgramUniform3fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8310:45: error: missing argument label 'to:' in call glProgramUniform3fvEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform3fvEXT", [S167, S206])), glProgramUniform3fvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8314:41: error: missing argument label 'to:' in call glProgramUniform3i_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform3i", [S13, S21, S104])), glProgramUniform3i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8318:46: error: missing argument label 'to:' in call glProgramUniform3i64ARB_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform3i64ARB", [S82])), glProgramUniform3i64ARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8322:45: error: missing argument label 'to:' in call glProgramUniform3i64NV_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform3i64NV", [S27, S277])), glProgramUniform3i64NV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8326:47: error: missing argument label 'to:' in call glProgramUniform3i64vARB_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform3i64vARB", [S82])), glProgramUniform3i64vARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8330:46: error: missing argument label 'to:' in call glProgramUniform3i64vNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform3i64vNV", [S27, S277])), glProgramUniform3i64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8334:44: error: missing argument label 'to:' in call glProgramUniform3iEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform3iEXT", [S167, S206])), glProgramUniform3iEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8338:42: error: missing argument label 'to:' in call glProgramUniform3iv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform3iv", [S13, S21, S104])), glProgramUniform3iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8342:45: error: missing argument label 'to:' in call glProgramUniform3ivEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform3ivEXT", [S167, S206])), glProgramUniform3ivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8346:42: error: missing argument label 'to:' in call glProgramUniform3ui_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform3ui", [S13, S21, S104])), glProgramUniform3ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8350:47: error: missing argument label 'to:' in call glProgramUniform3ui64ARB_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform3ui64ARB", [S82])), glProgramUniform3ui64ARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8354:46: error: missing argument label 'to:' in call glProgramUniform3ui64NV_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform3ui64NV", [S27, S277])), glProgramUniform3ui64NV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8358:48: error: missing argument label 'to:' in call glProgramUniform3ui64vARB_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform3ui64vARB", [S82])), glProgramUniform3ui64vARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8362:47: error: missing argument label 'to:' in call glProgramUniform3ui64vNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform3ui64vNV", [S27, S277])), glProgramUniform3ui64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8366:45: error: missing argument label 'to:' in call glProgramUniform3uiEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform3uiEXT", [S167, S206])), glProgramUniform3uiEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8370:43: error: missing argument label 'to:' in call glProgramUniform3uiv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform3uiv", [S13, S21, S104])), glProgramUniform3uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8374:46: error: missing argument label 'to:' in call glProgramUniform3uivEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform3uivEXT", [S167, S206])), glProgramUniform3uivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8378:41: error: missing argument label 'to:' in call glProgramUniform4d_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform4d", [S13, S104])), glProgramUniform4d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8382:44: error: missing argument label 'to:' in call glProgramUniform4dEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform4dEXT", [S167])), glProgramUniform4dEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8386:42: error: missing argument label 'to:' in call glProgramUniform4dv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform4dv", [S13, S104])), glProgramUniform4dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8390:45: error: missing argument label 'to:' in call glProgramUniform4dvEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform4dvEXT", [S167])), glProgramUniform4dvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8394:41: error: missing argument label 'to:' in call glProgramUniform4f_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform4f", [S13, S21, S104])), glProgramUniform4f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8398:44: error: missing argument label 'to:' in call glProgramUniform4fEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform4fEXT", [S167, S206])), glProgramUniform4fEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8402:42: error: missing argument label 'to:' in call glProgramUniform4fv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform4fv", [S13, S21, S104])), glProgramUniform4fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8406:45: error: missing argument label 'to:' in call glProgramUniform4fvEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform4fvEXT", [S167, S206])), glProgramUniform4fvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8410:41: error: missing argument label 'to:' in call glProgramUniform4i_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform4i", [S13, S21, S104])), glProgramUniform4i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8414:46: error: missing argument label 'to:' in call glProgramUniform4i64ARB_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform4i64ARB", [S82])), glProgramUniform4i64ARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8418:45: error: missing argument label 'to:' in call glProgramUniform4i64NV_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform4i64NV", [S27, S277])), glProgramUniform4i64NV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8422:47: error: missing argument label 'to:' in call glProgramUniform4i64vARB_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform4i64vARB", [S82])), glProgramUniform4i64vARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8426:46: error: missing argument label 'to:' in call glProgramUniform4i64vNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform4i64vNV", [S27, S277])), glProgramUniform4i64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8430:44: error: missing argument label 'to:' in call glProgramUniform4iEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform4iEXT", [S167, S206])), glProgramUniform4iEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8434:42: error: missing argument label 'to:' in call glProgramUniform4iv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform4iv", [S13, S21, S104])), glProgramUniform4iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8438:45: error: missing argument label 'to:' in call glProgramUniform4ivEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform4ivEXT", [S167, S206])), glProgramUniform4ivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8442:42: error: missing argument label 'to:' in call glProgramUniform4ui_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform4ui", [S13, S21, S104])), glProgramUniform4ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8446:47: error: missing argument label 'to:' in call glProgramUniform4ui64ARB_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform4ui64ARB", [S82])), glProgramUniform4ui64ARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8450:46: error: missing argument label 'to:' in call glProgramUniform4ui64NV_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform4ui64NV", [S27, S277])), glProgramUniform4ui64NV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8454:48: error: missing argument label 'to:' in call glProgramUniform4ui64vARB_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform4ui64vARB", [S82])), glProgramUniform4ui64vARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8458:47: error: missing argument label 'to:' in call glProgramUniform4ui64vNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform4ui64vNV", [S27, S277])), glProgramUniform4ui64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8462:45: error: missing argument label 'to:' in call glProgramUniform4uiEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform4uiEXT", [S167, S206])), glProgramUniform4uiEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8466:43: error: missing argument label 'to:' in call glProgramUniform4uiv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform4uiv", [S13, S21, S104])), glProgramUniform4uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8470:46: error: missing argument label 'to:' in call glProgramUniform4uivEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniform4uivEXT", [S167, S206])), glProgramUniform4uivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8474:52: error: missing argument label 'to:' in call glProgramUniformHandleui64ARB_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformHandleui64ARB", [S56])), glProgramUniformHandleui64ARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8478:51: error: missing argument label 'to:' in call glProgramUniformHandleui64NV_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformHandleui64NV", [S252])), glProgramUniformHandleui64NV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8482:53: error: missing argument label 'to:' in call glProgramUniformHandleui64vARB_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformHandleui64vARB", [S56])), glProgramUniformHandleui64vARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8486:52: error: missing argument label 'to:' in call glProgramUniformHandleui64vNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformHandleui64vNV", [S252])), glProgramUniformHandleui64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8490:48: error: missing argument label 'to:' in call glProgramUniformMatrix2dv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix2dv", [S13, S104])), glProgramUniformMatrix2dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8494:51: error: missing argument label 'to:' in call glProgramUniformMatrix2dvEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix2dvEXT", [S167])), glProgramUniformMatrix2dvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8498:48: error: missing argument label 'to:' in call glProgramUniformMatrix2fv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix2fv", [S13, S21, S104])), glProgramUniformMatrix2fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8502:51: error: missing argument label 'to:' in call glProgramUniformMatrix2fvEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix2fvEXT", [S167, S206])), glProgramUniformMatrix2fvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8506:50: error: missing argument label 'to:' in call glProgramUniformMatrix2x3dv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix2x3dv", [S13, S104])), glProgramUniformMatrix2x3dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8510:53: error: missing argument label 'to:' in call glProgramUniformMatrix2x3dvEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix2x3dvEXT", [S167])), glProgramUniformMatrix2x3dvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8514:50: error: missing argument label 'to:' in call glProgramUniformMatrix2x3fv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix2x3fv", [S13, S21, S104])), glProgramUniformMatrix2x3fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8518:53: error: missing argument label 'to:' in call glProgramUniformMatrix2x3fvEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix2x3fvEXT", [S167, S206])), glProgramUniformMatrix2x3fvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8522:50: error: missing argument label 'to:' in call glProgramUniformMatrix2x4dv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix2x4dv", [S13, S104])), glProgramUniformMatrix2x4dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8526:53: error: missing argument label 'to:' in call glProgramUniformMatrix2x4dvEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix2x4dvEXT", [S167])), glProgramUniformMatrix2x4dvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8530:50: error: missing argument label 'to:' in call glProgramUniformMatrix2x4fv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix2x4fv", [S13, S21, S104])), glProgramUniformMatrix2x4fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8534:53: error: missing argument label 'to:' in call glProgramUniformMatrix2x4fvEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix2x4fvEXT", [S167, S206])), glProgramUniformMatrix2x4fvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8538:48: error: missing argument label 'to:' in call glProgramUniformMatrix3dv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix3dv", [S13, S104])), glProgramUniformMatrix3dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8542:51: error: missing argument label 'to:' in call glProgramUniformMatrix3dvEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix3dvEXT", [S167])), glProgramUniformMatrix3dvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8546:48: error: missing argument label 'to:' in call glProgramUniformMatrix3fv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix3fv", [S13, S21, S104])), glProgramUniformMatrix3fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8550:51: error: missing argument label 'to:' in call glProgramUniformMatrix3fvEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix3fvEXT", [S167, S206])), glProgramUniformMatrix3fvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8554:50: error: missing argument label 'to:' in call glProgramUniformMatrix3x2dv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix3x2dv", [S13, S104])), glProgramUniformMatrix3x2dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8558:53: error: missing argument label 'to:' in call glProgramUniformMatrix3x2dvEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix3x2dvEXT", [S167])), glProgramUniformMatrix3x2dvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8562:50: error: missing argument label 'to:' in call glProgramUniformMatrix3x2fv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix3x2fv", [S13, S21, S104])), glProgramUniformMatrix3x2fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8566:53: error: missing argument label 'to:' in call glProgramUniformMatrix3x2fvEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix3x2fvEXT", [S167, S206])), glProgramUniformMatrix3x2fvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8570:50: error: missing argument label 'to:' in call glProgramUniformMatrix3x4dv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix3x4dv", [S13, S104])), glProgramUniformMatrix3x4dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8574:53: error: missing argument label 'to:' in call glProgramUniformMatrix3x4dvEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix3x4dvEXT", [S167])), glProgramUniformMatrix3x4dvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8578:50: error: missing argument label 'to:' in call glProgramUniformMatrix3x4fv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix3x4fv", [S13, S21, S104])), glProgramUniformMatrix3x4fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8582:53: error: missing argument label 'to:' in call glProgramUniformMatrix3x4fvEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix3x4fvEXT", [S167, S206])), glProgramUniformMatrix3x4fvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8586:48: error: missing argument label 'to:' in call glProgramUniformMatrix4dv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix4dv", [S13, S104])), glProgramUniformMatrix4dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8590:51: error: missing argument label 'to:' in call glProgramUniformMatrix4dvEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix4dvEXT", [S167])), glProgramUniformMatrix4dvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8594:48: error: missing argument label 'to:' in call glProgramUniformMatrix4fv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix4fv", [S13, S21, S104])), glProgramUniformMatrix4fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8598:51: error: missing argument label 'to:' in call glProgramUniformMatrix4fvEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix4fvEXT", [S167, S206, S206])), glProgramUniformMatrix4fvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8602:50: error: missing argument label 'to:' in call glProgramUniformMatrix4x2dv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix4x2dv", [S13, S104])), glProgramUniformMatrix4x2dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8606:53: error: missing argument label 'to:' in call glProgramUniformMatrix4x2dvEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix4x2dvEXT", [S167])), glProgramUniformMatrix4x2dvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8610:50: error: missing argument label 'to:' in call glProgramUniformMatrix4x2fv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix4x2fv", [S13, S21, S104])), glProgramUniformMatrix4x2fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8614:53: error: missing argument label 'to:' in call glProgramUniformMatrix4x2fvEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix4x2fvEXT", [S167, S206])), glProgramUniformMatrix4x2fvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8618:50: error: missing argument label 'to:' in call glProgramUniformMatrix4x3dv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix4x3dv", [S13, S104])), glProgramUniformMatrix4x3dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8622:53: error: missing argument label 'to:' in call glProgramUniformMatrix4x3dvEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix4x3dvEXT", [S167])), glProgramUniformMatrix4x3dvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8626:50: error: missing argument label 'to:' in call glProgramUniformMatrix4x3fv_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix4x3fv", [S13, S21, S104])), glProgramUniformMatrix4x3fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8630:53: error: missing argument label 'to:' in call glProgramUniformMatrix4x3fvEXT_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformMatrix4x3fvEXT", [S167, S206])), glProgramUniformMatrix4x3fvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8634:45: error: missing argument label 'to:' in call glProgramUniformui64NV_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformui64NV", [S294])), glProgramUniformui64NV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8638:46: error: missing argument label 'to:' in call glProgramUniformui64vNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramUniformui64vNV", [S294])), glProgramUniformui64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8642:45: error: missing argument label 'to:' in call glProgramVertexLimitNV_P = unsafeBitCast(getAddress(CommandInfo("glProgramVertexLimitNV", [S274])), glProgramVertexLimitNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8646:40: error: missing argument label 'to:' in call glProvokingVertex_P = unsafeBitCast(getAddress(CommandInfo("glProvokingVertex", [S10, S99])), glProvokingVertex_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8650:43: error: missing argument label 'to:' in call glProvokingVertexEXT_P = unsafeBitCast(getAddress(CommandInfo("glProvokingVertexEXT", [S202])), glProvokingVertexEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8654:35: error: missing argument label 'to:' in call glPushAttrib_P = unsafeBitCast(getAddress(CommandInfo("glPushAttrib", [S0, S23])), glPushAttrib_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8658:41: error: missing argument label 'to:' in call glPushClientAttrib_P = unsafeBitCast(getAddress(CommandInfo("glPushClientAttrib", [S1, S23])), glPushClientAttrib_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8662:51: error: missing argument label 'to:' in call glPushClientAttribDefaultEXT_P = unsafeBitCast(getAddress(CommandInfo("glPushClientAttribDefaultEXT", [S167])), glPushClientAttribDefaultEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8666:39: error: missing argument label 'to:' in call glPushDebugGroup_P = unsafeBitCast(getAddress(CommandInfo("glPushDebugGroup", [S15, S22, S245])), glPushDebugGroup_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8670:42: error: missing argument label 'to:' in call glPushDebugGroupKHR_P = unsafeBitCast(getAddress(CommandInfo("glPushDebugGroupKHR", [S245])), glPushDebugGroupKHR_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8674:43: error: missing argument label 'to:' in call glPushGroupMarkerEXT_P = unsafeBitCast(getAddress(CommandInfo("glPushGroupMarkerEXT", [S165])), glPushGroupMarkerEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8678:35: error: missing argument label 'to:' in call glPushMatrix_P = unsafeBitCast(getAddress(CommandInfo("glPushMatrix", [S0, S23, S18])), glPushMatrix_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8682:33: error: missing argument label 'to:' in call glPushName_P = unsafeBitCast(getAddress(CommandInfo("glPushName", [S0, S23])), glPushName_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8686:37: error: missing argument label 'to:' in call glQueryCounter_P = unsafeBitCast(getAddress(CommandInfo("glQueryCounter", [S11, S123])), glQueryCounter_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8690:40: error: missing argument label 'to:' in call glQueryCounterEXT_P = unsafeBitCast(getAddress(CommandInfo("glQueryCounterEXT", [S169])), glQueryCounterEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8694:40: error: missing argument label 'to:' in call glQueryMatrixxOES_P = unsafeBitCast(getAddress(CommandInfo("glQueryMatrixxOES", [S324])), glQueryMatrixxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8698:50: error: missing argument label 'to:' in call glQueryObjectParameteruiAMD_P = unsafeBitCast(getAddress(CommandInfo("glQueryObjectParameteruiAMD", [S31])), glQueryObjectParameteruiAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8702:36: error: missing argument label 'to:' in call glRasterPos2d_P = unsafeBitCast(getAddress(CommandInfo("glRasterPos2d", [S0, S23])), glRasterPos2d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8706:37: error: missing argument label 'to:' in call glRasterPos2dv_P = unsafeBitCast(getAddress(CommandInfo("glRasterPos2dv", [S0, S23])), glRasterPos2dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8710:36: error: missing argument label 'to:' in call glRasterPos2f_P = unsafeBitCast(getAddress(CommandInfo("glRasterPos2f", [S0, S23])), glRasterPos2f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8714:37: error: missing argument label 'to:' in call glRasterPos2fv_P = unsafeBitCast(getAddress(CommandInfo("glRasterPos2fv", [S0, S23])), glRasterPos2fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8718:36: error: missing argument label 'to:' in call glRasterPos2i_P = unsafeBitCast(getAddress(CommandInfo("glRasterPos2i", [S0, S23])), glRasterPos2i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8722:37: error: missing argument label 'to:' in call glRasterPos2iv_P = unsafeBitCast(getAddress(CommandInfo("glRasterPos2iv", [S0, S23])), glRasterPos2iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8726:36: error: missing argument label 'to:' in call glRasterPos2s_P = unsafeBitCast(getAddress(CommandInfo("glRasterPos2s", [S0, S23])), glRasterPos2s_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8730:37: error: missing argument label 'to:' in call glRasterPos2sv_P = unsafeBitCast(getAddress(CommandInfo("glRasterPos2sv", [S0, S23])), glRasterPos2sv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8734:39: error: missing argument label 'to:' in call glRasterPos2xOES_P = unsafeBitCast(getAddress(CommandInfo("glRasterPos2xOES", [S316])), glRasterPos2xOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8738:40: error: missing argument label 'to:' in call glRasterPos2xvOES_P = unsafeBitCast(getAddress(CommandInfo("glRasterPos2xvOES", [S316])), glRasterPos2xvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8742:36: error: missing argument label 'to:' in call glRasterPos3d_P = unsafeBitCast(getAddress(CommandInfo("glRasterPos3d", [S0, S23])), glRasterPos3d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8746:37: error: missing argument label 'to:' in call glRasterPos3dv_P = unsafeBitCast(getAddress(CommandInfo("glRasterPos3dv", [S0, S23])), glRasterPos3dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8750:36: error: missing argument label 'to:' in call glRasterPos3f_P = unsafeBitCast(getAddress(CommandInfo("glRasterPos3f", [S0, S23])), glRasterPos3f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8754:37: error: missing argument label 'to:' in call glRasterPos3fv_P = unsafeBitCast(getAddress(CommandInfo("glRasterPos3fv", [S0, S23])), glRasterPos3fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8758:36: error: missing argument label 'to:' in call glRasterPos3i_P = unsafeBitCast(getAddress(CommandInfo("glRasterPos3i", [S0, S23])), glRasterPos3i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8762:37: error: missing argument label 'to:' in call glRasterPos3iv_P = unsafeBitCast(getAddress(CommandInfo("glRasterPos3iv", [S0, S23])), glRasterPos3iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8766:36: error: missing argument label 'to:' in call glRasterPos3s_P = unsafeBitCast(getAddress(CommandInfo("glRasterPos3s", [S0, S23])), glRasterPos3s_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8770:37: error: missing argument label 'to:' in call glRasterPos3sv_P = unsafeBitCast(getAddress(CommandInfo("glRasterPos3sv", [S0, S23])), glRasterPos3sv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8774:39: error: missing argument label 'to:' in call glRasterPos3xOES_P = unsafeBitCast(getAddress(CommandInfo("glRasterPos3xOES", [S316])), glRasterPos3xOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8778:40: error: missing argument label 'to:' in call glRasterPos3xvOES_P = unsafeBitCast(getAddress(CommandInfo("glRasterPos3xvOES", [S316])), glRasterPos3xvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8782:36: error: missing argument label 'to:' in call glRasterPos4d_P = unsafeBitCast(getAddress(CommandInfo("glRasterPos4d", [S0, S23])), glRasterPos4d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8786:37: error: missing argument label 'to:' in call glRasterPos4dv_P = unsafeBitCast(getAddress(CommandInfo("glRasterPos4dv", [S0, S23])), glRasterPos4dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8790:36: error: missing argument label 'to:' in call glRasterPos4f_P = unsafeBitCast(getAddress(CommandInfo("glRasterPos4f", [S0, S23])), glRasterPos4f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8794:37: error: missing argument label 'to:' in call glRasterPos4fv_P = unsafeBitCast(getAddress(CommandInfo("glRasterPos4fv", [S0, S23])), glRasterPos4fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8798:36: error: missing argument label 'to:' in call glRasterPos4i_P = unsafeBitCast(getAddress(CommandInfo("glRasterPos4i", [S0, S23])), glRasterPos4i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8802:37: error: missing argument label 'to:' in call glRasterPos4iv_P = unsafeBitCast(getAddress(CommandInfo("glRasterPos4iv", [S0, S23])), glRasterPos4iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8806:36: error: missing argument label 'to:' in call glRasterPos4s_P = unsafeBitCast(getAddress(CommandInfo("glRasterPos4s", [S0, S23])), glRasterPos4s_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8810:37: error: missing argument label 'to:' in call glRasterPos4sv_P = unsafeBitCast(getAddress(CommandInfo("glRasterPos4sv", [S0, S23])), glRasterPos4sv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8814:39: error: missing argument label 'to:' in call glRasterPos4xOES_P = unsafeBitCast(getAddress(CommandInfo("glRasterPos4xOES", [S316])), glRasterPos4xOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8818:40: error: missing argument label 'to:' in call glRasterPos4xvOES_P = unsafeBitCast(getAddress(CommandInfo("glRasterPos4xvOES", [S316])), glRasterPos4xvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8822:41: error: missing argument label 'to:' in call glRasterSamplesEXT_P = unsafeBitCast(getAddress(CommandInfo("glRasterSamplesEXT", [S203, S218, S271])), glRasterSamplesEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8826:35: error: missing argument label 'to:' in call glReadBuffer_P = unsafeBitCast(getAddress(CommandInfo("glReadBuffer", [S0, S20])), glReadBuffer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8830:45: error: missing argument label 'to:' in call glReadBufferIndexedEXT_P = unsafeBitCast(getAddress(CommandInfo("glReadBufferIndexedEXT", [S194])), glReadBufferIndexedEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8834:37: error: missing argument label 'to:' in call glReadBufferNV_P = unsafeBitCast(getAddress(CommandInfo("glReadBufferNV", [S290])), glReadBufferNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8838:44: error: missing argument label 'to:' in call glReadInstrumentsSGIX_P = unsafeBitCast(getAddress(CommandInfo("glReadInstrumentsSGIX", [S357])), glReadInstrumentsSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8842:35: error: missing argument label 'to:' in call glReadPixels_P = unsafeBitCast(getAddress(CommandInfo("glReadPixels", [S0, S18])), glReadPixels_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8846:36: error: missing argument label 'to:' in call glReadnPixels_P = unsafeBitCast(getAddress(CommandInfo("glReadnPixels", [S17, S22, S246])), glReadnPixels_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8850:39: error: missing argument label 'to:' in call glReadnPixelsARB_P = unsafeBitCast(getAddress(CommandInfo("glReadnPixelsARB", [S100])), glReadnPixelsARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8854:39: error: missing argument label 'to:' in call glReadnPixelsEXT_P = unsafeBitCast(getAddress(CommandInfo("glReadnPixelsEXT", [S204])), glReadnPixelsEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8858:39: error: missing argument label 'to:' in call glReadnPixelsKHR_P = unsafeBitCast(getAddress(CommandInfo("glReadnPixelsKHR", [S246])), glReadnPixelsKHR_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8862:30: error: missing argument label 'to:' in call glRectd_P = unsafeBitCast(getAddress(CommandInfo("glRectd", [S0, S23])), glRectd_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8866:31: error: missing argument label 'to:' in call glRectdv_P = unsafeBitCast(getAddress(CommandInfo("glRectdv", [S0, S23])), glRectdv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8870:30: error: missing argument label 'to:' in call glRectf_P = unsafeBitCast(getAddress(CommandInfo("glRectf", [S0, S23])), glRectf_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8874:31: error: missing argument label 'to:' in call glRectfv_P = unsafeBitCast(getAddress(CommandInfo("glRectfv", [S0, S23])), glRectfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8878:30: error: missing argument label 'to:' in call glRecti_P = unsafeBitCast(getAddress(CommandInfo("glRecti", [S0, S23])), glRecti_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8882:31: error: missing argument label 'to:' in call glRectiv_P = unsafeBitCast(getAddress(CommandInfo("glRectiv", [S0, S23])), glRectiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8886:30: error: missing argument label 'to:' in call glRects_P = unsafeBitCast(getAddress(CommandInfo("glRects", [S0, S23])), glRects_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8890:31: error: missing argument label 'to:' in call glRectsv_P = unsafeBitCast(getAddress(CommandInfo("glRectsv", [S0, S23])), glRectsv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8894:33: error: missing argument label 'to:' in call glRectxOES_P = unsafeBitCast(getAddress(CommandInfo("glRectxOES", [S316])), glRectxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8898:34: error: missing argument label 'to:' in call glRectxvOES_P = unsafeBitCast(getAddress(CommandInfo("glRectxvOES", [S316])), glRectxvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8902:43: error: missing argument label 'to:' in call glReferencePlaneSGIX_P = unsafeBitCast(getAddress(CommandInfo("glReferencePlaneSGIX", [S361])), glReferencePlaneSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8906:46: error: missing argument label 'to:' in call glReleaseShaderCompiler_P = unsafeBitCast(getAddress(CommandInfo("glReleaseShaderCompiler", [S13, S19, S52])), glReleaseShaderCompiler_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8910:35: error: missing argument label 'to:' in call glRenderMode_P = unsafeBitCast(getAddress(CommandInfo("glRenderMode", [S0, S23])), glRenderMode_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8914:44: error: missing argument label 'to:' in call glRenderbufferStorage_P = unsafeBitCast(getAddress(CommandInfo("glRenderbufferStorage", [S8, S19, S77])), glRenderbufferStorage_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8918:47: error: missing argument label 'to:' in call glRenderbufferStorageEXT_P = unsafeBitCast(getAddress(CommandInfo("glRenderbufferStorageEXT", [S179])), glRenderbufferStorageEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8922:55: error: missing argument label 'to:' in call glRenderbufferStorageMultisample_P = unsafeBitCast(getAddress(CommandInfo("glRenderbufferStorageMultisample", [S8, S20, S77])), glRenderbufferStorageMultisample_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8926:60: error: missing argument label 'to:' in call glRenderbufferStorageMultisampleANGLE_P = unsafeBitCast(getAddress(CommandInfo("glRenderbufferStorageMultisampleANGLE", [S38])), glRenderbufferStorageMultisampleANGLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8930:60: error: missing argument label 'to:' in call glRenderbufferStorageMultisampleAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glRenderbufferStorageMultisampleAPPLE", [S45])), glRenderbufferStorageMultisampleAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8934:65: error: missing argument label 'to:' in call glRenderbufferStorageMultisampleCoverageNV_P = unsafeBitCast(getAddress(CommandInfo("glRenderbufferStorageMultisampleCoverageNV", [S273])), glRenderbufferStorageMultisampleCoverageNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8938:58: error: missing argument label 'to:' in call glRenderbufferStorageMultisampleEXT_P = unsafeBitCast(getAddress(CommandInfo("glRenderbufferStorageMultisampleEXT", [S178, S193])), glRenderbufferStorageMultisampleEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8942:58: error: missing argument label 'to:' in call glRenderbufferStorageMultisampleIMG_P = unsafeBitCast(getAddress(CommandInfo("glRenderbufferStorageMultisampleIMG", [S237])), glRenderbufferStorageMultisampleIMG_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8946:57: error: missing argument label 'to:' in call glRenderbufferStorageMultisampleNV_P = unsafeBitCast(getAddress(CommandInfo("glRenderbufferStorageMultisampleNV", [S272])), glRenderbufferStorageMultisampleNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8950:47: error: missing argument label 'to:' in call glRenderbufferStorageOES_P = unsafeBitCast(getAddress(CommandInfo("glRenderbufferStorageOES", [S317])), glRenderbufferStorageOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8954:50: error: missing argument label 'to:' in call glReplacementCodePointerSUN_P = unsafeBitCast(getAddress(CommandInfo("glReplacementCodePointerSUN", [S368])), glReplacementCodePointerSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8958:45: error: missing argument label 'to:' in call glReplacementCodeubSUN_P = unsafeBitCast(getAddress(CommandInfo("glReplacementCodeubSUN", [S368])), glReplacementCodeubSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8962:46: error: missing argument label 'to:' in call glReplacementCodeubvSUN_P = unsafeBitCast(getAddress(CommandInfo("glReplacementCodeubvSUN", [S368])), glReplacementCodeubvSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8966:60: error: missing argument label 'to:' in call glReplacementCodeuiColor3fVertex3fSUN_P = unsafeBitCast(getAddress(CommandInfo("glReplacementCodeuiColor3fVertex3fSUN", [S369])), glReplacementCodeuiColor3fVertex3fSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8970:61: error: missing argument label 'to:' in call glReplacementCodeuiColor3fVertex3fvSUN_P = unsafeBitCast(getAddress(CommandInfo("glReplacementCodeuiColor3fVertex3fvSUN", [S369])), glReplacementCodeuiColor3fVertex3fvSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8974:68: error: missing argument label 'to:' in call glReplacementCodeuiColor4fNormal3fVertex3fSUN_P = unsafeBitCast(getAddress(CommandInfo("glReplacementCodeuiColor4fNormal3fVertex3fSUN", [S369])), glReplacementCodeuiColor4fNormal3fVertex3fSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8978:69: error: missing argument label 'to:' in call glReplacementCodeuiColor4fNormal3fVertex3fvSUN_P = unsafeBitCast(getAddress(CommandInfo("glReplacementCodeuiColor4fNormal3fVertex3fvSUN", [S369])), glReplacementCodeuiColor4fNormal3fVertex3fvSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8982:61: error: missing argument label 'to:' in call glReplacementCodeuiColor4ubVertex3fSUN_P = unsafeBitCast(getAddress(CommandInfo("glReplacementCodeuiColor4ubVertex3fSUN", [S369])), glReplacementCodeuiColor4ubVertex3fSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8986:62: error: missing argument label 'to:' in call glReplacementCodeuiColor4ubVertex3fvSUN_P = unsafeBitCast(getAddress(CommandInfo("glReplacementCodeuiColor4ubVertex3fvSUN", [S369])), glReplacementCodeuiColor4ubVertex3fvSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8990:61: error: missing argument label 'to:' in call glReplacementCodeuiNormal3fVertex3fSUN_P = unsafeBitCast(getAddress(CommandInfo("glReplacementCodeuiNormal3fVertex3fSUN", [S369])), glReplacementCodeuiNormal3fVertex3fSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8994:62: error: missing argument label 'to:' in call glReplacementCodeuiNormal3fVertex3fvSUN_P = unsafeBitCast(getAddress(CommandInfo("glReplacementCodeuiNormal3fVertex3fvSUN", [S369])), glReplacementCodeuiNormal3fVertex3fvSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:8998:45: error: missing argument label 'to:' in call glReplacementCodeuiSUN_P = unsafeBitCast(getAddress(CommandInfo("glReplacementCodeuiSUN", [S368])), glReplacementCodeuiSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9002:78: error: missing argument label 'to:' in call glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN_P = unsafeBitCast(getAddress(CommandInfo("glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN", [S369])), glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9006:79: error: missing argument label 'to:' in call glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN_P = unsafeBitCast(getAddress(CommandInfo("glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN", [S369])), glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9010:71: error: missing argument label 'to:' in call glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN_P = unsafeBitCast(getAddress(CommandInfo("glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN", [S369])), glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9014:72: error: missing argument label 'to:' in call glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN_P = unsafeBitCast(getAddress(CommandInfo("glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN", [S369])), glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9018:63: error: missing argument label 'to:' in call glReplacementCodeuiTexCoord2fVertex3fSUN_P = unsafeBitCast(getAddress(CommandInfo("glReplacementCodeuiTexCoord2fVertex3fSUN", [S369])), glReplacementCodeuiTexCoord2fVertex3fSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9022:64: error: missing argument label 'to:' in call glReplacementCodeuiTexCoord2fVertex3fvSUN_P = unsafeBitCast(getAddress(CommandInfo("glReplacementCodeuiTexCoord2fVertex3fvSUN", [S369])), glReplacementCodeuiTexCoord2fVertex3fvSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9026:53: error: missing argument label 'to:' in call glReplacementCodeuiVertex3fSUN_P = unsafeBitCast(getAddress(CommandInfo("glReplacementCodeuiVertex3fSUN", [S369])), glReplacementCodeuiVertex3fSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9030:54: error: missing argument label 'to:' in call glReplacementCodeuiVertex3fvSUN_P = unsafeBitCast(getAddress(CommandInfo("glReplacementCodeuiVertex3fvSUN", [S369])), glReplacementCodeuiVertex3fvSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9034:46: error: missing argument label 'to:' in call glReplacementCodeuivSUN_P = unsafeBitCast(getAddress(CommandInfo("glReplacementCodeuivSUN", [S368])), glReplacementCodeuivSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9038:45: error: missing argument label 'to:' in call glReplacementCodeusSUN_P = unsafeBitCast(getAddress(CommandInfo("glReplacementCodeusSUN", [S368])), glReplacementCodeusSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9042:46: error: missing argument label 'to:' in call glReplacementCodeusvSUN_P = unsafeBitCast(getAddress(CommandInfo("glReplacementCodeusvSUN", [S368])), glReplacementCodeusvSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9046:50: error: missing argument label 'to:' in call glRequestResidentProgramsNV_P = unsafeBitCast(getAddress(CommandInfo("glRequestResidentProgramsNV", [S303])), glRequestResidentProgramsNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9050:39: error: missing argument label 'to:' in call glResetHistogram_P = unsafeBitCast(getAddress(CommandInfo("glResetHistogram", [S83])), glResetHistogram_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9054:42: error: missing argument label 'to:' in call glResetHistogramEXT_P = unsafeBitCast(getAddress(CommandInfo("glResetHistogramEXT", [S184])), glResetHistogramEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9058:36: error: missing argument label 'to:' in call glResetMinmax_P = unsafeBitCast(getAddress(CommandInfo("glResetMinmax", [S83])), glResetMinmax_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9062:39: error: missing argument label 'to:' in call glResetMinmaxEXT_P = unsafeBitCast(getAddress(CommandInfo("glResetMinmaxEXT", [S184])), glResetMinmaxEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9066:42: error: missing argument label 'to:' in call glResizeBuffersMESA_P = unsafeBitCast(getAddress(CommandInfo("glResizeBuffersMESA", [S247])), glResizeBuffersMESA_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9070:45: error: missing argument label 'to:' in call glResolveDepthValuesNV_P = unsafeBitCast(getAddress(CommandInfo("glResolveDepthValuesNV", [S293])), glResolveDepthValuesNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9074:59: error: missing argument label 'to:' in call glResolveMultisampleFramebufferAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glResolveMultisampleFramebufferAPPLE", [S45])), glResolveMultisampleFramebufferAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9078:48: error: missing argument label 'to:' in call glResumeTransformFeedback_P = unsafeBitCast(getAddress(CommandInfo("glResumeTransformFeedback", [S12, S20, S124])), glResumeTransformFeedback_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9082:50: error: missing argument label 'to:' in call glResumeTransformFeedbackNV_P = unsafeBitCast(getAddress(CommandInfo("glResumeTransformFeedbackNV", [S298])), glResumeTransformFeedbackNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9086:32: error: missing argument label 'to:' in call glRotated_P = unsafeBitCast(getAddress(CommandInfo("glRotated", [S0, S23])), glRotated_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9090:32: error: missing argument label 'to:' in call glRotatef_P = unsafeBitCast(getAddress(CommandInfo("glRotatef", [S0, S23, S18])), glRotatef_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9094:32: error: missing argument label 'to:' in call glRotatex_P = unsafeBitCast(getAddress(CommandInfo("glRotatex", [S18])), glRotatex_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9098:35: error: missing argument label 'to:' in call glRotatexOES_P = unsafeBitCast(getAddress(CommandInfo("glRotatexOES", [S316])), glRotatexOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9102:39: error: missing argument label 'to:' in call glSampleCoverage_P = unsafeBitCast(getAddress(CommandInfo("glSampleCoverage", [S3, S18])), glSampleCoverage_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9106:42: error: missing argument label 'to:' in call glSampleCoverageARB_P = unsafeBitCast(getAddress(CommandInfo("glSampleCoverageARB", [S93])), glSampleCoverageARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9110:40: error: missing argument label 'to:' in call glSampleCoveragex_P = unsafeBitCast(getAddress(CommandInfo("glSampleCoveragex", [S18])), glSampleCoveragex_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9114:43: error: missing argument label 'to:' in call glSampleCoveragexOES_P = unsafeBitCast(getAddress(CommandInfo("glSampleCoveragexOES", [S316])), glSampleCoveragexOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9118:37: error: missing argument label 'to:' in call glSampleMapATI_P = unsafeBitCast(getAddress(CommandInfo("glSampleMapATI", [S142])), glSampleMapATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9122:38: error: missing argument label 'to:' in call glSampleMaskEXT_P = unsafeBitCast(getAddress(CommandInfo("glSampleMaskEXT", [S192])), glSampleMaskEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9126:44: error: missing argument label 'to:' in call glSampleMaskIndexedNV_P = unsafeBitCast(getAddress(CommandInfo("glSampleMaskIndexedNV", [S266])), glSampleMaskIndexedNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9130:39: error: missing argument label 'to:' in call glSampleMaskSGIS_P = unsafeBitCast(getAddress(CommandInfo("glSampleMaskSGIS", [S345])), glSampleMaskSGIS_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9134:36: error: missing argument label 'to:' in call glSampleMaski_P = unsafeBitCast(getAddress(CommandInfo("glSampleMaski", [S10, S21, S119])), glSampleMaski_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9138:41: error: missing argument label 'to:' in call glSamplePatternEXT_P = unsafeBitCast(getAddress(CommandInfo("glSamplePatternEXT", [S192])), glSamplePatternEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9142:42: error: missing argument label 'to:' in call glSamplePatternSGIS_P = unsafeBitCast(getAddress(CommandInfo("glSamplePatternSGIS", [S345])), glSamplePatternSGIS_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9146:44: error: missing argument label 'to:' in call glSamplerParameterIiv_P = unsafeBitCast(getAddress(CommandInfo("glSamplerParameterIiv", [S11, S22, S103])), glSamplerParameterIiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9150:47: error: missing argument label 'to:' in call glSamplerParameterIivEXT_P = unsafeBitCast(getAddress(CommandInfo("glSamplerParameterIivEXT", [S215])), glSamplerParameterIivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9154:47: error: missing argument label 'to:' in call glSamplerParameterIivOES_P = unsafeBitCast(getAddress(CommandInfo("glSamplerParameterIivOES", [S329])), glSamplerParameterIivOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9158:45: error: missing argument label 'to:' in call glSamplerParameterIuiv_P = unsafeBitCast(getAddress(CommandInfo("glSamplerParameterIuiv", [S11, S22, S103])), glSamplerParameterIuiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9162:48: error: missing argument label 'to:' in call glSamplerParameterIuivEXT_P = unsafeBitCast(getAddress(CommandInfo("glSamplerParameterIuivEXT", [S215])), glSamplerParameterIuivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9166:48: error: missing argument label 'to:' in call glSamplerParameterIuivOES_P = unsafeBitCast(getAddress(CommandInfo("glSamplerParameterIuivOES", [S329])), glSamplerParameterIuivOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9170:42: error: missing argument label 'to:' in call glSamplerParameterf_P = unsafeBitCast(getAddress(CommandInfo("glSamplerParameterf", [S11, S20, S103])), glSamplerParameterf_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9174:43: error: missing argument label 'to:' in call glSamplerParameterfv_P = unsafeBitCast(getAddress(CommandInfo("glSamplerParameterfv", [S11, S20, S103])), glSamplerParameterfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9178:42: error: missing argument label 'to:' in call glSamplerParameteri_P = unsafeBitCast(getAddress(CommandInfo("glSamplerParameteri", [S11, S20, S103])), glSamplerParameteri_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9182:43: error: missing argument label 'to:' in call glSamplerParameteriv_P = unsafeBitCast(getAddress(CommandInfo("glSamplerParameteriv", [S11, S20, S103])), glSamplerParameteriv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9186:31: error: missing argument label 'to:' in call glScaled_P = unsafeBitCast(getAddress(CommandInfo("glScaled", [S0, S23])), glScaled_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9190:31: error: missing argument label 'to:' in call glScalef_P = unsafeBitCast(getAddress(CommandInfo("glScalef", [S0, S23, S18])), glScalef_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9194:31: error: missing argument label 'to:' in call glScalex_P = unsafeBitCast(getAddress(CommandInfo("glScalex", [S18])), glScalex_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9198:34: error: missing argument label 'to:' in call glScalexOES_P = unsafeBitCast(getAddress(CommandInfo("glScalexOES", [S316])), glScalexOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9202:32: error: missing argument label 'to:' in call glScissor_P = unsafeBitCast(getAddress(CommandInfo("glScissor", [S0, S18])), glScissor_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9206:38: error: missing argument label 'to:' in call glScissorArrayv_P = unsafeBitCast(getAddress(CommandInfo("glScissorArrayv", [S13, S137])), glScissorArrayv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9210:40: error: missing argument label 'to:' in call glScissorArrayvNV_P = unsafeBitCast(getAddress(CommandInfo("glScissorArrayvNV", [S306])), glScissorArrayvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9214:39: error: missing argument label 'to:' in call glScissorIndexed_P = unsafeBitCast(getAddress(CommandInfo("glScissorIndexed", [S13, S137])), glScissorIndexed_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9218:41: error: missing argument label 'to:' in call glScissorIndexedNV_P = unsafeBitCast(getAddress(CommandInfo("glScissorIndexedNV", [S306])), glScissorIndexedNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9222:40: error: missing argument label 'to:' in call glScissorIndexedv_P = unsafeBitCast(getAddress(CommandInfo("glScissorIndexedv", [S13, S137])), glScissorIndexedv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9226:42: error: missing argument label 'to:' in call glScissorIndexedvNV_P = unsafeBitCast(getAddress(CommandInfo("glScissorIndexedvNV", [S306])), glScissorIndexedvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9230:41: error: missing argument label 'to:' in call glSecondaryColor3b_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3b", [S4, S23])), glSecondaryColor3b_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9234:44: error: missing argument label 'to:' in call glSecondaryColor3bEXT_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3bEXT", [S205])), glSecondaryColor3bEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9238:42: error: missing argument label 'to:' in call glSecondaryColor3bv_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3bv", [S4, S23])), glSecondaryColor3bv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9242:45: error: missing argument label 'to:' in call glSecondaryColor3bvEXT_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3bvEXT", [S205])), glSecondaryColor3bvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9246:41: error: missing argument label 'to:' in call glSecondaryColor3d_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3d", [S4, S23])), glSecondaryColor3d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9250:44: error: missing argument label 'to:' in call glSecondaryColor3dEXT_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3dEXT", [S205])), glSecondaryColor3dEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9254:42: error: missing argument label 'to:' in call glSecondaryColor3dv_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3dv", [S4, S23])), glSecondaryColor3dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9258:45: error: missing argument label 'to:' in call glSecondaryColor3dvEXT_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3dvEXT", [S205])), glSecondaryColor3dvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9262:41: error: missing argument label 'to:' in call glSecondaryColor3f_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3f", [S4, S23])), glSecondaryColor3f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9266:44: error: missing argument label 'to:' in call glSecondaryColor3fEXT_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3fEXT", [S205])), glSecondaryColor3fEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9270:42: error: missing argument label 'to:' in call glSecondaryColor3fv_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3fv", [S4, S23])), glSecondaryColor3fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9274:45: error: missing argument label 'to:' in call glSecondaryColor3fvEXT_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3fvEXT", [S205])), glSecondaryColor3fvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9278:43: error: missing argument label 'to:' in call glSecondaryColor3hNV_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3hNV", [S278])), glSecondaryColor3hNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9282:44: error: missing argument label 'to:' in call glSecondaryColor3hvNV_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3hvNV", [S278])), glSecondaryColor3hvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9286:41: error: missing argument label 'to:' in call glSecondaryColor3i_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3i", [S4, S23])), glSecondaryColor3i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9290:44: error: missing argument label 'to:' in call glSecondaryColor3iEXT_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3iEXT", [S205])), glSecondaryColor3iEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9294:42: error: missing argument label 'to:' in call glSecondaryColor3iv_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3iv", [S4, S23])), glSecondaryColor3iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9298:45: error: missing argument label 'to:' in call glSecondaryColor3ivEXT_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3ivEXT", [S205])), glSecondaryColor3ivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9302:41: error: missing argument label 'to:' in call glSecondaryColor3s_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3s", [S4, S23])), glSecondaryColor3s_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9306:44: error: missing argument label 'to:' in call glSecondaryColor3sEXT_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3sEXT", [S205])), glSecondaryColor3sEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9310:42: error: missing argument label 'to:' in call glSecondaryColor3sv_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3sv", [S4, S23])), glSecondaryColor3sv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9314:45: error: missing argument label 'to:' in call glSecondaryColor3svEXT_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3svEXT", [S205])), glSecondaryColor3svEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9318:42: error: missing argument label 'to:' in call glSecondaryColor3ub_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3ub", [S4, S23])), glSecondaryColor3ub_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9322:45: error: missing argument label 'to:' in call glSecondaryColor3ubEXT_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3ubEXT", [S205])), glSecondaryColor3ubEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9326:43: error: missing argument label 'to:' in call glSecondaryColor3ubv_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3ubv", [S4, S23])), glSecondaryColor3ubv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9330:46: error: missing argument label 'to:' in call glSecondaryColor3ubvEXT_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3ubvEXT", [S205])), glSecondaryColor3ubvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9334:42: error: missing argument label 'to:' in call glSecondaryColor3ui_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3ui", [S4, S23])), glSecondaryColor3ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9338:45: error: missing argument label 'to:' in call glSecondaryColor3uiEXT_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3uiEXT", [S205])), glSecondaryColor3uiEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9342:43: error: missing argument label 'to:' in call glSecondaryColor3uiv_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3uiv", [S4, S23])), glSecondaryColor3uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9346:46: error: missing argument label 'to:' in call glSecondaryColor3uivEXT_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3uivEXT", [S205])), glSecondaryColor3uivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9350:42: error: missing argument label 'to:' in call glSecondaryColor3us_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3us", [S4, S23])), glSecondaryColor3us_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9354:45: error: missing argument label 'to:' in call glSecondaryColor3usEXT_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3usEXT", [S205])), glSecondaryColor3usEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9358:43: error: missing argument label 'to:' in call glSecondaryColor3usv_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3usv", [S4, S23])), glSecondaryColor3usv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9362:46: error: missing argument label 'to:' in call glSecondaryColor3usvEXT_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColor3usvEXT", [S205])), glSecondaryColor3usvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9366:47: error: missing argument label 'to:' in call glSecondaryColorFormatNV_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColorFormatNV", [S302])), glSecondaryColorFormatNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9370:43: error: missing argument label 'to:' in call glSecondaryColorP3ui_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColorP3ui", [S11, S136])), glSecondaryColorP3ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9374:44: error: missing argument label 'to:' in call glSecondaryColorP3uiv_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColorP3uiv", [S11, S136])), glSecondaryColorP3uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9378:46: error: missing argument label 'to:' in call glSecondaryColorPointer_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColorPointer", [S4, S23])), glSecondaryColorPointer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9382:49: error: missing argument label 'to:' in call glSecondaryColorPointerEXT_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColorPointerEXT", [S205])), glSecondaryColorPointerEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9386:53: error: missing argument label 'to:' in call glSecondaryColorPointerListIBM_P = unsafeBitCast(getAddress(CommandInfo("glSecondaryColorPointerListIBM", [S236])), glSecondaryColorPointerListIBM_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9390:37: error: missing argument label 'to:' in call glSelectBuffer_P = unsafeBitCast(getAddress(CommandInfo("glSelectBuffer", [S0, S23])), glSelectBuffer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9394:53: error: missing argument label 'to:' in call glSelectPerfMonitorCountersAMD_P = unsafeBitCast(getAddress(CommandInfo("glSelectPerfMonitorCountersAMD", [S32])), glSelectPerfMonitorCountersAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9398:42: error: missing argument label 'to:' in call glSeparableFilter2D_P = unsafeBitCast(getAddress(CommandInfo("glSeparableFilter2D", [S83])), glSeparableFilter2D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9402:45: error: missing argument label 'to:' in call glSeparableFilter2DEXT_P = unsafeBitCast(getAddress(CommandInfo("glSeparableFilter2DEXT", [S159])), glSeparableFilter2DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9406:38: error: missing argument label 'to:' in call glSetFenceAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glSetFenceAPPLE", [S43])), glSetFenceAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9410:35: error: missing argument label 'to:' in call glSetFenceNV_P = unsafeBitCast(getAddress(CommandInfo("glSetFenceNV", [S267])), glSetFenceNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9414:53: error: missing argument label 'to:' in call glSetFragmentShaderConstantATI_P = unsafeBitCast(getAddress(CommandInfo("glSetFragmentShaderConstantATI", [S142])), glSetFragmentShaderConstantATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9418:40: error: missing argument label 'to:' in call glSetInvariantEXT_P = unsafeBitCast(getAddress(CommandInfo("glSetInvariantEXT", [S228])), glSetInvariantEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9422:44: error: missing argument label 'to:' in call glSetLocalConstantEXT_P = unsafeBitCast(getAddress(CommandInfo("glSetLocalConstantEXT", [S228])), glSetLocalConstantEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9426:44: error: missing argument label 'to:' in call glSetMultisamplefvAMD_P = unsafeBitCast(getAddress(CommandInfo("glSetMultisamplefvAMD", [S33])), glSetMultisamplefvAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9430:35: error: missing argument label 'to:' in call glShadeModel_P = unsafeBitCast(getAddress(CommandInfo("glShadeModel", [S0, S23, S18])), glShadeModel_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9434:37: error: missing argument label 'to:' in call glShaderBinary_P = unsafeBitCast(getAddress(CommandInfo("glShaderBinary", [S13, S19, S52])), glShaderBinary_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9438:37: error: missing argument label 'to:' in call glShaderOp1EXT_P = unsafeBitCast(getAddress(CommandInfo("glShaderOp1EXT", [S228])), glShaderOp1EXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9442:37: error: missing argument label 'to:' in call glShaderOp2EXT_P = unsafeBitCast(getAddress(CommandInfo("glShaderOp2EXT", [S228])), glShaderOp2EXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9446:37: error: missing argument label 'to:' in call glShaderOp3EXT_P = unsafeBitCast(getAddress(CommandInfo("glShaderOp3EXT", [S228])), glShaderOp3EXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9450:37: error: missing argument label 'to:' in call glShaderSource_P = unsafeBitCast(getAddress(CommandInfo("glShaderSource", [S6, S19])), glShaderSource_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9454:40: error: missing argument label 'to:' in call glShaderSourceARB_P = unsafeBitCast(getAddress(CommandInfo("glShaderSourceARB", [S107])), glShaderSourceARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9458:50: error: missing argument label 'to:' in call glShaderStorageBlockBinding_P = unsafeBitCast(getAddress(CommandInfo("glShaderStorageBlockBinding", [S15, S108])), glShaderStorageBlockBinding_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9462:43: error: missing argument label 'to:' in call glSharpenTexFuncSGIS_P = unsafeBitCast(getAddress(CommandInfo("glSharpenTexFuncSGIS", [S348])), glSharpenTexFuncSGIS_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9466:45: error: missing argument label 'to:' in call glSpriteParameterfSGIX_P = unsafeBitCast(getAddress(CommandInfo("glSpriteParameterfSGIX", [S362])), glSpriteParameterfSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9470:46: error: missing argument label 'to:' in call glSpriteParameterfvSGIX_P = unsafeBitCast(getAddress(CommandInfo("glSpriteParameterfvSGIX", [S362])), glSpriteParameterfvSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9474:45: error: missing argument label 'to:' in call glSpriteParameteriSGIX_P = unsafeBitCast(getAddress(CommandInfo("glSpriteParameteriSGIX", [S362])), glSpriteParameteriSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9478:46: error: missing argument label 'to:' in call glSpriteParameterivSGIX_P = unsafeBitCast(getAddress(CommandInfo("glSpriteParameterivSGIX", [S362])), glSpriteParameterivSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9482:45: error: missing argument label 'to:' in call glStartInstrumentsSGIX_P = unsafeBitCast(getAddress(CommandInfo("glStartInstrumentsSGIX", [S357])), glStartInstrumentsSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9486:40: error: missing argument label 'to:' in call glStartTilingQCOM_P = unsafeBitCast(getAddress(CommandInfo("glStartTilingQCOM", [S342])), glStartTilingQCOM_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9490:39: error: missing argument label 'to:' in call glStateCaptureNV_P = unsafeBitCast(getAddress(CommandInfo("glStateCaptureNV", [S254])), glStateCaptureNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9494:43: error: missing argument label 'to:' in call glStencilClearTagEXT_P = unsafeBitCast(getAddress(CommandInfo("glStencilClearTagEXT", [S209])), glStencilClearTagEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9498:51: error: missing argument label 'to:' in call glStencilFillPathInstancedNV_P = unsafeBitCast(getAddress(CommandInfo("glStencilFillPathInstancedNV", [S284])), glStencilFillPathInstancedNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9502:42: error: missing argument label 'to:' in call glStencilFillPathNV_P = unsafeBitCast(getAddress(CommandInfo("glStencilFillPathNV", [S284])), glStencilFillPathNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9506:36: error: missing argument label 'to:' in call glStencilFunc_P = unsafeBitCast(getAddress(CommandInfo("glStencilFunc", [S0, S18])), glStencilFunc_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9510:44: error: missing argument label 'to:' in call glStencilFuncSeparate_P = unsafeBitCast(getAddress(CommandInfo("glStencilFuncSeparate", [S6, S19])), glStencilFuncSeparate_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9514:47: error: missing argument label 'to:' in call glStencilFuncSeparateATI_P = unsafeBitCast(getAddress(CommandInfo("glStencilFuncSeparateATI", [S145])), glStencilFuncSeparateATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9518:36: error: missing argument label 'to:' in call glStencilMask_P = unsafeBitCast(getAddress(CommandInfo("glStencilMask", [S0, S18])), glStencilMask_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9522:44: error: missing argument label 'to:' in call glStencilMaskSeparate_P = unsafeBitCast(getAddress(CommandInfo("glStencilMaskSeparate", [S6, S19])), glStencilMaskSeparate_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9526:34: error: missing argument label 'to:' in call glStencilOp_P = unsafeBitCast(getAddress(CommandInfo("glStencilOp", [S0, S18])), glStencilOp_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9530:42: error: missing argument label 'to:' in call glStencilOpSeparate_P = unsafeBitCast(getAddress(CommandInfo("glStencilOpSeparate", [S6, S19])), glStencilOpSeparate_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9534:45: error: missing argument label 'to:' in call glStencilOpSeparateATI_P = unsafeBitCast(getAddress(CommandInfo("glStencilOpSeparateATI", [S145])), glStencilOpSeparateATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9538:42: error: missing argument label 'to:' in call glStencilOpValueAMD_P = unsafeBitCast(getAddress(CommandInfo("glStencilOpValueAMD", [S35])), glStencilOpValueAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9542:53: error: missing argument label 'to:' in call glStencilStrokePathInstancedNV_P = unsafeBitCast(getAddress(CommandInfo("glStencilStrokePathInstancedNV", [S284])), glStencilStrokePathInstancedNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9546:44: error: missing argument label 'to:' in call glStencilStrokePathNV_P = unsafeBitCast(getAddress(CommandInfo("glStencilStrokePathNV", [S284])), glStencilStrokePathNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9550:60: error: missing argument label 'to:' in call glStencilThenCoverFillPathInstancedNV_P = unsafeBitCast(getAddress(CommandInfo("glStencilThenCoverFillPathInstancedNV", [S284])), glStencilThenCoverFillPathInstancedNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9554:51: error: missing argument label 'to:' in call glStencilThenCoverFillPathNV_P = unsafeBitCast(getAddress(CommandInfo("glStencilThenCoverFillPathNV", [S284])), glStencilThenCoverFillPathNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9558:62: error: missing argument label 'to:' in call glStencilThenCoverStrokePathInstancedNV_P = unsafeBitCast(getAddress(CommandInfo("glStencilThenCoverStrokePathInstancedNV", [S284])), glStencilThenCoverStrokePathInstancedNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9562:53: error: missing argument label 'to:' in call glStencilThenCoverStrokePathNV_P = unsafeBitCast(getAddress(CommandInfo("glStencilThenCoverStrokePathNV", [S284])), glStencilThenCoverStrokePathNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9566:44: error: missing argument label 'to:' in call glStopInstrumentsSGIX_P = unsafeBitCast(getAddress(CommandInfo("glStopInstrumentsSGIX", [S357])), glStopInstrumentsSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9570:44: error: missing argument label 'to:' in call glStringMarkerGREMEDY_P = unsafeBitCast(getAddress(CommandInfo("glStringMarkerGREMEDY", [S232])), glStringMarkerGREMEDY_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9574:48: error: missing argument label 'to:' in call glSubpixelPrecisionBiasNV_P = unsafeBitCast(getAddress(CommandInfo("glSubpixelPrecisionBiasNV", [S256])), glSubpixelPrecisionBiasNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9578:35: error: missing argument label 'to:' in call glSwizzleEXT_P = unsafeBitCast(getAddress(CommandInfo("glSwizzleEXT", [S228])), glSwizzleEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9582:41: error: missing argument label 'to:' in call glSyncTextureINTEL_P = unsafeBitCast(getAddress(CommandInfo("glSyncTextureINTEL", [S241])), glSyncTextureINTEL_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9586:44: error: missing argument label 'to:' in call glTagSampleBufferSGIX_P = unsafeBitCast(getAddress(CommandInfo("glTagSampleBufferSGIX", [S363])), glTagSampleBufferSGIX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9590:37: error: missing argument label 'to:' in call glTangent3bEXT_P = unsafeBitCast(getAddress(CommandInfo("glTangent3bEXT", [S160])), glTangent3bEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9594:38: error: missing argument label 'to:' in call glTangent3bvEXT_P = unsafeBitCast(getAddress(CommandInfo("glTangent3bvEXT", [S160])), glTangent3bvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9598:37: error: missing argument label 'to:' in call glTangent3dEXT_P = unsafeBitCast(getAddress(CommandInfo("glTangent3dEXT", [S160])), glTangent3dEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9602:38: error: missing argument label 'to:' in call glTangent3dvEXT_P = unsafeBitCast(getAddress(CommandInfo("glTangent3dvEXT", [S160])), glTangent3dvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9606:37: error: missing argument label 'to:' in call glTangent3fEXT_P = unsafeBitCast(getAddress(CommandInfo("glTangent3fEXT", [S160])), glTangent3fEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9610:38: error: missing argument label 'to:' in call glTangent3fvEXT_P = unsafeBitCast(getAddress(CommandInfo("glTangent3fvEXT", [S160])), glTangent3fvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9614:37: error: missing argument label 'to:' in call glTangent3iEXT_P = unsafeBitCast(getAddress(CommandInfo("glTangent3iEXT", [S160])), glTangent3iEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9618:38: error: missing argument label 'to:' in call glTangent3ivEXT_P = unsafeBitCast(getAddress(CommandInfo("glTangent3ivEXT", [S160])), glTangent3ivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9622:37: error: missing argument label 'to:' in call glTangent3sEXT_P = unsafeBitCast(getAddress(CommandInfo("glTangent3sEXT", [S160])), glTangent3sEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9626:38: error: missing argument label 'to:' in call glTangent3svEXT_P = unsafeBitCast(getAddress(CommandInfo("glTangent3svEXT", [S160])), glTangent3svEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9630:42: error: missing argument label 'to:' in call glTangentPointerEXT_P = unsafeBitCast(getAddress(CommandInfo("glTangentPointerEXT", [S160])), glTangentPointerEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9634:40: error: missing argument label 'to:' in call glTbufferMask3DFX_P = unsafeBitCast(getAddress(CommandInfo("glTbufferMask3DFX", [S24])), glTbufferMask3DFX_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9638:46: error: missing argument label 'to:' in call glTessellationFactorAMD_P = unsafeBitCast(getAddress(CommandInfo("glTessellationFactorAMD", [S36])), glTessellationFactorAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9642:44: error: missing argument label 'to:' in call glTessellationModeAMD_P = unsafeBitCast(getAddress(CommandInfo("glTessellationModeAMD", [S36])), glTessellationModeAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9646:39: error: missing argument label 'to:' in call glTestFenceAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glTestFenceAPPLE", [S43])), glTestFenceAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9650:36: error: missing argument label 'to:' in call glTestFenceNV_P = unsafeBitCast(getAddress(CommandInfo("glTestFenceNV", [S267])), glTestFenceNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9654:40: error: missing argument label 'to:' in call glTestObjectAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glTestObjectAPPLE", [S43])), glTestObjectAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9658:34: error: missing argument label 'to:' in call glTexBuffer_P = unsafeBitCast(getAddress(CommandInfo("glTexBuffer", [S9, S22])), glTexBuffer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9662:37: error: missing argument label 'to:' in call glTexBufferARB_P = unsafeBitCast(getAddress(CommandInfo("glTexBufferARB", [S116])), glTexBufferARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9666:37: error: missing argument label 'to:' in call glTexBufferEXT_P = unsafeBitCast(getAddress(CommandInfo("glTexBufferEXT", [S216, S217])), glTexBufferEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9670:37: error: missing argument label 'to:' in call glTexBufferOES_P = unsafeBitCast(getAddress(CommandInfo("glTexBufferOES", [S330])), glTexBufferOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9674:39: error: missing argument label 'to:' in call glTexBufferRange_P = unsafeBitCast(getAddress(CommandInfo("glTexBufferRange", [S15, S22, S117])), glTexBufferRange_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9678:42: error: missing argument label 'to:' in call glTexBufferRangeEXT_P = unsafeBitCast(getAddress(CommandInfo("glTexBufferRangeEXT", [S216])), glTexBufferRangeEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9682:42: error: missing argument label 'to:' in call glTexBufferRangeOES_P = unsafeBitCast(getAddress(CommandInfo("glTexBufferRangeOES", [S330])), glTexBufferRangeOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9686:46: error: missing argument label 'to:' in call glTexBumpParameterfvATI_P = unsafeBitCast(getAddress(CommandInfo("glTexBumpParameterfvATI", [S141])), glTexBumpParameterfvATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9690:46: error: missing argument label 'to:' in call glTexBumpParameterivATI_P = unsafeBitCast(getAddress(CommandInfo("glTexBumpParameterivATI", [S141])), glTexBumpParameterivATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9694:38: error: missing argument label 'to:' in call glTexCoord1bOES_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord1bOES", [S311])), glTexCoord1bOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9698:39: error: missing argument label 'to:' in call glTexCoord1bvOES_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord1bvOES", [S311])), glTexCoord1bvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9702:35: error: missing argument label 'to:' in call glTexCoord1d_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord1d", [S0, S23])), glTexCoord1d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9706:36: error: missing argument label 'to:' in call glTexCoord1dv_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord1dv", [S0, S23])), glTexCoord1dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9710:35: error: missing argument label 'to:' in call glTexCoord1f_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord1f", [S0, S23])), glTexCoord1f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9714:36: error: missing argument label 'to:' in call glTexCoord1fv_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord1fv", [S0, S23])), glTexCoord1fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9718:37: error: missing argument label 'to:' in call glTexCoord1hNV_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord1hNV", [S278])), glTexCoord1hNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9722:38: error: missing argument label 'to:' in call glTexCoord1hvNV_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord1hvNV", [S278])), glTexCoord1hvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9726:35: error: missing argument label 'to:' in call glTexCoord1i_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord1i", [S0, S23])), glTexCoord1i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9730:36: error: missing argument label 'to:' in call glTexCoord1iv_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord1iv", [S0, S23])), glTexCoord1iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9734:35: error: missing argument label 'to:' in call glTexCoord1s_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord1s", [S0, S23])), glTexCoord1s_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9738:36: error: missing argument label 'to:' in call glTexCoord1sv_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord1sv", [S0, S23])), glTexCoord1sv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9742:38: error: missing argument label 'to:' in call glTexCoord1xOES_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord1xOES", [S316])), glTexCoord1xOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9746:39: error: missing argument label 'to:' in call glTexCoord1xvOES_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord1xvOES", [S316])), glTexCoord1xvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9750:38: error: missing argument label 'to:' in call glTexCoord2bOES_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord2bOES", [S311])), glTexCoord2bOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9754:39: error: missing argument label 'to:' in call glTexCoord2bvOES_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord2bvOES", [S311])), glTexCoord2bvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9758:35: error: missing argument label 'to:' in call glTexCoord2d_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord2d", [S0, S23])), glTexCoord2d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9762:36: error: missing argument label 'to:' in call glTexCoord2dv_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord2dv", [S0, S23])), glTexCoord2dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9766:35: error: missing argument label 'to:' in call glTexCoord2f_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord2f", [S0, S23])), glTexCoord2f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9770:53: error: missing argument label 'to:' in call glTexCoord2fColor3fVertex3fSUN_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord2fColor3fVertex3fSUN", [S369])), glTexCoord2fColor3fVertex3fSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9774:54: error: missing argument label 'to:' in call glTexCoord2fColor3fVertex3fvSUN_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord2fColor3fVertex3fvSUN", [S369])), glTexCoord2fColor3fVertex3fvSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9778:61: error: missing argument label 'to:' in call glTexCoord2fColor4fNormal3fVertex3fSUN_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord2fColor4fNormal3fVertex3fSUN", [S369])), glTexCoord2fColor4fNormal3fVertex3fSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9782:62: error: missing argument label 'to:' in call glTexCoord2fColor4fNormal3fVertex3fvSUN_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord2fColor4fNormal3fVertex3fvSUN", [S369])), glTexCoord2fColor4fNormal3fVertex3fvSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9786:54: error: missing argument label 'to:' in call glTexCoord2fColor4ubVertex3fSUN_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord2fColor4ubVertex3fSUN", [S369])), glTexCoord2fColor4ubVertex3fSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9790:55: error: missing argument label 'to:' in call glTexCoord2fColor4ubVertex3fvSUN_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord2fColor4ubVertex3fvSUN", [S369])), glTexCoord2fColor4ubVertex3fvSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9794:54: error: missing argument label 'to:' in call glTexCoord2fNormal3fVertex3fSUN_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord2fNormal3fVertex3fSUN", [S369])), glTexCoord2fNormal3fVertex3fSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9798:55: error: missing argument label 'to:' in call glTexCoord2fNormal3fVertex3fvSUN_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord2fNormal3fVertex3fvSUN", [S369])), glTexCoord2fNormal3fVertex3fvSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9802:46: error: missing argument label 'to:' in call glTexCoord2fVertex3fSUN_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord2fVertex3fSUN", [S369])), glTexCoord2fVertex3fSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9806:47: error: missing argument label 'to:' in call glTexCoord2fVertex3fvSUN_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord2fVertex3fvSUN", [S369])), glTexCoord2fVertex3fvSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9810:36: error: missing argument label 'to:' in call glTexCoord2fv_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord2fv", [S0, S23])), glTexCoord2fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9814:37: error: missing argument label 'to:' in call glTexCoord2hNV_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord2hNV", [S278])), glTexCoord2hNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9818:38: error: missing argument label 'to:' in call glTexCoord2hvNV_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord2hvNV", [S278])), glTexCoord2hvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9822:35: error: missing argument label 'to:' in call glTexCoord2i_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord2i", [S0, S23])), glTexCoord2i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9826:36: error: missing argument label 'to:' in call glTexCoord2iv_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord2iv", [S0, S23])), glTexCoord2iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9830:35: error: missing argument label 'to:' in call glTexCoord2s_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord2s", [S0, S23])), glTexCoord2s_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9834:36: error: missing argument label 'to:' in call glTexCoord2sv_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord2sv", [S0, S23])), glTexCoord2sv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9838:38: error: missing argument label 'to:' in call glTexCoord2xOES_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord2xOES", [S316])), glTexCoord2xOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9842:39: error: missing argument label 'to:' in call glTexCoord2xvOES_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord2xvOES", [S316])), glTexCoord2xvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9846:38: error: missing argument label 'to:' in call glTexCoord3bOES_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord3bOES", [S311])), glTexCoord3bOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9850:39: error: missing argument label 'to:' in call glTexCoord3bvOES_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord3bvOES", [S311])), glTexCoord3bvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9854:35: error: missing argument label 'to:' in call glTexCoord3d_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord3d", [S0, S23])), glTexCoord3d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9858:36: error: missing argument label 'to:' in call glTexCoord3dv_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord3dv", [S0, S23])), glTexCoord3dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9862:35: error: missing argument label 'to:' in call glTexCoord3f_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord3f", [S0, S23])), glTexCoord3f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9866:36: error: missing argument label 'to:' in call glTexCoord3fv_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord3fv", [S0, S23])), glTexCoord3fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9870:37: error: missing argument label 'to:' in call glTexCoord3hNV_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord3hNV", [S278])), glTexCoord3hNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9874:38: error: missing argument label 'to:' in call glTexCoord3hvNV_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord3hvNV", [S278])), glTexCoord3hvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9878:35: error: missing argument label 'to:' in call glTexCoord3i_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord3i", [S0, S23])), glTexCoord3i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9882:36: error: missing argument label 'to:' in call glTexCoord3iv_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord3iv", [S0, S23])), glTexCoord3iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9886:35: error: missing argument label 'to:' in call glTexCoord3s_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord3s", [S0, S23])), glTexCoord3s_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9890:36: error: missing argument label 'to:' in call glTexCoord3sv_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord3sv", [S0, S23])), glTexCoord3sv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9894:38: error: missing argument label 'to:' in call glTexCoord3xOES_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord3xOES", [S316])), glTexCoord3xOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9898:39: error: missing argument label 'to:' in call glTexCoord3xvOES_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord3xvOES", [S316])), glTexCoord3xvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9902:38: error: missing argument label 'to:' in call glTexCoord4bOES_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord4bOES", [S311])), glTexCoord4bOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9906:39: error: missing argument label 'to:' in call glTexCoord4bvOES_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord4bvOES", [S311])), glTexCoord4bvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9910:35: error: missing argument label 'to:' in call glTexCoord4d_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord4d", [S0, S23])), glTexCoord4d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9914:36: error: missing argument label 'to:' in call glTexCoord4dv_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord4dv", [S0, S23])), glTexCoord4dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9918:35: error: missing argument label 'to:' in call glTexCoord4f_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord4f", [S0, S23])), glTexCoord4f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9922:61: error: missing argument label 'to:' in call glTexCoord4fColor4fNormal3fVertex4fSUN_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord4fColor4fNormal3fVertex4fSUN", [S369])), glTexCoord4fColor4fNormal3fVertex4fSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9926:62: error: missing argument label 'to:' in call glTexCoord4fColor4fNormal3fVertex4fvSUN_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord4fColor4fNormal3fVertex4fvSUN", [S369])), glTexCoord4fColor4fNormal3fVertex4fvSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9930:46: error: missing argument label 'to:' in call glTexCoord4fVertex4fSUN_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord4fVertex4fSUN", [S369])), glTexCoord4fVertex4fSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9934:47: error: missing argument label 'to:' in call glTexCoord4fVertex4fvSUN_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord4fVertex4fvSUN", [S369])), glTexCoord4fVertex4fvSUN_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9938:36: error: missing argument label 'to:' in call glTexCoord4fv_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord4fv", [S0, S23])), glTexCoord4fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9942:37: error: missing argument label 'to:' in call glTexCoord4hNV_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord4hNV", [S278])), glTexCoord4hNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9946:38: error: missing argument label 'to:' in call glTexCoord4hvNV_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord4hvNV", [S278])), glTexCoord4hvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9950:35: error: missing argument label 'to:' in call glTexCoord4i_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord4i", [S0, S23])), glTexCoord4i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9954:36: error: missing argument label 'to:' in call glTexCoord4iv_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord4iv", [S0, S23])), glTexCoord4iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9958:35: error: missing argument label 'to:' in call glTexCoord4s_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord4s", [S0, S23])), glTexCoord4s_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9962:36: error: missing argument label 'to:' in call glTexCoord4sv_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord4sv", [S0, S23])), glTexCoord4sv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9966:38: error: missing argument label 'to:' in call glTexCoord4xOES_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord4xOES", [S316])), glTexCoord4xOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9970:39: error: missing argument label 'to:' in call glTexCoord4xvOES_P = unsafeBitCast(getAddress(CommandInfo("glTexCoord4xvOES", [S316])), glTexCoord4xvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9974:41: error: missing argument label 'to:' in call glTexCoordFormatNV_P = unsafeBitCast(getAddress(CommandInfo("glTexCoordFormatNV", [S302])), glTexCoordFormatNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9978:37: error: missing argument label 'to:' in call glTexCoordP1ui_P = unsafeBitCast(getAddress(CommandInfo("glTexCoordP1ui", [S11, S136])), glTexCoordP1ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9982:38: error: missing argument label 'to:' in call glTexCoordP1uiv_P = unsafeBitCast(getAddress(CommandInfo("glTexCoordP1uiv", [S11, S136])), glTexCoordP1uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9986:37: error: missing argument label 'to:' in call glTexCoordP2ui_P = unsafeBitCast(getAddress(CommandInfo("glTexCoordP2ui", [S11, S136])), glTexCoordP2ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9990:38: error: missing argument label 'to:' in call glTexCoordP2uiv_P = unsafeBitCast(getAddress(CommandInfo("glTexCoordP2uiv", [S11, S136])), glTexCoordP2uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9994:37: error: missing argument label 'to:' in call glTexCoordP3ui_P = unsafeBitCast(getAddress(CommandInfo("glTexCoordP3ui", [S11, S136])), glTexCoordP3ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:9998:38: error: missing argument label 'to:' in call glTexCoordP3uiv_P = unsafeBitCast(getAddress(CommandInfo("glTexCoordP3uiv", [S11, S136])), glTexCoordP3uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10002:37: error: missing argument label 'to:' in call glTexCoordP4ui_P = unsafeBitCast(getAddress(CommandInfo("glTexCoordP4ui", [S11, S136])), glTexCoordP4ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10006:38: error: missing argument label 'to:' in call glTexCoordP4uiv_P = unsafeBitCast(getAddress(CommandInfo("glTexCoordP4uiv", [S11, S136])), glTexCoordP4uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10010:40: error: missing argument label 'to:' in call glTexCoordPointer_P = unsafeBitCast(getAddress(CommandInfo("glTexCoordPointer", [S1, S23, S18])), glTexCoordPointer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10014:43: error: missing argument label 'to:' in call glTexCoordPointerEXT_P = unsafeBitCast(getAddress(CommandInfo("glTexCoordPointerEXT", [S226])), glTexCoordPointerEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10018:47: error: missing argument label 'to:' in call glTexCoordPointerListIBM_P = unsafeBitCast(getAddress(CommandInfo("glTexCoordPointerListIBM", [S236])), glTexCoordPointerListIBM_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10022:46: error: missing argument label 'to:' in call glTexCoordPointervINTEL_P = unsafeBitCast(getAddress(CommandInfo("glTexCoordPointervINTEL", [S242])), glTexCoordPointervINTEL_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10026:32: error: missing argument label 'to:' in call glTexEnvf_P = unsafeBitCast(getAddress(CommandInfo("glTexEnvf", [S0, S23, S18])), glTexEnvf_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10030:33: error: missing argument label 'to:' in call glTexEnvfv_P = unsafeBitCast(getAddress(CommandInfo("glTexEnvfv", [S0, S23, S18])), glTexEnvfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10034:32: error: missing argument label 'to:' in call glTexEnvi_P = unsafeBitCast(getAddress(CommandInfo("glTexEnvi", [S0, S23, S18])), glTexEnvi_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10038:33: error: missing argument label 'to:' in call glTexEnviv_P = unsafeBitCast(getAddress(CommandInfo("glTexEnviv", [S0, S23, S18])), glTexEnviv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10042:32: error: missing argument label 'to:' in call glTexEnvx_P = unsafeBitCast(getAddress(CommandInfo("glTexEnvx", [S18])), glTexEnvx_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10046:35: error: missing argument label 'to:' in call glTexEnvxOES_P = unsafeBitCast(getAddress(CommandInfo("glTexEnvxOES", [S316])), glTexEnvxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10050:33: error: missing argument label 'to:' in call glTexEnvxv_P = unsafeBitCast(getAddress(CommandInfo("glTexEnvxv", [S18])), glTexEnvxv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10054:36: error: missing argument label 'to:' in call glTexEnvxvOES_P = unsafeBitCast(getAddress(CommandInfo("glTexEnvxvOES", [S316])), glTexEnvxvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10058:42: error: missing argument label 'to:' in call glTexFilterFuncSGIS_P = unsafeBitCast(getAddress(CommandInfo("glTexFilterFuncSGIS", [S351])), glTexFilterFuncSGIS_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10062:32: error: missing argument label 'to:' in call glTexGend_P = unsafeBitCast(getAddress(CommandInfo("glTexGend", [S0, S23])), glTexGend_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10066:33: error: missing argument label 'to:' in call glTexGendv_P = unsafeBitCast(getAddress(CommandInfo("glTexGendv", [S0, S23])), glTexGendv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10070:32: error: missing argument label 'to:' in call glTexGenf_P = unsafeBitCast(getAddress(CommandInfo("glTexGenf", [S0, S23])), glTexGenf_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10074:35: error: missing argument label 'to:' in call glTexGenfOES_P = unsafeBitCast(getAddress(CommandInfo("glTexGenfOES", [S331])), glTexGenfOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10078:33: error: missing argument label 'to:' in call glTexGenfv_P = unsafeBitCast(getAddress(CommandInfo("glTexGenfv", [S0, S23])), glTexGenfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10082:36: error: missing argument label 'to:' in call glTexGenfvOES_P = unsafeBitCast(getAddress(CommandInfo("glTexGenfvOES", [S331])), glTexGenfvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10086:32: error: missing argument label 'to:' in call glTexGeni_P = unsafeBitCast(getAddress(CommandInfo("glTexGeni", [S0, S23])), glTexGeni_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10090:35: error: missing argument label 'to:' in call glTexGeniOES_P = unsafeBitCast(getAddress(CommandInfo("glTexGeniOES", [S331])), glTexGeniOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10094:33: error: missing argument label 'to:' in call glTexGeniv_P = unsafeBitCast(getAddress(CommandInfo("glTexGeniv", [S0, S23])), glTexGeniv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10098:36: error: missing argument label 'to:' in call glTexGenivOES_P = unsafeBitCast(getAddress(CommandInfo("glTexGenivOES", [S331])), glTexGenivOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10102:35: error: missing argument label 'to:' in call glTexGenxOES_P = unsafeBitCast(getAddress(CommandInfo("glTexGenxOES", [S316, S331])), glTexGenxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10106:36: error: missing argument label 'to:' in call glTexGenxvOES_P = unsafeBitCast(getAddress(CommandInfo("glTexGenxvOES", [S316, S331])), glTexGenxvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10110:35: error: missing argument label 'to:' in call glTexImage1D_P = unsafeBitCast(getAddress(CommandInfo("glTexImage1D", [S0])), glTexImage1D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10114:35: error: missing argument label 'to:' in call glTexImage2D_P = unsafeBitCast(getAddress(CommandInfo("glTexImage2D", [S0, S18])), glTexImage2D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10118:46: error: missing argument label 'to:' in call glTexImage2DMultisample_P = unsafeBitCast(getAddress(CommandInfo("glTexImage2DMultisample", [S10, S119])), glTexImage2DMultisample_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10122:56: error: missing argument label 'to:' in call glTexImage2DMultisampleCoverageNV_P = unsafeBitCast(getAddress(CommandInfo("glTexImage2DMultisampleCoverageNV", [S296])), glTexImage2DMultisampleCoverageNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10126:35: error: missing argument label 'to:' in call glTexImage3D_P = unsafeBitCast(getAddress(CommandInfo("glTexImage3D", [S2, S20])), glTexImage3D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10130:38: error: missing argument label 'to:' in call glTexImage3DEXT_P = unsafeBitCast(getAddress(CommandInfo("glTexImage3DEXT", [S213])), glTexImage3DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10134:46: error: missing argument label 'to:' in call glTexImage3DMultisample_P = unsafeBitCast(getAddress(CommandInfo("glTexImage3DMultisample", [S10, S119])), glTexImage3DMultisample_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10138:56: error: missing argument label 'to:' in call glTexImage3DMultisampleCoverageNV_P = unsafeBitCast(getAddress(CommandInfo("glTexImage3DMultisampleCoverageNV", [S296])), glTexImage3DMultisampleCoverageNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10142:38: error: missing argument label 'to:' in call glTexImage3DOES_P = unsafeBitCast(getAddress(CommandInfo("glTexImage3DOES", [S328])), glTexImage3DOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10146:39: error: missing argument label 'to:' in call glTexImage4DSGIS_P = unsafeBitCast(getAddress(CommandInfo("glTexImage4DSGIS", [S349])), glTexImage4DSGIS_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10150:45: error: missing argument label 'to:' in call glTexPageCommitmentARB_P = unsafeBitCast(getAddress(CommandInfo("glTexPageCommitmentARB", [S112])), glTexPageCommitmentARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10154:45: error: missing argument label 'to:' in call glTexPageCommitmentEXT_P = unsafeBitCast(getAddress(CommandInfo("glTexPageCommitmentEXT", [S208])), glTexPageCommitmentEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10158:40: error: missing argument label 'to:' in call glTexParameterIiv_P = unsafeBitCast(getAddress(CommandInfo("glTexParameterIiv", [S8, S22])), glTexParameterIiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10162:43: error: missing argument label 'to:' in call glTexParameterIivEXT_P = unsafeBitCast(getAddress(CommandInfo("glTexParameterIivEXT", [S215, S219])), glTexParameterIivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10166:43: error: missing argument label 'to:' in call glTexParameterIivOES_P = unsafeBitCast(getAddress(CommandInfo("glTexParameterIivOES", [S329])), glTexParameterIivOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10170:41: error: missing argument label 'to:' in call glTexParameterIuiv_P = unsafeBitCast(getAddress(CommandInfo("glTexParameterIuiv", [S8, S22])), glTexParameterIuiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10174:44: error: missing argument label 'to:' in call glTexParameterIuivEXT_P = unsafeBitCast(getAddress(CommandInfo("glTexParameterIuivEXT", [S215, S219])), glTexParameterIuivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10178:44: error: missing argument label 'to:' in call glTexParameterIuivOES_P = unsafeBitCast(getAddress(CommandInfo("glTexParameterIuivOES", [S329])), glTexParameterIuivOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10182:38: error: missing argument label 'to:' in call glTexParameterf_P = unsafeBitCast(getAddress(CommandInfo("glTexParameterf", [S0, S18])), glTexParameterf_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10186:39: error: missing argument label 'to:' in call glTexParameterfv_P = unsafeBitCast(getAddress(CommandInfo("glTexParameterfv", [S0, S18])), glTexParameterfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10190:38: error: missing argument label 'to:' in call glTexParameteri_P = unsafeBitCast(getAddress(CommandInfo("glTexParameteri", [S0, S18])), glTexParameteri_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10194:39: error: missing argument label 'to:' in call glTexParameteriv_P = unsafeBitCast(getAddress(CommandInfo("glTexParameteriv", [S0, S18])), glTexParameteriv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10198:38: error: missing argument label 'to:' in call glTexParameterx_P = unsafeBitCast(getAddress(CommandInfo("glTexParameterx", [S18])), glTexParameterx_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10202:41: error: missing argument label 'to:' in call glTexParameterxOES_P = unsafeBitCast(getAddress(CommandInfo("glTexParameterxOES", [S316])), glTexParameterxOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10206:39: error: missing argument label 'to:' in call glTexParameterxv_P = unsafeBitCast(getAddress(CommandInfo("glTexParameterxv", [S18])), glTexParameterxv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10210:42: error: missing argument label 'to:' in call glTexParameterxvOES_P = unsafeBitCast(getAddress(CommandInfo("glTexParameterxvOES", [S316])), glTexParameterxvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10214:42: error: missing argument label 'to:' in call glTexRenderbufferNV_P = unsafeBitCast(getAddress(CommandInfo("glTexRenderbufferNV", [S266])), glTexRenderbufferNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10218:37: error: missing argument label 'to:' in call glTexStorage1D_P = unsafeBitCast(getAddress(CommandInfo("glTexStorage1D", [S14, S120])), glTexStorage1D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10222:40: error: missing argument label 'to:' in call glTexStorage1DEXT_P = unsafeBitCast(getAddress(CommandInfo("glTexStorage1DEXT", [S222])), glTexStorage1DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10226:37: error: missing argument label 'to:' in call glTexStorage2D_P = unsafeBitCast(getAddress(CommandInfo("glTexStorage2D", [S14, S20, S120])), glTexStorage2D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10230:40: error: missing argument label 'to:' in call glTexStorage2DEXT_P = unsafeBitCast(getAddress(CommandInfo("glTexStorage2DEXT", [S222])), glTexStorage2DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10234:48: error: missing argument label 'to:' in call glTexStorage2DMultisample_P = unsafeBitCast(getAddress(CommandInfo("glTexStorage2DMultisample", [S15, S21, S121])), glTexStorage2DMultisample_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10238:37: error: missing argument label 'to:' in call glTexStorage3D_P = unsafeBitCast(getAddress(CommandInfo("glTexStorage3D", [S14, S20, S120])), glTexStorage3D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10242:40: error: missing argument label 'to:' in call glTexStorage3DEXT_P = unsafeBitCast(getAddress(CommandInfo("glTexStorage3DEXT", [S222])), glTexStorage3DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10246:48: error: missing argument label 'to:' in call glTexStorage3DMultisample_P = unsafeBitCast(getAddress(CommandInfo("glTexStorage3DMultisample", [S15, S22, S121])), glTexStorage3DMultisample_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10250:51: error: missing argument label 'to:' in call glTexStorage3DMultisampleOES_P = unsafeBitCast(getAddress(CommandInfo("glTexStorage3DMultisampleOES", [S332])), glTexStorage3DMultisampleOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10254:44: error: missing argument label 'to:' in call glTexStorageSparseAMD_P = unsafeBitCast(getAddress(CommandInfo("glTexStorageSparseAMD", [S34])), glTexStorageSparseAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10258:38: error: missing argument label 'to:' in call glTexSubImage1D_P = unsafeBitCast(getAddress(CommandInfo("glTexSubImage1D", [S1])), glTexSubImage1D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10262:41: error: missing argument label 'to:' in call glTexSubImage1DEXT_P = unsafeBitCast(getAddress(CommandInfo("glTexSubImage1DEXT", [S211])), glTexSubImage1DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10266:38: error: missing argument label 'to:' in call glTexSubImage2D_P = unsafeBitCast(getAddress(CommandInfo("glTexSubImage2D", [S1, S18])), glTexSubImage2D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10270:41: error: missing argument label 'to:' in call glTexSubImage2DEXT_P = unsafeBitCast(getAddress(CommandInfo("glTexSubImage2DEXT", [S211])), glTexSubImage2DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10274:38: error: missing argument label 'to:' in call glTexSubImage3D_P = unsafeBitCast(getAddress(CommandInfo("glTexSubImage3D", [S2, S20])), glTexSubImage3D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10278:41: error: missing argument label 'to:' in call glTexSubImage3DEXT_P = unsafeBitCast(getAddress(CommandInfo("glTexSubImage3DEXT", [S213])), glTexSubImage3DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10282:41: error: missing argument label 'to:' in call glTexSubImage3DOES_P = unsafeBitCast(getAddress(CommandInfo("glTexSubImage3DOES", [S328])), glTexSubImage3DOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10286:42: error: missing argument label 'to:' in call glTexSubImage4DSGIS_P = unsafeBitCast(getAddress(CommandInfo("glTexSubImage4DSGIS", [S349])), glTexSubImage4DSGIS_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10290:39: error: missing argument label 'to:' in call glTextureBarrier_P = unsafeBitCast(getAddress(CommandInfo("glTextureBarrier", [S17, S115])), glTextureBarrier_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10294:41: error: missing argument label 'to:' in call glTextureBarrierNV_P = unsafeBitCast(getAddress(CommandInfo("glTextureBarrierNV", [S295])), glTextureBarrierNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10298:38: error: missing argument label 'to:' in call glTextureBuffer_P = unsafeBitCast(getAddress(CommandInfo("glTextureBuffer", [S17, S69])), glTextureBuffer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10302:41: error: missing argument label 'to:' in call glTextureBufferEXT_P = unsafeBitCast(getAddress(CommandInfo("glTextureBufferEXT", [S167])), glTextureBufferEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10306:43: error: missing argument label 'to:' in call glTextureBufferRange_P = unsafeBitCast(getAddress(CommandInfo("glTextureBufferRange", [S17, S69])), glTextureBufferRange_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10310:46: error: missing argument label 'to:' in call glTextureBufferRangeEXT_P = unsafeBitCast(getAddress(CommandInfo("glTextureBufferRangeEXT", [S167])), glTextureBufferRangeEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10314:45: error: missing argument label 'to:' in call glTextureColorMaskSGIS_P = unsafeBitCast(getAddress(CommandInfo("glTextureColorMaskSGIS", [S350])), glTextureColorMaskSGIS_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10318:42: error: missing argument label 'to:' in call glTextureImage1DEXT_P = unsafeBitCast(getAddress(CommandInfo("glTextureImage1DEXT", [S167])), glTextureImage1DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10322:42: error: missing argument label 'to:' in call glTextureImage2DEXT_P = unsafeBitCast(getAddress(CommandInfo("glTextureImage2DEXT", [S167])), glTextureImage2DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10326:60: error: missing argument label 'to:' in call glTextureImage2DMultisampleCoverageNV_P = unsafeBitCast(getAddress(CommandInfo("glTextureImage2DMultisampleCoverageNV", [S296])), glTextureImage2DMultisampleCoverageNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10330:52: error: missing argument label 'to:' in call glTextureImage2DMultisampleNV_P = unsafeBitCast(getAddress(CommandInfo("glTextureImage2DMultisampleNV", [S296])), glTextureImage2DMultisampleNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10334:42: error: missing argument label 'to:' in call glTextureImage3DEXT_P = unsafeBitCast(getAddress(CommandInfo("glTextureImage3DEXT", [S167])), glTextureImage3DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10338:60: error: missing argument label 'to:' in call glTextureImage3DMultisampleCoverageNV_P = unsafeBitCast(getAddress(CommandInfo("glTextureImage3DMultisampleCoverageNV", [S296])), glTextureImage3DMultisampleCoverageNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10342:52: error: missing argument label 'to:' in call glTextureImage3DMultisampleNV_P = unsafeBitCast(getAddress(CommandInfo("glTextureImage3DMultisampleNV", [S296])), glTextureImage3DMultisampleNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10346:40: error: missing argument label 'to:' in call glTextureLightEXT_P = unsafeBitCast(getAddress(CommandInfo("glTextureLightEXT", [S188])), glTextureLightEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10350:43: error: missing argument label 'to:' in call glTextureMaterialEXT_P = unsafeBitCast(getAddress(CommandInfo("glTextureMaterialEXT", [S188])), glTextureMaterialEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10354:41: error: missing argument label 'to:' in call glTextureNormalEXT_P = unsafeBitCast(getAddress(CommandInfo("glTextureNormalEXT", [S221])), glTextureNormalEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10358:49: error: missing argument label 'to:' in call glTexturePageCommitmentEXT_P = unsafeBitCast(getAddress(CommandInfo("glTexturePageCommitmentEXT", [S167])), glTexturePageCommitmentEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10362:44: error: missing argument label 'to:' in call glTextureParameterIiv_P = unsafeBitCast(getAddress(CommandInfo("glTextureParameterIiv", [S17, S69])), glTextureParameterIiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10366:47: error: missing argument label 'to:' in call glTextureParameterIivEXT_P = unsafeBitCast(getAddress(CommandInfo("glTextureParameterIivEXT", [S167])), glTextureParameterIivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10370:45: error: missing argument label 'to:' in call glTextureParameterIuiv_P = unsafeBitCast(getAddress(CommandInfo("glTextureParameterIuiv", [S17, S69])), glTextureParameterIuiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10374:48: error: missing argument label 'to:' in call glTextureParameterIuivEXT_P = unsafeBitCast(getAddress(CommandInfo("glTextureParameterIuivEXT", [S167])), glTextureParameterIuivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10378:42: error: missing argument label 'to:' in call glTextureParameterf_P = unsafeBitCast(getAddress(CommandInfo("glTextureParameterf", [S17, S69])), glTextureParameterf_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10382:45: error: missing argument label 'to:' in call glTextureParameterfEXT_P = unsafeBitCast(getAddress(CommandInfo("glTextureParameterfEXT", [S167])), glTextureParameterfEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10386:43: error: missing argument label 'to:' in call glTextureParameterfv_P = unsafeBitCast(getAddress(CommandInfo("glTextureParameterfv", [S17, S69])), glTextureParameterfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10390:46: error: missing argument label 'to:' in call glTextureParameterfvEXT_P = unsafeBitCast(getAddress(CommandInfo("glTextureParameterfvEXT", [S167])), glTextureParameterfvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10394:42: error: missing argument label 'to:' in call glTextureParameteri_P = unsafeBitCast(getAddress(CommandInfo("glTextureParameteri", [S17, S69])), glTextureParameteri_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10398:45: error: missing argument label 'to:' in call glTextureParameteriEXT_P = unsafeBitCast(getAddress(CommandInfo("glTextureParameteriEXT", [S167])), glTextureParameteriEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10402:43: error: missing argument label 'to:' in call glTextureParameteriv_P = unsafeBitCast(getAddress(CommandInfo("glTextureParameteriv", [S17, S69])), glTextureParameteriv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10406:46: error: missing argument label 'to:' in call glTextureParameterivEXT_P = unsafeBitCast(getAddress(CommandInfo("glTextureParameterivEXT", [S167])), glTextureParameterivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10410:42: error: missing argument label 'to:' in call glTextureRangeAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glTextureRangeAPPLE", [S48])), glTextureRangeAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10414:47: error: missing argument label 'to:' in call glTextureRenderbufferEXT_P = unsafeBitCast(getAddress(CommandInfo("glTextureRenderbufferEXT", [S167])), glTextureRenderbufferEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10418:41: error: missing argument label 'to:' in call glTextureStorage1D_P = unsafeBitCast(getAddress(CommandInfo("glTextureStorage1D", [S17, S69])), glTextureStorage1D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10422:44: error: missing argument label 'to:' in call glTextureStorage1DEXT_P = unsafeBitCast(getAddress(CommandInfo("glTextureStorage1DEXT", [S167, S222])), glTextureStorage1DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10426:41: error: missing argument label 'to:' in call glTextureStorage2D_P = unsafeBitCast(getAddress(CommandInfo("glTextureStorage2D", [S17, S69])), glTextureStorage2D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10430:44: error: missing argument label 'to:' in call glTextureStorage2DEXT_P = unsafeBitCast(getAddress(CommandInfo("glTextureStorage2DEXT", [S167, S222])), glTextureStorage2DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10434:52: error: missing argument label 'to:' in call glTextureStorage2DMultisample_P = unsafeBitCast(getAddress(CommandInfo("glTextureStorage2DMultisample", [S17, S69])), glTextureStorage2DMultisample_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10438:55: error: missing argument label 'to:' in call glTextureStorage2DMultisampleEXT_P = unsafeBitCast(getAddress(CommandInfo("glTextureStorage2DMultisampleEXT", [S167])), glTextureStorage2DMultisampleEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10442:41: error: missing argument label 'to:' in call glTextureStorage3D_P = unsafeBitCast(getAddress(CommandInfo("glTextureStorage3D", [S17, S69])), glTextureStorage3D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10446:44: error: missing argument label 'to:' in call glTextureStorage3DEXT_P = unsafeBitCast(getAddress(CommandInfo("glTextureStorage3DEXT", [S167, S222])), glTextureStorage3DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10450:52: error: missing argument label 'to:' in call glTextureStorage3DMultisample_P = unsafeBitCast(getAddress(CommandInfo("glTextureStorage3DMultisample", [S17, S69])), glTextureStorage3DMultisample_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10454:55: error: missing argument label 'to:' in call glTextureStorage3DMultisampleEXT_P = unsafeBitCast(getAddress(CommandInfo("glTextureStorage3DMultisampleEXT", [S167])), glTextureStorage3DMultisampleEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10458:48: error: missing argument label 'to:' in call glTextureStorageSparseAMD_P = unsafeBitCast(getAddress(CommandInfo("glTextureStorageSparseAMD", [S34])), glTextureStorageSparseAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10462:42: error: missing argument label 'to:' in call glTextureSubImage1D_P = unsafeBitCast(getAddress(CommandInfo("glTextureSubImage1D", [S17, S69])), glTextureSubImage1D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10466:45: error: missing argument label 'to:' in call glTextureSubImage1DEXT_P = unsafeBitCast(getAddress(CommandInfo("glTextureSubImage1DEXT", [S167])), glTextureSubImage1DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10470:42: error: missing argument label 'to:' in call glTextureSubImage2D_P = unsafeBitCast(getAddress(CommandInfo("glTextureSubImage2D", [S17, S69])), glTextureSubImage2D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10474:45: error: missing argument label 'to:' in call glTextureSubImage2DEXT_P = unsafeBitCast(getAddress(CommandInfo("glTextureSubImage2DEXT", [S167])), glTextureSubImage2DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10478:42: error: missing argument label 'to:' in call glTextureSubImage3D_P = unsafeBitCast(getAddress(CommandInfo("glTextureSubImage3D", [S17, S69])), glTextureSubImage3D_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10482:45: error: missing argument label 'to:' in call glTextureSubImage3DEXT_P = unsafeBitCast(getAddress(CommandInfo("glTextureSubImage3DEXT", [S167])), glTextureSubImage3DEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10486:36: error: missing argument label 'to:' in call glTextureView_P = unsafeBitCast(getAddress(CommandInfo("glTextureView", [S15, S122])), glTextureView_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10490:39: error: missing argument label 'to:' in call glTextureViewEXT_P = unsafeBitCast(getAddress(CommandInfo("glTextureViewEXT", [S223])), glTextureViewEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10494:39: error: missing argument label 'to:' in call glTextureViewOES_P = unsafeBitCast(getAddress(CommandInfo("glTextureViewOES", [S333])), glTextureViewOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10498:38: error: missing argument label 'to:' in call glTrackMatrixNV_P = unsafeBitCast(getAddress(CommandInfo("glTrackMatrixNV", [S303])), glTrackMatrixNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10502:51: error: missing argument label 'to:' in call glTransformFeedbackAttribsNV_P = unsafeBitCast(getAddress(CommandInfo("glTransformFeedbackAttribsNV", [S297])), glTransformFeedbackAttribsNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10506:52: error: missing argument label 'to:' in call glTransformFeedbackBufferBase_P = unsafeBitCast(getAddress(CommandInfo("glTransformFeedbackBufferBase", [S17, S69])), glTransformFeedbackBufferBase_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10510:53: error: missing argument label 'to:' in call glTransformFeedbackBufferRange_P = unsafeBitCast(getAddress(CommandInfo("glTransformFeedbackBufferRange", [S17, S69])), glTransformFeedbackBufferRange_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10514:57: error: missing argument label 'to:' in call glTransformFeedbackStreamAttribsNV_P = unsafeBitCast(getAddress(CommandInfo("glTransformFeedbackStreamAttribsNV", [S297])), glTransformFeedbackStreamAttribsNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10518:50: error: missing argument label 'to:' in call glTransformFeedbackVaryings_P = unsafeBitCast(getAddress(CommandInfo("glTransformFeedbackVaryings", [S8, S20])), glTransformFeedbackVaryings_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10522:53: error: missing argument label 'to:' in call glTransformFeedbackVaryingsEXT_P = unsafeBitCast(getAddress(CommandInfo("glTransformFeedbackVaryingsEXT", [S225])), glTransformFeedbackVaryingsEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10526:52: error: missing argument label 'to:' in call glTransformFeedbackVaryingsNV_P = unsafeBitCast(getAddress(CommandInfo("glTransformFeedbackVaryingsNV", [S297])), glTransformFeedbackVaryingsNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10530:40: error: missing argument label 'to:' in call glTransformPathNV_P = unsafeBitCast(getAddress(CommandInfo("glTransformPathNV", [S284])), glTransformPathNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10534:35: error: missing argument label 'to:' in call glTranslated_P = unsafeBitCast(getAddress(CommandInfo("glTranslated", [S0, S23])), glTranslated_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10538:35: error: missing argument label 'to:' in call glTranslatef_P = unsafeBitCast(getAddress(CommandInfo("glTranslatef", [S0, S23, S18])), glTranslatef_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10542:35: error: missing argument label 'to:' in call glTranslatex_P = unsafeBitCast(getAddress(CommandInfo("glTranslatex", [S18])), glTranslatex_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10546:38: error: missing argument label 'to:' in call glTranslatexOES_P = unsafeBitCast(getAddress(CommandInfo("glTranslatexOES", [S316])), glTranslatexOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10550:34: error: missing argument label 'to:' in call glUniform1d_P = unsafeBitCast(getAddress(CommandInfo("glUniform1d", [S12, S81])), glUniform1d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10554:35: error: missing argument label 'to:' in call glUniform1dv_P = unsafeBitCast(getAddress(CommandInfo("glUniform1dv", [S12, S81])), glUniform1dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10558:34: error: missing argument label 'to:' in call glUniform1f_P = unsafeBitCast(getAddress(CommandInfo("glUniform1f", [S6, S19])), glUniform1f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10562:37: error: missing argument label 'to:' in call glUniform1fARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform1fARB", [S107])), glUniform1fARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10566:35: error: missing argument label 'to:' in call glUniform1fv_P = unsafeBitCast(getAddress(CommandInfo("glUniform1fv", [S6, S19])), glUniform1fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10570:38: error: missing argument label 'to:' in call glUniform1fvARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform1fvARB", [S107])), glUniform1fvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10574:34: error: missing argument label 'to:' in call glUniform1i_P = unsafeBitCast(getAddress(CommandInfo("glUniform1i", [S6, S19])), glUniform1i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10578:39: error: missing argument label 'to:' in call glUniform1i64ARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform1i64ARB", [S82])), glUniform1i64ARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10582:38: error: missing argument label 'to:' in call glUniform1i64NV_P = unsafeBitCast(getAddress(CommandInfo("glUniform1i64NV", [S27, S277])), glUniform1i64NV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10586:40: error: missing argument label 'to:' in call glUniform1i64vARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform1i64vARB", [S82])), glUniform1i64vARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10590:39: error: missing argument label 'to:' in call glUniform1i64vNV_P = unsafeBitCast(getAddress(CommandInfo("glUniform1i64vNV", [S27, S277])), glUniform1i64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10594:37: error: missing argument label 'to:' in call glUniform1iARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform1iARB", [S107])), glUniform1iARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10598:35: error: missing argument label 'to:' in call glUniform1iv_P = unsafeBitCast(getAddress(CommandInfo("glUniform1iv", [S6, S19])), glUniform1iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10602:38: error: missing argument label 'to:' in call glUniform1ivARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform1ivARB", [S107])), glUniform1ivARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10606:35: error: missing argument label 'to:' in call glUniform1ui_P = unsafeBitCast(getAddress(CommandInfo("glUniform1ui", [S8, S20])), glUniform1ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10610:40: error: missing argument label 'to:' in call glUniform1ui64ARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform1ui64ARB", [S82])), glUniform1ui64ARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10614:39: error: missing argument label 'to:' in call glUniform1ui64NV_P = unsafeBitCast(getAddress(CommandInfo("glUniform1ui64NV", [S27, S277])), glUniform1ui64NV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10618:41: error: missing argument label 'to:' in call glUniform1ui64vARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform1ui64vARB", [S82])), glUniform1ui64vARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10622:40: error: missing argument label 'to:' in call glUniform1ui64vNV_P = unsafeBitCast(getAddress(CommandInfo("glUniform1ui64vNV", [S27, S277])), glUniform1ui64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10626:38: error: missing argument label 'to:' in call glUniform1uiEXT_P = unsafeBitCast(getAddress(CommandInfo("glUniform1uiEXT", [S183])), glUniform1uiEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10630:36: error: missing argument label 'to:' in call glUniform1uiv_P = unsafeBitCast(getAddress(CommandInfo("glUniform1uiv", [S8, S20])), glUniform1uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10634:39: error: missing argument label 'to:' in call glUniform1uivEXT_P = unsafeBitCast(getAddress(CommandInfo("glUniform1uivEXT", [S183])), glUniform1uivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10638:34: error: missing argument label 'to:' in call glUniform2d_P = unsafeBitCast(getAddress(CommandInfo("glUniform2d", [S12, S81])), glUniform2d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10642:35: error: missing argument label 'to:' in call glUniform2dv_P = unsafeBitCast(getAddress(CommandInfo("glUniform2dv", [S12, S81])), glUniform2dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10646:34: error: missing argument label 'to:' in call glUniform2f_P = unsafeBitCast(getAddress(CommandInfo("glUniform2f", [S6, S19])), glUniform2f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10650:37: error: missing argument label 'to:' in call glUniform2fARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform2fARB", [S107])), glUniform2fARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10654:35: error: missing argument label 'to:' in call glUniform2fv_P = unsafeBitCast(getAddress(CommandInfo("glUniform2fv", [S6, S19])), glUniform2fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10658:38: error: missing argument label 'to:' in call glUniform2fvARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform2fvARB", [S107])), glUniform2fvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10662:34: error: missing argument label 'to:' in call glUniform2i_P = unsafeBitCast(getAddress(CommandInfo("glUniform2i", [S6, S19])), glUniform2i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10666:39: error: missing argument label 'to:' in call glUniform2i64ARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform2i64ARB", [S82])), glUniform2i64ARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10670:38: error: missing argument label 'to:' in call glUniform2i64NV_P = unsafeBitCast(getAddress(CommandInfo("glUniform2i64NV", [S27, S277])), glUniform2i64NV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10674:40: error: missing argument label 'to:' in call glUniform2i64vARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform2i64vARB", [S82])), glUniform2i64vARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10678:39: error: missing argument label 'to:' in call glUniform2i64vNV_P = unsafeBitCast(getAddress(CommandInfo("glUniform2i64vNV", [S27, S277])), glUniform2i64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10682:37: error: missing argument label 'to:' in call glUniform2iARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform2iARB", [S107])), glUniform2iARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10686:35: error: missing argument label 'to:' in call glUniform2iv_P = unsafeBitCast(getAddress(CommandInfo("glUniform2iv", [S6, S19])), glUniform2iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10690:38: error: missing argument label 'to:' in call glUniform2ivARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform2ivARB", [S107])), glUniform2ivARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10694:35: error: missing argument label 'to:' in call glUniform2ui_P = unsafeBitCast(getAddress(CommandInfo("glUniform2ui", [S8, S20])), glUniform2ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10698:40: error: missing argument label 'to:' in call glUniform2ui64ARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform2ui64ARB", [S82])), glUniform2ui64ARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10702:39: error: missing argument label 'to:' in call glUniform2ui64NV_P = unsafeBitCast(getAddress(CommandInfo("glUniform2ui64NV", [S27, S277])), glUniform2ui64NV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10706:41: error: missing argument label 'to:' in call glUniform2ui64vARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform2ui64vARB", [S82])), glUniform2ui64vARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10710:40: error: missing argument label 'to:' in call glUniform2ui64vNV_P = unsafeBitCast(getAddress(CommandInfo("glUniform2ui64vNV", [S27, S277])), glUniform2ui64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10714:38: error: missing argument label 'to:' in call glUniform2uiEXT_P = unsafeBitCast(getAddress(CommandInfo("glUniform2uiEXT", [S183])), glUniform2uiEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10718:36: error: missing argument label 'to:' in call glUniform2uiv_P = unsafeBitCast(getAddress(CommandInfo("glUniform2uiv", [S8, S20])), glUniform2uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10722:39: error: missing argument label 'to:' in call glUniform2uivEXT_P = unsafeBitCast(getAddress(CommandInfo("glUniform2uivEXT", [S183])), glUniform2uivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10726:34: error: missing argument label 'to:' in call glUniform3d_P = unsafeBitCast(getAddress(CommandInfo("glUniform3d", [S12, S81])), glUniform3d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10730:35: error: missing argument label 'to:' in call glUniform3dv_P = unsafeBitCast(getAddress(CommandInfo("glUniform3dv", [S12, S81])), glUniform3dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10734:34: error: missing argument label 'to:' in call glUniform3f_P = unsafeBitCast(getAddress(CommandInfo("glUniform3f", [S6, S19])), glUniform3f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10738:37: error: missing argument label 'to:' in call glUniform3fARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform3fARB", [S107])), glUniform3fARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10742:35: error: missing argument label 'to:' in call glUniform3fv_P = unsafeBitCast(getAddress(CommandInfo("glUniform3fv", [S6, S19])), glUniform3fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10746:38: error: missing argument label 'to:' in call glUniform3fvARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform3fvARB", [S107])), glUniform3fvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10750:34: error: missing argument label 'to:' in call glUniform3i_P = unsafeBitCast(getAddress(CommandInfo("glUniform3i", [S6, S19])), glUniform3i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10754:39: error: missing argument label 'to:' in call glUniform3i64ARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform3i64ARB", [S82])), glUniform3i64ARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10758:38: error: missing argument label 'to:' in call glUniform3i64NV_P = unsafeBitCast(getAddress(CommandInfo("glUniform3i64NV", [S27, S277])), glUniform3i64NV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10762:40: error: missing argument label 'to:' in call glUniform3i64vARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform3i64vARB", [S82])), glUniform3i64vARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10766:39: error: missing argument label 'to:' in call glUniform3i64vNV_P = unsafeBitCast(getAddress(CommandInfo("glUniform3i64vNV", [S27, S277])), glUniform3i64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10770:37: error: missing argument label 'to:' in call glUniform3iARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform3iARB", [S107])), glUniform3iARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10774:35: error: missing argument label 'to:' in call glUniform3iv_P = unsafeBitCast(getAddress(CommandInfo("glUniform3iv", [S6, S19])), glUniform3iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10778:38: error: missing argument label 'to:' in call glUniform3ivARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform3ivARB", [S107])), glUniform3ivARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10782:35: error: missing argument label 'to:' in call glUniform3ui_P = unsafeBitCast(getAddress(CommandInfo("glUniform3ui", [S8, S20])), glUniform3ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10786:40: error: missing argument label 'to:' in call glUniform3ui64ARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform3ui64ARB", [S82])), glUniform3ui64ARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10790:39: error: missing argument label 'to:' in call glUniform3ui64NV_P = unsafeBitCast(getAddress(CommandInfo("glUniform3ui64NV", [S27, S277])), glUniform3ui64NV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10794:41: error: missing argument label 'to:' in call glUniform3ui64vARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform3ui64vARB", [S82])), glUniform3ui64vARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10798:40: error: missing argument label 'to:' in call glUniform3ui64vNV_P = unsafeBitCast(getAddress(CommandInfo("glUniform3ui64vNV", [S27, S277])), glUniform3ui64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10802:38: error: missing argument label 'to:' in call glUniform3uiEXT_P = unsafeBitCast(getAddress(CommandInfo("glUniform3uiEXT", [S183])), glUniform3uiEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10806:36: error: missing argument label 'to:' in call glUniform3uiv_P = unsafeBitCast(getAddress(CommandInfo("glUniform3uiv", [S8, S20])), glUniform3uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10810:39: error: missing argument label 'to:' in call glUniform3uivEXT_P = unsafeBitCast(getAddress(CommandInfo("glUniform3uivEXT", [S183])), glUniform3uivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10814:34: error: missing argument label 'to:' in call glUniform4d_P = unsafeBitCast(getAddress(CommandInfo("glUniform4d", [S12, S81])), glUniform4d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10818:35: error: missing argument label 'to:' in call glUniform4dv_P = unsafeBitCast(getAddress(CommandInfo("glUniform4dv", [S12, S81])), glUniform4dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10822:34: error: missing argument label 'to:' in call glUniform4f_P = unsafeBitCast(getAddress(CommandInfo("glUniform4f", [S6, S19])), glUniform4f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10826:37: error: missing argument label 'to:' in call glUniform4fARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform4fARB", [S107])), glUniform4fARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10830:35: error: missing argument label 'to:' in call glUniform4fv_P = unsafeBitCast(getAddress(CommandInfo("glUniform4fv", [S6, S19])), glUniform4fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10834:38: error: missing argument label 'to:' in call glUniform4fvARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform4fvARB", [S107])), glUniform4fvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10838:34: error: missing argument label 'to:' in call glUniform4i_P = unsafeBitCast(getAddress(CommandInfo("glUniform4i", [S6, S19])), glUniform4i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10842:39: error: missing argument label 'to:' in call glUniform4i64ARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform4i64ARB", [S82])), glUniform4i64ARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10846:38: error: missing argument label 'to:' in call glUniform4i64NV_P = unsafeBitCast(getAddress(CommandInfo("glUniform4i64NV", [S27, S277])), glUniform4i64NV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10850:40: error: missing argument label 'to:' in call glUniform4i64vARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform4i64vARB", [S82])), glUniform4i64vARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10854:39: error: missing argument label 'to:' in call glUniform4i64vNV_P = unsafeBitCast(getAddress(CommandInfo("glUniform4i64vNV", [S27, S277])), glUniform4i64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10858:37: error: missing argument label 'to:' in call glUniform4iARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform4iARB", [S107])), glUniform4iARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10862:35: error: missing argument label 'to:' in call glUniform4iv_P = unsafeBitCast(getAddress(CommandInfo("glUniform4iv", [S6, S19])), glUniform4iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10866:38: error: missing argument label 'to:' in call glUniform4ivARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform4ivARB", [S107])), glUniform4ivARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10870:35: error: missing argument label 'to:' in call glUniform4ui_P = unsafeBitCast(getAddress(CommandInfo("glUniform4ui", [S8, S20])), glUniform4ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10874:40: error: missing argument label 'to:' in call glUniform4ui64ARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform4ui64ARB", [S82])), glUniform4ui64ARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10878:39: error: missing argument label 'to:' in call glUniform4ui64NV_P = unsafeBitCast(getAddress(CommandInfo("glUniform4ui64NV", [S27, S277])), glUniform4ui64NV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10882:41: error: missing argument label 'to:' in call glUniform4ui64vARB_P = unsafeBitCast(getAddress(CommandInfo("glUniform4ui64vARB", [S82])), glUniform4ui64vARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10886:40: error: missing argument label 'to:' in call glUniform4ui64vNV_P = unsafeBitCast(getAddress(CommandInfo("glUniform4ui64vNV", [S27, S277])), glUniform4ui64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10890:38: error: missing argument label 'to:' in call glUniform4uiEXT_P = unsafeBitCast(getAddress(CommandInfo("glUniform4uiEXT", [S183])), glUniform4uiEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10894:36: error: missing argument label 'to:' in call glUniform4uiv_P = unsafeBitCast(getAddress(CommandInfo("glUniform4uiv", [S8, S20])), glUniform4uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10898:39: error: missing argument label 'to:' in call glUniform4uivEXT_P = unsafeBitCast(getAddress(CommandInfo("glUniform4uivEXT", [S183])), glUniform4uivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10902:44: error: missing argument label 'to:' in call glUniformBlockBinding_P = unsafeBitCast(getAddress(CommandInfo("glUniformBlockBinding", [S9, S20, S128])), glUniformBlockBinding_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10906:41: error: missing argument label 'to:' in call glUniformBufferEXT_P = unsafeBitCast(getAddress(CommandInfo("glUniformBufferEXT", [S150])), glUniformBufferEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10910:45: error: missing argument label 'to:' in call glUniformHandleui64ARB_P = unsafeBitCast(getAddress(CommandInfo("glUniformHandleui64ARB", [S56])), glUniformHandleui64ARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10914:44: error: missing argument label 'to:' in call glUniformHandleui64NV_P = unsafeBitCast(getAddress(CommandInfo("glUniformHandleui64NV", [S252])), glUniformHandleui64NV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10918:46: error: missing argument label 'to:' in call glUniformHandleui64vARB_P = unsafeBitCast(getAddress(CommandInfo("glUniformHandleui64vARB", [S56])), glUniformHandleui64vARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10922:45: error: missing argument label 'to:' in call glUniformHandleui64vNV_P = unsafeBitCast(getAddress(CommandInfo("glUniformHandleui64vNV", [S252])), glUniformHandleui64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10926:41: error: missing argument label 'to:' in call glUniformMatrix2dv_P = unsafeBitCast(getAddress(CommandInfo("glUniformMatrix2dv", [S12, S81])), glUniformMatrix2dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10930:41: error: missing argument label 'to:' in call glUniformMatrix2fv_P = unsafeBitCast(getAddress(CommandInfo("glUniformMatrix2fv", [S6, S19])), glUniformMatrix2fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10934:44: error: missing argument label 'to:' in call glUniformMatrix2fvARB_P = unsafeBitCast(getAddress(CommandInfo("glUniformMatrix2fvARB", [S107])), glUniformMatrix2fvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10938:43: error: missing argument label 'to:' in call glUniformMatrix2x3dv_P = unsafeBitCast(getAddress(CommandInfo("glUniformMatrix2x3dv", [S12, S81])), glUniformMatrix2x3dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10942:43: error: missing argument label 'to:' in call glUniformMatrix2x3fv_P = unsafeBitCast(getAddress(CommandInfo("glUniformMatrix2x3fv", [S7, S20])), glUniformMatrix2x3fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10946:45: error: missing argument label 'to:' in call glUniformMatrix2x3fvNV_P = unsafeBitCast(getAddress(CommandInfo("glUniformMatrix2x3fvNV", [S281])), glUniformMatrix2x3fvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10950:43: error: missing argument label 'to:' in call glUniformMatrix2x4dv_P = unsafeBitCast(getAddress(CommandInfo("glUniformMatrix2x4dv", [S12, S81])), glUniformMatrix2x4dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10954:43: error: missing argument label 'to:' in call glUniformMatrix2x4fv_P = unsafeBitCast(getAddress(CommandInfo("glUniformMatrix2x4fv", [S7, S20])), glUniformMatrix2x4fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10958:45: error: missing argument label 'to:' in call glUniformMatrix2x4fvNV_P = unsafeBitCast(getAddress(CommandInfo("glUniformMatrix2x4fvNV", [S281])), glUniformMatrix2x4fvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10962:41: error: missing argument label 'to:' in call glUniformMatrix3dv_P = unsafeBitCast(getAddress(CommandInfo("glUniformMatrix3dv", [S12, S81])), glUniformMatrix3dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10966:41: error: missing argument label 'to:' in call glUniformMatrix3fv_P = unsafeBitCast(getAddress(CommandInfo("glUniformMatrix3fv", [S6, S19])), glUniformMatrix3fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10970:44: error: missing argument label 'to:' in call glUniformMatrix3fvARB_P = unsafeBitCast(getAddress(CommandInfo("glUniformMatrix3fvARB", [S107])), glUniformMatrix3fvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10974:43: error: missing argument label 'to:' in call glUniformMatrix3x2dv_P = unsafeBitCast(getAddress(CommandInfo("glUniformMatrix3x2dv", [S12, S81])), glUniformMatrix3x2dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10978:43: error: missing argument label 'to:' in call glUniformMatrix3x2fv_P = unsafeBitCast(getAddress(CommandInfo("glUniformMatrix3x2fv", [S7, S20])), glUniformMatrix3x2fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10982:45: error: missing argument label 'to:' in call glUniformMatrix3x2fvNV_P = unsafeBitCast(getAddress(CommandInfo("glUniformMatrix3x2fvNV", [S281])), glUniformMatrix3x2fvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10986:43: error: missing argument label 'to:' in call glUniformMatrix3x4dv_P = unsafeBitCast(getAddress(CommandInfo("glUniformMatrix3x4dv", [S12, S81])), glUniformMatrix3x4dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10990:43: error: missing argument label 'to:' in call glUniformMatrix3x4fv_P = unsafeBitCast(getAddress(CommandInfo("glUniformMatrix3x4fv", [S7, S20])), glUniformMatrix3x4fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10994:45: error: missing argument label 'to:' in call glUniformMatrix3x4fvNV_P = unsafeBitCast(getAddress(CommandInfo("glUniformMatrix3x4fvNV", [S281])), glUniformMatrix3x4fvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:10998:41: error: missing argument label 'to:' in call glUniformMatrix4dv_P = unsafeBitCast(getAddress(CommandInfo("glUniformMatrix4dv", [S12, S81])), glUniformMatrix4dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11002:41: error: missing argument label 'to:' in call glUniformMatrix4fv_P = unsafeBitCast(getAddress(CommandInfo("glUniformMatrix4fv", [S6, S19])), glUniformMatrix4fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11006:44: error: missing argument label 'to:' in call glUniformMatrix4fvARB_P = unsafeBitCast(getAddress(CommandInfo("glUniformMatrix4fvARB", [S107])), glUniformMatrix4fvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11010:43: error: missing argument label 'to:' in call glUniformMatrix4x2dv_P = unsafeBitCast(getAddress(CommandInfo("glUniformMatrix4x2dv", [S12, S81])), glUniformMatrix4x2dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11014:43: error: missing argument label 'to:' in call glUniformMatrix4x2fv_P = unsafeBitCast(getAddress(CommandInfo("glUniformMatrix4x2fv", [S7, S20])), glUniformMatrix4x2fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11018:45: error: missing argument label 'to:' in call glUniformMatrix4x2fvNV_P = unsafeBitCast(getAddress(CommandInfo("glUniformMatrix4x2fvNV", [S281])), glUniformMatrix4x2fvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11022:43: error: missing argument label 'to:' in call glUniformMatrix4x3dv_P = unsafeBitCast(getAddress(CommandInfo("glUniformMatrix4x3dv", [S12, S81])), glUniformMatrix4x3dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11026:43: error: missing argument label 'to:' in call glUniformMatrix4x3fv_P = unsafeBitCast(getAddress(CommandInfo("glUniformMatrix4x3fv", [S7, S20])), glUniformMatrix4x3fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11030:45: error: missing argument label 'to:' in call glUniformMatrix4x3fvNV_P = unsafeBitCast(getAddress(CommandInfo("glUniformMatrix4x3fvNV", [S281])), glUniformMatrix4x3fvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11034:46: error: missing argument label 'to:' in call glUniformSubroutinesuiv_P = unsafeBitCast(getAddress(CommandInfo("glUniformSubroutinesuiv", [S12, S109])), glUniformSubroutinesuiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11038:38: error: missing argument label 'to:' in call glUniformui64NV_P = unsafeBitCast(getAddress(CommandInfo("glUniformui64NV", [S294])), glUniformui64NV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11042:39: error: missing argument label 'to:' in call glUniformui64vNV_P = unsafeBitCast(getAddress(CommandInfo("glUniformui64vNV", [S294])), glUniformui64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11046:40: error: missing argument label 'to:' in call glUnlockArraysEXT_P = unsafeBitCast(getAddress(CommandInfo("glUnlockArraysEXT", [S158])), glUnlockArraysEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11050:36: error: missing argument label 'to:' in call glUnmapBuffer_P = unsafeBitCast(getAddress(CommandInfo("glUnmapBuffer", [S5, S20])), glUnmapBuffer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11054:39: error: missing argument label 'to:' in call glUnmapBufferARB_P = unsafeBitCast(getAddress(CommandInfo("glUnmapBufferARB", [S133])), glUnmapBufferARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11058:39: error: missing argument label 'to:' in call glUnmapBufferOES_P = unsafeBitCast(getAddress(CommandInfo("glUnmapBufferOES", [S320])), glUnmapBufferOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11062:41: error: missing argument label 'to:' in call glUnmapNamedBuffer_P = unsafeBitCast(getAddress(CommandInfo("glUnmapNamedBuffer", [S17, S69])), glUnmapNamedBuffer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11066:44: error: missing argument label 'to:' in call glUnmapNamedBufferEXT_P = unsafeBitCast(getAddress(CommandInfo("glUnmapNamedBufferEXT", [S167])), glUnmapNamedBufferEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11070:45: error: missing argument label 'to:' in call glUnmapObjectBufferATI_P = unsafeBitCast(getAddress(CommandInfo("glUnmapObjectBufferATI", [S143])), glUnmapObjectBufferATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11074:44: error: missing argument label 'to:' in call glUnmapTexture2DINTEL_P = unsafeBitCast(getAddress(CommandInfo("glUnmapTexture2DINTEL", [S241])), glUnmapTexture2DINTEL_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11078:46: error: missing argument label 'to:' in call glUpdateObjectBufferATI_P = unsafeBitCast(getAddress(CommandInfo("glUpdateObjectBufferATI", [S146])), glUpdateObjectBufferATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11082:35: error: missing argument label 'to:' in call glUseProgram_P = unsafeBitCast(getAddress(CommandInfo("glUseProgram", [S6, S19])), glUseProgram_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11086:44: error: missing argument label 'to:' in call glUseProgramObjectARB_P = unsafeBitCast(getAddress(CommandInfo("glUseProgramObjectARB", [S107])), glUseProgramObjectARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11090:41: error: missing argument label 'to:' in call glUseProgramStages_P = unsafeBitCast(getAddress(CommandInfo("glUseProgramStages", [S13, S21, S104])), glUseProgramStages_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11094:44: error: missing argument label 'to:' in call glUseProgramStagesEXT_P = unsafeBitCast(getAddress(CommandInfo("glUseProgramStagesEXT", [S206])), glUseProgramStagesEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11098:44: error: missing argument label 'to:' in call glUseShaderProgramEXT_P = unsafeBitCast(getAddress(CommandInfo("glUseShaderProgramEXT", [S206])), glUseShaderProgramEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11102:36: error: missing argument label 'to:' in call glVDPAUFiniNV_P = unsafeBitCast(getAddress(CommandInfo("glVDPAUFiniNV", [S299])), glVDPAUFiniNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11106:44: error: missing argument label 'to:' in call glVDPAUGetSurfaceivNV_P = unsafeBitCast(getAddress(CommandInfo("glVDPAUGetSurfaceivNV", [S299])), glVDPAUGetSurfaceivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11110:36: error: missing argument label 'to:' in call glVDPAUInitNV_P = unsafeBitCast(getAddress(CommandInfo("glVDPAUInitNV", [S299])), glVDPAUInitNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11114:41: error: missing argument label 'to:' in call glVDPAUIsSurfaceNV_P = unsafeBitCast(getAddress(CommandInfo("glVDPAUIsSurfaceNV", [S299])), glVDPAUIsSurfaceNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11118:43: error: missing argument label 'to:' in call glVDPAUMapSurfacesNV_P = unsafeBitCast(getAddress(CommandInfo("glVDPAUMapSurfacesNV", [S299])), glVDPAUMapSurfacesNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11122:53: error: missing argument label 'to:' in call glVDPAURegisterOutputSurfaceNV_P = unsafeBitCast(getAddress(CommandInfo("glVDPAURegisterOutputSurfaceNV", [S299])), glVDPAURegisterOutputSurfaceNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11126:52: error: missing argument label 'to:' in call glVDPAURegisterVideoSurfaceNV_P = unsafeBitCast(getAddress(CommandInfo("glVDPAURegisterVideoSurfaceNV", [S299])), glVDPAURegisterVideoSurfaceNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11130:45: error: missing argument label 'to:' in call glVDPAUSurfaceAccessNV_P = unsafeBitCast(getAddress(CommandInfo("glVDPAUSurfaceAccessNV", [S299])), glVDPAUSurfaceAccessNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11134:45: error: missing argument label 'to:' in call glVDPAUUnmapSurfacesNV_P = unsafeBitCast(getAddress(CommandInfo("glVDPAUUnmapSurfacesNV", [S299])), glVDPAUUnmapSurfacesNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11138:49: error: missing argument label 'to:' in call glVDPAUUnregisterSurfaceNV_P = unsafeBitCast(getAddress(CommandInfo("glVDPAUUnregisterSurfaceNV", [S299])), glVDPAUUnregisterSurfaceNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11142:40: error: missing argument label 'to:' in call glValidateProgram_P = unsafeBitCast(getAddress(CommandInfo("glValidateProgram", [S6, S19])), glValidateProgram_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11146:43: error: missing argument label 'to:' in call glValidateProgramARB_P = unsafeBitCast(getAddress(CommandInfo("glValidateProgramARB", [S107])), glValidateProgramARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11150:48: error: missing argument label 'to:' in call glValidateProgramPipeline_P = unsafeBitCast(getAddress(CommandInfo("glValidateProgramPipeline", [S13, S21, S104])), glValidateProgramPipeline_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11154:51: error: missing argument label 'to:' in call glValidateProgramPipelineEXT_P = unsafeBitCast(getAddress(CommandInfo("glValidateProgramPipelineEXT", [S206])), glValidateProgramPipelineEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11158:46: error: missing argument label 'to:' in call glVariantArrayObjectATI_P = unsafeBitCast(getAddress(CommandInfo("glVariantArrayObjectATI", [S146])), glVariantArrayObjectATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11162:42: error: missing argument label 'to:' in call glVariantPointerEXT_P = unsafeBitCast(getAddress(CommandInfo("glVariantPointerEXT", [S228])), glVariantPointerEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11166:37: error: missing argument label 'to:' in call glVariantbvEXT_P = unsafeBitCast(getAddress(CommandInfo("glVariantbvEXT", [S228])), glVariantbvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11170:37: error: missing argument label 'to:' in call glVariantdvEXT_P = unsafeBitCast(getAddress(CommandInfo("glVariantdvEXT", [S228])), glVariantdvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11174:37: error: missing argument label 'to:' in call glVariantfvEXT_P = unsafeBitCast(getAddress(CommandInfo("glVariantfvEXT", [S228])), glVariantfvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11178:37: error: missing argument label 'to:' in call glVariantivEXT_P = unsafeBitCast(getAddress(CommandInfo("glVariantivEXT", [S228])), glVariantivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11182:37: error: missing argument label 'to:' in call glVariantsvEXT_P = unsafeBitCast(getAddress(CommandInfo("glVariantsvEXT", [S228])), glVariantsvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11186:38: error: missing argument label 'to:' in call glVariantubvEXT_P = unsafeBitCast(getAddress(CommandInfo("glVariantubvEXT", [S228])), glVariantubvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11190:38: error: missing argument label 'to:' in call glVariantuivEXT_P = unsafeBitCast(getAddress(CommandInfo("glVariantuivEXT", [S228])), glVariantuivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11194:38: error: missing argument label 'to:' in call glVariantusvEXT_P = unsafeBitCast(getAddress(CommandInfo("glVariantusvEXT", [S228])), glVariantusvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11198:36: error: missing argument label 'to:' in call glVertex2bOES_P = unsafeBitCast(getAddress(CommandInfo("glVertex2bOES", [S311])), glVertex2bOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11202:37: error: missing argument label 'to:' in call glVertex2bvOES_P = unsafeBitCast(getAddress(CommandInfo("glVertex2bvOES", [S311])), glVertex2bvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11206:33: error: missing argument label 'to:' in call glVertex2d_P = unsafeBitCast(getAddress(CommandInfo("glVertex2d", [S0, S23])), glVertex2d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11210:34: error: missing argument label 'to:' in call glVertex2dv_P = unsafeBitCast(getAddress(CommandInfo("glVertex2dv", [S0, S23])), glVertex2dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11214:33: error: missing argument label 'to:' in call glVertex2f_P = unsafeBitCast(getAddress(CommandInfo("glVertex2f", [S0, S23])), glVertex2f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11218:34: error: missing argument label 'to:' in call glVertex2fv_P = unsafeBitCast(getAddress(CommandInfo("glVertex2fv", [S0, S23])), glVertex2fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11222:35: error: missing argument label 'to:' in call glVertex2hNV_P = unsafeBitCast(getAddress(CommandInfo("glVertex2hNV", [S278])), glVertex2hNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11226:36: error: missing argument label 'to:' in call glVertex2hvNV_P = unsafeBitCast(getAddress(CommandInfo("glVertex2hvNV", [S278])), glVertex2hvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11230:33: error: missing argument label 'to:' in call glVertex2i_P = unsafeBitCast(getAddress(CommandInfo("glVertex2i", [S0, S23])), glVertex2i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11234:34: error: missing argument label 'to:' in call glVertex2iv_P = unsafeBitCast(getAddress(CommandInfo("glVertex2iv", [S0, S23])), glVertex2iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11238:33: error: missing argument label 'to:' in call glVertex2s_P = unsafeBitCast(getAddress(CommandInfo("glVertex2s", [S0, S23])), glVertex2s_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11242:34: error: missing argument label 'to:' in call glVertex2sv_P = unsafeBitCast(getAddress(CommandInfo("glVertex2sv", [S0, S23])), glVertex2sv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11246:36: error: missing argument label 'to:' in call glVertex2xOES_P = unsafeBitCast(getAddress(CommandInfo("glVertex2xOES", [S316])), glVertex2xOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11250:37: error: missing argument label 'to:' in call glVertex2xvOES_P = unsafeBitCast(getAddress(CommandInfo("glVertex2xvOES", [S316])), glVertex2xvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11254:36: error: missing argument label 'to:' in call glVertex3bOES_P = unsafeBitCast(getAddress(CommandInfo("glVertex3bOES", [S311])), glVertex3bOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11258:37: error: missing argument label 'to:' in call glVertex3bvOES_P = unsafeBitCast(getAddress(CommandInfo("glVertex3bvOES", [S311])), glVertex3bvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11262:33: error: missing argument label 'to:' in call glVertex3d_P = unsafeBitCast(getAddress(CommandInfo("glVertex3d", [S0, S23])), glVertex3d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11266:34: error: missing argument label 'to:' in call glVertex3dv_P = unsafeBitCast(getAddress(CommandInfo("glVertex3dv", [S0, S23])), glVertex3dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11270:33: error: missing argument label 'to:' in call glVertex3f_P = unsafeBitCast(getAddress(CommandInfo("glVertex3f", [S0, S23])), glVertex3f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11274:34: error: missing argument label 'to:' in call glVertex3fv_P = unsafeBitCast(getAddress(CommandInfo("glVertex3fv", [S0, S23])), glVertex3fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11278:35: error: missing argument label 'to:' in call glVertex3hNV_P = unsafeBitCast(getAddress(CommandInfo("glVertex3hNV", [S278])), glVertex3hNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11282:36: error: missing argument label 'to:' in call glVertex3hvNV_P = unsafeBitCast(getAddress(CommandInfo("glVertex3hvNV", [S278])), glVertex3hvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11286:33: error: missing argument label 'to:' in call glVertex3i_P = unsafeBitCast(getAddress(CommandInfo("glVertex3i", [S0, S23])), glVertex3i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11290:34: error: missing argument label 'to:' in call glVertex3iv_P = unsafeBitCast(getAddress(CommandInfo("glVertex3iv", [S0, S23])), glVertex3iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11294:33: error: missing argument label 'to:' in call glVertex3s_P = unsafeBitCast(getAddress(CommandInfo("glVertex3s", [S0, S23])), glVertex3s_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11298:34: error: missing argument label 'to:' in call glVertex3sv_P = unsafeBitCast(getAddress(CommandInfo("glVertex3sv", [S0, S23])), glVertex3sv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11302:36: error: missing argument label 'to:' in call glVertex3xOES_P = unsafeBitCast(getAddress(CommandInfo("glVertex3xOES", [S316])), glVertex3xOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11306:37: error: missing argument label 'to:' in call glVertex3xvOES_P = unsafeBitCast(getAddress(CommandInfo("glVertex3xvOES", [S316])), glVertex3xvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11310:36: error: missing argument label 'to:' in call glVertex4bOES_P = unsafeBitCast(getAddress(CommandInfo("glVertex4bOES", [S311])), glVertex4bOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11314:37: error: missing argument label 'to:' in call glVertex4bvOES_P = unsafeBitCast(getAddress(CommandInfo("glVertex4bvOES", [S311])), glVertex4bvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11318:33: error: missing argument label 'to:' in call glVertex4d_P = unsafeBitCast(getAddress(CommandInfo("glVertex4d", [S0, S23])), glVertex4d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11322:34: error: missing argument label 'to:' in call glVertex4dv_P = unsafeBitCast(getAddress(CommandInfo("glVertex4dv", [S0, S23])), glVertex4dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11326:33: error: missing argument label 'to:' in call glVertex4f_P = unsafeBitCast(getAddress(CommandInfo("glVertex4f", [S0, S23])), glVertex4f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11330:34: error: missing argument label 'to:' in call glVertex4fv_P = unsafeBitCast(getAddress(CommandInfo("glVertex4fv", [S0, S23])), glVertex4fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11334:35: error: missing argument label 'to:' in call glVertex4hNV_P = unsafeBitCast(getAddress(CommandInfo("glVertex4hNV", [S278])), glVertex4hNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11338:36: error: missing argument label 'to:' in call glVertex4hvNV_P = unsafeBitCast(getAddress(CommandInfo("glVertex4hvNV", [S278])), glVertex4hvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11342:33: error: missing argument label 'to:' in call glVertex4i_P = unsafeBitCast(getAddress(CommandInfo("glVertex4i", [S0, S23])), glVertex4i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11346:34: error: missing argument label 'to:' in call glVertex4iv_P = unsafeBitCast(getAddress(CommandInfo("glVertex4iv", [S0, S23])), glVertex4iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11350:33: error: missing argument label 'to:' in call glVertex4s_P = unsafeBitCast(getAddress(CommandInfo("glVertex4s", [S0, S23])), glVertex4s_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11354:34: error: missing argument label 'to:' in call glVertex4sv_P = unsafeBitCast(getAddress(CommandInfo("glVertex4sv", [S0, S23])), glVertex4sv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11358:36: error: missing argument label 'to:' in call glVertex4xOES_P = unsafeBitCast(getAddress(CommandInfo("glVertex4xOES", [S316])), glVertex4xOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11362:37: error: missing argument label 'to:' in call glVertex4xvOES_P = unsafeBitCast(getAddress(CommandInfo("glVertex4xvOES", [S316])), glVertex4xvOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11366:49: error: missing argument label 'to:' in call glVertexArrayAttribBinding_P = unsafeBitCast(getAddress(CommandInfo("glVertexArrayAttribBinding", [S17, S69])), glVertexArrayAttribBinding_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11370:48: error: missing argument label 'to:' in call glVertexArrayAttribFormat_P = unsafeBitCast(getAddress(CommandInfo("glVertexArrayAttribFormat", [S17, S69])), glVertexArrayAttribFormat_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11374:49: error: missing argument label 'to:' in call glVertexArrayAttribIFormat_P = unsafeBitCast(getAddress(CommandInfo("glVertexArrayAttribIFormat", [S17, S69])), glVertexArrayAttribIFormat_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11378:49: error: missing argument label 'to:' in call glVertexArrayAttribLFormat_P = unsafeBitCast(getAddress(CommandInfo("glVertexArrayAttribLFormat", [S17, S69])), glVertexArrayAttribLFormat_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11382:55: error: missing argument label 'to:' in call glVertexArrayBindVertexBufferEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexArrayBindVertexBufferEXT", [S167])), glVertexArrayBindVertexBufferEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11386:50: error: missing argument label 'to:' in call glVertexArrayBindingDivisor_P = unsafeBitCast(getAddress(CommandInfo("glVertexArrayBindingDivisor", [S17, S69])), glVertexArrayBindingDivisor_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11390:50: error: missing argument label 'to:' in call glVertexArrayColorOffsetEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexArrayColorOffsetEXT", [S167])), glVertexArrayColorOffsetEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11394:53: error: missing argument label 'to:' in call glVertexArrayEdgeFlagOffsetEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexArrayEdgeFlagOffsetEXT", [S167])), glVertexArrayEdgeFlagOffsetEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11398:49: error: missing argument label 'to:' in call glVertexArrayElementBuffer_P = unsafeBitCast(getAddress(CommandInfo("glVertexArrayElementBuffer", [S17, S69])), glVertexArrayElementBuffer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11402:53: error: missing argument label 'to:' in call glVertexArrayFogCoordOffsetEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexArrayFogCoordOffsetEXT", [S167])), glVertexArrayFogCoordOffsetEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11406:50: error: missing argument label 'to:' in call glVertexArrayIndexOffsetEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexArrayIndexOffsetEXT", [S167])), glVertexArrayIndexOffsetEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11410:58: error: missing argument label 'to:' in call glVertexArrayMultiTexCoordOffsetEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexArrayMultiTexCoordOffsetEXT", [S167])), glVertexArrayMultiTexCoordOffsetEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11414:51: error: missing argument label 'to:' in call glVertexArrayNormalOffsetEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexArrayNormalOffsetEXT", [S167])), glVertexArrayNormalOffsetEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11418:51: error: missing argument label 'to:' in call glVertexArrayParameteriAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glVertexArrayParameteriAPPLE", [S50])), glVertexArrayParameteriAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11422:46: error: missing argument label 'to:' in call glVertexArrayRangeAPPLE_P = unsafeBitCast(getAddress(CommandInfo("glVertexArrayRangeAPPLE", [S50])), glVertexArrayRangeAPPLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11426:43: error: missing argument label 'to:' in call glVertexArrayRangeNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexArrayRangeNV", [S300])), glVertexArrayRangeNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11430:59: error: missing argument label 'to:' in call glVertexArraySecondaryColorOffsetEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexArraySecondaryColorOffsetEXT", [S167])), glVertexArraySecondaryColorOffsetEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11434:53: error: missing argument label 'to:' in call glVertexArrayTexCoordOffsetEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexArrayTexCoordOffsetEXT", [S167])), glVertexArrayTexCoordOffsetEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11438:58: error: missing argument label 'to:' in call glVertexArrayVertexAttribBindingEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexArrayVertexAttribBindingEXT", [S167])), glVertexArrayVertexAttribBindingEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11442:58: error: missing argument label 'to:' in call glVertexArrayVertexAttribDivisorEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexArrayVertexAttribDivisorEXT", [S167])), glVertexArrayVertexAttribDivisorEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11446:57: error: missing argument label 'to:' in call glVertexArrayVertexAttribFormatEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexArrayVertexAttribFormatEXT", [S167])), glVertexArrayVertexAttribFormatEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11450:58: error: missing argument label 'to:' in call glVertexArrayVertexAttribIFormatEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexArrayVertexAttribIFormatEXT", [S167])), glVertexArrayVertexAttribIFormatEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11454:58: error: missing argument label 'to:' in call glVertexArrayVertexAttribIOffsetEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexArrayVertexAttribIOffsetEXT", [S167])), glVertexArrayVertexAttribIOffsetEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11458:58: error: missing argument label 'to:' in call glVertexArrayVertexAttribLFormatEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexArrayVertexAttribLFormatEXT", [S167])), glVertexArrayVertexAttribLFormatEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11462:58: error: missing argument label 'to:' in call glVertexArrayVertexAttribLOffsetEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexArrayVertexAttribLOffsetEXT", [S167])), glVertexArrayVertexAttribLOffsetEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11466:57: error: missing argument label 'to:' in call glVertexArrayVertexAttribOffsetEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexArrayVertexAttribOffsetEXT", [S167])), glVertexArrayVertexAttribOffsetEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11470:59: error: missing argument label 'to:' in call glVertexArrayVertexBindingDivisorEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexArrayVertexBindingDivisorEXT", [S167])), glVertexArrayVertexBindingDivisorEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11474:48: error: missing argument label 'to:' in call glVertexArrayVertexBuffer_P = unsafeBitCast(getAddress(CommandInfo("glVertexArrayVertexBuffer", [S17, S69])), glVertexArrayVertexBuffer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11478:49: error: missing argument label 'to:' in call glVertexArrayVertexBuffers_P = unsafeBitCast(getAddress(CommandInfo("glVertexArrayVertexBuffers", [S17, S69])), glVertexArrayVertexBuffers_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11482:51: error: missing argument label 'to:' in call glVertexArrayVertexOffsetEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexArrayVertexOffsetEXT", [S167])), glVertexArrayVertexOffsetEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11486:39: error: missing argument label 'to:' in call glVertexAttrib1d_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib1d", [S6])), glVertexAttrib1d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11490:42: error: missing argument label 'to:' in call glVertexAttrib1dARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib1dARB", [S134, S135])), glVertexAttrib1dARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11494:41: error: missing argument label 'to:' in call glVertexAttrib1dNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib1dNV", [S303])), glVertexAttrib1dNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11498:40: error: missing argument label 'to:' in call glVertexAttrib1dv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib1dv", [S6])), glVertexAttrib1dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11502:43: error: missing argument label 'to:' in call glVertexAttrib1dvARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib1dvARB", [S134, S135])), glVertexAttrib1dvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11506:42: error: missing argument label 'to:' in call glVertexAttrib1dvNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib1dvNV", [S303])), glVertexAttrib1dvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11510:39: error: missing argument label 'to:' in call glVertexAttrib1f_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib1f", [S6, S19])), glVertexAttrib1f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11514:42: error: missing argument label 'to:' in call glVertexAttrib1fARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib1fARB", [S134, S135])), glVertexAttrib1fARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11518:41: error: missing argument label 'to:' in call glVertexAttrib1fNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib1fNV", [S303])), glVertexAttrib1fNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11522:40: error: missing argument label 'to:' in call glVertexAttrib1fv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib1fv", [S6, S19])), glVertexAttrib1fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11526:43: error: missing argument label 'to:' in call glVertexAttrib1fvARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib1fvARB", [S134, S135])), glVertexAttrib1fvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11530:42: error: missing argument label 'to:' in call glVertexAttrib1fvNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib1fvNV", [S303])), glVertexAttrib1fvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11534:41: error: missing argument label 'to:' in call glVertexAttrib1hNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib1hNV", [S278])), glVertexAttrib1hNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11538:42: error: missing argument label 'to:' in call glVertexAttrib1hvNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib1hvNV", [S278])), glVertexAttrib1hvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11542:39: error: missing argument label 'to:' in call glVertexAttrib1s_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib1s", [S6])), glVertexAttrib1s_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11546:42: error: missing argument label 'to:' in call glVertexAttrib1sARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib1sARB", [S134, S135])), glVertexAttrib1sARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11550:41: error: missing argument label 'to:' in call glVertexAttrib1sNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib1sNV", [S303])), glVertexAttrib1sNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11554:40: error: missing argument label 'to:' in call glVertexAttrib1sv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib1sv", [S6])), glVertexAttrib1sv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11558:43: error: missing argument label 'to:' in call glVertexAttrib1svARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib1svARB", [S134, S135])), glVertexAttrib1svARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11562:42: error: missing argument label 'to:' in call glVertexAttrib1svNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib1svNV", [S303])), glVertexAttrib1svNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11566:39: error: missing argument label 'to:' in call glVertexAttrib2d_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib2d", [S6])), glVertexAttrib2d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11570:42: error: missing argument label 'to:' in call glVertexAttrib2dARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib2dARB", [S134, S135])), glVertexAttrib2dARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11574:41: error: missing argument label 'to:' in call glVertexAttrib2dNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib2dNV", [S303])), glVertexAttrib2dNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11578:40: error: missing argument label 'to:' in call glVertexAttrib2dv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib2dv", [S6])), glVertexAttrib2dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11582:43: error: missing argument label 'to:' in call glVertexAttrib2dvARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib2dvARB", [S134, S135])), glVertexAttrib2dvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11586:42: error: missing argument label 'to:' in call glVertexAttrib2dvNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib2dvNV", [S303])), glVertexAttrib2dvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11590:39: error: missing argument label 'to:' in call glVertexAttrib2f_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib2f", [S6, S19])), glVertexAttrib2f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11594:42: error: missing argument label 'to:' in call glVertexAttrib2fARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib2fARB", [S134, S135])), glVertexAttrib2fARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11598:41: error: missing argument label 'to:' in call glVertexAttrib2fNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib2fNV", [S303])), glVertexAttrib2fNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11602:40: error: missing argument label 'to:' in call glVertexAttrib2fv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib2fv", [S6, S19])), glVertexAttrib2fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11606:43: error: missing argument label 'to:' in call glVertexAttrib2fvARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib2fvARB", [S134, S135])), glVertexAttrib2fvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11610:42: error: missing argument label 'to:' in call glVertexAttrib2fvNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib2fvNV", [S303])), glVertexAttrib2fvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11614:41: error: missing argument label 'to:' in call glVertexAttrib2hNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib2hNV", [S278])), glVertexAttrib2hNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11618:42: error: missing argument label 'to:' in call glVertexAttrib2hvNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib2hvNV", [S278])), glVertexAttrib2hvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11622:39: error: missing argument label 'to:' in call glVertexAttrib2s_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib2s", [S6])), glVertexAttrib2s_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11626:42: error: missing argument label 'to:' in call glVertexAttrib2sARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib2sARB", [S134, S135])), glVertexAttrib2sARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11630:41: error: missing argument label 'to:' in call glVertexAttrib2sNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib2sNV", [S303])), glVertexAttrib2sNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11634:40: error: missing argument label 'to:' in call glVertexAttrib2sv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib2sv", [S6])), glVertexAttrib2sv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11638:43: error: missing argument label 'to:' in call glVertexAttrib2svARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib2svARB", [S134, S135])), glVertexAttrib2svARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11642:42: error: missing argument label 'to:' in call glVertexAttrib2svNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib2svNV", [S303])), glVertexAttrib2svNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11646:39: error: missing argument label 'to:' in call glVertexAttrib3d_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib3d", [S6])), glVertexAttrib3d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11650:42: error: missing argument label 'to:' in call glVertexAttrib3dARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib3dARB", [S134, S135])), glVertexAttrib3dARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11654:41: error: missing argument label 'to:' in call glVertexAttrib3dNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib3dNV", [S303])), glVertexAttrib3dNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11658:40: error: missing argument label 'to:' in call glVertexAttrib3dv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib3dv", [S6])), glVertexAttrib3dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11662:43: error: missing argument label 'to:' in call glVertexAttrib3dvARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib3dvARB", [S134, S135])), glVertexAttrib3dvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11666:42: error: missing argument label 'to:' in call glVertexAttrib3dvNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib3dvNV", [S303])), glVertexAttrib3dvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11670:39: error: missing argument label 'to:' in call glVertexAttrib3f_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib3f", [S6, S19])), glVertexAttrib3f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11674:42: error: missing argument label 'to:' in call glVertexAttrib3fARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib3fARB", [S134, S135])), glVertexAttrib3fARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11678:41: error: missing argument label 'to:' in call glVertexAttrib3fNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib3fNV", [S303])), glVertexAttrib3fNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11682:40: error: missing argument label 'to:' in call glVertexAttrib3fv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib3fv", [S6, S19])), glVertexAttrib3fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11686:43: error: missing argument label 'to:' in call glVertexAttrib3fvARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib3fvARB", [S134, S135])), glVertexAttrib3fvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11690:42: error: missing argument label 'to:' in call glVertexAttrib3fvNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib3fvNV", [S303])), glVertexAttrib3fvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11694:41: error: missing argument label 'to:' in call glVertexAttrib3hNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib3hNV", [S278])), glVertexAttrib3hNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11698:42: error: missing argument label 'to:' in call glVertexAttrib3hvNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib3hvNV", [S278])), glVertexAttrib3hvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11702:39: error: missing argument label 'to:' in call glVertexAttrib3s_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib3s", [S6])), glVertexAttrib3s_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11706:42: error: missing argument label 'to:' in call glVertexAttrib3sARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib3sARB", [S134, S135])), glVertexAttrib3sARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11710:41: error: missing argument label 'to:' in call glVertexAttrib3sNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib3sNV", [S303])), glVertexAttrib3sNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11714:40: error: missing argument label 'to:' in call glVertexAttrib3sv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib3sv", [S6])), glVertexAttrib3sv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11718:43: error: missing argument label 'to:' in call glVertexAttrib3svARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib3svARB", [S134, S135])), glVertexAttrib3svARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11722:42: error: missing argument label 'to:' in call glVertexAttrib3svNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib3svNV", [S303])), glVertexAttrib3svNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11726:41: error: missing argument label 'to:' in call glVertexAttrib4Nbv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4Nbv", [S6])), glVertexAttrib4Nbv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11730:44: error: missing argument label 'to:' in call glVertexAttrib4NbvARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4NbvARB", [S134, S135])), glVertexAttrib4NbvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11734:41: error: missing argument label 'to:' in call glVertexAttrib4Niv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4Niv", [S6])), glVertexAttrib4Niv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11738:44: error: missing argument label 'to:' in call glVertexAttrib4NivARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4NivARB", [S134, S135])), glVertexAttrib4NivARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11742:41: error: missing argument label 'to:' in call glVertexAttrib4Nsv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4Nsv", [S6])), glVertexAttrib4Nsv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11746:44: error: missing argument label 'to:' in call glVertexAttrib4NsvARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4NsvARB", [S134, S135])), glVertexAttrib4NsvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11750:41: error: missing argument label 'to:' in call glVertexAttrib4Nub_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4Nub", [S6])), glVertexAttrib4Nub_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11754:44: error: missing argument label 'to:' in call glVertexAttrib4NubARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4NubARB", [S134, S135])), glVertexAttrib4NubARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11758:42: error: missing argument label 'to:' in call glVertexAttrib4Nubv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4Nubv", [S6])), glVertexAttrib4Nubv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11762:45: error: missing argument label 'to:' in call glVertexAttrib4NubvARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4NubvARB", [S134, S135])), glVertexAttrib4NubvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11766:42: error: missing argument label 'to:' in call glVertexAttrib4Nuiv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4Nuiv", [S6])), glVertexAttrib4Nuiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11770:45: error: missing argument label 'to:' in call glVertexAttrib4NuivARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4NuivARB", [S134, S135])), glVertexAttrib4NuivARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11774:42: error: missing argument label 'to:' in call glVertexAttrib4Nusv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4Nusv", [S6])), glVertexAttrib4Nusv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11778:45: error: missing argument label 'to:' in call glVertexAttrib4NusvARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4NusvARB", [S134, S135])), glVertexAttrib4NusvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11782:40: error: missing argument label 'to:' in call glVertexAttrib4bv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4bv", [S6])), glVertexAttrib4bv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11786:43: error: missing argument label 'to:' in call glVertexAttrib4bvARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4bvARB", [S134, S135])), glVertexAttrib4bvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11790:39: error: missing argument label 'to:' in call glVertexAttrib4d_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4d", [S6])), glVertexAttrib4d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11794:42: error: missing argument label 'to:' in call glVertexAttrib4dARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4dARB", [S134, S135])), glVertexAttrib4dARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11798:41: error: missing argument label 'to:' in call glVertexAttrib4dNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4dNV", [S303])), glVertexAttrib4dNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11802:40: error: missing argument label 'to:' in call glVertexAttrib4dv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4dv", [S6])), glVertexAttrib4dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11806:43: error: missing argument label 'to:' in call glVertexAttrib4dvARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4dvARB", [S134, S135])), glVertexAttrib4dvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11810:42: error: missing argument label 'to:' in call glVertexAttrib4dvNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4dvNV", [S303])), glVertexAttrib4dvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11814:39: error: missing argument label 'to:' in call glVertexAttrib4f_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4f", [S6, S19])), glVertexAttrib4f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11818:42: error: missing argument label 'to:' in call glVertexAttrib4fARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4fARB", [S134, S135])), glVertexAttrib4fARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11822:41: error: missing argument label 'to:' in call glVertexAttrib4fNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4fNV", [S303])), glVertexAttrib4fNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11826:40: error: missing argument label 'to:' in call glVertexAttrib4fv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4fv", [S6, S19])), glVertexAttrib4fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11830:43: error: missing argument label 'to:' in call glVertexAttrib4fvARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4fvARB", [S134, S135])), glVertexAttrib4fvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11834:42: error: missing argument label 'to:' in call glVertexAttrib4fvNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4fvNV", [S303])), glVertexAttrib4fvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11838:41: error: missing argument label 'to:' in call glVertexAttrib4hNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4hNV", [S278])), glVertexAttrib4hNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11842:42: error: missing argument label 'to:' in call glVertexAttrib4hvNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4hvNV", [S278])), glVertexAttrib4hvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11846:40: error: missing argument label 'to:' in call glVertexAttrib4iv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4iv", [S6])), glVertexAttrib4iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11850:43: error: missing argument label 'to:' in call glVertexAttrib4ivARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4ivARB", [S134, S135])), glVertexAttrib4ivARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11854:39: error: missing argument label 'to:' in call glVertexAttrib4s_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4s", [S6])), glVertexAttrib4s_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11858:42: error: missing argument label 'to:' in call glVertexAttrib4sARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4sARB", [S134, S135])), glVertexAttrib4sARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11862:41: error: missing argument label 'to:' in call glVertexAttrib4sNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4sNV", [S303])), glVertexAttrib4sNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11866:40: error: missing argument label 'to:' in call glVertexAttrib4sv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4sv", [S6])), glVertexAttrib4sv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11870:43: error: missing argument label 'to:' in call glVertexAttrib4svARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4svARB", [S134, S135])), glVertexAttrib4svARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11874:42: error: missing argument label 'to:' in call glVertexAttrib4svNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4svNV", [S303])), glVertexAttrib4svNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11878:42: error: missing argument label 'to:' in call glVertexAttrib4ubNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4ubNV", [S303])), glVertexAttrib4ubNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11882:41: error: missing argument label 'to:' in call glVertexAttrib4ubv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4ubv", [S6])), glVertexAttrib4ubv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11886:44: error: missing argument label 'to:' in call glVertexAttrib4ubvARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4ubvARB", [S134, S135])), glVertexAttrib4ubvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11890:43: error: missing argument label 'to:' in call glVertexAttrib4ubvNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4ubvNV", [S303])), glVertexAttrib4ubvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11894:41: error: missing argument label 'to:' in call glVertexAttrib4uiv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4uiv", [S6])), glVertexAttrib4uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11898:44: error: missing argument label 'to:' in call glVertexAttrib4uivARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4uivARB", [S134, S135])), glVertexAttrib4uivARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11902:41: error: missing argument label 'to:' in call glVertexAttrib4usv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4usv", [S6])), glVertexAttrib4usv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11906:44: error: missing argument label 'to:' in call glVertexAttrib4usvARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttrib4usvARB", [S134, S135])), glVertexAttrib4usvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11910:51: error: missing argument label 'to:' in call glVertexAttribArrayObjectATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribArrayObjectATI", [S147])), glVertexAttribArrayObjectATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11914:44: error: missing argument label 'to:' in call glVertexAttribBinding_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribBinding", [S15, S21, S131])), glVertexAttribBinding_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11918:44: error: missing argument label 'to:' in call glVertexAttribDivisor_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribDivisor", [S11, S20])), glVertexAttribDivisor_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11922:49: error: missing argument label 'to:' in call glVertexAttribDivisorANGLE_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribDivisorANGLE", [S39])), glVertexAttribDivisorANGLE_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11926:47: error: missing argument label 'to:' in call glVertexAttribDivisorARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribDivisorARB", [S85])), glVertexAttribDivisorARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11930:47: error: missing argument label 'to:' in call glVertexAttribDivisorEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribDivisorEXT", [S187])), glVertexAttribDivisorEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11934:46: error: missing argument label 'to:' in call glVertexAttribDivisorNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribDivisorNV", [S279])), glVertexAttribDivisorNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11938:43: error: missing argument label 'to:' in call glVertexAttribFormat_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribFormat", [S15, S21, S131])), glVertexAttribFormat_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11942:45: error: missing argument label 'to:' in call glVertexAttribFormatNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribFormatNV", [S302])), glVertexAttribFormatNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11946:40: error: missing argument label 'to:' in call glVertexAttribI1i_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI1i", [S8])), glVertexAttribI1i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11950:43: error: missing argument label 'to:' in call glVertexAttribI1iEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI1iEXT", [S304])), glVertexAttribI1iEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11954:41: error: missing argument label 'to:' in call glVertexAttribI1iv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI1iv", [S8])), glVertexAttribI1iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11958:44: error: missing argument label 'to:' in call glVertexAttribI1ivEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI1ivEXT", [S304])), glVertexAttribI1ivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11962:41: error: missing argument label 'to:' in call glVertexAttribI1ui_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI1ui", [S8])), glVertexAttribI1ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11966:44: error: missing argument label 'to:' in call glVertexAttribI1uiEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI1uiEXT", [S304])), glVertexAttribI1uiEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11970:42: error: missing argument label 'to:' in call glVertexAttribI1uiv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI1uiv", [S8])), glVertexAttribI1uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11974:45: error: missing argument label 'to:' in call glVertexAttribI1uivEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI1uivEXT", [S304])), glVertexAttribI1uivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11978:40: error: missing argument label 'to:' in call glVertexAttribI2i_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI2i", [S8])), glVertexAttribI2i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11982:43: error: missing argument label 'to:' in call glVertexAttribI2iEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI2iEXT", [S304])), glVertexAttribI2iEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11986:41: error: missing argument label 'to:' in call glVertexAttribI2iv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI2iv", [S8])), glVertexAttribI2iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11990:44: error: missing argument label 'to:' in call glVertexAttribI2ivEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI2ivEXT", [S304])), glVertexAttribI2ivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11994:41: error: missing argument label 'to:' in call glVertexAttribI2ui_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI2ui", [S8])), glVertexAttribI2ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:11998:44: error: missing argument label 'to:' in call glVertexAttribI2uiEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI2uiEXT", [S304])), glVertexAttribI2uiEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12002:42: error: missing argument label 'to:' in call glVertexAttribI2uiv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI2uiv", [S8])), glVertexAttribI2uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12006:45: error: missing argument label 'to:' in call glVertexAttribI2uivEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI2uivEXT", [S304])), glVertexAttribI2uivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12010:40: error: missing argument label 'to:' in call glVertexAttribI3i_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI3i", [S8])), glVertexAttribI3i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12014:43: error: missing argument label 'to:' in call glVertexAttribI3iEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI3iEXT", [S304])), glVertexAttribI3iEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12018:41: error: missing argument label 'to:' in call glVertexAttribI3iv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI3iv", [S8])), glVertexAttribI3iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12022:44: error: missing argument label 'to:' in call glVertexAttribI3ivEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI3ivEXT", [S304])), glVertexAttribI3ivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12026:41: error: missing argument label 'to:' in call glVertexAttribI3ui_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI3ui", [S8])), glVertexAttribI3ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12030:44: error: missing argument label 'to:' in call glVertexAttribI3uiEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI3uiEXT", [S304])), glVertexAttribI3uiEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12034:42: error: missing argument label 'to:' in call glVertexAttribI3uiv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI3uiv", [S8])), glVertexAttribI3uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12038:45: error: missing argument label 'to:' in call glVertexAttribI3uivEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI3uivEXT", [S304])), glVertexAttribI3uivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12042:41: error: missing argument label 'to:' in call glVertexAttribI4bv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI4bv", [S8])), glVertexAttribI4bv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12046:44: error: missing argument label 'to:' in call glVertexAttribI4bvEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI4bvEXT", [S304])), glVertexAttribI4bvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12050:40: error: missing argument label 'to:' in call glVertexAttribI4i_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI4i", [S8, S20])), glVertexAttribI4i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12054:43: error: missing argument label 'to:' in call glVertexAttribI4iEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI4iEXT", [S304])), glVertexAttribI4iEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12058:41: error: missing argument label 'to:' in call glVertexAttribI4iv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI4iv", [S8, S20])), glVertexAttribI4iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12062:44: error: missing argument label 'to:' in call glVertexAttribI4ivEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI4ivEXT", [S304])), glVertexAttribI4ivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12066:41: error: missing argument label 'to:' in call glVertexAttribI4sv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI4sv", [S8])), glVertexAttribI4sv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12070:44: error: missing argument label 'to:' in call glVertexAttribI4svEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI4svEXT", [S304])), glVertexAttribI4svEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12074:42: error: missing argument label 'to:' in call glVertexAttribI4ubv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI4ubv", [S8])), glVertexAttribI4ubv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12078:45: error: missing argument label 'to:' in call glVertexAttribI4ubvEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI4ubvEXT", [S304])), glVertexAttribI4ubvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12082:41: error: missing argument label 'to:' in call glVertexAttribI4ui_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI4ui", [S8, S20])), glVertexAttribI4ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12086:44: error: missing argument label 'to:' in call glVertexAttribI4uiEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI4uiEXT", [S304])), glVertexAttribI4uiEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12090:42: error: missing argument label 'to:' in call glVertexAttribI4uiv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI4uiv", [S8, S20])), glVertexAttribI4uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12094:45: error: missing argument label 'to:' in call glVertexAttribI4uivEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI4uivEXT", [S304])), glVertexAttribI4uivEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12098:42: error: missing argument label 'to:' in call glVertexAttribI4usv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI4usv", [S8])), glVertexAttribI4usv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12102:45: error: missing argument label 'to:' in call glVertexAttribI4usvEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribI4usvEXT", [S304])), glVertexAttribI4usvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12106:44: error: missing argument label 'to:' in call glVertexAttribIFormat_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribIFormat", [S15, S21, S131])), glVertexAttribIFormat_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12110:46: error: missing argument label 'to:' in call glVertexAttribIFormatNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribIFormatNV", [S302])), glVertexAttribIFormatNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12114:45: error: missing argument label 'to:' in call glVertexAttribIPointer_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribIPointer", [S8, S20])), glVertexAttribIPointer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12118:48: error: missing argument label 'to:' in call glVertexAttribIPointerEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribIPointerEXT", [S304])), glVertexAttribIPointerEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12122:40: error: missing argument label 'to:' in call glVertexAttribL1d_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL1d", [S13, S130])), glVertexAttribL1d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12126:43: error: missing argument label 'to:' in call glVertexAttribL1dEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL1dEXT", [S227])), glVertexAttribL1dEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12130:41: error: missing argument label 'to:' in call glVertexAttribL1dv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL1dv", [S13, S130])), glVertexAttribL1dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12134:44: error: missing argument label 'to:' in call glVertexAttribL1dvEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL1dvEXT", [S227])), glVertexAttribL1dvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12138:44: error: missing argument label 'to:' in call glVertexAttribL1i64NV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL1i64NV", [S301])), glVertexAttribL1i64NV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12142:45: error: missing argument label 'to:' in call glVertexAttribL1i64vNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL1i64vNV", [S301])), glVertexAttribL1i64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12146:46: error: missing argument label 'to:' in call glVertexAttribL1ui64ARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL1ui64ARB", [S56])), glVertexAttribL1ui64ARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12150:45: error: missing argument label 'to:' in call glVertexAttribL1ui64NV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL1ui64NV", [S301])), glVertexAttribL1ui64NV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12154:47: error: missing argument label 'to:' in call glVertexAttribL1ui64vARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL1ui64vARB", [S56])), glVertexAttribL1ui64vARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12158:46: error: missing argument label 'to:' in call glVertexAttribL1ui64vNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL1ui64vNV", [S301])), glVertexAttribL1ui64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12162:40: error: missing argument label 'to:' in call glVertexAttribL2d_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL2d", [S13, S130])), glVertexAttribL2d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12166:43: error: missing argument label 'to:' in call glVertexAttribL2dEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL2dEXT", [S227])), glVertexAttribL2dEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12170:41: error: missing argument label 'to:' in call glVertexAttribL2dv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL2dv", [S13, S130])), glVertexAttribL2dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12174:44: error: missing argument label 'to:' in call glVertexAttribL2dvEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL2dvEXT", [S227])), glVertexAttribL2dvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12178:44: error: missing argument label 'to:' in call glVertexAttribL2i64NV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL2i64NV", [S301])), glVertexAttribL2i64NV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12182:45: error: missing argument label 'to:' in call glVertexAttribL2i64vNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL2i64vNV", [S301])), glVertexAttribL2i64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12186:45: error: missing argument label 'to:' in call glVertexAttribL2ui64NV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL2ui64NV", [S301])), glVertexAttribL2ui64NV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12190:46: error: missing argument label 'to:' in call glVertexAttribL2ui64vNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL2ui64vNV", [S301])), glVertexAttribL2ui64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12194:40: error: missing argument label 'to:' in call glVertexAttribL3d_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL3d", [S13, S130])), glVertexAttribL3d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12198:43: error: missing argument label 'to:' in call glVertexAttribL3dEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL3dEXT", [S227])), glVertexAttribL3dEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12202:41: error: missing argument label 'to:' in call glVertexAttribL3dv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL3dv", [S13, S130])), glVertexAttribL3dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12206:44: error: missing argument label 'to:' in call glVertexAttribL3dvEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL3dvEXT", [S227])), glVertexAttribL3dvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12210:44: error: missing argument label 'to:' in call glVertexAttribL3i64NV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL3i64NV", [S301])), glVertexAttribL3i64NV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12214:45: error: missing argument label 'to:' in call glVertexAttribL3i64vNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL3i64vNV", [S301])), glVertexAttribL3i64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12218:45: error: missing argument label 'to:' in call glVertexAttribL3ui64NV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL3ui64NV", [S301])), glVertexAttribL3ui64NV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12222:46: error: missing argument label 'to:' in call glVertexAttribL3ui64vNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL3ui64vNV", [S301])), glVertexAttribL3ui64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12226:40: error: missing argument label 'to:' in call glVertexAttribL4d_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL4d", [S13, S130])), glVertexAttribL4d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12230:43: error: missing argument label 'to:' in call glVertexAttribL4dEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL4dEXT", [S227])), glVertexAttribL4dEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12234:41: error: missing argument label 'to:' in call glVertexAttribL4dv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL4dv", [S13, S130])), glVertexAttribL4dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12238:44: error: missing argument label 'to:' in call glVertexAttribL4dvEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL4dvEXT", [S227])), glVertexAttribL4dvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12242:44: error: missing argument label 'to:' in call glVertexAttribL4i64NV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL4i64NV", [S301])), glVertexAttribL4i64NV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12246:45: error: missing argument label 'to:' in call glVertexAttribL4i64vNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL4i64vNV", [S301])), glVertexAttribL4i64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12250:45: error: missing argument label 'to:' in call glVertexAttribL4ui64NV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL4ui64NV", [S301])), glVertexAttribL4ui64NV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12254:46: error: missing argument label 'to:' in call glVertexAttribL4ui64vNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribL4ui64vNV", [S301])), glVertexAttribL4ui64vNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12258:44: error: missing argument label 'to:' in call glVertexAttribLFormat_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribLFormat", [S15, S131])), glVertexAttribLFormat_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12262:46: error: missing argument label 'to:' in call glVertexAttribLFormatNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribLFormatNV", [S301])), glVertexAttribLFormatNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12266:45: error: missing argument label 'to:' in call glVertexAttribLPointer_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribLPointer", [S13, S130])), glVertexAttribLPointer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12270:48: error: missing argument label 'to:' in call glVertexAttribLPointerEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribLPointerEXT", [S227])), glVertexAttribLPointerEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12274:41: error: missing argument label 'to:' in call glVertexAttribP1ui_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribP1ui", [S11, S136])), glVertexAttribP1ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12278:42: error: missing argument label 'to:' in call glVertexAttribP1uiv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribP1uiv", [S11, S136])), glVertexAttribP1uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12282:41: error: missing argument label 'to:' in call glVertexAttribP2ui_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribP2ui", [S11, S136])), glVertexAttribP2ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12286:42: error: missing argument label 'to:' in call glVertexAttribP2uiv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribP2uiv", [S11, S136])), glVertexAttribP2uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12290:41: error: missing argument label 'to:' in call glVertexAttribP3ui_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribP3ui", [S11, S136])), glVertexAttribP3ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12294:42: error: missing argument label 'to:' in call glVertexAttribP3uiv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribP3uiv", [S11, S136])), glVertexAttribP3uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12298:41: error: missing argument label 'to:' in call glVertexAttribP4ui_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribP4ui", [S11, S136])), glVertexAttribP4ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12302:42: error: missing argument label 'to:' in call glVertexAttribP4uiv_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribP4uiv", [S11, S136])), glVertexAttribP4uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12306:50: error: missing argument label 'to:' in call glVertexAttribParameteriAMD_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribParameteriAMD", [S28])), glVertexAttribParameteriAMD_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12310:44: error: missing argument label 'to:' in call glVertexAttribPointer_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribPointer", [S6, S19])), glVertexAttribPointer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12314:47: error: missing argument label 'to:' in call glVertexAttribPointerARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribPointerARB", [S134, S135])), glVertexAttribPointerARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12318:46: error: missing argument label 'to:' in call glVertexAttribPointerNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribPointerNV", [S303])), glVertexAttribPointerNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12322:43: error: missing argument label 'to:' in call glVertexAttribs1dvNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribs1dvNV", [S303])), glVertexAttribs1dvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12326:43: error: missing argument label 'to:' in call glVertexAttribs1fvNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribs1fvNV", [S303])), glVertexAttribs1fvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12330:43: error: missing argument label 'to:' in call glVertexAttribs1hvNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribs1hvNV", [S278])), glVertexAttribs1hvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12334:43: error: missing argument label 'to:' in call glVertexAttribs1svNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribs1svNV", [S303])), glVertexAttribs1svNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12338:43: error: missing argument label 'to:' in call glVertexAttribs2dvNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribs2dvNV", [S303])), glVertexAttribs2dvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12342:43: error: missing argument label 'to:' in call glVertexAttribs2fvNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribs2fvNV", [S303])), glVertexAttribs2fvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12346:43: error: missing argument label 'to:' in call glVertexAttribs2hvNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribs2hvNV", [S278])), glVertexAttribs2hvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12350:43: error: missing argument label 'to:' in call glVertexAttribs2svNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribs2svNV", [S303])), glVertexAttribs2svNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12354:43: error: missing argument label 'to:' in call glVertexAttribs3dvNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribs3dvNV", [S303])), glVertexAttribs3dvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12358:43: error: missing argument label 'to:' in call glVertexAttribs3fvNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribs3fvNV", [S303])), glVertexAttribs3fvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12362:43: error: missing argument label 'to:' in call glVertexAttribs3hvNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribs3hvNV", [S278])), glVertexAttribs3hvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12366:43: error: missing argument label 'to:' in call glVertexAttribs3svNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribs3svNV", [S303])), glVertexAttribs3svNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12370:43: error: missing argument label 'to:' in call glVertexAttribs4dvNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribs4dvNV", [S303])), glVertexAttribs4dvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12374:43: error: missing argument label 'to:' in call glVertexAttribs4fvNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribs4fvNV", [S303])), glVertexAttribs4fvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12378:43: error: missing argument label 'to:' in call glVertexAttribs4hvNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribs4hvNV", [S278])), glVertexAttribs4hvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12382:43: error: missing argument label 'to:' in call glVertexAttribs4svNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribs4svNV", [S303])), glVertexAttribs4svNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12386:44: error: missing argument label 'to:' in call glVertexAttribs4ubvNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexAttribs4ubvNV", [S303])), glVertexAttribs4ubvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12390:45: error: missing argument label 'to:' in call glVertexBindingDivisor_P = unsafeBitCast(getAddress(CommandInfo("glVertexBindingDivisor", [S15, S21, S131])), glVertexBindingDivisor_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12394:39: error: missing argument label 'to:' in call glVertexBlendARB_P = unsafeBitCast(getAddress(CommandInfo("glVertexBlendARB", [S132])), glVertexBlendARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12398:43: error: missing argument label 'to:' in call glVertexBlendEnvfATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexBlendEnvfATI", [S148])), glVertexBlendEnvfATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12402:43: error: missing argument label 'to:' in call glVertexBlendEnviATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexBlendEnviATI", [S148])), glVertexBlendEnviATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12406:39: error: missing argument label 'to:' in call glVertexFormatNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexFormatNV", [S302])), glVertexFormatNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12410:35: error: missing argument label 'to:' in call glVertexP2ui_P = unsafeBitCast(getAddress(CommandInfo("glVertexP2ui", [S11, S136])), glVertexP2ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12414:36: error: missing argument label 'to:' in call glVertexP2uiv_P = unsafeBitCast(getAddress(CommandInfo("glVertexP2uiv", [S11, S136])), glVertexP2uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12418:35: error: missing argument label 'to:' in call glVertexP3ui_P = unsafeBitCast(getAddress(CommandInfo("glVertexP3ui", [S11, S136])), glVertexP3ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12422:36: error: missing argument label 'to:' in call glVertexP3uiv_P = unsafeBitCast(getAddress(CommandInfo("glVertexP3uiv", [S11, S136])), glVertexP3uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12426:35: error: missing argument label 'to:' in call glVertexP4ui_P = unsafeBitCast(getAddress(CommandInfo("glVertexP4ui", [S11, S136])), glVertexP4ui_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12430:36: error: missing argument label 'to:' in call glVertexP4uiv_P = unsafeBitCast(getAddress(CommandInfo("glVertexP4uiv", [S11, S136])), glVertexP4uiv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12434:38: error: missing argument label 'to:' in call glVertexPointer_P = unsafeBitCast(getAddress(CommandInfo("glVertexPointer", [S1, S23, S18])), glVertexPointer_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12438:41: error: missing argument label 'to:' in call glVertexPointerEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexPointerEXT", [S226])), glVertexPointerEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12442:45: error: missing argument label 'to:' in call glVertexPointerListIBM_P = unsafeBitCast(getAddress(CommandInfo("glVertexPointerListIBM", [S236])), glVertexPointerListIBM_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12446:44: error: missing argument label 'to:' in call glVertexPointervINTEL_P = unsafeBitCast(getAddress(CommandInfo("glVertexPointervINTEL", [S242])), glVertexPointervINTEL_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12450:42: error: missing argument label 'to:' in call glVertexStream1dATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream1dATI", [S148])), glVertexStream1dATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12454:43: error: missing argument label 'to:' in call glVertexStream1dvATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream1dvATI", [S148])), glVertexStream1dvATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12458:42: error: missing argument label 'to:' in call glVertexStream1fATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream1fATI", [S148])), glVertexStream1fATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12462:43: error: missing argument label 'to:' in call glVertexStream1fvATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream1fvATI", [S148])), glVertexStream1fvATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12466:42: error: missing argument label 'to:' in call glVertexStream1iATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream1iATI", [S148])), glVertexStream1iATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12470:43: error: missing argument label 'to:' in call glVertexStream1ivATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream1ivATI", [S148])), glVertexStream1ivATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12474:42: error: missing argument label 'to:' in call glVertexStream1sATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream1sATI", [S148])), glVertexStream1sATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12478:43: error: missing argument label 'to:' in call glVertexStream1svATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream1svATI", [S148])), glVertexStream1svATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12482:42: error: missing argument label 'to:' in call glVertexStream2dATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream2dATI", [S148])), glVertexStream2dATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12486:43: error: missing argument label 'to:' in call glVertexStream2dvATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream2dvATI", [S148])), glVertexStream2dvATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12490:42: error: missing argument label 'to:' in call glVertexStream2fATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream2fATI", [S148])), glVertexStream2fATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12494:43: error: missing argument label 'to:' in call glVertexStream2fvATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream2fvATI", [S148])), glVertexStream2fvATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12498:42: error: missing argument label 'to:' in call glVertexStream2iATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream2iATI", [S148])), glVertexStream2iATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12502:43: error: missing argument label 'to:' in call glVertexStream2ivATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream2ivATI", [S148])), glVertexStream2ivATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12506:42: error: missing argument label 'to:' in call glVertexStream2sATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream2sATI", [S148])), glVertexStream2sATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12510:43: error: missing argument label 'to:' in call glVertexStream2svATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream2svATI", [S148])), glVertexStream2svATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12514:42: error: missing argument label 'to:' in call glVertexStream3dATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream3dATI", [S148])), glVertexStream3dATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12518:43: error: missing argument label 'to:' in call glVertexStream3dvATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream3dvATI", [S148])), glVertexStream3dvATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12522:42: error: missing argument label 'to:' in call glVertexStream3fATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream3fATI", [S148])), glVertexStream3fATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12526:43: error: missing argument label 'to:' in call glVertexStream3fvATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream3fvATI", [S148])), glVertexStream3fvATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12530:42: error: missing argument label 'to:' in call glVertexStream3iATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream3iATI", [S148])), glVertexStream3iATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12534:43: error: missing argument label 'to:' in call glVertexStream3ivATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream3ivATI", [S148])), glVertexStream3ivATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12538:42: error: missing argument label 'to:' in call glVertexStream3sATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream3sATI", [S148])), glVertexStream3sATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12542:43: error: missing argument label 'to:' in call glVertexStream3svATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream3svATI", [S148])), glVertexStream3svATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12546:42: error: missing argument label 'to:' in call glVertexStream4dATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream4dATI", [S148])), glVertexStream4dATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12550:43: error: missing argument label 'to:' in call glVertexStream4dvATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream4dvATI", [S148])), glVertexStream4dvATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12554:42: error: missing argument label 'to:' in call glVertexStream4fATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream4fATI", [S148])), glVertexStream4fATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12558:43: error: missing argument label 'to:' in call glVertexStream4fvATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream4fvATI", [S148])), glVertexStream4fvATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12562:42: error: missing argument label 'to:' in call glVertexStream4iATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream4iATI", [S148])), glVertexStream4iATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12566:43: error: missing argument label 'to:' in call glVertexStream4ivATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream4ivATI", [S148])), glVertexStream4ivATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12570:42: error: missing argument label 'to:' in call glVertexStream4sATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream4sATI", [S148])), glVertexStream4sATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12574:43: error: missing argument label 'to:' in call glVertexStream4svATI_P = unsafeBitCast(getAddress(CommandInfo("glVertexStream4svATI", [S148])), glVertexStream4svATI_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12578:47: error: missing argument label 'to:' in call glVertexWeightPointerEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexWeightPointerEXT", [S229])), glVertexWeightPointerEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12582:41: error: missing argument label 'to:' in call glVertexWeightfEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexWeightfEXT", [S229])), glVertexWeightfEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12586:42: error: missing argument label 'to:' in call glVertexWeightfvEXT_P = unsafeBitCast(getAddress(CommandInfo("glVertexWeightfvEXT", [S229])), glVertexWeightfvEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12590:40: error: missing argument label 'to:' in call glVertexWeighthNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexWeighthNV", [S278])), glVertexWeighthNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12594:41: error: missing argument label 'to:' in call glVertexWeighthvNV_P = unsafeBitCast(getAddress(CommandInfo("glVertexWeighthvNV", [S278])), glVertexWeighthvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12598:39: error: missing argument label 'to:' in call glVideoCaptureNV_P = unsafeBitCast(getAddress(CommandInfo("glVideoCaptureNV", [S305])), glVideoCaptureNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12602:56: error: missing argument label 'to:' in call glVideoCaptureStreamParameterdvNV_P = unsafeBitCast(getAddress(CommandInfo("glVideoCaptureStreamParameterdvNV", [S305])), glVideoCaptureStreamParameterdvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12606:56: error: missing argument label 'to:' in call glVideoCaptureStreamParameterfvNV_P = unsafeBitCast(getAddress(CommandInfo("glVideoCaptureStreamParameterfvNV", [S305])), glVideoCaptureStreamParameterfvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12610:56: error: missing argument label 'to:' in call glVideoCaptureStreamParameterivNV_P = unsafeBitCast(getAddress(CommandInfo("glVideoCaptureStreamParameterivNV", [S305])), glVideoCaptureStreamParameterivNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12614:33: error: missing argument label 'to:' in call glViewport_P = unsafeBitCast(getAddress(CommandInfo("glViewport", [S0, S18])), glViewport_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12618:39: error: missing argument label 'to:' in call glViewportArrayv_P = unsafeBitCast(getAddress(CommandInfo("glViewportArrayv", [S13, S137])), glViewportArrayv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12622:41: error: missing argument label 'to:' in call glViewportArrayvNV_P = unsafeBitCast(getAddress(CommandInfo("glViewportArrayvNV", [S306])), glViewportArrayvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12626:41: error: missing argument label 'to:' in call glViewportIndexedf_P = unsafeBitCast(getAddress(CommandInfo("glViewportIndexedf", [S13, S137])), glViewportIndexedf_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12630:43: error: missing argument label 'to:' in call glViewportIndexedfNV_P = unsafeBitCast(getAddress(CommandInfo("glViewportIndexedfNV", [S306])), glViewportIndexedfNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12634:42: error: missing argument label 'to:' in call glViewportIndexedfv_P = unsafeBitCast(getAddress(CommandInfo("glViewportIndexedfv", [S13, S137])), glViewportIndexedfv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12638:44: error: missing argument label 'to:' in call glViewportIndexedfvNV_P = unsafeBitCast(getAddress(CommandInfo("glViewportIndexedfvNV", [S306])), glViewportIndexedfvNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9153:5: error: could not infer type for 'glWaitSync_P' var glWaitSync_P:@convention(c)(GLsync, GLbitfield, GLuint64) -> Void = glWaitSync_L ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Commands.swift:9156:5: error: could not infer type for 'glWaitSyncAPPLE_P' var glWaitSyncAPPLE_P:@convention(c)(GLsync, GLbitfield, GLuint64) -> Void = glWaitSyncAPPLE_L ^ /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12650:38: error: missing argument label 'to:' in call glWeightPathsNV_P = unsafeBitCast(getAddress(CommandInfo("glWeightPathsNV", [S284])), glWeightPathsNV_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12654:41: error: missing argument label 'to:' in call glWeightPointerARB_P = unsafeBitCast(getAddress(CommandInfo("glWeightPointerARB", [S132])), glWeightPointerARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12658:41: error: missing argument label 'to:' in call glWeightPointerOES_P = unsafeBitCast(getAddress(CommandInfo("glWeightPointerOES", [S321])), glWeightPointerOES_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12662:36: error: missing argument label 'to:' in call glWeightbvARB_P = unsafeBitCast(getAddress(CommandInfo("glWeightbvARB", [S132])), glWeightbvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12666:36: error: missing argument label 'to:' in call glWeightdvARB_P = unsafeBitCast(getAddress(CommandInfo("glWeightdvARB", [S132])), glWeightdvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12670:36: error: missing argument label 'to:' in call glWeightfvARB_P = unsafeBitCast(getAddress(CommandInfo("glWeightfvARB", [S132])), glWeightfvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12674:36: error: missing argument label 'to:' in call glWeightivARB_P = unsafeBitCast(getAddress(CommandInfo("glWeightivARB", [S132])), glWeightivARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12678:36: error: missing argument label 'to:' in call glWeightsvARB_P = unsafeBitCast(getAddress(CommandInfo("glWeightsvARB", [S132])), glWeightsvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12682:37: error: missing argument label 'to:' in call glWeightubvARB_P = unsafeBitCast(getAddress(CommandInfo("glWeightubvARB", [S132])), glWeightubvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12686:37: error: missing argument label 'to:' in call glWeightuivARB_P = unsafeBitCast(getAddress(CommandInfo("glWeightuivARB", [S132])), glWeightuivARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12690:37: error: missing argument label 'to:' in call glWeightusvARB_P = unsafeBitCast(getAddress(CommandInfo("glWeightusvARB", [S132])), glWeightusvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12694:36: error: missing argument label 'to:' in call glWindowPos2d_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos2d", [S4, S23])), glWindowPos2d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12698:39: error: missing argument label 'to:' in call glWindowPos2dARB_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos2dARB", [S138])), glWindowPos2dARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12702:40: error: missing argument label 'to:' in call glWindowPos2dMESA_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos2dMESA", [S248])), glWindowPos2dMESA_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12706:37: error: missing argument label 'to:' in call glWindowPos2dv_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos2dv", [S4, S23])), glWindowPos2dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12710:40: error: missing argument label 'to:' in call glWindowPos2dvARB_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos2dvARB", [S138])), glWindowPos2dvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12714:41: error: missing argument label 'to:' in call glWindowPos2dvMESA_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos2dvMESA", [S248])), glWindowPos2dvMESA_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12718:36: error: missing argument label 'to:' in call glWindowPos2f_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos2f", [S4, S23])), glWindowPos2f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12722:39: error: missing argument label 'to:' in call glWindowPos2fARB_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos2fARB", [S138])), glWindowPos2fARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12726:40: error: missing argument label 'to:' in call glWindowPos2fMESA_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos2fMESA", [S248])), glWindowPos2fMESA_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12730:37: error: missing argument label 'to:' in call glWindowPos2fv_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos2fv", [S4, S23])), glWindowPos2fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12734:40: error: missing argument label 'to:' in call glWindowPos2fvARB_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos2fvARB", [S138])), glWindowPos2fvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12738:41: error: missing argument label 'to:' in call glWindowPos2fvMESA_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos2fvMESA", [S248])), glWindowPos2fvMESA_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12742:36: error: missing argument label 'to:' in call glWindowPos2i_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos2i", [S4, S23])), glWindowPos2i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12746:39: error: missing argument label 'to:' in call glWindowPos2iARB_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos2iARB", [S138])), glWindowPos2iARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12750:40: error: missing argument label 'to:' in call glWindowPos2iMESA_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos2iMESA", [S248])), glWindowPos2iMESA_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12754:37: error: missing argument label 'to:' in call glWindowPos2iv_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos2iv", [S4, S23])), glWindowPos2iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12758:40: error: missing argument label 'to:' in call glWindowPos2ivARB_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos2ivARB", [S138])), glWindowPos2ivARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12762:41: error: missing argument label 'to:' in call glWindowPos2ivMESA_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos2ivMESA", [S248])), glWindowPos2ivMESA_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12766:36: error: missing argument label 'to:' in call glWindowPos2s_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos2s", [S4, S23])), glWindowPos2s_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12770:39: error: missing argument label 'to:' in call glWindowPos2sARB_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos2sARB", [S138])), glWindowPos2sARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12774:40: error: missing argument label 'to:' in call glWindowPos2sMESA_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos2sMESA", [S248])), glWindowPos2sMESA_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12778:37: error: missing argument label 'to:' in call glWindowPos2sv_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos2sv", [S4, S23])), glWindowPos2sv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12782:40: error: missing argument label 'to:' in call glWindowPos2svARB_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos2svARB", [S138])), glWindowPos2svARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12786:41: error: missing argument label 'to:' in call glWindowPos2svMESA_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos2svMESA", [S248])), glWindowPos2svMESA_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12790:36: error: missing argument label 'to:' in call glWindowPos3d_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos3d", [S4, S23])), glWindowPos3d_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12794:39: error: missing argument label 'to:' in call glWindowPos3dARB_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos3dARB", [S138])), glWindowPos3dARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12798:40: error: missing argument label 'to:' in call glWindowPos3dMESA_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos3dMESA", [S248])), glWindowPos3dMESA_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12802:37: error: missing argument label 'to:' in call glWindowPos3dv_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos3dv", [S4, S23])), glWindowPos3dv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12806:40: error: missing argument label 'to:' in call glWindowPos3dvARB_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos3dvARB", [S138])), glWindowPos3dvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12810:41: error: missing argument label 'to:' in call glWindowPos3dvMESA_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos3dvMESA", [S248])), glWindowPos3dvMESA_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12814:36: error: missing argument label 'to:' in call glWindowPos3f_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos3f", [S4, S23])), glWindowPos3f_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12818:39: error: missing argument label 'to:' in call glWindowPos3fARB_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos3fARB", [S138])), glWindowPos3fARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12822:40: error: missing argument label 'to:' in call glWindowPos3fMESA_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos3fMESA", [S248])), glWindowPos3fMESA_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12826:37: error: missing argument label 'to:' in call glWindowPos3fv_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos3fv", [S4, S23])), glWindowPos3fv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12830:40: error: missing argument label 'to:' in call glWindowPos3fvARB_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos3fvARB", [S138])), glWindowPos3fvARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12834:41: error: missing argument label 'to:' in call glWindowPos3fvMESA_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos3fvMESA", [S248])), glWindowPos3fvMESA_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12838:36: error: missing argument label 'to:' in call glWindowPos3i_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos3i", [S4, S23])), glWindowPos3i_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12842:39: error: missing argument label 'to:' in call glWindowPos3iARB_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos3iARB", [S138])), glWindowPos3iARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12846:40: error: missing argument label 'to:' in call glWindowPos3iMESA_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos3iMESA", [S248])), glWindowPos3iMESA_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12850:37: error: missing argument label 'to:' in call glWindowPos3iv_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos3iv", [S4, S23])), glWindowPos3iv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12854:40: error: missing argument label 'to:' in call glWindowPos3ivARB_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos3ivARB", [S138])), glWindowPos3ivARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12858:41: error: missing argument label 'to:' in call glWindowPos3ivMESA_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos3ivMESA", [S248])), glWindowPos3ivMESA_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12862:36: error: missing argument label 'to:' in call glWindowPos3s_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos3s", [S4, S23])), glWindowPos3s_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12866:39: error: missing argument label 'to:' in call glWindowPos3sARB_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos3sARB", [S138])), glWindowPos3sARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12870:40: error: missing argument label 'to:' in call glWindowPos3sMESA_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos3sMESA", [S248])), glWindowPos3sMESA_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12874:37: error: missing argument label 'to:' in call glWindowPos3sv_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos3sv", [S4, S23])), glWindowPos3sv_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12878:40: error: missing argument label 'to:' in call glWindowPos3svARB_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos3svARB", [S138])), glWindowPos3svARB_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12882:41: error: missing argument label 'to:' in call glWindowPos3svMESA_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos3svMESA", [S248])), glWindowPos3svMESA_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12886:40: error: missing argument label 'to:' in call glWindowPos4dMESA_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos4dMESA", [S248])), glWindowPos4dMESA_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12890:41: error: missing argument label 'to:' in call glWindowPos4dvMESA_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos4dvMESA", [S248])), glWindowPos4dvMESA_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12894:40: error: missing argument label 'to:' in call glWindowPos4fMESA_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos4fMESA", [S248])), glWindowPos4fMESA_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12898:41: error: missing argument label 'to:' in call glWindowPos4fvMESA_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos4fvMESA", [S248])), glWindowPos4fvMESA_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12902:40: error: missing argument label 'to:' in call glWindowPos4iMESA_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos4iMESA", [S248])), glWindowPos4iMESA_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12906:41: error: missing argument label 'to:' in call glWindowPos4ivMESA_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos4ivMESA", [S248])), glWindowPos4ivMESA_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12910:40: error: missing argument label 'to:' in call glWindowPos4sMESA_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos4sMESA", [S248])), glWindowPos4sMESA_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12914:41: error: missing argument label 'to:' in call glWindowPos4svMESA_P = unsafeBitCast(getAddress(CommandInfo("glWindowPos4svMESA", [S248])), glWindowPos4svMESA_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLOpenGL-1.0.1/Sources/Loaders.swift:12918:37: error: missing argument label 'to:' in call glWriteMaskEXT_P = unsafeBitCast(getAddress(CommandInfo("glWriteMaskEXT", [S228])), glWriteMaskEXT_P.dynamicType) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Complex.swift:163:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Complex.swift:169:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Complex.swift:178:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Complex.swift:187:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Complex.swift:196:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:352:28: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead >(x:genType, inout _ i:genType) -> genType { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:524:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead >(x:genType, inout _ exp:genIType) -> genType { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Internal.swift:336:78: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public static func SGLmodf(x:T, inout _ i:T) -> T { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Internal.swift:360:81: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public static func SGLfrexp(x:T, inout _ exp:Int32) -> T { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:338:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout m1: Matrix2x2, m2: Matrix2x2) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:361:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout m1: Matrix2x2, m2: Matrix2x2) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:364:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout m1: Matrix3x3, m2: Matrix3x3) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:387:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout m1: Matrix3x3, m2: Matrix3x3) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:562:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout m1: Matrix4x4, m2: Matrix4x4) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:585:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout m1: Matrix4x4, m2: Matrix4x4) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:30:46: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public prefix func ++(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:35:47: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public postfix func ++(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:41:46: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public prefix func --(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:46:47: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public postfix func --(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:94:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func +=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:108:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func +=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:154:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func -=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:168:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func -=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:256:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:270:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:279:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func %=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:293:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func %=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:400:76: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func <<= (inout v: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:409:76: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func >>= (inout v: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:418:75: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func &=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:432:74: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func &=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:441:75: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func |=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:455:74: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func |=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:464:75: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func ^=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:478:74: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func ^=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:564:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout v1: T, v2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:591:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout v1: T, v2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:37:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func +=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:39:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func -=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:41:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func *=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:43:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func /=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:45:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func %=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:55:23: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func <<=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:57:23: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func >>=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:80:29: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead prefix func ++(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:81:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead postfix func ++(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:82:29: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead prefix func --(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:83:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead postfix func --(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:85:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func +=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:88:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func +=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:90:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func -=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:93:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func -=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:96:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func *=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:99:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func /=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:101:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func %=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:104:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func %=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:122:24: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_:T1, inout _:T2, @noescape _:(_:T1.Element, inout _:T2.Element) -> Element) ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:130:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func *=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:132:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func /=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:209:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:245:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:297:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:73:30: error: 'MutableCollectionType' has been renamed to 'MutableCollection' public protocol MatrixType : MutableCollectionType, Hashable, Equatable, CustomDebugStringConvertible { ^~~~~~~~~~~~~~~~~~~~~ MutableCollection /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:136:37: error: 'MutableCollectionType' has been renamed to 'MutableCollection' public protocol BooleanVectorType : MutableCollectionType, Hashable, Equatable, CustomDebugStringConvertible { ^~~~~~~~~~~~~~~~~~~~~ MutableCollection /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:48:63: error: 'FloatingPointType' has been renamed to 'FloatingPoint' public protocol FloatingPointArithmeticType : ArithmeticType, FloatingPointType, SignedNumberType, FloatLiteralConvertible {} ^~~~~~~~~~~~~~~~~ FloatingPoint /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:48:82: error: 'SignedNumberType' has been renamed to 'SignedNumber' public protocol FloatingPointArithmeticType : ArithmeticType, FloatingPointType, SignedNumberType, FloatLiteralConvertible {} ^~~~~~~~~~~~~~~~ SignedNumber /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:53:54: error: 'BitwiseOperationsType' has been renamed to 'BitwiseOperations' public protocol BitsOperationsType : ArithmeticType, BitwiseOperationsType { ^~~~~~~~~~~~~~~~~~~~~ BitwiseOperations /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Complex.swift:140:34: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ x:Complex, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Complex.swift:140:34: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ x:Complex, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Complex.swift:140:34: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ x:Complex, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Complex.swift:145:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ x:Complex, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Complex.swift:145:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ x:Complex, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Complex.swift:145:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ x:Complex, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Complex.swift:150:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ x:Complex, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Complex.swift:150:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ x:Complex, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Complex.swift:150:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ x:Complex, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Complex.swift:155:52: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ x1:Complex, _ x2:Complex, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Complex.swift:155:52: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ x1:Complex, _ x2:Complex, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Complex.swift:155:52: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ x1:Complex, _ x2:Complex, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:76:19: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, @noescape _:(_:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:76:19: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, @noescape _:(_:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:76:19: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, @noescape _:(_:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:77:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:77:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:77:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:78:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Element, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:78:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Element, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:78:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Element, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:79:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Element, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:79:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Element, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:79:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Element, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:491:51: error: 'SignedNumberType' has been renamed to 'SignedNumber' public prefix func + ^~~~~~~~~~~~~~~~ SignedNumber /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:497:51: error: 'SignedNumberType' has been renamed to 'SignedNumber' public prefix func - ^~~~~~~~~~~~~~~~ SignedNumber /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Complex.swift:73:28: error: missing argument label 'nums:' in call return SGLMath.hash(real.hashValue, imag.hashValue) ^ nums: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Complex.swift:118:42: error: missing argument label 'angle:' in call self.real = rho * SGLMath.SGLcos(theta) ^ angle: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Complex.swift:119:42: error: missing argument label 'angle:' in call self.imag = rho * SGLMath.SGLsin(theta) ^ angle: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Complex.swift:124:32: error: missing argument label 'x:' in call return SGLMath.SGLsqrt(real * real + imag * imag) ^ x: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Complex.swift:128:38: error: argument '_' must precede unnamed parameter #0 return SGLMath.SGLatan(imag, real) ~~~~ ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Complex.swift:137:34: error: unary operator '-' cannot be applied to an operand of type 'T' return Complex(real, -imag) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Complex.swift:137:34: note: overloads for '-' exist with these partially matching parameter lists: (Float), (Double), (Float80) return Complex(real, -imag) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Complex.swift:199:12: error: expression was too complex to be solved in reasonable time; consider breaking up the expression into distinct sub-expressions return Complex( ^~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:77:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:82:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:89:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:94:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:101:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:108:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:115:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:122:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:129:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:136:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:143:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:150:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:157:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:164:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:171:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:178:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:185:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:192:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:199:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:209:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:216:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:223:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:230:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:237:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:244:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:251:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:261:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:268:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:275:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:282:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:289:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:308:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:315:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:322:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:337:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:343:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:349:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:352:28: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead >(x:genType, inout _ i:genType) -> genType { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:356:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:361:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:366:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:371:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:376:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:384:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:390:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:399:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:405:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:412:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:417:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:422:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:435:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:448:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:458:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:468:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:479:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:490:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:501:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:512:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:519:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:524:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead >(x:genType, inout _ exp:genIType) -> genType { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:528:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:540:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:546:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:552:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:558:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:568:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:577:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:588:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:599:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:614:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:620:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:629:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:636:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:647:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:654:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:661:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:688:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:700:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:707:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:714:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:722:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:740:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:745:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:752:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:759:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:766:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:773:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:780:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:787:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:794:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:801:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:808:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:813:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:818:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:823:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:828:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:833:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:838:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:843:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:848:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:853:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:858:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:863:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:868:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:873:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:878:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:886:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:894:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:902:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:910:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:918:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:926:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:934:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:941:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:948:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Internal.swift:336:78: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public static func SGLmodf(x:T, inout _ i:T) -> T { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Internal.swift:360:81: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public static func SGLfrexp(x:T, inout _ exp:Int32) -> T { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:338:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout m1: Matrix2x2, m2: Matrix2x2) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:361:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout m1: Matrix2x2, m2: Matrix2x2) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:364:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout m1: Matrix3x3, m2: Matrix3x3) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:387:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout m1: Matrix3x3, m2: Matrix3x3) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:562:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout m1: Matrix4x4, m2: Matrix4x4) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:585:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout m1: Matrix4x4, m2: Matrix4x4) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:30:46: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public prefix func ++(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:35:47: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public postfix func ++(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:41:46: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public prefix func --(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:46:47: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public postfix func --(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:94:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func +=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:108:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func +=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:154:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func -=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:168:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func -=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:256:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:270:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:279:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func %=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:293:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func %=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:400:76: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func <<= (inout v: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:409:76: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func >>= (inout v: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:418:75: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func &=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:432:74: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func &=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:441:75: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func |=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:455:74: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func |=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:464:75: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func ^=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:478:74: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func ^=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:564:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout v1: T, v2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:591:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout v1: T, v2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:37:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func +=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:39:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func -=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:41:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func *=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:43:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func /=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:45:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func %=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:55:23: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func <<=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:57:23: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func >>=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:80:29: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead prefix func ++(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:81:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead postfix func ++(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:82:29: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead prefix func --(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:83:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead postfix func --(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:85:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func +=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:88:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func +=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:90:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func -=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:93:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func -=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:96:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func *=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:99:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func /=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:101:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func %=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:104:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func %=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:122:24: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_:T1, inout _:T2, @noescape _:(_:T1.Element, inout _:T2.Element) -> Element) ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:130:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func *=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:132:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func /=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:209:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:245:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:297:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:73:30: error: 'MutableCollectionType' has been renamed to 'MutableCollection' public protocol MatrixType : MutableCollectionType, Hashable, Equatable, CustomDebugStringConvertible { ^~~~~~~~~~~~~~~~~~~~~ MutableCollection /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:136:37: error: 'MutableCollectionType' has been renamed to 'MutableCollection' public protocol BooleanVectorType : MutableCollectionType, Hashable, Equatable, CustomDebugStringConvertible { ^~~~~~~~~~~~~~~~~~~~~ MutableCollection /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:48:63: error: 'FloatingPointType' has been renamed to 'FloatingPoint' public protocol FloatingPointArithmeticType : ArithmeticType, FloatingPointType, SignedNumberType, FloatLiteralConvertible {} ^~~~~~~~~~~~~~~~~ FloatingPoint /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:48:82: error: 'SignedNumberType' has been renamed to 'SignedNumber' public protocol FloatingPointArithmeticType : ArithmeticType, FloatingPointType, SignedNumberType, FloatLiteralConvertible {} ^~~~~~~~~~~~~~~~ SignedNumber /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:53:54: error: 'BitwiseOperationsType' has been renamed to 'BitwiseOperations' public protocol BitsOperationsType : ArithmeticType, BitwiseOperationsType { ^~~~~~~~~~~~~~~~~~~~~ BitwiseOperations /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:270:21: error: 'SignedNumberType' has been renamed to 'SignedNumber' genType.Element:SignedNumberType ^~~~~~~~~~~~~~~~ SignedNumber /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:451:21: error: 'FloatingPointType' has been renamed to 'FloatingPoint' genType.Element:FloatingPointType, ^~~~~~~~~~~~~~~~~ FloatingPoint /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:461:21: error: 'FloatingPointType' has been renamed to 'FloatingPoint' genType.Element:FloatingPointType, ^~~~~~~~~~~~~~~~~ FloatingPoint /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:936:10: error: 'bvec' does not have a member type named 'Generator'; did you mean 'BooleanVector'? bvec.Generator.Element == Bool ^~~~~~~~~ BooleanVector /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:936:20: error: 'Element' is not a member type of 'bvec.BooleanVector' bvec.Generator.Element == Bool ~~~~~~~~~~~~~~ ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:937:23: error: 'bvec' does not have a member type named 'Generator'; did you mean 'BooleanVector'? >(x:bvec) -> bvec.Generator.Element { ^~~~~~~~~ BooleanVector /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:937:33: error: 'Element' is not a member type of 'bvec.BooleanVector' >(x:bvec) -> bvec.Generator.Element { ~~~~~~~~~~~~~~ ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:943:10: error: 'bvec' does not have a member type named 'Generator'; did you mean 'BooleanVector'? bvec.Generator.Element == Bool ^~~~~~~~~ BooleanVector /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:943:20: error: 'Element' is not a member type of 'bvec.BooleanVector' bvec.Generator.Element == Bool ~~~~~~~~~~~~~~ ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:944:23: error: 'bvec' does not have a member type named 'Generator'; did you mean 'BooleanVector'? >(x:bvec) -> bvec.Generator.Element { ^~~~~~~~~ BooleanVector /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:944:33: error: 'Element' is not a member type of 'bvec.BooleanVector' >(x:bvec) -> bvec.Generator.Element { ~~~~~~~~~~~~~~ ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:116:69: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: T, @noescape _:(_:T.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:116:69: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: T, @noescape _:(_:T.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:116:69: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: T, @noescape _:(_:T.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:119:22: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, @noescape _:(_:T1.Element, _:T2.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:119:22: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, @noescape _:(_:T1.Element, _:T2.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:119:22: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, @noescape _:(_:T1.Element, _:T2.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:122:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, inout _:T2, @noescape _:(_:T1.Element, inout _:T2.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:122:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, inout _:T2, @noescape _:(_:T1.Element, inout _:T2.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:125:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:125:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:125:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:128:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:Bool) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:128:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:Bool) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:128:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:Bool) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:76:19: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, @noescape _:(_:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:76:19: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, @noescape _:(_:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:76:19: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, @noescape _:(_:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:77:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:77:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:77:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:78:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Element, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:78:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Element, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:78:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Element, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:79:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Element, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:79:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Element, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:79:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Element, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:86:12: error: cannot invoke initializer for type 'genType' with an argument list of type '(genType, _)' return genType(degrees, radians) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:86:12: note: overloads for 'genType' exist with these partially matching parameter lists: (T, @noescape (T.Element) -> Self.Element), (Self, @noescape (Self.Element) -> Self.Element) return genType(degrees, radians) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:98:12: error: cannot invoke initializer for type 'genType' with an argument list of type '(genType, _)' return genType(radians, degrees) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:98:12: note: overloads for 'genType' exist with these partially matching parameter lists: (T, @noescape (T.Element) -> Self.Element), (Self, @noescape (Self.Element) -> Self.Element) return genType(radians, degrees) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:140:12: error: cannot invoke initializer for type 'genType' with an argument list of type '(genType.Element, genType, _)' return genType(y, x, SGLMath.SGLatan) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:140:12: note: overloads for 'genType' exist with these partially matching parameter lists: (T1, T2, @noescape (T1.Element, T2.Element) -> Self.Element), (Self, Self, @noescape (Self.Element, Self.Element) -> Self.Element), (Self.Element, Self, @noescape (Self.Element, Self.Element) -> Self.Element), (Self, Self.Element, @noescape (Self.Element, Self.Element) -> Self.Element) return genType(y, x, SGLMath.SGLatan) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:147:12: error: cannot invoke initializer for type 'genType' with an argument list of type '(genType, genType.Element, _)' return genType(y, x, SGLMath.SGLatan) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:147:12: note: overloads for 'genType' exist with these partially matching parameter lists: (T1, T2, @noescape (T1.Element, T2.Element) -> Self.Element), (Self, Self, @noescape (Self.Element, Self.Element) -> Self.Element), (Self.Element, Self, @noescape (Self.Element, Self.Element) -> Self.Element), (Self, Self.Element, @noescape (Self.Element, Self.Element) -> Self.Element) return genType(y, x, SGLMath.SGLatan) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:154:12: error: cannot invoke initializer for type 'genType' with an argument list of type '(genType, genType, _)' return genType(y, x, SGLMath.SGLatan) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:154:12: note: overloads for 'genType' exist with these partially matching parameter lists: (T1, T2, @noescape (T1.Element, T2.Element) -> Self.Element), (Self, Self, @noescape (Self.Element, Self.Element) -> Self.Element) return genType(y, x, SGLMath.SGLatan) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:161:12: error: cannot invoke initializer for type 'genType' with an argument list of type '(genType, _)' return genType(yoverx, SGLMath.SGLatan) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:161:12: note: overloads for 'genType' exist with these partially matching parameter lists: (T, @noescape (T.Element) -> Self.Element), (Self, @noescape (Self.Element) -> Self.Element) return genType(yoverx, SGLMath.SGLatan) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:255:23: error: generic parameter 'T' could not be inferred return genType(x) { 1 / SGLMath.SGLsqrt($0) } ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:261:13: note: in call to operator '/' public func /(s: T.Element, x: T) -> T { ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:265:12: error: cannot invoke initializer for type 'genType' with an argument list of type '(genType, _)' return genType(x, abs) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:265:12: note: overloads for 'genType' exist with these partially matching parameter lists: (T, @noescape (T.Element) -> Self.Element), (Self, @noescape (Self.Element) -> Self.Element) return genType(x, abs) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:272:39: error: type 'Int1' does not conform to protocol 'Boolean' return genType(x) { $0 == 0 ? 0 : $0 < 0 ? -1 : 1 } ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:300:33: error: missing argument label 'x:' in call return SGLMath.SGLround(x); ^ x: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:302:12: error: ambiguous use of operator '%' if int % 2 == 0 { ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:284:13: note: found this candidate public func %(s: T.Element, x: T) -> T { ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:44:10: note: found this candidate func %(_: Self, _: Self) -> Self ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:491:51: error: 'SignedNumberType' has been renamed to 'SignedNumber' public prefix func + ^~~~~~~~~~~~~~~~ SignedNumber /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:312:12: error: cannot invoke initializer for type 'genType' with an argument list of type '(genType, _)' return genType(x, roundEven) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:312:12: note: overloads for 'genType' exist with these partially matching parameter lists: (T, @noescape (T.Element) -> Self.Element), (Self, @noescape (Self.Element) -> Self.Element) return genType(x, roundEven) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:497:51: error: 'SignedNumberType' has been renamed to 'SignedNumber' public prefix func - ^~~~~~~~~~~~~~~~ SignedNumber /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:334:30: error: missing argument label 'x:' in call return min(x - floor(x), one_minus_ulp) ^ x: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:358:12: error: cannot invoke initializer for type 'genType' with an argument list of type '(genType, genType, _)' return genType(x, y, min) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:358:12: note: overloads for 'genType' exist with these partially matching parameter lists: (T1, T2, @noescape (T1.Element, T2.Element) -> Self.Element), (Self, Self, @noescape (Self.Element, Self.Element) -> Self.Element) return genType(x, y, min) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:363:12: error: cannot invoke initializer for type 'genType' with an argument list of type '(genType, genType.Element, _)' return genType(x, y, min) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:363:12: note: overloads for 'genType' exist with these partially matching parameter lists: (T1, T2, @noescape (T1.Element, T2.Element) -> Self.Element), (Self, Self, @noescape (Self.Element, Self.Element) -> Self.Element), (Self.Element, Self, @noescape (Self.Element, Self.Element) -> Self.Element), (Self, Self.Element, @noescape (Self.Element, Self.Element) -> Self.Element) return genType(x, y, min) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:368:12: error: cannot invoke initializer for type 'genType' with an argument list of type '(genType, genType, _)' return genType(x, y, max) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:368:12: note: overloads for 'genType' exist with these partially matching parameter lists: (T1, T2, @noescape (T1.Element, T2.Element) -> Self.Element), (Self, Self, @noescape (Self.Element, Self.Element) -> Self.Element) return genType(x, y, max) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:373:12: error: cannot invoke initializer for type 'genType' with an argument list of type '(genType, genType.Element, _)' return genType(x, y, max) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:373:12: note: overloads for 'genType' exist with these partially matching parameter lists: (T1, T2, @noescape (T1.Element, T2.Element) -> Self.Element), (Self, Self, @noescape (Self.Element, Self.Element) -> Self.Element), (Self.Element, Self, @noescape (Self.Element, Self.Element) -> Self.Element), (Self, Self.Element, @noescape (Self.Element, Self.Element) -> Self.Element) return genType(x, y, max) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:378:39: error: cannot convert value of type '(genType.Element, genType.Element, genType.Element) -> genType.Element' to expected argument type '(_, _, _) -> _' return genType(x, minVal, maxVal) { ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:392:29: error: cannot convert value of type '(genType.Element, genType.Element, genType.Element) -> _' to expected argument type '(_, _, _) -> _' return genType(x, y, a) { ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:409:34: error: type '_' does not conform to protocol 'Boolean.Protocol' return genType(x, y, a) {$2 ? $1 : $0} ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:409:34: error: type '_' does not conform to protocol 'Boolean.Protocol' return genType(x, y, a) {$2 ? $1 : $0} ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:409:34: error: type '_' does not conform to protocol 'Boolean.Protocol' return genType(x, y, a) {$2 ? $1 : $0} ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:409:34: error: type '_' does not conform to protocol 'Boolean.Protocol' return genType(x, y, a) {$2 ? $1 : $0} ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:409:34: error: type '_' does not conform to protocol 'Boolean.Protocol' return genType(x, y, a) {$2 ? $1 : $0} ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:414:12: error: cannot invoke initializer for type 'genType' with an argument list of type '(genType, genType, (_, _) -> _)' return genType(edge, x) { $1 < $0 ? 0 : 1} ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:414:12: note: overloads for 'genType' exist with these partially matching parameter lists: (T1, T2, @noescape (T1.Element, T2.Element) -> Self.Element), (Self, Self, @noescape (Self.Element, Self.Element) -> Self.Element) return genType(edge, x) { $1 < $0 ? 0 : 1} ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:419:25: error: type 'Int1' does not conform to protocol 'Boolean' return genType(x) { $0 < edge ? 0 : 1} ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:139:19: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, @noescape _:(_:Bool) -> Bool) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:139:19: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, @noescape _:(_:Bool) -> Bool) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:139:19: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, @noescape _:(_:Bool) -> Bool) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:140:69: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: T, @noescape _:(_:T.Element) -> Bool) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:140:69: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: T, @noescape _:(_:T.Element) -> Bool) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:140:69: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: T, @noescape _:(_:T.Element) -> Bool) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:143:22: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, @noescape _:(_:T1.Element, _:T2.Element) -> Bool) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:143:22: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, @noescape _:(_:T1.Element, _:T2.Element) -> Bool) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:143:22: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, @noescape _:(_:T1.Element, _:T2.Element) -> Bool) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:455:16: error: ambiguous reference to member 'init' return genType.BooleanVector(x) {$0.isNaN} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:139:5: note: found this candidate init(_: Self, @noescape _:(_:Bool) -> Bool) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:140:5: note: found this candidate init(_: T, @noescape _:(_:T.Element) -> Bool) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:465:16: error: ambiguous reference to member 'init' return genType.BooleanVector(x) {$0.isInfinite} ^~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:139:5: note: found this candidate init(_: Self, @noescape _:(_:Bool) -> Bool) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:140:5: note: found this candidate init(_: T, @noescape _:(_:T.Element) -> Bool) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:475:26: error: missing argument label 'to:' in call unsafeBitCast($0 , genType.Int32Vector.Element.self) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:486:26: error: missing argument label 'to:' in call unsafeBitCast($0 , genType.UInt32Vector.Element.self) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:497:26: error: missing argument label 'to:' in call unsafeBitCast($0 , genType.FloatVector.Element.self) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:508:26: error: missing argument label 'to:' in call unsafeBitCast($0 , genType.FloatVector.Element.self) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:534:40: error: cannot convert value of type '(x: _, Int32) -> _' to expected argument type '(_, _) -> _' return genType(x, exp, SGLMath.SGLldexp) ~~~~~~~~^~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:184:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:184:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:184:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:189:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:189:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:189:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:195:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:195:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:195:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:202:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:202:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:202:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:209:34: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:209:34: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:216:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:216:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:216:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:223:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:223:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:223:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:542:25: error: missing argument label 'x:' in call let i = uvec2(round(clamp(v, 0, 1) * 0xffff)) ^ x: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:301:45: error: 'IntegerArithmeticType' has been renamed to 'IntegerArithmetic' public func &+(v1: T, v2: T) -> T { ^~~~~~~~~~~~~~~~~~~~~ IntegerArithmetic /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:316:45: error: 'IntegerArithmeticType' has been renamed to 'IntegerArithmetic' public func &+(s: T.Element, v: T) -> T { ^~~~~~~~~~~~~~~~~~~~~ IntegerArithmetic /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:321:45: error: 'IntegerArithmeticType' has been renamed to 'IntegerArithmetic' public func &+(v: T, s: T.Element) -> T { ^~~~~~~~~~~~~~~~~~~~~ IntegerArithmetic /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:548:25: error: missing argument label 'x:' in call let i = ivec2(round(clamp(v, -1, 1) * 0x7fff)) ^ x: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:264:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:264:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:264:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:271:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector4, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:271:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector4, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:271:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector4, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:279:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:279:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:279:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:288:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:288:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:288:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:297:34: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:297:34: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:306:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:306:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:306:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:315:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:315:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:315:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:554:25: error: missing argument label 'x:' in call let i = uvec4(round(clamp(v, 0, 1) * 0xff)) ^ x: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:560:25: error: missing argument label 'x:' in call let i = ivec4(round(clamp(v, -1, 1) * 0x7f)) ^ x: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:617:25: error: missing argument label 'to:' in call return unsafeBitCast(i, Double.self) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:622:26: error: missing argument label 'to:' in call let d = unsafeBitCast(v, UInt64.self) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:631:51: error: missing argument label 'f:' in call var ret:UInt32 = UInt32(SGLMath.halfFromFloat(v[0])) ^ f: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:632:41: error: missing argument label 'f:' in call ret += UInt32(SGLMath.halfFromFloat(v[1])) << 16 ^ f: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:639:32: error: missing argument label 'i:' in call SGLMath.floatFromHalf( UInt16(v & 0xFFFF) ), ^ i: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:651:28: error: missing argument label 'x:' in call return SGLMath.SGLsqrt(dot(x, x)) ^ x: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:658:19: error: missing argument label 'x:' in call return length(p0 - p1) ^ x: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:216:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:216:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:216:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:222:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:222:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:222:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:229:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:229:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:229:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:237:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:237:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:237:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:245:34: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:245:34: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:253:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:253:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:253:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:261:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:261:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:261:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:704:23: error: missing argument label 'x:' in call return x / length(x) ^ x: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:711:22: error: argument '_' must precede unnamed parameter #0 return dot(nRef, i) < 0 ? n : -n ~~~~ ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:718:24: error: argument '_' must precede unnamed parameter #0 let f = 2 * dot(n, i) ~ ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:726:24: error: argument '_' must precede unnamed parameter #0 let dotni = dot(n, i) ~ ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:196:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:196:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:196:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:201:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix2x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:201:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix2x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:201:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix2x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:206:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:206:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:206:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:211:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix2x2, _ m2:Matrix2x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:211:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix2x2, _ m2:Matrix2x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:211:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix2x2, _ m2:Matrix2x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:191:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x3, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:191:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x3, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:191:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x3, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:196:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix2x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:196:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix2x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:196:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix2x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:201:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:201:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:201:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:206:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix2x3, _ m2:Matrix2x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:206:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix2x3, _ m2:Matrix2x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:206:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix2x3, _ m2:Matrix2x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:196:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x4, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:196:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x4, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:196:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x4, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:201:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix2x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:201:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix2x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:201:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix2x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:206:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x4, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:206:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x4, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:206:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x4, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:211:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix2x4, _ m2:Matrix2x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:211:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix2x4, _ m2:Matrix2x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:211:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix2x4, _ m2:Matrix2x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:219:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:219:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:219:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:225:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix3x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:225:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix3x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:225:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix3x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:231:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:231:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:231:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:237:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix3x2, _ m2:Matrix3x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:237:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix3x2, _ m2:Matrix3x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:237:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix3x2, _ m2:Matrix3x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:219:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x3, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:219:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x3, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:219:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x3, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:225:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix3x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:225:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix3x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:225:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix3x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:231:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:231:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:231:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:237:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix3x3, _ m2:Matrix3x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:237:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix3x3, _ m2:Matrix3x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:237:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix3x3, _ m2:Matrix3x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x4.swift:219:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x4, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x4.swift:219:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x4, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x4.swift:219:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x4, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x4.swift:225:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix3x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x4.swift:225:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix3x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x4.swift:225:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix3x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x4.swift:231:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x4, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x4.swift:231:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x4, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x4.swift:231:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x4, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x4.swift:237:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix3x4, _ m2:Matrix3x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x4.swift:237:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix3x4, _ m2:Matrix3x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x4.swift:237:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix3x4, _ m2:Matrix3x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:252:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:252:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:252:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:259:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix4x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:259:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix4x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:259:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix4x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:266:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:266:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:266:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:273:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix4x2, _ m2:Matrix4x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:273:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix4x2, _ m2:Matrix4x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:273:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix4x2, _ m2:Matrix4x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x3.swift:247:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x3, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x3.swift:247:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x3, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x3.swift:247:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x3, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x3.swift:254:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix4x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x3.swift:254:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix4x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x3.swift:254:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix4x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x3.swift:261:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x3.swift:261:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x3.swift:261:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x3.swift:268:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix4x3, _ m2:Matrix4x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x3.swift:268:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix4x3, _ m2:Matrix4x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x3.swift:268:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix4x3, _ m2:Matrix4x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:252:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x4, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:252:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x4, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:252:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x4, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:259:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix4x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:259:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix4x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:259:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix4x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:266:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x4, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:266:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x4, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:266:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x4, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:273:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix4x4, _ m2:Matrix4x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:273:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix4x4, _ m2:Matrix4x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:273:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix4x4, _ m2:Matrix4x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:352:28: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead >(x:genType, inout _ i:genType) -> genType { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:524:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead >(x:genType, inout _ exp:genIType) -> genType { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Internal.swift:336:78: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public static func SGLmodf(x:T, inout _ i:T) -> T { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Internal.swift:360:81: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public static func SGLfrexp(x:T, inout _ exp:Int32) -> T { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:338:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout m1: Matrix2x2, m2: Matrix2x2) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:361:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout m1: Matrix2x2, m2: Matrix2x2) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:364:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout m1: Matrix3x3, m2: Matrix3x3) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:387:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout m1: Matrix3x3, m2: Matrix3x3) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:562:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout m1: Matrix4x4, m2: Matrix4x4) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:585:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout m1: Matrix4x4, m2: Matrix4x4) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:30:46: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public prefix func ++(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:35:47: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public postfix func ++(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:41:46: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public prefix func --(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:46:47: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public postfix func --(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:94:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func +=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:108:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func +=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:154:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func -=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:168:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func -=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:256:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:270:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:279:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func %=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:293:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func %=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:400:76: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func <<= (inout v: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:409:76: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func >>= (inout v: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:418:75: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func &=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:432:74: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func &=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:441:75: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func |=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:455:74: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func |=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:464:75: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func ^=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:478:74: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func ^=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:564:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout v1: T, v2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:591:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout v1: T, v2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:37:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func +=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:39:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func -=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:41:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func *=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:43:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func /=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:45:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func %=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:55:23: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func <<=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:57:23: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func >>=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:80:29: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead prefix func ++(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:81:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead postfix func ++(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:82:29: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead prefix func --(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:83:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead postfix func --(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:85:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func +=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:88:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func +=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:90:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func -=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:93:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func -=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:96:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func *=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:99:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func /=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:101:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func %=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:104:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func %=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:122:24: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_:T1, inout _:T2, @noescape _:(_:T1.Element, inout _:T2.Element) -> Element) ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:130:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func *=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:132:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func /=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:209:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:245:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:297:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:73:30: error: 'MutableCollectionType' has been renamed to 'MutableCollection' public protocol MatrixType : MutableCollectionType, Hashable, Equatable, CustomDebugStringConvertible { ^~~~~~~~~~~~~~~~~~~~~ MutableCollection /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:136:37: error: 'MutableCollectionType' has been renamed to 'MutableCollection' public protocol BooleanVectorType : MutableCollectionType, Hashable, Equatable, CustomDebugStringConvertible { ^~~~~~~~~~~~~~~~~~~~~ MutableCollection /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:48:63: error: 'FloatingPointType' has been renamed to 'FloatingPoint' public protocol FloatingPointArithmeticType : ArithmeticType, FloatingPointType, SignedNumberType, FloatLiteralConvertible {} ^~~~~~~~~~~~~~~~~ FloatingPoint /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:48:82: error: 'SignedNumberType' has been renamed to 'SignedNumber' public protocol FloatingPointArithmeticType : ArithmeticType, FloatingPointType, SignedNumberType, FloatLiteralConvertible {} ^~~~~~~~~~~~~~~~ SignedNumber /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:53:54: error: 'BitwiseOperationsType' has been renamed to 'BitwiseOperations' public protocol BitsOperationsType : ArithmeticType, BitwiseOperationsType { ^~~~~~~~~~~~~~~~~~~~~ BitwiseOperations /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Internal.swift:39:19: warning: missing '.self' for reference to metatype of type 'Int' if sizeof(Int) == 8 { // 64 bit ^ .self /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Internal.swift:56:29: error: 'generate()' has been renamed to 'makeIterator' var data = nums.generate() ^~~~~~~~ makeIterator Swift.Collection:5:17: note: 'generate()' has been explicitly marked unavailable here public func generate() -> Self.Iterator ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:351:45: error: 'IntegerArithmeticType' has been renamed to 'IntegerArithmetic' public func &*(v1: T, v2: T) -> T { ^~~~~~~~~~~~~~~~~~~~~ IntegerArithmetic /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:366:45: error: 'IntegerArithmeticType' has been renamed to 'IntegerArithmetic' public func &*(s: T.Element, v: T) -> T { ^~~~~~~~~~~~~~~~~~~~~ IntegerArithmetic /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:381:45: error: 'IntegerArithmeticType' has been renamed to 'IntegerArithmetic' public func &*(v: T, s: T.Element) -> T { ^~~~~~~~~~~~~~~~~~~~~ IntegerArithmetic /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Internal.swift:60:35: error: argument '_' must precede unnamed parameter #0 k1 = rotl(k1, 31) ~~ ^~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Internal.swift:63:35: error: argument '_' must precede unnamed parameter #0 h1 = rotl(h1, 27) ~~ ^~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:301:45: error: 'IntegerArithmeticType' has been renamed to 'IntegerArithmetic' public func &+(v1: T, v2: T) -> T { ^~~~~~~~~~~~~~~~~~~~~ IntegerArithmetic /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:316:45: error: 'IntegerArithmeticType' has been renamed to 'IntegerArithmetic' public func &+(s: T.Element, v: T) -> T { ^~~~~~~~~~~~~~~~~~~~~ IntegerArithmetic /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:321:45: error: 'IntegerArithmeticType' has been renamed to 'IntegerArithmetic' public func &+(v: T, s: T.Element) -> T { ^~~~~~~~~~~~~~~~~~~~~ IntegerArithmetic /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:491:51: error: 'SignedNumberType' has been renamed to 'SignedNumber' public prefix func + ^~~~~~~~~~~~~~~~ SignedNumber /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Internal.swift:69:35: error: argument '_' must precede unnamed parameter #0 k2 = rotl(k2, 33) ~~ ^~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Internal.swift:72:35: error: argument '_' must precede unnamed parameter #0 h2 = rotl(h2, 31); ~~ ^~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Internal.swift:81:23: error: missing argument label 'kk:' in call h1 = fmix(h1); ^ kk: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Internal.swift:82:23: error: missing argument label 'kk:' in call h2 = fmix(h2); ^ kk: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Internal.swift:337:22: warning: conditional cast from 'Double' to 'Double' always succeeds if let z = x as? Double { ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Internal.swift:342:22: warning: conditional cast from 'Float' to 'Float' always succeeds if let z = x as? Float { ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Internal.swift:361:22: warning: conditional cast from 'Double' to 'Double' always succeeds if let z = x as? Double { ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Internal.swift:364:22: warning: conditional cast from 'Float' to 'Float' always succeeds if let z = x as? Float { ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:497:51: error: 'SignedNumberType' has been renamed to 'SignedNumber' public prefix func - ^~~~~~~~~~~~~~~~ SignedNumber /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Internal.swift:408:29: error: missing argument label 'to:' in call return unsafeBitCast(ret, Float.self) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Internal.swift:412:34: error: missing argument label 'to:' in call let fbits = unsafeBitCast(f, UInt32.self) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:352:28: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead >(x:genType, inout _ i:genType) -> genType { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:524:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead >(x:genType, inout _ exp:genIType) -> genType { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Internal.swift:336:78: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public static func SGLmodf(x:T, inout _ i:T) -> T { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Internal.swift:360:81: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public static func SGLfrexp(x:T, inout _ exp:Int32) -> T { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:338:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout m1: Matrix2x2, m2: Matrix2x2) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:361:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout m1: Matrix2x2, m2: Matrix2x2) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:364:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout m1: Matrix3x3, m2: Matrix3x3) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:387:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout m1: Matrix3x3, m2: Matrix3x3) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:562:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout m1: Matrix4x4, m2: Matrix4x4) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:585:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout m1: Matrix4x4, m2: Matrix4x4) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:30:46: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public prefix func ++(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:35:47: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public postfix func ++(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:41:46: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public prefix func --(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:46:47: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public postfix func --(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:94:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func +=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:108:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func +=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:154:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func -=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:168:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func -=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:256:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:270:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:279:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func %=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:293:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func %=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:400:76: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func <<= (inout v: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:409:76: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func >>= (inout v: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:418:75: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func &=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:432:74: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func &=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:441:75: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func |=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:455:74: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func |=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:464:75: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func ^=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:478:74: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func ^=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:564:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout v1: T, v2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:591:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout v1: T, v2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:37:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func +=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:39:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func -=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:41:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func *=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:43:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func /=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:45:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func %=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:55:23: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func <<=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:57:23: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func >>=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:80:29: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead prefix func ++(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:81:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead postfix func ++(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:82:29: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead prefix func --(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:83:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead postfix func --(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:85:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func +=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:88:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func +=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:90:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func -=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:93:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func -=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:96:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func *=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:99:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func /=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:101:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func %=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:104:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func %=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:122:24: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_:T1, inout _:T2, @noescape _:(_:T1.Element, inout _:T2.Element) -> Element) ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:130:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func *=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:132:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func /=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:209:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:245:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:297:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:73:30: error: 'MutableCollectionType' has been renamed to 'MutableCollection' public protocol MatrixType : MutableCollectionType, Hashable, Equatable, CustomDebugStringConvertible { ^~~~~~~~~~~~~~~~~~~~~ MutableCollection /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:136:37: error: 'MutableCollectionType' has been renamed to 'MutableCollection' public protocol BooleanVectorType : MutableCollectionType, Hashable, Equatable, CustomDebugStringConvertible { ^~~~~~~~~~~~~~~~~~~~~ MutableCollection /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:53:54: error: 'BitwiseOperationsType' has been renamed to 'BitwiseOperations' public protocol BitsOperationsType : ArithmeticType, BitwiseOperationsType { ^~~~~~~~~~~~~~~~~~~~~ BitwiseOperations /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:48:63: error: 'FloatingPointType' has been renamed to 'FloatingPoint' public protocol FloatingPointArithmeticType : ArithmeticType, FloatingPointType, SignedNumberType, FloatLiteralConvertible {} ^~~~~~~~~~~~~~~~~ FloatingPoint /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:48:82: error: 'SignedNumberType' has been renamed to 'SignedNumber' public protocol FloatingPointArithmeticType : ArithmeticType, FloatingPointType, SignedNumberType, FloatLiteralConvertible {} ^~~~~~~~~~~~~~~~ SignedNumber /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:70:12: error: binary operator '+=' cannot be applied to two 'Vector4' operands m3 += m[1] * v[1] ~~ ^ ~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:70:12: note: overloads for '+=' exist with these partially matching parameter lists: (inout UInt8, UInt8), (inout Int8, Int8), (inout UInt16, UInt16), (inout Int16, Int16), (inout UInt32, UInt32), (inout Int32, Int32), (inout UInt64, UInt64), (inout Int64, Int64), (inout UInt, UInt), (inout Int, Int), (inout Float, Float), (inout Double, Double), (inout Float80, Float80), (inout String, String), (inout ContiguousArray, S), (inout ContiguousArray, C), (inout ArraySlice, S), (inout ArraySlice, C), (inout Array, S), (inout Array, C), (inout _ContiguousArrayBuffer, C), (inout T, T.Stride), (inout T, T._DisallowMixedSignArithmetic), (inout UnsafeMutablePointer, Int), (inout UnsafePointer, Int), (inout Self, S) m3 += m[1] * v[1] ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:71:12: error: binary operator '+=' cannot be applied to two 'Vector4' operands m3 += m[2] * v[2] ~~ ^ ~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:71:12: note: overloads for '+=' exist with these partially matching parameter lists: (inout UInt8, UInt8), (inout Int8, Int8), (inout UInt16, UInt16), (inout Int16, Int16), (inout UInt32, UInt32), (inout Int32, Int32), (inout UInt64, UInt64), (inout Int64, Int64), (inout UInt, UInt), (inout Int, Int), (inout Float, Float), (inout Double, Double), (inout Float80, Float80), (inout String, String), (inout ContiguousArray, S), (inout ContiguousArray, C), (inout ArraySlice, S), (inout ArraySlice, C), (inout Array, S), (inout Array, C), (inout _ContiguousArrayBuffer, C), (inout T, T.Stride), (inout T, T._DisallowMixedSignArithmetic), (inout UnsafeMutablePointer, Int), (inout UnsafePointer, Int), (inout Self, S) m3 += m[2] * v[2] ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:72:12: error: binary operator '+=' cannot be applied to two 'Vector4' operands m3 += m[3] ~~ ^ ~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:72:12: note: overloads for '+=' exist with these partially matching parameter lists: (inout UInt8, UInt8), (inout Int8, Int8), (inout UInt16, UInt16), (inout Int16, Int16), (inout UInt32, UInt32), (inout Int32, Int32), (inout UInt64, UInt64), (inout Int64, Int64), (inout UInt, UInt), (inout Int, Int), (inout Float, Float), (inout Double, Double), (inout Float80, Float80), (inout String, String), (inout ContiguousArray, S), (inout ContiguousArray, C), (inout ArraySlice, S), (inout ArraySlice, C), (inout Array, S), (inout Array, C), (inout _ContiguousArrayBuffer, C), (inout T, T.Stride), (inout T, T._DisallowMixedSignArithmetic), (inout UnsafeMutablePointer, Int), (inout UnsafePointer, Int), (inout Self, S) m3 += m[3] ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:252:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x4, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:252:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x4, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:252:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x4, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:259:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix4x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:259:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix4x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:259:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix4x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:266:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x4, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:266:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x4, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:266:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x4, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:273:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix4x4, _ m2:Matrix4x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:273:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix4x4, _ m2:Matrix4x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:273:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix4x4, _ m2:Matrix4x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:76:19: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, @noescape _:(_:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:76:19: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, @noescape _:(_:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:76:19: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, @noescape _:(_:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:77:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:77:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:77:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:78:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Element, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:78:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Element, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:78:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Element, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:79:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Element, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:79:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Element, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:79:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Element, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:81:32: error: missing argument label 'angle:' in call let c = SGLMath.SGLcos(a) ^ angle: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:82:32: error: missing argument label 'angle:' in call let s = SGLMath.SGLsin(a) ^ angle: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:116:69: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: T, @noescape _:(_:T.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:116:69: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: T, @noescape _:(_:T.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:116:69: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: T, @noescape _:(_:T.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:119:22: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, @noescape _:(_:T1.Element, _:T2.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:119:22: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, @noescape _:(_:T1.Element, _:T2.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:119:22: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, @noescape _:(_:T1.Element, _:T2.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:122:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, inout _:T2, @noescape _:(_:T1.Element, inout _:T2.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:122:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, inout _:T2, @noescape _:(_:T1.Element, inout _:T2.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:125:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:125:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:125:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:128:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:Bool) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:128:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:Bool) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:128:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:Bool) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:83:30: error: missing argument label 'x:' in call let axis = normalize(v) ^ x: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:497:51: error: 'SignedNumberType' has been renamed to 'SignedNumber' public prefix func - ^~~~~~~~~~~~~~~~ SignedNumber /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:110:19: error: binary operator '+=' cannot be applied to two 'Vector4' operands Result[0] += m[1] * r01 ~~~~~~~~~ ^ ~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:110:19: note: overloads for '+=' exist with these partially matching parameter lists: (inout UInt8, UInt8), (inout Int8, Int8), (inout UInt16, UInt16), (inout Int16, Int16), (inout UInt32, UInt32), (inout Int32, Int32), (inout UInt64, UInt64), (inout Int64, Int64), (inout UInt, UInt), (inout Int, Int), (inout Float, Float), (inout Double, Double), (inout Float80, Float80), (inout String, String), (inout ContiguousArray, S), (inout ContiguousArray, C), (inout ArraySlice, S), (inout ArraySlice, C), (inout Array, S), (inout Array, C), (inout _ContiguousArrayBuffer, C), (inout T, T.Stride), (inout T, T._DisallowMixedSignArithmetic), (inout UnsafeMutablePointer, Int), (inout UnsafePointer, Int), (inout Self, S) Result[0] += m[1] * r01 ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:111:19: error: binary operator '+=' cannot be applied to two 'Vector4' operands Result[0] += m[2] * r02 ~~~~~~~~~ ^ ~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:111:19: note: overloads for '+=' exist with these partially matching parameter lists: (inout UInt8, UInt8), (inout Int8, Int8), (inout UInt16, UInt16), (inout Int16, Int16), (inout UInt32, UInt32), (inout Int32, Int32), (inout UInt64, UInt64), (inout Int64, Int64), (inout UInt, UInt), (inout Int, Int), (inout Float, Float), (inout Double, Double), (inout Float80, Float80), (inout String, String), (inout ContiguousArray, S), (inout ContiguousArray, C), (inout ArraySlice, S), (inout ArraySlice, C), (inout Array, S), (inout Array, C), (inout _ContiguousArrayBuffer, C), (inout T, T.Stride), (inout T, T._DisallowMixedSignArithmetic), (inout UnsafeMutablePointer, Int), (inout UnsafePointer, Int), (inout Self, S) Result[0] += m[2] * r02 ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:112:19: error: binary operator '+=' cannot be applied to two 'Vector4' operands Result[1] += m[1] * r11 ~~~~~~~~~ ^ ~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:112:19: note: overloads for '+=' exist with these partially matching parameter lists: (inout UInt8, UInt8), (inout Int8, Int8), (inout UInt16, UInt16), (inout Int16, Int16), (inout UInt32, UInt32), (inout Int32, Int32), (inout UInt64, UInt64), (inout Int64, Int64), (inout UInt, UInt), (inout Int, Int), (inout Float, Float), (inout Double, Double), (inout Float80, Float80), (inout String, String), (inout ContiguousArray, S), (inout ContiguousArray, C), (inout ArraySlice, S), (inout ArraySlice, C), (inout Array, S), (inout Array, C), (inout _ContiguousArrayBuffer, C), (inout T, T.Stride), (inout T, T._DisallowMixedSignArithmetic), (inout UnsafeMutablePointer, Int), (inout UnsafePointer, Int), (inout Self, S) Result[1] += m[1] * r11 ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:113:19: error: binary operator '+=' cannot be applied to two 'Vector4' operands Result[1] += m[2] * r12 ~~~~~~~~~ ^ ~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:113:19: note: overloads for '+=' exist with these partially matching parameter lists: (inout UInt8, UInt8), (inout Int8, Int8), (inout UInt16, UInt16), (inout Int16, Int16), (inout UInt32, UInt32), (inout Int32, Int32), (inout UInt64, UInt64), (inout Int64, Int64), (inout UInt, UInt), (inout Int, Int), (inout Float, Float), (inout Double, Double), (inout Float80, Float80), (inout String, String), (inout ContiguousArray, S), (inout ContiguousArray, C), (inout ArraySlice, S), (inout ArraySlice, C), (inout Array, S), (inout Array, C), (inout _ContiguousArrayBuffer, C), (inout T, T.Stride), (inout T, T._DisallowMixedSignArithmetic), (inout UnsafeMutablePointer, Int), (inout UnsafePointer, Int), (inout Self, S) Result[1] += m[2] * r12 ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:114:19: error: binary operator '+=' cannot be applied to two 'Vector4' operands Result[2] += m[1] * r21 ~~~~~~~~~ ^ ~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:114:19: note: overloads for '+=' exist with these partially matching parameter lists: (inout UInt8, UInt8), (inout Int8, Int8), (inout UInt16, UInt16), (inout Int16, Int16), (inout UInt32, UInt32), (inout Int32, Int32), (inout UInt64, UInt64), (inout Int64, Int64), (inout UInt, UInt), (inout Int, Int), (inout Float, Float), (inout Double, Double), (inout Float80, Float80), (inout String, String), (inout ContiguousArray, S), (inout ContiguousArray, C), (inout ArraySlice, S), (inout ArraySlice, C), (inout Array, S), (inout Array, C), (inout _ContiguousArrayBuffer, C), (inout T, T.Stride), (inout T, T._DisallowMixedSignArithmetic), (inout UnsafeMutablePointer, Int), (inout UnsafePointer, Int), (inout Self, S) Result[2] += m[1] * r21 ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:115:19: error: binary operator '+=' cannot be applied to two 'Vector4' operands Result[2] += m[2] * r22 ~~~~~~~~~ ^ ~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:115:19: note: overloads for '+=' exist with these partially matching parameter lists: (inout UInt8, UInt8), (inout Int8, Int8), (inout UInt16, UInt16), (inout Int16, Int16), (inout UInt32, UInt32), (inout Int32, Int32), (inout UInt64, UInt64), (inout Int64, Int64), (inout UInt, UInt), (inout Int, Int), (inout Float, Float), (inout Double, Double), (inout Float80, Float80), (inout String, String), (inout ContiguousArray, S), (inout ContiguousArray, C), (inout ArraySlice, S), (inout ArraySlice, C), (inout Array, S), (inout Array, C), (inout _ContiguousArrayBuffer, C), (inout T, T.Stride), (inout T, T._DisallowMixedSignArithmetic), (inout UnsafeMutablePointer, Int), (inout UnsafePointer, Int), (inout Self, S) Result[2] += m[2] * r22 ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:124:32: error: missing argument label 'angle:' in call let c = SGLMath.SGLcos(a) ^ angle: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:125:32: error: missing argument label 'angle:' in call let s = SGLMath.SGLsin(a) ^ angle: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:127:30: error: missing argument label 'x:' in call let axis = normalize(v) ^ x: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:175:61: error: argument '_' must precede unnamed parameter #4 return orthoLH(left, right, bottom, top, zNear, zFar) ~~~~~ ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:177:61: error: argument '_' must precede unnamed parameter #4 return orthoRH(left, right, bottom, top, zNear, zFar) ~~~~~ ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:491:51: error: 'SignedNumberType' has been renamed to 'SignedNumber' public prefix func + ^~~~~~~~~~~~~~~~ SignedNumber /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:189:29: error: unary operator '-' cannot be applied to an operand of type 'T' let r30:T = -(right + left) / (right - left) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:189:29: note: overloads for '-' exist with these partially matching parameter lists: (Float), (Double), (Float80) let r30:T = -(right + left) / (right - left) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:190:27: error: unary operator '-' cannot be applied to an operand of type 'T' let r31:T = -(top + bottom) / (top - bottom) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:190:27: note: overloads for '-' exist with these partially matching parameter lists: (Float), (Double), (Float80) let r31:T = -(top + bottom) / (top - bottom) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:206:29: error: unary operator '-' cannot be applied to an operand of type 'T' let r30:T = -(right + left) / (right - left) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:206:29: note: overloads for '-' exist with these partially matching parameter lists: (Float), (Double), (Float80) let r30:T = -(right + left) / (right - left) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:207:27: error: unary operator '-' cannot be applied to an operand of type 'T' let r31:T = -(top + bottom) / (top - bottom) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:207:27: note: overloads for '-' exist with these partially matching parameter lists: (Float), (Double), (Float80) let r31:T = -(top + bottom) / (top - bottom) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:212:20: error: unary operator '-' cannot be applied to an operand of type 'T' r32 = -zNear / (zFar - zNear) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:212:20: note: overloads for '-' exist with these partially matching parameter lists: (Float), (Double), (Float80) r32 = -zNear / (zFar - zNear) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:215:35: error: expression was too complex to be solved in reasonable time; consider breaking up the expression into distinct sub-expressions r32 = -(zFar + zNear) / (zFar - zNear) ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:232:29: error: unary operator '-' cannot be applied to an operand of type 'T' let r30:T = -(right + left) / (right - left) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:232:29: note: overloads for '-' exist with these partially matching parameter lists: (Float), (Double), (Float80) let r30:T = -(right + left) / (right - left) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:233:27: error: unary operator '-' cannot be applied to an operand of type 'T' let r31:T = -(top + bottom) / (top - bottom) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:233:27: note: overloads for '-' exist with these partially matching parameter lists: (Float), (Double), (Float80) let r31:T = -(top + bottom) / (top - bottom) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:238:20: error: unary operator '-' cannot be applied to an operand of type 'T' r32 = -zNear / (zFar - zNear) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:238:20: note: overloads for '-' exist with these partially matching parameter lists: (Float), (Double), (Float80) r32 = -zNear / (zFar - zNear) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:241:35: error: expression was too complex to be solved in reasonable time; consider breaking up the expression into distinct sub-expressions r32 = -(zFar + zNear) / (zFar - zNear) ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:257:65: error: argument '_' must precede unnamed parameter #4 return frustumLH(left, right, bottom, top, nearVal, farVal) ~~~~~~~ ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:259:65: error: argument '_' must precede unnamed parameter #4 return frustumRH(left, right, bottom, top, nearVal, farVal) ~~~~~~~ ^~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:275:28: error: unary operator '-' cannot be applied to an operand of type 'T' r32 = -(farVal * nearVal) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:275:28: note: overloads for '-' exist with these partially matching parameter lists: (Float), (Double), (Float80) r32 = -(farVal * nearVal) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:276:17: error: binary operator '/=' cannot be applied to two 'T' operands r32 /= (farVal - nearVal) ~~~ ^ ~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:276:17: note: overloads for '/=' exist with these partially matching parameter lists: (inout Float, Float), (inout Double, Double), (inout Float80, Float80) r32 /= (farVal - nearVal) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:279:32: error: unary operator '-' cannot be applied to an operand of type 'T' r32 = -(2 * farVal * nearVal) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:279:32: note: overloads for '-' exist with these partially matching parameter lists: (Float), (Double), (Float80) r32 = -(2 * farVal * nearVal) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:280:17: error: binary operator '/=' cannot be applied to two 'T' operands r32 /= (farVal - nearVal) ~~~ ^ ~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:280:17: note: overloads for '/=' exist with these partially matching parameter lists: (inout Float, Float), (inout Double, Double), (inout Float80, Float80) r32 /= (farVal - nearVal) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:304:28: error: unary operator '-' cannot be applied to an operand of type 'T' r32 = -(farVal * nearVal) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:304:28: note: overloads for '-' exist with these partially matching parameter lists: (Float), (Double), (Float80) r32 = -(farVal * nearVal) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:305:17: error: binary operator '/=' cannot be applied to two 'T' operands r32 /= (farVal - nearVal) ~~~ ^ ~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:305:17: note: overloads for '/=' exist with these partially matching parameter lists: (inout Float, Float), (inout Double, Double), (inout Float80, Float80) r32 /= (farVal - nearVal) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:307:39: error: expression was too complex to be solved in reasonable time; consider breaking up the expression into distinct sub-expressions r22 = -(farVal + nearVal) / (farVal - nearVal) ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:308:32: error: unary operator '-' cannot be applied to an operand of type 'T' r32 = -(2 * farVal * nearVal) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:308:32: note: overloads for '-' exist with these partially matching parameter lists: (Float), (Double), (Float80) r32 = -(2 * farVal * nearVal) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:309:17: error: binary operator '/=' cannot be applied to two 'T' operands r32 /= (farVal - nearVal) ~~~ ^ ~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:309:17: note: overloads for '/=' exist with these partially matching parameter lists: (inout Float, Float), (inout Double, Double), (inout Float80, Float80) r32 /= (farVal - nearVal) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:326:55: error: argument '_' must precede unnamed parameter #2 return perspectiveLH(fovy, aspect, zNear, zFar) ~~~~~ ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:328:55: error: argument '_' must precede unnamed parameter #2 return perspectiveRH(fovy, aspect, zNear, zFar) ~~~~~ ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:338:42: error: missing argument label 'angle:' in call let tanHalfFovy = SGLMath.SGLtan(fovy / 2) ^ angle: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:346:35: error: expression was too complex to be solved in reasonable time; consider breaking up the expression into distinct sub-expressions r32 = -(zFar * zNear) / (zFar - zNear) ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:349:30: error: unary operator '-' cannot be applied to an operand of type 'T' r32 = -(2 * zFar * zNear) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:349:30: note: overloads for '-' exist with these partially matching parameter lists: (Float), (Double), (Float80) r32 = -(2 * zFar * zNear) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:350:17: error: binary operator '/=' cannot be applied to two 'T' operands r32 /= (zFar - zNear) ~~~ ^ ~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:350:17: note: overloads for '/=' exist with these partially matching parameter lists: (inout Float, Float), (inout Double, Double), (inout Float80, Float80) r32 /= (zFar - zNear) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:368:42: error: missing argument label 'angle:' in call let tanHalfFovy = SGLMath.SGLtan(fovy / 2) ^ angle: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:376:35: error: expression was too complex to be solved in reasonable time; consider breaking up the expression into distinct sub-expressions r32 = -(zFar * zNear) / (zFar - zNear) ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:378:35: error: expression was too complex to be solved in reasonable time; consider breaking up the expression into distinct sub-expressions r22 = -(zFar + zNear) / (zFar - zNear) ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:379:30: error: unary operator '-' cannot be applied to an operand of type 'T' r32 = -(2 * zFar * zNear) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:379:30: note: overloads for '-' exist with these partially matching parameter lists: (Float), (Double), (Float80) r32 = -(2 * zFar * zNear) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:380:17: error: binary operator '/=' cannot be applied to two 'T' operands r32 /= (zFar - zNear) ~~~ ^ ~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:380:17: note: overloads for '/=' exist with these partially matching parameter lists: (inout Float, Float), (inout Double, Double), (inout Float80, Float80) r32 /= (zFar - zNear) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:396:64: error: argument '_' must precede unnamed parameter #3 return perspectiveFovLH(fov, width, height, zNear, zFar) ~~~~~ ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:398:64: error: argument '_' must precede unnamed parameter #3 return perspectiveFovRH(fov, width, height, zNear, zFar) ~~~~~ ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:410:36: error: missing argument label 'angle:' in call let r00:T = SGLMath.SGLcos(fov / 2) / SGLMath.SGLsin(fov / 2) ^ angle: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:416:35: error: expression was too complex to be solved in reasonable time; consider breaking up the expression into distinct sub-expressions r32 = -(zFar * zNear) / (zFar - zNear) ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:418:35: error: expression was too complex to be solved in reasonable time; consider breaking up the expression into distinct sub-expressions r22 = -(zFar + zNear) / (zFar - zNear) ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:419:30: error: unary operator '-' cannot be applied to an operand of type 'T' r32 = -(2 * zFar * zNear) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:419:30: note: overloads for '-' exist with these partially matching parameter lists: (Float), (Double), (Float80) r32 = -(2 * zFar * zNear) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:420:17: error: binary operator '/=' cannot be applied to two 'T' operands r32 /= (zFar - zNear) ~~~ ^ ~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:420:17: note: overloads for '/=' exist with these partially matching parameter lists: (inout Float, Float), (inout Double, Double), (inout Float80, Float80) r32 /= (zFar - zNear) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:440:36: error: missing argument label 'angle:' in call let r00:T = SGLMath.SGLcos(fov / 2) / SGLMath.SGLsin(fov / 2) ^ angle: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:446:35: error: expression was too complex to be solved in reasonable time; consider breaking up the expression into distinct sub-expressions r32 = -(zFar * zNear) / (zFar - zNear) ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:449:30: error: unary operator '-' cannot be applied to an operand of type 'T' r32 = -(2 * zFar * zNear) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:449:30: note: overloads for '-' exist with these partially matching parameter lists: (Float), (Double), (Float80) r32 = -(2 * zFar * zNear) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:450:17: error: binary operator '/=' cannot be applied to two 'T' operands r32 /= (zFar - zNear) ~~~ ^ ~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:450:17: note: overloads for '/=' exist with these partially matching parameter lists: (inout Float, Float), (inout Double, Double), (inout Float80, Float80) r32 /= (zFar - zNear) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:466:63: error: argument '_' must precede unnamed parameter #2 return infinitePerspectiveLH(fovy, aspect, zNear, ep) ~~~~~ ^~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:468:63: error: argument '_' must precede unnamed parameter #2 return infinitePerspectiveRH(fovy, aspect, zNear, ep) ~~~~~ ^~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:476:38: error: missing argument label 'angle:' in call let range:T = SGLMath.SGLtan(fovy / 2) * zNear ^ angle: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:477:23: error: unary operator '-' cannot be applied to an operand of type 'T' let left:T = -range * aspect ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:477:23: note: overloads for '-' exist with these partially matching parameter lists: (Float), (Double), (Float80) let left:T = -range * aspect ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:479:24: error: no '-' candidates produce the expected contextual result type 'T' let bottom:T = -range ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:479:24: note: overloads for '-' exist with these result types: Float, Double, Float80, T, Self let bottom:T = -range ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:513:38: error: missing argument label 'angle:' in call let range:T = SGLMath.SGLtan(fovy / 2) * zNear ^ angle: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:514:23: error: unary operator '-' cannot be applied to an operand of type 'T' let left:T = -range * aspect ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:514:23: note: overloads for '-' exist with these partially matching parameter lists: (Float), (Double), (Float80) let left:T = -range * aspect ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:516:24: error: no '-' candidates produce the expected contextual result type 'T' let bottom:T = -range ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:516:24: note: overloads for '-' exist with these result types: Float, Double, Float80, T, Self let bottom:T = -range ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:264:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:264:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:264:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:271:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector4, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:271:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector4, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:271:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector4, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:279:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:279:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:279:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:288:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:288:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:288:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:297:34: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:297:34: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:306:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:306:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:306:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:315:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:315:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:315:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:550:19: error: cannot invoke initializer for type 'Vector4' with an argument list of type '(Vector3, Int)' var tmp = Vector4(obj, 1) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:550:19: note: overloads for 'Vector4' exist with these partially matching parameter lists: (Vector3, T), (T, @noescape (T.Element) -> T) var tmp = Vector4(obj, 1) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:565:30: error: cannot invoke initializer for type 'Vector4' with an argument list of type '(Vector3, Int)' var tmp:Vector4 = Vector4(win, 1) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:565:30: note: overloads for 'Vector4' exist with these partially matching parameter lists: (Vector3, T), (T, @noescape (T.Element) -> T) var tmp:Vector4 = Vector4(win, 1) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:569:13: error: binary operator '-=' cannot be applied to operands of type 'Vector4' and 'Int' tmp -= 1 ~~~ ^ ~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:569:13: note: overloads for '-=' exist with these partially matching parameter lists: (inout Int, Int), (inout UnsafeMutablePointer, Int), (inout UnsafePointer, Int) tmp -= 1 ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:572:13: error: binary operator '/=' cannot be applied to operands of type 'Vector4' and 'T' obj /= obj.w ~~~ ^ ~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:572:13: note: overloads for '/=' exist with these partially matching parameter lists: (inout Float, Float), (inout Double, Double), (inout Float80, Float80), (inout T, T) obj /= obj.w ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:216:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:216:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:216:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:222:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:222:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:222:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:229:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:229:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:229:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:237:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:237:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:237:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:245:34: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:245:34: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:253:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:253:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:253:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:261:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:261:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:261:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:573:27: error: cannot convert value of type 'Vector4' to expected argument type 'Vector4<_>' return Vector3(obj) ^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:583:14: error: binary operator '/=' cannot be applied to two 'T' operands tmpx /= delta.x ~~~~ ^ ~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:583:14: note: overloads for '/=' exist with these partially matching parameter lists: (inout Float, Float), (inout Double, Double), (inout Float80, Float80) tmpx /= delta.x ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:585:14: error: binary operator '/=' cannot be applied to two 'T' operands tmpy /= delta.y ~~~~ ^ ~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:585:14: note: overloads for '/=' exist with these partially matching parameter lists: (inout Float, Float), (inout Double, Double), (inout Float80, Float80) tmpy /= delta.y ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:587:32: error: cannot invoke initializer for type 'Vector3' with an argument list of type '(T, T, Int)' let trans:Vector3 = Vector3(tmpx, tmpy, 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:587:32: note: expected an argument list of type '(T, T, T)' let trans:Vector3 = Vector3(tmpx, tmpy, 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:588:31: error: cannot invoke initializer for type 'Vector3' with an argument list of type '(T, T, Int)' let scal:Vector3 = Vector3( ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:588:31: note: expected an argument list of type '(T, T, T)' let scal:Vector3 = Vector3( ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:593:56: error: argument '_' must precede unnamed parameter #0 return scale(translate(Matrix4x4(), trans), scal) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:601:42: error: argument '_' must precede unnamed parameter #1 return lookAtLH(eye, center, up) ~~~~~~ ^~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:603:42: error: argument '_' must precede unnamed parameter #1 return lookAtRH(eye, center, up) ~~~~~~ ^~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:611:38: error: missing argument label 'x:' in call let f:Vector3 = normalize(center - eye) ^ x: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:612:38: error: missing argument label 'x:' in call let s:Vector3 = normalize(cross(up, f)) ^ x: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:613:37: error: argument '_' must precede unnamed parameter #0 let u:Vector3 = cross(f, s) ~ ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:615:21: error: no '-' candidates produce the expected contextual result type 'T' let r30:T = -dot(s, eye) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:615:21: note: overloads for '-' exist with these result types: Float, Double, Float80, T, Self let r30:T = -dot(s, eye) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:616:21: error: no '-' candidates produce the expected contextual result type 'T' let r31:T = -dot(u, eye) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:616:21: note: overloads for '-' exist with these result types: Float, Double, Float80, T, Self let r31:T = -dot(u, eye) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:617:21: error: no '-' candidates produce the expected contextual result type 'T' let r32:T = -dot(f, eye) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:617:21: note: overloads for '-' exist with these result types: Float, Double, Float80, T, Self let r32:T = -dot(f, eye) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:632:38: error: missing argument label 'x:' in call let f:Vector3 = normalize(center - eye) ^ x: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:633:38: error: missing argument label 'x:' in call let s:Vector3 = normalize(cross(f, up)) ^ x: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:634:37: error: argument '_' must precede unnamed parameter #0 let u:Vector3 = cross(s, f) ~ ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:636:21: error: no '-' candidates produce the expected contextual result type 'T' let r30:T = -dot(s, eye) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:636:21: note: overloads for '-' exist with these result types: Float, Double, Float80, T, Self let r30:T = -dot(s, eye) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:637:21: error: no '-' candidates produce the expected contextual result type 'T' let r31:T = -dot(u, eye) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:637:21: note: overloads for '-' exist with these result types: Float, Double, Float80, T, Self let r31:T = -dot(u, eye) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:638:29: error: argument '_' must precede unnamed parameter #0 let r32:T = dot(f, eye) ~ ^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:641:26: error: unary operator '-' cannot be applied to an operand of type 'T' s.x, u.x, -f.x, 0, ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glm.swift:641:26: note: overloads for '-' exist with these partially matching parameter lists: (Float), (Double), (Float80) s.x, u.x, -f.x, 0, ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:352:28: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead >(x:genType, inout _ i:genType) -> genType { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:524:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead >(x:genType, inout _ exp:genIType) -> genType { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Internal.swift:336:78: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public static func SGLmodf(x:T, inout _ i:T) -> T { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Internal.swift:360:81: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public static func SGLfrexp(x:T, inout _ exp:Int32) -> T { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:248:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:264:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:278:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:296:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:316:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:338:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout m1: Matrix2x2, m2: Matrix2x2) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:343:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:349:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:355:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:361:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout m1: Matrix2x2, m2: Matrix2x2) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:364:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout m1: Matrix3x3, m2: Matrix3x3) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:387:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout m1: Matrix3x3, m2: Matrix3x3) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:562:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout m1: Matrix4x4, m2: Matrix4x4) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:585:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout m1: Matrix4x4, m2: Matrix4x4) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:30:46: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public prefix func ++(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:35:47: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public postfix func ++(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:41:46: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public prefix func --(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:46:47: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public postfix func --(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:94:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func +=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:108:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func +=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:154:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func -=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:168:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func -=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:256:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:270:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:279:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func %=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:293:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func %=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:400:76: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func <<= (inout v: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:409:76: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func >>= (inout v: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:418:75: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func &=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:432:74: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func &=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:441:75: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func |=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:455:74: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func |=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:464:75: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func ^=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:478:74: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func ^=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:564:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout v1: T, v2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:591:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout v1: T, v2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:37:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func +=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:39:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func -=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:41:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func *=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:43:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func /=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:45:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func %=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:55:23: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func <<=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:57:23: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func >>=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:80:29: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead prefix func ++(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:81:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead postfix func ++(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:82:29: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead prefix func --(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:83:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead postfix func --(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:85:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func +=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:88:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func +=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:90:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func -=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:93:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func -=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:96:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func *=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:99:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func /=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:101:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func %=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:104:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func %=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:122:24: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_:T1, inout _:T2, @noescape _:(_:T1.Element, inout _:T2.Element) -> Element) ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:130:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func *=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:132:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func /=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:209:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:245:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:297:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:73:30: error: 'MutableCollectionType' has been renamed to 'MutableCollection' public protocol MatrixType : MutableCollectionType, Hashable, Equatable, CustomDebugStringConvertible { ^~~~~~~~~~~~~~~~~~~~~ MutableCollection /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:136:37: error: 'MutableCollectionType' has been renamed to 'MutableCollection' public protocol BooleanVectorType : MutableCollectionType, Hashable, Equatable, CustomDebugStringConvertible { ^~~~~~~~~~~~~~~~~~~~~ MutableCollection /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:48:63: error: 'FloatingPointType' has been renamed to 'FloatingPoint' public protocol FloatingPointArithmeticType : ArithmeticType, FloatingPointType, SignedNumberType, FloatLiteralConvertible {} ^~~~~~~~~~~~~~~~~ FloatingPoint /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:48:82: error: 'SignedNumberType' has been renamed to 'SignedNumber' public protocol FloatingPointArithmeticType : ArithmeticType, FloatingPointType, SignedNumberType, FloatLiteralConvertible {} ^~~~~~~~~~~~~~~~ SignedNumber /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:53:54: error: 'BitwiseOperationsType' has been renamed to 'BitwiseOperations' public protocol BitsOperationsType : ArithmeticType, BitwiseOperationsType { ^~~~~~~~~~~~~~~~~~~~~ BitwiseOperations /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:196:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:196:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:196:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:201:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix2x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:201:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix2x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:201:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix2x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:206:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:206:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:206:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:211:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix2x2, _ m2:Matrix2x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:211:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix2x2, _ m2:Matrix2x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:211:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix2x2, _ m2:Matrix2x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:76:19: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, @noescape _:(_:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:76:19: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, @noescape _:(_:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:76:19: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, @noescape _:(_:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:77:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:77:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:77:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:78:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Element, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:78:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Element, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:78:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Element, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:79:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Element, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:79:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Element, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:79:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Element, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:491:51: error: 'SignedNumberType' has been renamed to 'SignedNumber' public prefix func + ^~~~~~~~~~~~~~~~ SignedNumber /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:497:51: error: 'SignedNumberType' has been renamed to 'SignedNumber' public prefix func - ^~~~~~~~~~~~~~~~ SignedNumber /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:60:65: error: 'joinWithSeparator' has been renamed to 'joined' "[" + [v.x,v.y].map{ (n:T) -> String in String(n) }.joinWithSeparator(", ") + "]" ^~~~~~~~~~~~~~~~~ joined Swift.Sequence:3:17: note: 'joinWithSeparator' has been explicitly marked unavailable here public func joinWithSeparator(_ separator: String) -> String ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:61:15: error: 'joinWithSeparator' has been renamed to 'joined' }.joinWithSeparator(", ") + ")" ^~~~~~~~~~~~~~~~~ joined Swift.Sequence:3:17: note: 'joinWithSeparator' has been explicitly marked unavailable here public func joinWithSeparator(_ separator: String) -> String ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:65:28: error: missing argument label 'nums:' in call return SGLMath.hash(x.hashValue, y.hashValue) ^ nums: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:184:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:184:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:184:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:189:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:189:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:189:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:195:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:195:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:195:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:202:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:202:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:202:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:209:34: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:209:34: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:216:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:216:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:216:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:223:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:223:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:223:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:116:69: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: T, @noescape _:(_:T.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:116:69: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: T, @noescape _:(_:T.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:116:69: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: T, @noescape _:(_:T.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:119:22: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, @noescape _:(_:T1.Element, _:T2.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:119:22: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, @noescape _:(_:T1.Element, _:T2.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:119:22: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, @noescape _:(_:T1.Element, _:T2.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:122:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, inout _:T2, @noescape _:(_:T1.Element, inout _:T2.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:122:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, inout _:T2, @noescape _:(_:T1.Element, inout _:T2.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:125:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:125:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:125:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:128:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:Bool) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:128:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:Bool) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:128:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:Bool) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:74:18: error: cannot invoke initializer for type 'Vector2' with an argument list of type '(T, Int)' self.x = Vector2(s, 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:74:18: note: expected an argument list of type '(T, T)' self.x = Vector2(s, 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:75:32: error: cannot convert value of type 'T' to expected argument type 'Int' self.y = Vector2(0, s) ^ Int( ) /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:92:30: error: cannot convert value of type 'Vector2' to expected argument type 'Vector2<_>' self.x = Vector2(m[0]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:93:30: error: cannot convert value of type 'Vector2' to expected argument type 'Vector2<_>' self.y = Vector2(m[1]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:97:30: error: cannot convert value of type 'Vector3' to expected argument type 'Vector3<_>' self.x = Vector2(m[0]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:98:30: error: cannot convert value of type 'Vector3' to expected argument type 'Vector3<_>' self.y = Vector2(m[1]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:102:30: error: cannot convert value of type 'Vector4' to expected argument type 'Vector4<_>' self.x = Vector2(m[0]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:103:30: error: cannot convert value of type 'Vector4' to expected argument type 'Vector4<_>' self.y = Vector2(m[1]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:107:30: error: cannot convert value of type 'Vector2' to expected argument type 'Vector2<_>' self.x = Vector2(m[0]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:108:30: error: cannot convert value of type 'Vector2' to expected argument type 'Vector2<_>' self.y = Vector2(m[1]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:112:30: error: cannot convert value of type 'Vector3' to expected argument type 'Vector3<_>' self.x = Vector2(m[0]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:113:30: error: cannot convert value of type 'Vector3' to expected argument type 'Vector3<_>' self.y = Vector2(m[1]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:117:30: error: cannot convert value of type 'Vector4' to expected argument type 'Vector4<_>' self.x = Vector2(m[0]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:118:30: error: cannot convert value of type 'Vector4' to expected argument type 'Vector4<_>' self.y = Vector2(m[1]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:122:30: error: cannot convert value of type 'Vector2' to expected argument type 'Vector2<_>' self.x = Vector2(m[0]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:123:30: error: cannot convert value of type 'Vector2' to expected argument type 'Vector2<_>' self.y = Vector2(m[1]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:127:30: error: cannot convert value of type 'Vector3' to expected argument type 'Vector3<_>' self.x = Vector2(m[0]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:128:30: error: cannot convert value of type 'Vector3' to expected argument type 'Vector3<_>' self.y = Vector2(m[1]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:132:30: error: cannot convert value of type 'Vector4' to expected argument type 'Vector4<_>' self.x = Vector2(m[0]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:133:30: error: cannot convert value of type 'Vector4' to expected argument type 'Vector4<_>' self.y = Vector2(m[1]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:197:34: error: cannot convert value of type '@noescape (T) -> T' to expected argument type '@noescape _ -> _' self.x = Vector2(m.x, op) ^~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:198:34: error: cannot convert value of type '@noescape (T) -> T' to expected argument type '@noescape _ -> _' self.y = Vector2(m.y, op) ^~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:202:34: error: cannot convert value of type 'Vector2' to expected argument type 'Vector2<_>' self.x = Vector2(s, m.x, op) ~~^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:203:34: error: cannot convert value of type 'Vector2' to expected argument type 'Vector2<_>' self.y = Vector2(s, m.y, op) ~~^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:207:31: error: cannot convert value of type 'Vector2' to expected argument type 'Vector2<_>' self.x = Vector2(m.x, s, op) ~~^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:208:31: error: cannot convert value of type 'Vector2' to expected argument type 'Vector2<_>' self.y = Vector2(m.y, s, op) ~~^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:212:18: error: cannot invoke initializer for type 'Vector2' with an argument list of type '(Vector2, Vector2, @noescape (T, T) -> T)' self.x = Vector2(m1.x, m2.x, op) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:212:18: note: overloads for 'Vector2' exist with these partially matching parameter lists: (Vector2, T, @noescape (T, T) -> T), (T1, T2, @noescape (T1.Element, T2.Element) -> T) self.x = Vector2(m1.x, m2.x, op) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:213:18: error: cannot invoke initializer for type 'Vector2' with an argument list of type '(Vector2, Vector2, @noescape (T, T) -> T)' self.y = Vector2(m1.y, m2.y, op) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:213:18: note: overloads for 'Vector2' exist with these partially matching parameter lists: (Vector2, T, @noescape (T, T) -> T), (T1, T2, @noescape (T1.Element, T2.Element) -> T) self.y = Vector2(m1.y, m2.y, op) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:219:37: error: missing argument label 'to:' in call return unsafeBitCast(unsafeBitCast(self, float2x2.self).inverse, Matrix2x2.self) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:222:37: error: missing argument label 'to:' in call return unsafeBitCast(unsafeBitCast(self, double2x2.self).inverse, Matrix2x2.self) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:252:33: error: missing argument label 'to:' in call return unsafeBitCast(unsafeBitCast(v, float2.self) * unsafeBitCast(m, float2x2.self), Vector2.self) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:255:33: error: missing argument label 'to:' in call return unsafeBitCast(unsafeBitCast(v, double2.self) * unsafeBitCast(m, double2x2.self), Vector2.self) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:268:33: error: missing argument label 'to:' in call return unsafeBitCast(unsafeBitCast(m, float2x2.self) * unsafeBitCast(v, float2.self), Vector2.self) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:271:33: error: missing argument label 'to:' in call return unsafeBitCast(unsafeBitCast(m, double2x2.self) * unsafeBitCast(v, double2.self), Vector2.self) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:282:33: error: missing argument label 'to:' in call return unsafeBitCast(unsafeBitCast(m1, float2x2.self) * unsafeBitCast(m2, float2x2.self), Matrix2x2.self) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:285:33: error: missing argument label 'to:' in call return unsafeBitCast(unsafeBitCast(m1, double2x2.self) * unsafeBitCast(m2, double2x2.self), Matrix2x2.self) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:300:33: error: missing argument label 'to:' in call return unsafeBitCast(unsafeBitCast(m1, float2x2.self) * unsafeBitCast(m2, float3x2.self), Matrix3x2.self) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:303:33: error: missing argument label 'to:' in call return unsafeBitCast(unsafeBitCast(m1, double2x2.self) * unsafeBitCast(m2, double3x2.self), Matrix3x2.self) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:219:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:219:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:219:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:225:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix3x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:225:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix3x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:225:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix3x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:231:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:231:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:231:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:237:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix3x2, _ m2:Matrix3x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:237:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix3x2, _ m2:Matrix3x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:237:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix3x2, _ m2:Matrix3x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:320:33: error: missing argument label 'to:' in call return unsafeBitCast(unsafeBitCast(m1, float2x2.self) * unsafeBitCast(m2, float4x2.self), Matrix4x2.self) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:323:33: error: missing argument label 'to:' in call return unsafeBitCast(unsafeBitCast(m1, double2x2.self) * unsafeBitCast(m2, double4x2.self), Matrix4x2.self) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:252:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:252:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:252:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:259:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix4x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:259:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix4x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:259:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix4x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:266:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:266:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:266:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:273:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix4x2, _ m2:Matrix4x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:273:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix4x2, _ m2:Matrix4x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:273:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix4x2, _ m2:Matrix4x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:352:28: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead >(x:genType, inout _ i:genType) -> genType { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:524:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead >(x:genType, inout _ exp:genIType) -> genType { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Internal.swift:336:78: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public static func SGLmodf(x:T, inout _ i:T) -> T { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Internal.swift:360:81: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public static func SGLfrexp(x:T, inout _ exp:Int32) -> T { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:338:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout m1: Matrix2x2, m2: Matrix2x2) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:361:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout m1: Matrix2x2, m2: Matrix2x2) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:227:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:239:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:247:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:257:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:269:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:364:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout m1: Matrix3x3, m2: Matrix3x3) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:387:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout m1: Matrix3x3, m2: Matrix3x3) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:562:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout m1: Matrix4x4, m2: Matrix4x4) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:585:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout m1: Matrix4x4, m2: Matrix4x4) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:30:46: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public prefix func ++(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:35:47: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public postfix func ++(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:41:46: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public prefix func --(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:46:47: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public postfix func --(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:94:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func +=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:108:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func +=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:154:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func -=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:168:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func -=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:256:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:270:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:279:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func %=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:293:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func %=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:400:76: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func <<= (inout v: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:409:76: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func >>= (inout v: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:418:75: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func &=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:432:74: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func &=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:441:75: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func |=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:455:74: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func |=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:464:75: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func ^=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:478:74: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func ^=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:564:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout v1: T, v2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:591:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout v1: T, v2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:37:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func +=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:39:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func -=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:41:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func *=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:43:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func /=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:45:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func %=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:55:23: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func <<=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:57:23: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func >>=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:80:29: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead prefix func ++(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:81:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead postfix func ++(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:82:29: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead prefix func --(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:83:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead postfix func --(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:85:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func +=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:88:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func +=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:90:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func -=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:93:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func -=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:96:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func *=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:99:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func /=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:101:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func %=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:104:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func %=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:122:24: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_:T1, inout _:T2, @noescape _:(_:T1.Element, inout _:T2.Element) -> Element) ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:130:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func *=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:132:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func /=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:209:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:245:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:297:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:73:30: error: 'MutableCollectionType' has been renamed to 'MutableCollection' public protocol MatrixType : MutableCollectionType, Hashable, Equatable, CustomDebugStringConvertible { ^~~~~~~~~~~~~~~~~~~~~ MutableCollection /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:136:37: error: 'MutableCollectionType' has been renamed to 'MutableCollection' public protocol BooleanVectorType : MutableCollectionType, Hashable, Equatable, CustomDebugStringConvertible { ^~~~~~~~~~~~~~~~~~~~~ MutableCollection /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:48:63: error: 'FloatingPointType' has been renamed to 'FloatingPoint' public protocol FloatingPointArithmeticType : ArithmeticType, FloatingPointType, SignedNumberType, FloatLiteralConvertible {} ^~~~~~~~~~~~~~~~~ FloatingPoint /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:48:82: error: 'SignedNumberType' has been renamed to 'SignedNumber' public protocol FloatingPointArithmeticType : ArithmeticType, FloatingPointType, SignedNumberType, FloatLiteralConvertible {} ^~~~~~~~~~~~~~~~ SignedNumber /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:53:54: error: 'BitwiseOperationsType' has been renamed to 'BitwiseOperations' public protocol BitsOperationsType : ArithmeticType, BitwiseOperationsType { ^~~~~~~~~~~~~~~~~~~~~ BitwiseOperations /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:191:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x3, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:191:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x3, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:191:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x3, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:196:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix2x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:196:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix2x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:196:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix2x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:201:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:201:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:201:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:206:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix2x3, _ m2:Matrix2x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:206:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix2x3, _ m2:Matrix2x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:206:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix2x3, _ m2:Matrix2x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:76:19: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, @noescape _:(_:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:76:19: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, @noescape _:(_:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:76:19: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, @noescape _:(_:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:77:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:77:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:77:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:78:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Element, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:78:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Element, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:78:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Element, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:79:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Element, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:79:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Element, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:79:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Element, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:491:51: error: 'SignedNumberType' has been renamed to 'SignedNumber' public prefix func + ^~~~~~~~~~~~~~~~ SignedNumber /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:497:51: error: 'SignedNumberType' has been renamed to 'SignedNumber' public prefix func - ^~~~~~~~~~~~~~~~ SignedNumber /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:55:69: error: 'joinWithSeparator' has been renamed to 'joined' "[" + [v.x,v.y,v.z].map{ (n:T) -> String in String(n) }.joinWithSeparator(", ") + "]" ^~~~~~~~~~~~~~~~~ joined Swift.Sequence:3:17: note: 'joinWithSeparator' has been explicitly marked unavailable here public func joinWithSeparator(_ separator: String) -> String ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:56:15: error: 'joinWithSeparator' has been renamed to 'joined' }.joinWithSeparator(", ") + ")" ^~~~~~~~~~~~~~~~~ joined Swift.Sequence:3:17: note: 'joinWithSeparator' has been explicitly marked unavailable here public func joinWithSeparator(_ separator: String) -> String ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:60:28: error: missing argument label 'nums:' in call return SGLMath.hash(x.hashValue, y.hashValue) ^ nums: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:216:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:216:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:216:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:222:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:222:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:222:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:229:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:229:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:229:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:237:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:237:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:237:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:245:34: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:245:34: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:253:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:253:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:253:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:261:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:261:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:261:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:116:69: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: T, @noescape _:(_:T.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:116:69: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: T, @noescape _:(_:T.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:116:69: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: T, @noescape _:(_:T.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:119:22: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, @noescape _:(_:T1.Element, _:T2.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:119:22: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, @noescape _:(_:T1.Element, _:T2.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:119:22: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, @noescape _:(_:T1.Element, _:T2.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:122:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, inout _:T2, @noescape _:(_:T1.Element, inout _:T2.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:122:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, inout _:T2, @noescape _:(_:T1.Element, inout _:T2.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:125:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:125:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:125:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:128:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:Bool) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:128:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:Bool) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:128:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:Bool) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:69:18: error: cannot invoke initializer for type 'Vector3' with an argument list of type '(T, Int, Int)' self.x = Vector3(s, 0, 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:69:18: note: expected an argument list of type '(T, T, T)' self.x = Vector3(s, 0, 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:70:32: error: cannot convert value of type 'T' to expected argument type 'Int' self.y = Vector3(0, s, 0) ^ Int( ) /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:87:18: error: cannot invoke initializer for type 'Vector3' with an argument list of type '(Vector2, Int)' self.x = Vector3(m[0], 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:87:18: note: overloads for 'Vector3' exist with these partially matching parameter lists: (Vector2, T), (T, @noescape (T.Element) -> T) self.x = Vector3(m[0], 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:88:18: error: cannot invoke initializer for type 'Vector3' with an argument list of type '(Vector2, Int)' self.y = Vector3(m[1], 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:88:18: note: overloads for 'Vector3' exist with these partially matching parameter lists: (Vector2, T), (T, @noescape (T.Element) -> T) self.y = Vector3(m[1], 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:92:30: error: cannot convert value of type 'Vector3' to expected argument type 'Vector3<_>' self.x = Vector3(m[0]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:93:30: error: cannot convert value of type 'Vector3' to expected argument type 'Vector3<_>' self.y = Vector3(m[1]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:97:30: error: cannot convert value of type 'Vector4' to expected argument type 'Vector4<_>' self.x = Vector3(m[0]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:98:30: error: cannot convert value of type 'Vector4' to expected argument type 'Vector4<_>' self.y = Vector3(m[1]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:102:18: error: cannot invoke initializer for type 'Vector3' with an argument list of type '(Vector2, Int)' self.x = Vector3(m[0], 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:102:18: note: overloads for 'Vector3' exist with these partially matching parameter lists: (Vector2, T), (T, @noescape (T.Element) -> T) self.x = Vector3(m[0], 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:103:18: error: cannot invoke initializer for type 'Vector3' with an argument list of type '(Vector2, Int)' self.y = Vector3(m[1], 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:103:18: note: overloads for 'Vector3' exist with these partially matching parameter lists: (Vector2, T), (T, @noescape (T.Element) -> T) self.y = Vector3(m[1], 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:107:30: error: cannot convert value of type 'Vector3' to expected argument type 'Vector3<_>' self.x = Vector3(m[0]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:108:30: error: cannot convert value of type 'Vector3' to expected argument type 'Vector3<_>' self.y = Vector3(m[1]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:112:30: error: cannot convert value of type 'Vector4' to expected argument type 'Vector4<_>' self.x = Vector3(m[0]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:113:30: error: cannot convert value of type 'Vector4' to expected argument type 'Vector4<_>' self.y = Vector3(m[1]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:117:18: error: cannot invoke initializer for type 'Vector3' with an argument list of type '(Vector2, Int)' self.x = Vector3(m[0], 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:117:18: note: overloads for 'Vector3' exist with these partially matching parameter lists: (Vector2, T), (T, @noescape (T.Element) -> T) self.x = Vector3(m[0], 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:118:18: error: cannot invoke initializer for type 'Vector3' with an argument list of type '(Vector2, Int)' self.y = Vector3(m[1], 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:118:18: note: overloads for 'Vector3' exist with these partially matching parameter lists: (Vector2, T), (T, @noescape (T.Element) -> T) self.y = Vector3(m[1], 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:122:30: error: cannot convert value of type 'Vector3' to expected argument type 'Vector3<_>' self.x = Vector3(m[0]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:123:30: error: cannot convert value of type 'Vector3' to expected argument type 'Vector3<_>' self.y = Vector3(m[1]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:127:30: error: cannot convert value of type 'Vector4' to expected argument type 'Vector4<_>' self.x = Vector3(m[0]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:128:30: error: cannot convert value of type 'Vector4' to expected argument type 'Vector4<_>' self.y = Vector3(m[1]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:192:34: error: cannot convert value of type '@noescape (T) -> T' to expected argument type '@noescape _ -> _' self.x = Vector3(m.x, op) ^~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:193:34: error: cannot convert value of type '@noescape (T) -> T' to expected argument type '@noescape _ -> _' self.y = Vector3(m.y, op) ^~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:197:34: error: cannot convert value of type 'Vector3' to expected argument type 'Vector3<_>' self.x = Vector3(s, m.x, op) ~~^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:198:34: error: cannot convert value of type 'Vector3' to expected argument type 'Vector3<_>' self.y = Vector3(s, m.y, op) ~~^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:202:31: error: cannot convert value of type 'Vector3' to expected argument type 'Vector3<_>' self.x = Vector3(m.x, s, op) ~~^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:203:31: error: cannot convert value of type 'Vector3' to expected argument type 'Vector3<_>' self.y = Vector3(m.y, s, op) ~~^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:207:18: error: cannot invoke initializer for type 'Vector3' with an argument list of type '(Vector3, Vector3, @noescape (T, T) -> T)' self.x = Vector3(m1.x, m2.x, op) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:207:18: note: overloads for 'Vector3' exist with these partially matching parameter lists: (Vector3, T, @noescape (T, T) -> T), (T1, T2, @noescape (T1.Element, T2.Element) -> T) self.x = Vector3(m1.x, m2.x, op) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:208:18: error: cannot invoke initializer for type 'Vector3' with an argument list of type '(Vector3, Vector3, @noescape (T, T) -> T)' self.y = Vector3(m1.y, m2.y, op) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:208:18: note: overloads for 'Vector3' exist with these partially matching parameter lists: (Vector3, T, @noescape (T, T) -> T), (T1, T2, @noescape (T1.Element, T2.Element) -> T) self.y = Vector3(m1.y, m2.y, op) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:219:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:219:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:219:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:225:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix3x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:225:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix3x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:225:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix3x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:231:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:231:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:231:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:237:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix3x2, _ m2:Matrix3x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:237:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix3x2, _ m2:Matrix3x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:237:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix3x2, _ m2:Matrix3x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:184:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:184:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:184:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:189:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:189:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:189:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:195:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:195:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:195:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:202:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:202:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:202:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:209:34: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:209:34: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:216:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:216:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:216:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:223:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:223:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:223:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:219:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x3, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:219:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x3, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:219:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x3, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:225:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix3x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:225:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix3x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:225:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix3x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:231:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:231:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:231:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:237:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix3x3, _ m2:Matrix3x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:237:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix3x3, _ m2:Matrix3x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:237:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix3x3, _ m2:Matrix3x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x3.swift:247:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x3, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x3.swift:247:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x3, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x3.swift:247:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x3, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x3.swift:254:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix4x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x3.swift:254:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix4x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x3.swift:254:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix4x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x3.swift:261:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x3.swift:261:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x3.swift:261:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x3.swift:268:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix4x3, _ m2:Matrix4x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x3.swift:268:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix4x3, _ m2:Matrix4x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x3.swift:268:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix4x3, _ m2:Matrix4x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:352:28: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead >(x:genType, inout _ i:genType) -> genType { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:524:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead >(x:genType, inout _ exp:genIType) -> genType { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Internal.swift:336:78: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public static func SGLmodf(x:T, inout _ i:T) -> T { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Internal.swift:360:81: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public static func SGLfrexp(x:T, inout _ exp:Int32) -> T { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:338:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout m1: Matrix2x2, m2: Matrix2x2) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:361:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout m1: Matrix2x2, m2: Matrix2x2) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:233:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:255:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:269:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:287:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:307:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:364:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout m1: Matrix3x3, m2: Matrix3x3) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:387:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout m1: Matrix3x3, m2: Matrix3x3) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:562:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout m1: Matrix4x4, m2: Matrix4x4) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:585:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout m1: Matrix4x4, m2: Matrix4x4) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:30:46: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public prefix func ++(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:35:47: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public postfix func ++(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:41:46: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public prefix func --(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:46:47: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public postfix func --(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:94:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func +=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:108:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func +=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:154:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func -=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:168:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func -=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:256:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:270:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:279:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func %=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:293:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func %=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:400:76: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func <<= (inout v: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:409:76: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func >>= (inout v: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:418:75: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func &=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:432:74: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func &=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:441:75: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func |=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:455:74: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func |=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:464:75: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func ^=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:478:74: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func ^=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:564:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout v1: T, v2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:591:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout v1: T, v2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:37:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func +=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:39:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func -=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:41:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func *=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:43:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func /=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:45:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func %=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:55:23: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func <<=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:57:23: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func >>=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:80:29: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead prefix func ++(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:81:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead postfix func ++(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:82:29: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead prefix func --(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:83:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead postfix func --(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:85:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func +=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:88:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func +=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:90:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func -=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:93:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func -=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:96:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func *=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:99:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func /=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:101:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func %=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:104:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func %=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:122:24: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_:T1, inout _:T2, @noescape _:(_:T1.Element, inout _:T2.Element) -> Element) ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:130:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func *=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:132:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func /=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:209:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:245:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:297:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:73:30: error: 'MutableCollectionType' has been renamed to 'MutableCollection' public protocol MatrixType : MutableCollectionType, Hashable, Equatable, CustomDebugStringConvertible { ^~~~~~~~~~~~~~~~~~~~~ MutableCollection /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:136:37: error: 'MutableCollectionType' has been renamed to 'MutableCollection' public protocol BooleanVectorType : MutableCollectionType, Hashable, Equatable, CustomDebugStringConvertible { ^~~~~~~~~~~~~~~~~~~~~ MutableCollection /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:48:63: error: 'FloatingPointType' has been renamed to 'FloatingPoint' public protocol FloatingPointArithmeticType : ArithmeticType, FloatingPointType, SignedNumberType, FloatLiteralConvertible {} ^~~~~~~~~~~~~~~~~ FloatingPoint /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:48:82: error: 'SignedNumberType' has been renamed to 'SignedNumber' public protocol FloatingPointArithmeticType : ArithmeticType, FloatingPointType, SignedNumberType, FloatLiteralConvertible {} ^~~~~~~~~~~~~~~~ SignedNumber /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:53:54: error: 'BitwiseOperationsType' has been renamed to 'BitwiseOperations' public protocol BitsOperationsType : ArithmeticType, BitwiseOperationsType { ^~~~~~~~~~~~~~~~~~~~~ BitwiseOperations /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:196:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x4, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:196:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x4, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:196:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x4, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:201:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix2x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:201:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix2x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:201:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix2x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:206:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x4, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:206:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x4, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:206:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x4, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:211:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix2x4, _ m2:Matrix2x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:211:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix2x4, _ m2:Matrix2x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:211:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix2x4, _ m2:Matrix2x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:76:19: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, @noescape _:(_:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:76:19: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, @noescape _:(_:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:76:19: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, @noescape _:(_:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:77:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:77:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:77:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:78:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Element, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:78:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Element, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:78:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Element, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:79:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Element, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:79:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Element, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:79:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Element, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:491:51: error: 'SignedNumberType' has been renamed to 'SignedNumber' public prefix func + ^~~~~~~~~~~~~~~~ SignedNumber /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:497:51: error: 'SignedNumberType' has been renamed to 'SignedNumber' public prefix func - ^~~~~~~~~~~~~~~~ SignedNumber /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:60:73: error: 'joinWithSeparator' has been renamed to 'joined' "[" + [v.x,v.y,v.z,v.w].map{ (n:T) -> String in String(n) }.joinWithSeparator(", ") + "]" ^~~~~~~~~~~~~~~~~ joined Swift.Sequence:3:17: note: 'joinWithSeparator' has been explicitly marked unavailable here public func joinWithSeparator(_ separator: String) -> String ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:61:15: error: 'joinWithSeparator' has been renamed to 'joined' }.joinWithSeparator(", ") + ")" ^~~~~~~~~~~~~~~~~ joined Swift.Sequence:3:17: note: 'joinWithSeparator' has been explicitly marked unavailable here public func joinWithSeparator(_ separator: String) -> String ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:65:28: error: missing argument label 'nums:' in call return SGLMath.hash(x.hashValue, y.hashValue) ^ nums: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:264:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:264:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:264:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:271:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector4, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:271:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector4, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:271:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector4, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:279:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:279:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:279:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:288:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:288:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:288:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:297:34: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:297:34: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:306:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:306:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:306:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:315:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:315:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:315:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:116:69: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: T, @noescape _:(_:T.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:116:69: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: T, @noescape _:(_:T.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:116:69: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: T, @noescape _:(_:T.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:119:22: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, @noescape _:(_:T1.Element, _:T2.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:119:22: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, @noescape _:(_:T1.Element, _:T2.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:119:22: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, @noescape _:(_:T1.Element, _:T2.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:122:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, inout _:T2, @noescape _:(_:T1.Element, inout _:T2.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:122:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, inout _:T2, @noescape _:(_:T1.Element, inout _:T2.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:125:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:125:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:125:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:128:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:Bool) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:128:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:Bool) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:128:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:Bool) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:74:18: error: cannot invoke initializer for type 'Vector4' with an argument list of type '(T, Int, Int, Int)' self.x = Vector4(s, 0, 0, 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:74:18: note: expected an argument list of type '(T, T, T, T)' self.x = Vector4(s, 0, 0, 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:75:32: error: cannot convert value of type 'T' to expected argument type 'Int' self.y = Vector4(0, s, 0, 0) ^ Int( ) /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:92:30: error: cannot convert value of type 'Vector2' to expected argument type 'Vector2<_>' self.x = Vector4(m[0], 0, 0) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:93:30: error: cannot convert value of type 'Vector2' to expected argument type 'Vector2<_>' self.y = Vector4(m[1], 0, 0) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:97:18: error: cannot invoke initializer for type 'Vector4' with an argument list of type '(Vector3, Int)' self.x = Vector4(m[0], 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:97:18: note: overloads for 'Vector4' exist with these partially matching parameter lists: (Vector3, T), (T, @noescape (T.Element) -> T) self.x = Vector4(m[0], 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:98:18: error: cannot invoke initializer for type 'Vector4' with an argument list of type '(Vector3, Int)' self.y = Vector4(m[1], 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:98:18: note: overloads for 'Vector4' exist with these partially matching parameter lists: (Vector3, T), (T, @noescape (T.Element) -> T) self.y = Vector4(m[1], 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:102:30: error: cannot convert value of type 'Vector4' to expected argument type 'Vector4<_>' self.x = Vector4(m[0]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:103:30: error: cannot convert value of type 'Vector4' to expected argument type 'Vector4<_>' self.y = Vector4(m[1]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:107:30: error: cannot convert value of type 'Vector2' to expected argument type 'Vector2<_>' self.x = Vector4(m[0], 0, 0) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:108:30: error: cannot convert value of type 'Vector2' to expected argument type 'Vector2<_>' self.y = Vector4(m[1], 0, 0) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:112:18: error: cannot invoke initializer for type 'Vector4' with an argument list of type '(Vector3, Int)' self.x = Vector4(m[0], 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:112:18: note: overloads for 'Vector4' exist with these partially matching parameter lists: (Vector3, T), (T, @noescape (T.Element) -> T) self.x = Vector4(m[0], 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:113:18: error: cannot invoke initializer for type 'Vector4' with an argument list of type '(Vector3, Int)' self.y = Vector4(m[1], 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:113:18: note: overloads for 'Vector4' exist with these partially matching parameter lists: (Vector3, T), (T, @noescape (T.Element) -> T) self.y = Vector4(m[1], 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:117:30: error: cannot convert value of type 'Vector4' to expected argument type 'Vector4<_>' self.x = Vector4(m[0]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:118:30: error: cannot convert value of type 'Vector4' to expected argument type 'Vector4<_>' self.y = Vector4(m[1]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:122:30: error: cannot convert value of type 'Vector2' to expected argument type 'Vector2<_>' self.x = Vector4(m[0], 0, 0) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:123:30: error: cannot convert value of type 'Vector2' to expected argument type 'Vector2<_>' self.y = Vector4(m[1], 0, 0) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:127:18: error: cannot invoke initializer for type 'Vector4' with an argument list of type '(Vector3, Int)' self.x = Vector4(m[0], 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:127:18: note: overloads for 'Vector4' exist with these partially matching parameter lists: (Vector3, T), (T, @noescape (T.Element) -> T) self.x = Vector4(m[0], 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:128:18: error: cannot invoke initializer for type 'Vector4' with an argument list of type '(Vector3, Int)' self.y = Vector4(m[1], 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:128:18: note: overloads for 'Vector4' exist with these partially matching parameter lists: (Vector3, T), (T, @noescape (T.Element) -> T) self.y = Vector4(m[1], 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:132:30: error: cannot convert value of type 'Vector4' to expected argument type 'Vector4<_>' self.x = Vector4(m[0]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:133:30: error: cannot convert value of type 'Vector4' to expected argument type 'Vector4<_>' self.y = Vector4(m[1]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:197:34: error: cannot convert value of type '@noescape (T) -> T' to expected argument type '@noescape _ -> _' self.x = Vector4(m.x, op) ^~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:198:34: error: cannot convert value of type '@noescape (T) -> T' to expected argument type '@noescape _ -> _' self.y = Vector4(m.y, op) ^~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:202:34: error: cannot convert value of type 'Vector4' to expected argument type 'Vector4<_>' self.x = Vector4(s, m.x, op) ~~^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:203:34: error: cannot convert value of type 'Vector4' to expected argument type 'Vector4<_>' self.y = Vector4(s, m.y, op) ~~^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:207:31: error: cannot convert value of type 'Vector4' to expected argument type 'Vector4<_>' self.x = Vector4(m.x, s, op) ~~^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:208:31: error: cannot convert value of type 'Vector4' to expected argument type 'Vector4<_>' self.y = Vector4(m.y, s, op) ~~^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:212:18: error: cannot invoke initializer for type 'Vector4' with an argument list of type '(Vector4, Vector4, @noescape (T, T) -> T)' self.x = Vector4(m1.x, m2.x, op) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:212:18: note: overloads for 'Vector4' exist with these partially matching parameter lists: (Vector4, T, @noescape (T, T) -> T), (T1, T2, @noescape (T1.Element, T2.Element) -> T) self.x = Vector4(m1.x, m2.x, op) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:213:18: error: cannot invoke initializer for type 'Vector4' with an argument list of type '(Vector4, Vector4, @noescape (T, T) -> T)' self.y = Vector4(m1.y, m2.y, op) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:213:18: note: overloads for 'Vector4' exist with these partially matching parameter lists: (Vector4, T, @noescape (T, T) -> T), (T1, T2, @noescape (T1.Element, T2.Element) -> T) self.y = Vector4(m1.y, m2.y, op) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:252:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:252:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:252:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:259:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix4x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:259:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix4x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:259:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix4x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:266:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:266:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:266:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:273:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix4x2, _ m2:Matrix4x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:273:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix4x2, _ m2:Matrix4x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:273:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix4x2, _ m2:Matrix4x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:237:33: error: missing argument label 'to:' in call return unsafeBitCast(unsafeBitCast(v, float4.self) * unsafeBitCast(m, float2x4.self), Vector2.self) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:240:33: error: missing argument label 'to:' in call return unsafeBitCast(unsafeBitCast(v, double4.self) * unsafeBitCast(m, double2x4.self), Vector2.self) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:184:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:184:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:184:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:189:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:189:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:189:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:195:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:195:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:195:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:202:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:202:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:202:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:209:34: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:209:34: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:216:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:216:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:216:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:223:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:223:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:223:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:259:33: error: missing argument label 'to:' in call return unsafeBitCast(unsafeBitCast(m, float2x4.self) * unsafeBitCast(v, float2.self), Vector4.self) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:262:33: error: missing argument label 'to:' in call return unsafeBitCast(unsafeBitCast(m, double2x4.self) * unsafeBitCast(v, double2.self), Vector4.self) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:273:33: error: missing argument label 'to:' in call return unsafeBitCast(unsafeBitCast(m1, float2x4.self) * unsafeBitCast(m2, float2x2.self), Matrix2x4.self) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:276:33: error: missing argument label 'to:' in call return unsafeBitCast(unsafeBitCast(m1, double2x4.self) * unsafeBitCast(m2, double2x2.self), Matrix2x4.self) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:291:33: error: missing argument label 'to:' in call return unsafeBitCast(unsafeBitCast(m1, float2x4.self) * unsafeBitCast(m2, float3x2.self), Matrix3x4.self) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:294:33: error: missing argument label 'to:' in call return unsafeBitCast(unsafeBitCast(m1, double2x4.self) * unsafeBitCast(m2, double3x2.self), Matrix3x4.self) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x4.swift:219:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x4, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x4.swift:219:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x4, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x4.swift:219:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x4, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x4.swift:225:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix3x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x4.swift:225:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix3x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x4.swift:225:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix3x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x4.swift:231:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x4, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x4.swift:231:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x4, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x4.swift:231:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x4, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x4.swift:237:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix3x4, _ m2:Matrix3x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x4.swift:237:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix3x4, _ m2:Matrix3x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x4.swift:237:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix3x4, _ m2:Matrix3x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:311:33: error: missing argument label 'to:' in call return unsafeBitCast(unsafeBitCast(m1, float2x4.self) * unsafeBitCast(m2, float4x2.self), Matrix4x4.self) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x4.swift:314:33: error: missing argument label 'to:' in call return unsafeBitCast(unsafeBitCast(m1, double2x4.self) * unsafeBitCast(m2, double4x2.self), Matrix4x4.self) ^ to: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:252:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x4, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:252:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x4, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:252:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x4, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:259:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix4x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:259:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix4x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:259:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix4x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:266:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x4, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:266:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x4, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:266:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x4, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:273:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix4x4, _ m2:Matrix4x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:273:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix4x4, _ m2:Matrix4x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:273:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix4x4, _ m2:Matrix4x4, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:352:28: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead >(x:genType, inout _ i:genType) -> genType { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/glsl.swift:524:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead >(x:genType, inout _ exp:genIType) -> genType { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Internal.swift:336:78: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public static func SGLmodf(x:T, inout _ i:T) -> T { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Internal.swift:360:81: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public static func SGLfrexp(x:T, inout _ exp:Int32) -> T { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:338:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout m1: Matrix2x2, m2: Matrix2x2) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:361:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout m1: Matrix2x2, m2: Matrix2x2) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:258:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:270:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:279:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:291:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:306:1: warning: 'warn_unused_result' attribute behavior is now the default @warn_unused_result ^~~~~~~~~~~~~~~~~~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:364:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout m1: Matrix3x3, m2: Matrix3x3) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x3.swift:387:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout m1: Matrix3x3, m2: Matrix3x3) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:562:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout m1: Matrix4x4, m2: Matrix4x4) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x4.swift:585:44: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout m1: Matrix4x4, m2: Matrix4x4) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:30:46: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public prefix func ++(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:35:47: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public postfix func ++(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:41:46: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public prefix func --(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:46:47: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public postfix func --(inout v: T) -> T { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:94:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func +=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:108:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func +=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:154:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func -=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:168:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func -=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:256:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:270:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:279:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func %=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:293:39: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func %=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:400:76: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func <<= (inout v: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:409:76: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func >>= (inout v: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:418:75: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func &=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:432:74: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func &=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:441:75: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func |=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:455:74: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func |=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:464:75: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func ^=(inout x1: T, x2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:478:74: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func ^=(inout x: T, s: T.Element) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:564:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func *=(inout v1: T, v2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:591:40: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead public func /=(inout v1: T, v2: T) { ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:37:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func +=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:39:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func -=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:41:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func *=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:43:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func /=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:45:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func %=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:55:23: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func <<=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:57:23: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func >>=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:80:29: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead prefix func ++(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:81:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead postfix func ++(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:82:29: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead prefix func --(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:83:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead postfix func --(inout _: Self) -> Self ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:85:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func +=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:88:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func +=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:90:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func -=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:93:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func -=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:96:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func *=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:99:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func /=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:101:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func %=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:104:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func %=(inout _: Self, _: Element) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:122:24: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_:T1, inout _:T2, @noescape _:(_:T1.Element, inout _:T2.Element) -> Element) ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:130:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func *=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:132:22: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead func /=(inout _: Self, _: Self) ~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:209:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:245:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector4.swift:297:30: error: 'inout' before a parameter name is not allowed, place it before the parameter type instead (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ~~~~~~ ^ inout /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:73:30: error: 'MutableCollectionType' has been renamed to 'MutableCollection' public protocol MatrixType : MutableCollectionType, Hashable, Equatable, CustomDebugStringConvertible { ^~~~~~~~~~~~~~~~~~~~~ MutableCollection /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:136:37: error: 'MutableCollectionType' has been renamed to 'MutableCollection' public protocol BooleanVectorType : MutableCollectionType, Hashable, Equatable, CustomDebugStringConvertible { ^~~~~~~~~~~~~~~~~~~~~ MutableCollection /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:48:63: error: 'FloatingPointType' has been renamed to 'FloatingPoint' public protocol FloatingPointArithmeticType : ArithmeticType, FloatingPointType, SignedNumberType, FloatLiteralConvertible {} ^~~~~~~~~~~~~~~~~ FloatingPoint /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:48:82: error: 'SignedNumberType' has been renamed to 'SignedNumber' public protocol FloatingPointArithmeticType : ArithmeticType, FloatingPointType, SignedNumberType, FloatLiteralConvertible {} ^~~~~~~~~~~~~~~~ SignedNumber /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:53:54: error: 'BitwiseOperationsType' has been renamed to 'BitwiseOperations' public protocol BitsOperationsType : ArithmeticType, BitwiseOperationsType { ^~~~~~~~~~~~~~~~~~~~~ BitwiseOperations /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:219:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:219:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:219:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:225:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix3x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:225:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix3x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:225:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix3x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:231:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:231:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:231:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix3x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:237:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix3x2, _ m2:Matrix3x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:237:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix3x2, _ m2:Matrix3x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:237:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix3x2, _ m2:Matrix3x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:76:19: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, @noescape _:(_:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:76:19: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, @noescape _:(_:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:76:19: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, @noescape _:(_:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:77:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:77:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:77:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:78:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Element, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:78:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Element, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:78:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Element, _: Self, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:79:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Element, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:79:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Element, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:79:31: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: Self, _: Element, @noescape _:(_:Element, _:Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:491:51: error: 'SignedNumberType' has been renamed to 'SignedNumber' public prefix func + ^~~~~~~~~~~~~~~~ SignedNumber /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Operators.swift:497:51: error: 'SignedNumberType' has been renamed to 'SignedNumber' public prefix func - ^~~~~~~~~~~~~~~~ SignedNumber /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:57:65: error: 'joinWithSeparator' has been renamed to 'joined' "[" + [v.x,v.y].map{ (n:T) -> String in String(n) }.joinWithSeparator(", ") + "]" ^~~~~~~~~~~~~~~~~ joined Swift.Sequence:3:17: note: 'joinWithSeparator' has been explicitly marked unavailable here public func joinWithSeparator(_ separator: String) -> String ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:58:15: error: 'joinWithSeparator' has been renamed to 'joined' }.joinWithSeparator(", ") + ")" ^~~~~~~~~~~~~~~~~ joined Swift.Sequence:3:17: note: 'joinWithSeparator' has been explicitly marked unavailable here public func joinWithSeparator(_ separator: String) -> String ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:62:28: error: missing argument label 'nums:' in call return SGLMath.hash(x.hashValue, y.hashValue, z.hashValue) ^ nums: /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:184:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:184:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:184:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:189:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:189:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:189:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:195:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:195:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:195:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:202:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:202:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:202:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:209:34: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:209:34: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:216:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:216:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:216:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:223:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:223:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector2.swift:223:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:116:69: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: T, @noescape _:(_:T.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:116:69: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: T, @noescape _:(_:T.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:116:69: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself init(_: T, @noescape _:(_:T.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:119:22: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, @noescape _:(_:T1.Element, _:T2.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:119:22: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, @noescape _:(_:T1.Element, _:T2.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:119:22: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, @noescape _:(_:T1.Element, _:T2.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:122:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, inout _:T2, @noescape _:(_:T1.Element, inout _:T2.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:122:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, inout _:T2, @noescape _:(_:T1.Element, inout _:T2.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:125:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:125:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:125:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:128:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:Bool) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:128:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:Bool) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Protocols.swift:128:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_:T1, _:T2, _:T3, @noescape _:(_:T1.Element, _:T2.Element, _:Bool) -> Element) ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:72:18: error: cannot invoke initializer for type 'Vector2' with an argument list of type '(T, Int)' self.x = Vector2(s, 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:72:18: note: expected an argument list of type '(T, T)' self.x = Vector2(s, 0) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:73:32: error: cannot convert value of type 'T' to expected argument type 'Int' self.y = Vector2(0, s) ^ Int( ) /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:94:30: error: cannot convert value of type 'Vector2' to expected argument type 'Vector2<_>' self.x = Vector2(m[0]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:95:30: error: cannot convert value of type 'Vector2' to expected argument type 'Vector2<_>' self.y = Vector2(m[1]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:100:30: error: cannot convert value of type 'Vector3' to expected argument type 'Vector3<_>' self.x = Vector2(m[0]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:101:30: error: cannot convert value of type 'Vector3' to expected argument type 'Vector3<_>' self.y = Vector2(m[1]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:106:30: error: cannot convert value of type 'Vector4' to expected argument type 'Vector4<_>' self.x = Vector2(m[0]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:107:30: error: cannot convert value of type 'Vector4' to expected argument type 'Vector4<_>' self.y = Vector2(m[1]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:112:30: error: cannot convert value of type 'Vector2' to expected argument type 'Vector2<_>' self.x = Vector2(m[0]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:113:30: error: cannot convert value of type 'Vector2' to expected argument type 'Vector2<_>' self.y = Vector2(m[1]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:114:30: error: cannot convert value of type 'Vector2' to expected argument type 'Vector2<_>' self.z = Vector2(m[2]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:118:30: error: cannot convert value of type 'Vector3' to expected argument type 'Vector3<_>' self.x = Vector2(m[0]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:119:30: error: cannot convert value of type 'Vector3' to expected argument type 'Vector3<_>' self.y = Vector2(m[1]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:120:30: error: cannot convert value of type 'Vector3' to expected argument type 'Vector3<_>' self.z = Vector2(m[2]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:124:30: error: cannot convert value of type 'Vector4' to expected argument type 'Vector4<_>' self.x = Vector2(m[0]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:125:30: error: cannot convert value of type 'Vector4' to expected argument type 'Vector4<_>' self.y = Vector2(m[1]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:126:30: error: cannot convert value of type 'Vector4' to expected argument type 'Vector4<_>' self.z = Vector2(m[2]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:130:30: error: cannot convert value of type 'Vector2' to expected argument type 'Vector2<_>' self.x = Vector2(m[0]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:131:30: error: cannot convert value of type 'Vector2' to expected argument type 'Vector2<_>' self.y = Vector2(m[1]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:132:30: error: cannot convert value of type 'Vector2' to expected argument type 'Vector2<_>' self.z = Vector2(m[2]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:136:30: error: cannot convert value of type 'Vector3' to expected argument type 'Vector3<_>' self.x = Vector2(m[0]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:137:30: error: cannot convert value of type 'Vector3' to expected argument type 'Vector3<_>' self.y = Vector2(m[1]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:138:30: error: cannot convert value of type 'Vector3' to expected argument type 'Vector3<_>' self.z = Vector2(m[2]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:142:30: error: cannot convert value of type 'Vector4' to expected argument type 'Vector4<_>' self.x = Vector2(m[0]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:143:30: error: cannot convert value of type 'Vector4' to expected argument type 'Vector4<_>' self.y = Vector2(m[1]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:144:30: error: cannot convert value of type 'Vector4' to expected argument type 'Vector4<_>' self.z = Vector2(m[2]) ~^~~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:220:34: error: cannot convert value of type '@noescape (T) -> T' to expected argument type '@noescape _ -> _' self.x = Vector2(m.x, op) ^~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:221:34: error: cannot convert value of type '@noescape (T) -> T' to expected argument type '@noescape _ -> _' self.y = Vector2(m.y, op) ^~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:222:34: error: cannot convert value of type '@noescape (T) -> T' to expected argument type '@noescape _ -> _' self.z = Vector2(m.z, op) ^~ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:226:34: error: cannot convert value of type 'Vector2' to expected argument type 'Vector2<_>' self.x = Vector2(s, m.x, op) ~~^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:227:34: error: cannot convert value of type 'Vector2' to expected argument type 'Vector2<_>' self.y = Vector2(s, m.y, op) ~~^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:228:34: error: cannot convert value of type 'Vector2' to expected argument type 'Vector2<_>' self.z = Vector2(s, m.z, op) ~~^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:232:31: error: cannot convert value of type 'Vector2' to expected argument type 'Vector2<_>' self.x = Vector2(m.x, s, op) ~~^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:233:31: error: cannot convert value of type 'Vector2' to expected argument type 'Vector2<_>' self.y = Vector2(m.y, s, op) ~~^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:234:31: error: cannot convert value of type 'Vector2' to expected argument type 'Vector2<_>' self.z = Vector2(m.z, s, op) ~~^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:238:18: error: cannot invoke initializer for type 'Vector2' with an argument list of type '(Vector2, Vector2, @noescape (T, T) -> T)' self.x = Vector2(m1.x, m2.x, op) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:238:18: note: overloads for 'Vector2' exist with these partially matching parameter lists: (Vector2, T, @noescape (T, T) -> T), (T1, T2, @noescape (T1.Element, T2.Element) -> T) self.x = Vector2(m1.x, m2.x, op) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:239:18: error: cannot invoke initializer for type 'Vector2' with an argument list of type '(Vector2, Vector2, @noescape (T, T) -> T)' self.y = Vector2(m1.y, m2.y, op) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:239:18: note: overloads for 'Vector2' exist with these partially matching parameter lists: (Vector2, T, @noescape (T, T) -> T), (T1, T2, @noescape (T1.Element, T2.Element) -> T) self.y = Vector2(m1.y, m2.y, op) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:240:18: error: cannot invoke initializer for type 'Vector2' with an argument list of type '(Vector2, Vector2, @noescape (T, T) -> T)' self.z = Vector2(m1.z, m2.z, op) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix3x2.swift:240:18: note: overloads for 'Vector2' exist with these partially matching parameter lists: (Vector2, T, @noescape (T, T) -> T), (T1, T2, @noescape (T1.Element, T2.Element) -> T) self.z = Vector2(m1.z, m2.z, op) ^ /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:191:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x3, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:191:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x3, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:191:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x3, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:196:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix2x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:196:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix2x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:196:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix2x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:201:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:201:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:201:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:206:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix2x3, _ m2:Matrix2x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:206:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix2x3, _ m2:Matrix2x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x3.swift:206:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix2x3, _ m2:Matrix2x3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:216:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:216:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:216:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ v:Vector3, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:222:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:222:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:222:41: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ v:Vector3, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:229:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:229:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:229:18: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v: T, @noescape _ op:(_:T.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:237:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:237:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:237:28: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, @noescape _ op:(_:T1.Element, _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:245:34: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:245:34: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, inout _ v2:T2, @noescape _ op:(_:T1.Element, inout _:T2.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:253:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:253:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:253:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:T3.Element) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:261:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:261:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Vector3.swift:261:37: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself (_ v1:T1, _ v2:T2, _ v3:T3, @noescape _ op:(_:T1.Element, _:T2.Element, _:Bool) -> Element) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:196:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:196:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:196:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:201:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix2x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:201:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix2x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:201:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix2x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:206:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:206:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:206:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix2x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:211:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix2x2, _ m2:Matrix2x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:211:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix2x2, _ m2:Matrix2x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix2x2.swift:211:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix2x2, _ m2:Matrix2x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:252:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:252:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:252:36: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x2, @noescape _ op:(_:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:259:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix4x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:259:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix4x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:259:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ s:T, _ m:Matrix4x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:266:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:266:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:266:43: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m:Matrix4x2, _ s:T, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:273:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix4x2, _ m2:Matrix4x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:273:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix4x2, _ m2:Matrix4x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape /Users/developer/projects/SwiftGL/Packages/SGLMath-1.0.3/Sources/Matrix4x2.swift:273:56: warning: @noescape is now an attribute on a parameter type, instead of on the parameter itself public init (_ m1:Matrix4x2, _ m2:Matrix4x2, @noescape _ op:(_:T, _:T) -> T) { ^~~~~~~~~~ @noescape