This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build SGLOpenGL with Swift 6.0 for visionOS using Xcode 16.0.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme SGLOpenGL-Package -destination generic/platform=xros OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

     |     |- warning: var 'glBindAttribLocationARB_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindAttribLocationARB_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindAttribLocationARB_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 161 | public func glBindBuffer(_ target:GLenum, _ buffer:GLuint) {glBindBuffer_P(target, buffer)}
 162 | public func glBindBuffer(target:GLenum, buffer:GLuint) {glBindBuffer_P(target, buffer)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:163:5: warning: var 'glBindBuffer_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 161 | public func glBindBuffer(_ target:GLenum, _ buffer:GLuint) {glBindBuffer_P(target, buffer)}
 162 | public func glBindBuffer(target:GLenum, buffer:GLuint) {glBindBuffer_P(target, buffer)}
 163 | var glBindBuffer_P:@convention(c)(GLenum, GLuint) -> Void = glBindBuffer_L
     |     |- warning: var 'glBindBuffer_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindBuffer_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindBuffer_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 164 | public func glBindBufferARB(_ target:GLenum, _ buffer:GLuint) {glBindBufferARB_P(target, buffer)}
 165 | public func glBindBufferARB(target:GLenum, buffer:GLuint) {glBindBufferARB_P(target, buffer)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:166:5: warning: var 'glBindBufferARB_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 164 | public func glBindBufferARB(_ target:GLenum, _ buffer:GLuint) {glBindBufferARB_P(target, buffer)}
 165 | public func glBindBufferARB(target:GLenum, buffer:GLuint) {glBindBufferARB_P(target, buffer)}
 166 | var glBindBufferARB_P:@convention(c)(GLenum, GLuint) -> Void = glBindBufferARB_L
     |     |- warning: var 'glBindBufferARB_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindBufferARB_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindBufferARB_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 167 | public func glBindBufferBase(_ target:GLenum, _ index:GLuint, _ buffer:GLuint) {glBindBufferBase_P(target, index, buffer)}
 168 | public func glBindBufferBase(target:GLenum, index:GLuint, buffer:GLuint) {glBindBufferBase_P(target, index, buffer)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:169:5: warning: var 'glBindBufferBase_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 167 | public func glBindBufferBase(_ target:GLenum, _ index:GLuint, _ buffer:GLuint) {glBindBufferBase_P(target, index, buffer)}
 168 | public func glBindBufferBase(target:GLenum, index:GLuint, buffer:GLuint) {glBindBufferBase_P(target, index, buffer)}
 169 | var glBindBufferBase_P:@convention(c)(GLenum, GLuint, GLuint) -> Void = glBindBufferBase_L
     |     |- warning: var 'glBindBufferBase_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindBufferBase_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindBufferBase_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 170 | public func glBindBufferBaseEXT(_ target:GLenum, _ index:GLuint, _ buffer:GLuint) {glBindBufferBaseEXT_P(target, index, buffer)}
 171 | public func glBindBufferBaseEXT(target:GLenum, index:GLuint, buffer:GLuint) {glBindBufferBaseEXT_P(target, index, buffer)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:172:5: warning: var 'glBindBufferBaseEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 170 | public func glBindBufferBaseEXT(_ target:GLenum, _ index:GLuint, _ buffer:GLuint) {glBindBufferBaseEXT_P(target, index, buffer)}
 171 | public func glBindBufferBaseEXT(target:GLenum, index:GLuint, buffer:GLuint) {glBindBufferBaseEXT_P(target, index, buffer)}
 172 | var glBindBufferBaseEXT_P:@convention(c)(GLenum, GLuint, GLuint) -> Void = glBindBufferBaseEXT_L
     |     |- warning: var 'glBindBufferBaseEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindBufferBaseEXT_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindBufferBaseEXT_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 173 | public func glBindBufferBaseNV(_ target:GLenum, _ index:GLuint, _ buffer:GLuint) {glBindBufferBaseNV_P(target, index, buffer)}
 174 | public func glBindBufferBaseNV(target:GLenum, index:GLuint, buffer:GLuint) {glBindBufferBaseNV_P(target, index, buffer)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:175:5: warning: var 'glBindBufferBaseNV_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 173 | public func glBindBufferBaseNV(_ target:GLenum, _ index:GLuint, _ buffer:GLuint) {glBindBufferBaseNV_P(target, index, buffer)}
 174 | public func glBindBufferBaseNV(target:GLenum, index:GLuint, buffer:GLuint) {glBindBufferBaseNV_P(target, index, buffer)}
 175 | var glBindBufferBaseNV_P:@convention(c)(GLenum, GLuint, GLuint) -> Void = glBindBufferBaseNV_L
     |     |- warning: var 'glBindBufferBaseNV_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindBufferBaseNV_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindBufferBaseNV_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 176 | public func glBindBufferOffsetEXT(_ target:GLenum, _ index:GLuint, _ buffer:GLuint, _ offset:GLintptr) {glBindBufferOffsetEXT_P(target, index, buffer, offset)}
 177 | public func glBindBufferOffsetEXT(target:GLenum, index:GLuint, buffer:GLuint, offset:GLintptr) {glBindBufferOffsetEXT_P(target, index, buffer, offset)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:178:5: warning: var 'glBindBufferOffsetEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 176 | public func glBindBufferOffsetEXT(_ target:GLenum, _ index:GLuint, _ buffer:GLuint, _ offset:GLintptr) {glBindBufferOffsetEXT_P(target, index, buffer, offset)}
 177 | public func glBindBufferOffsetEXT(target:GLenum, index:GLuint, buffer:GLuint, offset:GLintptr) {glBindBufferOffsetEXT_P(target, index, buffer, offset)}
 178 | var glBindBufferOffsetEXT_P:@convention(c)(GLenum, GLuint, GLuint, GLintptr) -> Void = glBindBufferOffsetEXT_L
     |     |- warning: var 'glBindBufferOffsetEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindBufferOffsetEXT_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindBufferOffsetEXT_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 179 | public func glBindBufferOffsetNV(_ target:GLenum, _ index:GLuint, _ buffer:GLuint, _ offset:GLintptr) {glBindBufferOffsetNV_P(target, index, buffer, offset)}
 180 | public func glBindBufferOffsetNV(target:GLenum, index:GLuint, buffer:GLuint, offset:GLintptr) {glBindBufferOffsetNV_P(target, index, buffer, offset)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:181:5: warning: var 'glBindBufferOffsetNV_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 179 | public func glBindBufferOffsetNV(_ target:GLenum, _ index:GLuint, _ buffer:GLuint, _ offset:GLintptr) {glBindBufferOffsetNV_P(target, index, buffer, offset)}
 180 | public func glBindBufferOffsetNV(target:GLenum, index:GLuint, buffer:GLuint, offset:GLintptr) {glBindBufferOffsetNV_P(target, index, buffer, offset)}
 181 | var glBindBufferOffsetNV_P:@convention(c)(GLenum, GLuint, GLuint, GLintptr) -> Void = glBindBufferOffsetNV_L
     |     |- warning: var 'glBindBufferOffsetNV_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindBufferOffsetNV_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindBufferOffsetNV_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 182 | public func glBindBufferRange(_ target:GLenum, _ index:GLuint, _ buffer:GLuint, _ offset:GLintptr, _ size:GLsizeiptr) {glBindBufferRange_P(target, index, buffer, offset, size)}
 183 | public func glBindBufferRange(target:GLenum, index:GLuint, buffer:GLuint, offset:GLintptr, size:GLsizeiptr) {glBindBufferRange_P(target, index, buffer, offset, size)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:184:5: warning: var 'glBindBufferRange_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 182 | public func glBindBufferRange(_ target:GLenum, _ index:GLuint, _ buffer:GLuint, _ offset:GLintptr, _ size:GLsizeiptr) {glBindBufferRange_P(target, index, buffer, offset, size)}
 183 | public func glBindBufferRange(target:GLenum, index:GLuint, buffer:GLuint, offset:GLintptr, size:GLsizeiptr) {glBindBufferRange_P(target, index, buffer, offset, size)}
 184 | var glBindBufferRange_P:@convention(c)(GLenum, GLuint, GLuint, GLintptr, GLsizeiptr) -> Void = glBindBufferRange_L
     |     |- warning: var 'glBindBufferRange_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindBufferRange_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindBufferRange_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 185 | public func glBindBufferRangeEXT(_ target:GLenum, _ index:GLuint, _ buffer:GLuint, _ offset:GLintptr, _ size:GLsizeiptr) {glBindBufferRangeEXT_P(target, index, buffer, offset, size)}
 186 | public func glBindBufferRangeEXT(target:GLenum, index:GLuint, buffer:GLuint, offset:GLintptr, size:GLsizeiptr) {glBindBufferRangeEXT_P(target, index, buffer, offset, size)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:187:5: warning: var 'glBindBufferRangeEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 185 | public func glBindBufferRangeEXT(_ target:GLenum, _ index:GLuint, _ buffer:GLuint, _ offset:GLintptr, _ size:GLsizeiptr) {glBindBufferRangeEXT_P(target, index, buffer, offset, size)}
 186 | public func glBindBufferRangeEXT(target:GLenum, index:GLuint, buffer:GLuint, offset:GLintptr, size:GLsizeiptr) {glBindBufferRangeEXT_P(target, index, buffer, offset, size)}
 187 | var glBindBufferRangeEXT_P:@convention(c)(GLenum, GLuint, GLuint, GLintptr, GLsizeiptr) -> Void = glBindBufferRangeEXT_L
     |     |- warning: var 'glBindBufferRangeEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindBufferRangeEXT_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindBufferRangeEXT_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 188 | public func glBindBufferRangeNV(_ target:GLenum, _ index:GLuint, _ buffer:GLuint, _ offset:GLintptr, _ size:GLsizeiptr) {glBindBufferRangeNV_P(target, index, buffer, offset, size)}
 189 | public func glBindBufferRangeNV(target:GLenum, index:GLuint, buffer:GLuint, offset:GLintptr, size:GLsizeiptr) {glBindBufferRangeNV_P(target, index, buffer, offset, size)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:190:5: warning: var 'glBindBufferRangeNV_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 188 | public func glBindBufferRangeNV(_ target:GLenum, _ index:GLuint, _ buffer:GLuint, _ offset:GLintptr, _ size:GLsizeiptr) {glBindBufferRangeNV_P(target, index, buffer, offset, size)}
 189 | public func glBindBufferRangeNV(target:GLenum, index:GLuint, buffer:GLuint, offset:GLintptr, size:GLsizeiptr) {glBindBufferRangeNV_P(target, index, buffer, offset, size)}
 190 | var glBindBufferRangeNV_P:@convention(c)(GLenum, GLuint, GLuint, GLintptr, GLsizeiptr) -> Void = glBindBufferRangeNV_L
     |     |- warning: var 'glBindBufferRangeNV_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindBufferRangeNV_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindBufferRangeNV_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 191 | public func glBindBuffersBase(_ target:GLenum, _ first:GLuint, _ count:GLsizei, _ buffers:UnsafePointer<GLuint>?) {glBindBuffersBase_P(target, first, count, buffers)}
 192 | public func glBindBuffersBase(target:GLenum, first:GLuint, count:GLsizei, buffers:UnsafePointer<GLuint>?) {glBindBuffersBase_P(target, first, count, buffers)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:193:5: warning: var 'glBindBuffersBase_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 191 | public func glBindBuffersBase(_ target:GLenum, _ first:GLuint, _ count:GLsizei, _ buffers:UnsafePointer<GLuint>?) {glBindBuffersBase_P(target, first, count, buffers)}
 192 | public func glBindBuffersBase(target:GLenum, first:GLuint, count:GLsizei, buffers:UnsafePointer<GLuint>?) {glBindBuffersBase_P(target, first, count, buffers)}
 193 | var glBindBuffersBase_P:@convention(c)(GLenum, GLuint, GLsizei, UnsafePointer<GLuint>?) -> Void = glBindBuffersBase_L
     |     |- warning: var 'glBindBuffersBase_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindBuffersBase_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindBuffersBase_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 194 | public func glBindBuffersRange(_ target:GLenum, _ first:GLuint, _ count:GLsizei, _ buffers:UnsafePointer<GLuint>?, _ offsets:UnsafePointer<GLintptr>?, _ sizes:UnsafePointer<GLsizeiptr>?) {glBindBuffersRange_P(target, first, count, buffers, offsets, sizes)}
 195 | public func glBindBuffersRange(target:GLenum, first:GLuint, count:GLsizei, buffers:UnsafePointer<GLuint>?, offsets:UnsafePointer<GLintptr>?, sizes:UnsafePointer<GLsizeiptr>?) {glBindBuffersRange_P(target, first, count, buffers, offsets, sizes)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:196:5: warning: var 'glBindBuffersRange_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 194 | public func glBindBuffersRange(_ target:GLenum, _ first:GLuint, _ count:GLsizei, _ buffers:UnsafePointer<GLuint>?, _ offsets:UnsafePointer<GLintptr>?, _ sizes:UnsafePointer<GLsizeiptr>?) {glBindBuffersRange_P(target, first, count, buffers, offsets, sizes)}
 195 | public func glBindBuffersRange(target:GLenum, first:GLuint, count:GLsizei, buffers:UnsafePointer<GLuint>?, offsets:UnsafePointer<GLintptr>?, sizes:UnsafePointer<GLsizeiptr>?) {glBindBuffersRange_P(target, first, count, buffers, offsets, sizes)}
 196 | var glBindBuffersRange_P:@convention(c)(GLenum, GLuint, GLsizei, UnsafePointer<GLuint>?, UnsafePointer<GLintptr>?, UnsafePointer<GLsizeiptr>?) -> Void = glBindBuffersRange_L
     |     |- warning: var 'glBindBuffersRange_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindBuffersRange_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindBuffersRange_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 197 | public func glBindFragDataLocation(_ program:GLuint, _ color:GLuint, _ name:UnsafePointer<GLchar>?) {glBindFragDataLocation_P(program, color, name)}
 198 | public func glBindFragDataLocation(program:GLuint, color:GLuint, name:UnsafePointer<GLchar>?) {glBindFragDataLocation_P(program, color, name)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:199:5: warning: var 'glBindFragDataLocation_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 197 | public func glBindFragDataLocation(_ program:GLuint, _ color:GLuint, _ name:UnsafePointer<GLchar>?) {glBindFragDataLocation_P(program, color, name)}
 198 | public func glBindFragDataLocation(program:GLuint, color:GLuint, name:UnsafePointer<GLchar>?) {glBindFragDataLocation_P(program, color, name)}
 199 | var glBindFragDataLocation_P:@convention(c)(GLuint, GLuint, UnsafePointer<GLchar>?) -> Void = glBindFragDataLocation_L
     |     |- warning: var 'glBindFragDataLocation_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindFragDataLocation_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindFragDataLocation_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 200 | public func glBindFragDataLocationEXT(_ program:GLuint, _ color:GLuint, _ name:UnsafePointer<GLchar>?) {glBindFragDataLocationEXT_P(program, color, name)}
 201 | public func glBindFragDataLocationEXT(program:GLuint, color:GLuint, name:UnsafePointer<GLchar>?) {glBindFragDataLocationEXT_P(program, color, name)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:202:5: warning: var 'glBindFragDataLocationEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 200 | public func glBindFragDataLocationEXT(_ program:GLuint, _ color:GLuint, _ name:UnsafePointer<GLchar>?) {glBindFragDataLocationEXT_P(program, color, name)}
 201 | public func glBindFragDataLocationEXT(program:GLuint, color:GLuint, name:UnsafePointer<GLchar>?) {glBindFragDataLocationEXT_P(program, color, name)}
 202 | var glBindFragDataLocationEXT_P:@convention(c)(GLuint, GLuint, UnsafePointer<GLchar>?) -> Void = glBindFragDataLocationEXT_L
     |     |- warning: var 'glBindFragDataLocationEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindFragDataLocationEXT_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindFragDataLocationEXT_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 203 | public func glBindFragDataLocationIndexed(_ program:GLuint, _ colorNumber:GLuint, _ index:GLuint, _ name:UnsafePointer<GLchar>?) {glBindFragDataLocationIndexed_P(program, colorNumber, index, name)}
 204 | public func glBindFragDataLocationIndexed(program:GLuint, colorNumber:GLuint, index:GLuint, name:UnsafePointer<GLchar>?) {glBindFragDataLocationIndexed_P(program, colorNumber, index, name)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:205:5: warning: var 'glBindFragDataLocationIndexed_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 203 | public func glBindFragDataLocationIndexed(_ program:GLuint, _ colorNumber:GLuint, _ index:GLuint, _ name:UnsafePointer<GLchar>?) {glBindFragDataLocationIndexed_P(program, colorNumber, index, name)}
 204 | public func glBindFragDataLocationIndexed(program:GLuint, colorNumber:GLuint, index:GLuint, name:UnsafePointer<GLchar>?) {glBindFragDataLocationIndexed_P(program, colorNumber, index, name)}
 205 | var glBindFragDataLocationIndexed_P:@convention(c)(GLuint, GLuint, GLuint, UnsafePointer<GLchar>?) -> Void = glBindFragDataLocationIndexed_L
     |     |- warning: var 'glBindFragDataLocationIndexed_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindFragDataLocationIndexed_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindFragDataLocationIndexed_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 206 | public func glBindFragDataLocationIndexedEXT(_ program:GLuint, _ colorNumber:GLuint, _ index:GLuint, _ name:UnsafePointer<GLchar>?) {glBindFragDataLocationIndexedEXT_P(program, colorNumber, index, name)}
 207 | public func glBindFragDataLocationIndexedEXT(program:GLuint, colorNumber:GLuint, index:GLuint, name:UnsafePointer<GLchar>?) {glBindFragDataLocationIndexedEXT_P(program, colorNumber, index, name)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:208:5: warning: var 'glBindFragDataLocationIndexedEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 206 | public func glBindFragDataLocationIndexedEXT(_ program:GLuint, _ colorNumber:GLuint, _ index:GLuint, _ name:UnsafePointer<GLchar>?) {glBindFragDataLocationIndexedEXT_P(program, colorNumber, index, name)}
 207 | public func glBindFragDataLocationIndexedEXT(program:GLuint, colorNumber:GLuint, index:GLuint, name:UnsafePointer<GLchar>?) {glBindFragDataLocationIndexedEXT_P(program, colorNumber, index, name)}
 208 | var glBindFragDataLocationIndexedEXT_P:@convention(c)(GLuint, GLuint, GLuint, UnsafePointer<GLchar>?) -> Void = glBindFragDataLocationIndexedEXT_L
     |     |- warning: var 'glBindFragDataLocationIndexedEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindFragDataLocationIndexedEXT_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindFragDataLocationIndexedEXT_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 209 | public func glBindFragmentShaderATI(_ id:GLuint) {glBindFragmentShaderATI_P(id)}
 210 | public func glBindFragmentShaderATI(id:GLuint) {glBindFragmentShaderATI_P(id)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:211:5: warning: var 'glBindFragmentShaderATI_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 209 | public func glBindFragmentShaderATI(_ id:GLuint) {glBindFragmentShaderATI_P(id)}
 210 | public func glBindFragmentShaderATI(id:GLuint) {glBindFragmentShaderATI_P(id)}
 211 | var glBindFragmentShaderATI_P:@convention(c)(GLuint) -> Void = glBindFragmentShaderATI_L
     |     |- warning: var 'glBindFragmentShaderATI_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindFragmentShaderATI_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindFragmentShaderATI_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 212 | public func glBindFramebuffer(_ target:GLenum, _ framebuffer:GLuint) {glBindFramebuffer_P(target, framebuffer)}
 213 | public func glBindFramebuffer(target:GLenum, framebuffer:GLuint) {glBindFramebuffer_P(target, framebuffer)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:214:5: warning: var 'glBindFramebuffer_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 212 | public func glBindFramebuffer(_ target:GLenum, _ framebuffer:GLuint) {glBindFramebuffer_P(target, framebuffer)}
 213 | public func glBindFramebuffer(target:GLenum, framebuffer:GLuint) {glBindFramebuffer_P(target, framebuffer)}
 214 | var glBindFramebuffer_P:@convention(c)(GLenum, GLuint) -> Void = glBindFramebuffer_L
     |     |- warning: var 'glBindFramebuffer_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindFramebuffer_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindFramebuffer_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 215 | public func glBindFramebufferEXT(_ target:GLenum, _ framebuffer:GLuint) {glBindFramebufferEXT_P(target, framebuffer)}
 216 | public func glBindFramebufferEXT(target:GLenum, framebuffer:GLuint) {glBindFramebufferEXT_P(target, framebuffer)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:217:5: warning: var 'glBindFramebufferEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 215 | public func glBindFramebufferEXT(_ target:GLenum, _ framebuffer:GLuint) {glBindFramebufferEXT_P(target, framebuffer)}
 216 | public func glBindFramebufferEXT(target:GLenum, framebuffer:GLuint) {glBindFramebufferEXT_P(target, framebuffer)}
 217 | var glBindFramebufferEXT_P:@convention(c)(GLenum, GLuint) -> Void = glBindFramebufferEXT_L
     |     |- warning: var 'glBindFramebufferEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindFramebufferEXT_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindFramebufferEXT_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 218 | public func glBindFramebufferOES(_ target:GLenum, _ framebuffer:GLuint) {glBindFramebufferOES_P(target, framebuffer)}
 219 | public func glBindFramebufferOES(target:GLenum, framebuffer:GLuint) {glBindFramebufferOES_P(target, framebuffer)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:220:5: warning: var 'glBindFramebufferOES_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 218 | public func glBindFramebufferOES(_ target:GLenum, _ framebuffer:GLuint) {glBindFramebufferOES_P(target, framebuffer)}
 219 | public func glBindFramebufferOES(target:GLenum, framebuffer:GLuint) {glBindFramebufferOES_P(target, framebuffer)}
 220 | var glBindFramebufferOES_P:@convention(c)(GLenum, GLuint) -> Void = glBindFramebufferOES_L
     |     |- warning: var 'glBindFramebufferOES_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindFramebufferOES_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindFramebufferOES_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 221 | public func glBindImageTexture(_ unit:GLuint, _ texture:GLuint, _ level:GLint, _ layered:GLboolean, _ layer:GLint, _ access:GLenum, _ format:GLenum) {glBindImageTexture_P(unit, texture, level, layered, layer, access, format)}
 222 | public func glBindImageTexture(unit:GLuint, texture:GLuint, level:GLint, layered:GLboolean, layer:GLint, access:GLenum, format:GLenum) {glBindImageTexture_P(unit, texture, level, layered, layer, access, format)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:223:5: warning: var 'glBindImageTexture_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 221 | public func glBindImageTexture(_ unit:GLuint, _ texture:GLuint, _ level:GLint, _ layered:GLboolean, _ layer:GLint, _ access:GLenum, _ format:GLenum) {glBindImageTexture_P(unit, texture, level, layered, layer, access, format)}
 222 | public func glBindImageTexture(unit:GLuint, texture:GLuint, level:GLint, layered:GLboolean, layer:GLint, access:GLenum, format:GLenum) {glBindImageTexture_P(unit, texture, level, layered, layer, access, format)}
 223 | var glBindImageTexture_P:@convention(c)(GLuint, GLuint, GLint, GLboolean, GLint, GLenum, GLenum) -> Void = glBindImageTexture_L
     |     |- warning: var 'glBindImageTexture_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindImageTexture_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindImageTexture_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 224 | public func glBindImageTextureEXT(_ index:GLuint, _ texture:GLuint, _ level:GLint, _ layered:GLboolean, _ layer:GLint, _ access:GLenum, _ format:GLint) {glBindImageTextureEXT_P(index, texture, level, layered, layer, access, format)}
 225 | public func glBindImageTextureEXT(index:GLuint, texture:GLuint, level:GLint, layered:GLboolean, layer:GLint, access:GLenum, format:GLint) {glBindImageTextureEXT_P(index, texture, level, layered, layer, access, format)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:226:5: warning: var 'glBindImageTextureEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 224 | public func glBindImageTextureEXT(_ index:GLuint, _ texture:GLuint, _ level:GLint, _ layered:GLboolean, _ layer:GLint, _ access:GLenum, _ format:GLint) {glBindImageTextureEXT_P(index, texture, level, layered, layer, access, format)}
 225 | public func glBindImageTextureEXT(index:GLuint, texture:GLuint, level:GLint, layered:GLboolean, layer:GLint, access:GLenum, format:GLint) {glBindImageTextureEXT_P(index, texture, level, layered, layer, access, format)}
 226 | var glBindImageTextureEXT_P:@convention(c)(GLuint, GLuint, GLint, GLboolean, GLint, GLenum, GLint) -> Void = glBindImageTextureEXT_L
     |     |- warning: var 'glBindImageTextureEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindImageTextureEXT_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindImageTextureEXT_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 227 | public func glBindImageTextures(_ first:GLuint, _ count:GLsizei, _ textures:UnsafePointer<GLuint>?) {glBindImageTextures_P(first, count, textures)}
 228 | public func glBindImageTextures(first:GLuint, count:GLsizei, textures:UnsafePointer<GLuint>?) {glBindImageTextures_P(first, count, textures)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:229:5: warning: var 'glBindImageTextures_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 227 | public func glBindImageTextures(_ first:GLuint, _ count:GLsizei, _ textures:UnsafePointer<GLuint>?) {glBindImageTextures_P(first, count, textures)}
 228 | public func glBindImageTextures(first:GLuint, count:GLsizei, textures:UnsafePointer<GLuint>?) {glBindImageTextures_P(first, count, textures)}
 229 | var glBindImageTextures_P:@convention(c)(GLuint, GLsizei, UnsafePointer<GLuint>?) -> Void = glBindImageTextures_L
     |     |- warning: var 'glBindImageTextures_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindImageTextures_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindImageTextures_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 230 | public func glBindLightParameterEXT(_ light:GLenum, _ value:GLenum) -> GLuint {return glBindLightParameterEXT_P(light, value)}
 231 | public func glBindLightParameterEXT(light:GLenum, value:GLenum) -> GLuint {return glBindLightParameterEXT_P(light, value)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:232:5: warning: var 'glBindLightParameterEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 230 | public func glBindLightParameterEXT(_ light:GLenum, _ value:GLenum) -> GLuint {return glBindLightParameterEXT_P(light, value)}
 231 | public func glBindLightParameterEXT(light:GLenum, value:GLenum) -> GLuint {return glBindLightParameterEXT_P(light, value)}
 232 | var glBindLightParameterEXT_P:@convention(c)(GLenum, GLenum) -> GLuint = glBindLightParameterEXT_L
     |     |- warning: var 'glBindLightParameterEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindLightParameterEXT_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindLightParameterEXT_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 233 | public func glBindMaterialParameterEXT(_ face:GLenum, _ value:GLenum) -> GLuint {return glBindMaterialParameterEXT_P(face, value)}
 234 | public func glBindMaterialParameterEXT(face:GLenum, value:GLenum) -> GLuint {return glBindMaterialParameterEXT_P(face, value)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:235:5: warning: var 'glBindMaterialParameterEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 233 | public func glBindMaterialParameterEXT(_ face:GLenum, _ value:GLenum) -> GLuint {return glBindMaterialParameterEXT_P(face, value)}
 234 | public func glBindMaterialParameterEXT(face:GLenum, value:GLenum) -> GLuint {return glBindMaterialParameterEXT_P(face, value)}
 235 | var glBindMaterialParameterEXT_P:@convention(c)(GLenum, GLenum) -> GLuint = glBindMaterialParameterEXT_L
     |     |- warning: var 'glBindMaterialParameterEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindMaterialParameterEXT_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindMaterialParameterEXT_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 236 | public func glBindMultiTextureEXT(_ texunit:GLenum, _ target:GLenum, _ texture:GLuint) {glBindMultiTextureEXT_P(texunit, target, texture)}
 237 | public func glBindMultiTextureEXT(texunit:GLenum, target:GLenum, texture:GLuint) {glBindMultiTextureEXT_P(texunit, target, texture)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:238:5: warning: var 'glBindMultiTextureEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 236 | public func glBindMultiTextureEXT(_ texunit:GLenum, _ target:GLenum, _ texture:GLuint) {glBindMultiTextureEXT_P(texunit, target, texture)}
 237 | public func glBindMultiTextureEXT(texunit:GLenum, target:GLenum, texture:GLuint) {glBindMultiTextureEXT_P(texunit, target, texture)}
 238 | var glBindMultiTextureEXT_P:@convention(c)(GLenum, GLenum, GLuint) -> Void = glBindMultiTextureEXT_L
     |     |- warning: var 'glBindMultiTextureEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindMultiTextureEXT_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindMultiTextureEXT_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 239 | public func glBindParameterEXT(_ value:GLenum) -> GLuint {return glBindParameterEXT_P(value)}
 240 | public func glBindParameterEXT(value:GLenum) -> GLuint {return glBindParameterEXT_P(value)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:241:5: warning: var 'glBindParameterEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 239 | public func glBindParameterEXT(_ value:GLenum) -> GLuint {return glBindParameterEXT_P(value)}
 240 | public func glBindParameterEXT(value:GLenum) -> GLuint {return glBindParameterEXT_P(value)}
 241 | var glBindParameterEXT_P:@convention(c)(GLenum) -> GLuint = glBindParameterEXT_L
     |     |- warning: var 'glBindParameterEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindParameterEXT_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindParameterEXT_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 242 | public func glBindProgramARB(_ target:GLenum, _ program:GLuint) {glBindProgramARB_P(target, program)}
 243 | public func glBindProgramARB(target:GLenum, program:GLuint) {glBindProgramARB_P(target, program)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:244:5: warning: var 'glBindProgramARB_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 242 | public func glBindProgramARB(_ target:GLenum, _ program:GLuint) {glBindProgramARB_P(target, program)}
 243 | public func glBindProgramARB(target:GLenum, program:GLuint) {glBindProgramARB_P(target, program)}
 244 | var glBindProgramARB_P:@convention(c)(GLenum, GLuint) -> Void = glBindProgramARB_L
     |     |- warning: var 'glBindProgramARB_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindProgramARB_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindProgramARB_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 245 | public func glBindProgramNV(_ target:GLenum, _ id:GLuint) {glBindProgramNV_P(target, id)}
 246 | public func glBindProgramNV(target:GLenum, id:GLuint) {glBindProgramNV_P(target, id)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:247:5: warning: var 'glBindProgramNV_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 245 | public func glBindProgramNV(_ target:GLenum, _ id:GLuint) {glBindProgramNV_P(target, id)}
 246 | public func glBindProgramNV(target:GLenum, id:GLuint) {glBindProgramNV_P(target, id)}
 247 | var glBindProgramNV_P:@convention(c)(GLenum, GLuint) -> Void = glBindProgramNV_L
     |     |- warning: var 'glBindProgramNV_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindProgramNV_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindProgramNV_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 248 | public func glBindProgramPipeline(_ pipeline:GLuint) {glBindProgramPipeline_P(pipeline)}
 249 | public func glBindProgramPipeline(pipeline:GLuint) {glBindProgramPipeline_P(pipeline)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:250:5: warning: var 'glBindProgramPipeline_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 248 | public func glBindProgramPipeline(_ pipeline:GLuint) {glBindProgramPipeline_P(pipeline)}
 249 | public func glBindProgramPipeline(pipeline:GLuint) {glBindProgramPipeline_P(pipeline)}
 250 | var glBindProgramPipeline_P:@convention(c)(GLuint) -> Void = glBindProgramPipeline_L
     |     |- warning: var 'glBindProgramPipeline_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindProgramPipeline_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindProgramPipeline_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 251 | public func glBindProgramPipelineEXT(_ pipeline:GLuint) {glBindProgramPipelineEXT_P(pipeline)}
 252 | public func glBindProgramPipelineEXT(pipeline:GLuint) {glBindProgramPipelineEXT_P(pipeline)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:253:5: warning: var 'glBindProgramPipelineEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 251 | public func glBindProgramPipelineEXT(_ pipeline:GLuint) {glBindProgramPipelineEXT_P(pipeline)}
 252 | public func glBindProgramPipelineEXT(pipeline:GLuint) {glBindProgramPipelineEXT_P(pipeline)}
 253 | var glBindProgramPipelineEXT_P:@convention(c)(GLuint) -> Void = glBindProgramPipelineEXT_L
     |     |- warning: var 'glBindProgramPipelineEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindProgramPipelineEXT_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindProgramPipelineEXT_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 254 | public func glBindRenderbuffer(_ target:GLenum, _ renderbuffer:GLuint) {glBindRenderbuffer_P(target, renderbuffer)}
 255 | public func glBindRenderbuffer(target:GLenum, renderbuffer:GLuint) {glBindRenderbuffer_P(target, renderbuffer)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:256:5: warning: var 'glBindRenderbuffer_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 254 | public func glBindRenderbuffer(_ target:GLenum, _ renderbuffer:GLuint) {glBindRenderbuffer_P(target, renderbuffer)}
 255 | public func glBindRenderbuffer(target:GLenum, renderbuffer:GLuint) {glBindRenderbuffer_P(target, renderbuffer)}
 256 | var glBindRenderbuffer_P:@convention(c)(GLenum, GLuint) -> Void = glBindRenderbuffer_L
     |     |- warning: var 'glBindRenderbuffer_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindRenderbuffer_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindRenderbuffer_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 257 | public func glBindRenderbufferEXT(_ target:GLenum, _ renderbuffer:GLuint) {glBindRenderbufferEXT_P(target, renderbuffer)}
 258 | public func glBindRenderbufferEXT(target:GLenum, renderbuffer:GLuint) {glBindRenderbufferEXT_P(target, renderbuffer)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:259:5: warning: var 'glBindRenderbufferEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 257 | public func glBindRenderbufferEXT(_ target:GLenum, _ renderbuffer:GLuint) {glBindRenderbufferEXT_P(target, renderbuffer)}
 258 | public func glBindRenderbufferEXT(target:GLenum, renderbuffer:GLuint) {glBindRenderbufferEXT_P(target, renderbuffer)}
 259 | var glBindRenderbufferEXT_P:@convention(c)(GLenum, GLuint) -> Void = glBindRenderbufferEXT_L
     |     |- warning: var 'glBindRenderbufferEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindRenderbufferEXT_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindRenderbufferEXT_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 260 | public func glBindRenderbufferOES(_ target:GLenum, _ renderbuffer:GLuint) {glBindRenderbufferOES_P(target, renderbuffer)}
 261 | public func glBindRenderbufferOES(target:GLenum, renderbuffer:GLuint) {glBindRenderbufferOES_P(target, renderbuffer)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:262:5: warning: var 'glBindRenderbufferOES_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 260 | public func glBindRenderbufferOES(_ target:GLenum, _ renderbuffer:GLuint) {glBindRenderbufferOES_P(target, renderbuffer)}
 261 | public func glBindRenderbufferOES(target:GLenum, renderbuffer:GLuint) {glBindRenderbufferOES_P(target, renderbuffer)}
 262 | var glBindRenderbufferOES_P:@convention(c)(GLenum, GLuint) -> Void = glBindRenderbufferOES_L
     |     |- warning: var 'glBindRenderbufferOES_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindRenderbufferOES_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindRenderbufferOES_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 263 | public func glBindSampler(_ unit:GLuint, _ sampler:GLuint) {glBindSampler_P(unit, sampler)}
 264 | public func glBindSampler(unit:GLuint, sampler:GLuint) {glBindSampler_P(unit, sampler)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:265:5: warning: var 'glBindSampler_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 263 | public func glBindSampler(_ unit:GLuint, _ sampler:GLuint) {glBindSampler_P(unit, sampler)}
 264 | public func glBindSampler(unit:GLuint, sampler:GLuint) {glBindSampler_P(unit, sampler)}
 265 | var glBindSampler_P:@convention(c)(GLuint, GLuint) -> Void = glBindSampler_L
     |     |- warning: var 'glBindSampler_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindSampler_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindSampler_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 266 | public func glBindSamplers(_ first:GLuint, _ count:GLsizei, _ samplers:UnsafePointer<GLuint>?) {glBindSamplers_P(first, count, samplers)}
 267 | public func glBindSamplers(first:GLuint, count:GLsizei, samplers:UnsafePointer<GLuint>?) {glBindSamplers_P(first, count, samplers)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:268:5: warning: var 'glBindSamplers_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 266 | public func glBindSamplers(_ first:GLuint, _ count:GLsizei, _ samplers:UnsafePointer<GLuint>?) {glBindSamplers_P(first, count, samplers)}
 267 | public func glBindSamplers(first:GLuint, count:GLsizei, samplers:UnsafePointer<GLuint>?) {glBindSamplers_P(first, count, samplers)}
 268 | var glBindSamplers_P:@convention(c)(GLuint, GLsizei, UnsafePointer<GLuint>?) -> Void = glBindSamplers_L
     |     |- warning: var 'glBindSamplers_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindSamplers_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindSamplers_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 269 | public func glBindTexGenParameterEXT(_ unit:GLenum, _ coord:GLenum, _ value:GLenum) -> GLuint {return glBindTexGenParameterEXT_P(unit, coord, value)}
 270 | public func glBindTexGenParameterEXT(unit:GLenum, coord:GLenum, value:GLenum) -> GLuint {return glBindTexGenParameterEXT_P(unit, coord, value)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:271:5: warning: var 'glBindTexGenParameterEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 269 | public func glBindTexGenParameterEXT(_ unit:GLenum, _ coord:GLenum, _ value:GLenum) -> GLuint {return glBindTexGenParameterEXT_P(unit, coord, value)}
 270 | public func glBindTexGenParameterEXT(unit:GLenum, coord:GLenum, value:GLenum) -> GLuint {return glBindTexGenParameterEXT_P(unit, coord, value)}
 271 | var glBindTexGenParameterEXT_P:@convention(c)(GLenum, GLenum, GLenum) -> GLuint = glBindTexGenParameterEXT_L
     |     |- warning: var 'glBindTexGenParameterEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindTexGenParameterEXT_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindTexGenParameterEXT_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 272 | public func glBindTexture(_ target:GLenum, _ texture:GLuint) {glBindTexture_P(target, texture)}
 273 | public func glBindTexture(target:GLenum, texture:GLuint) {glBindTexture_P(target, texture)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:274:5: warning: var 'glBindTexture_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 272 | public func glBindTexture(_ target:GLenum, _ texture:GLuint) {glBindTexture_P(target, texture)}
 273 | public func glBindTexture(target:GLenum, texture:GLuint) {glBindTexture_P(target, texture)}
 274 | var glBindTexture_P:@convention(c)(GLenum, GLuint) -> Void = glBindTexture_L
     |     |- warning: var 'glBindTexture_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindTexture_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindTexture_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 275 | public func glBindTextureEXT(_ target:GLenum, _ texture:GLuint) {glBindTextureEXT_P(target, texture)}
 276 | public func glBindTextureEXT(target:GLenum, texture:GLuint) {glBindTextureEXT_P(target, texture)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:277:5: warning: var 'glBindTextureEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 275 | public func glBindTextureEXT(_ target:GLenum, _ texture:GLuint) {glBindTextureEXT_P(target, texture)}
 276 | public func glBindTextureEXT(target:GLenum, texture:GLuint) {glBindTextureEXT_P(target, texture)}
 277 | var glBindTextureEXT_P:@convention(c)(GLenum, GLuint) -> Void = glBindTextureEXT_L
     |     |- warning: var 'glBindTextureEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindTextureEXT_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindTextureEXT_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 278 | public func glBindTextures(_ first:GLuint, _ count:GLsizei, _ textures:UnsafePointer<GLuint>?) {glBindTextures_P(first, count, textures)}
 279 | public func glBindTextures(first:GLuint, count:GLsizei, textures:UnsafePointer<GLuint>?) {glBindTextures_P(first, count, textures)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:280:5: warning: var 'glBindTextures_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 278 | public func glBindTextures(_ first:GLuint, _ count:GLsizei, _ textures:UnsafePointer<GLuint>?) {glBindTextures_P(first, count, textures)}
 279 | public func glBindTextures(first:GLuint, count:GLsizei, textures:UnsafePointer<GLuint>?) {glBindTextures_P(first, count, textures)}
 280 | var glBindTextures_P:@convention(c)(GLuint, GLsizei, UnsafePointer<GLuint>?) -> Void = glBindTextures_L
     |     |- warning: var 'glBindTextures_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindTextures_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindTextures_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 281 | public func glBindTextureUnit(_ unit:GLuint, _ texture:GLuint) {glBindTextureUnit_P(unit, texture)}
 282 | public func glBindTextureUnit(unit:GLuint, texture:GLuint) {glBindTextureUnit_P(unit, texture)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:283:5: warning: var 'glBindTextureUnit_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 281 | public func glBindTextureUnit(_ unit:GLuint, _ texture:GLuint) {glBindTextureUnit_P(unit, texture)}
 282 | public func glBindTextureUnit(unit:GLuint, texture:GLuint) {glBindTextureUnit_P(unit, texture)}
 283 | var glBindTextureUnit_P:@convention(c)(GLuint, GLuint) -> Void = glBindTextureUnit_L
     |     |- warning: var 'glBindTextureUnit_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindTextureUnit_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindTextureUnit_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 284 | public func glBindTextureUnitParameterEXT(_ unit:GLenum, _ value:GLenum) -> GLuint {return glBindTextureUnitParameterEXT_P(unit, value)}
 285 | public func glBindTextureUnitParameterEXT(unit:GLenum, value:GLenum) -> GLuint {return glBindTextureUnitParameterEXT_P(unit, value)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:286:5: warning: var 'glBindTextureUnitParameterEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 284 | public func glBindTextureUnitParameterEXT(_ unit:GLenum, _ value:GLenum) -> GLuint {return glBindTextureUnitParameterEXT_P(unit, value)}
 285 | public func glBindTextureUnitParameterEXT(unit:GLenum, value:GLenum) -> GLuint {return glBindTextureUnitParameterEXT_P(unit, value)}
 286 | var glBindTextureUnitParameterEXT_P:@convention(c)(GLenum, GLenum) -> GLuint = glBindTextureUnitParameterEXT_L
     |     |- warning: var 'glBindTextureUnitParameterEXT_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindTextureUnitParameterEXT_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindTextureUnitParameterEXT_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 287 | public func glBindTransformFeedback(_ target:GLenum, _ id:GLuint) {glBindTransformFeedback_P(target, id)}
 288 | public func glBindTransformFeedback(target:GLenum, id:GLuint) {glBindTransformFeedback_P(target, id)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:289:5: warning: var 'glBindTransformFeedback_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 287 | public func glBindTransformFeedback(_ target:GLenum, _ id:GLuint) {glBindTransformFeedback_P(target, id)}
 288 | public func glBindTransformFeedback(target:GLenum, id:GLuint) {glBindTransformFeedback_P(target, id)}
 289 | var glBindTransformFeedback_P:@convention(c)(GLenum, GLuint) -> Void = glBindTransformFeedback_L
     |     |- warning: var 'glBindTransformFeedback_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindTransformFeedback_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindTransformFeedback_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 290 | public func glBindTransformFeedbackNV(_ target:GLenum, _ id:GLuint) {glBindTransformFeedbackNV_P(target, id)}
 291 | public func glBindTransformFeedbackNV(target:GLenum, id:GLuint) {glBindTransformFeedbackNV_P(target, id)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:292:5: warning: var 'glBindTransformFeedbackNV_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 290 | public func glBindTransformFeedbackNV(_ target:GLenum, _ id:GLuint) {glBindTransformFeedbackNV_P(target, id)}
 291 | public func glBindTransformFeedbackNV(target:GLenum, id:GLuint) {glBindTransformFeedbackNV_P(target, id)}
 292 | var glBindTransformFeedbackNV_P:@convention(c)(GLenum, GLuint) -> Void = glBindTransformFeedbackNV_L
     |     |- warning: var 'glBindTransformFeedbackNV_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindTransformFeedbackNV_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindTransformFeedbackNV_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 293 | public func glBindVertexArray(_ array:GLuint) {glBindVertexArray_P(array)}
 294 | public func glBindVertexArray(array:GLuint) {glBindVertexArray_P(array)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:295:5: warning: var 'glBindVertexArray_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 293 | public func glBindVertexArray(_ array:GLuint) {glBindVertexArray_P(array)}
 294 | public func glBindVertexArray(array:GLuint) {glBindVertexArray_P(array)}
 295 | var glBindVertexArray_P:@convention(c)(GLuint) -> Void = glBindVertexArray_L
     |     |- warning: var 'glBindVertexArray_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindVertexArray_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindVertexArray_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 296 | public func glBindVertexArrayAPPLE(_ array:GLuint) {glBindVertexArrayAPPLE_P(array)}
 297 | public func glBindVertexArrayAPPLE(array:GLuint) {glBindVertexArrayAPPLE_P(array)}
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift:298:5: warning: var 'glBindVertexArrayAPPLE_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 296 | public func glBindVertexArrayAPPLE(_ array:GLuint) {glBindVertexArrayAPPLE_P(array)}
 297 | public func glBindVertexArrayAPPLE(array:GLuint) {glBindVertexArrayAPPLE_P(array)}
 298 | var glBindVertexArrayAPPLE_P:@convention(c)(GLuint) -> Void = glBindVertexArrayAPPLE_L
     |     |- warning: var 'glBindVertexArrayAPPLE_P' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
     |     |- note: convert 'glBindVertexArrayAPPLE_P' to a 'let' constant to make 'Sendable' shared state immutable
     |     |- note: annotate 'glBindVertexArrayAPPLE_P' with '@MainActor' if property should only be accessed from the main actor
     |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 299 | public func glBindVertexArrayOES(_ array:GLuint) {glBindVertexArrayOES_P(array)}
 300 | public func glBindVertexArrayOES(array:GLuint) {glBindVertexArrayOES_P(array)}
SwiftCompile normal arm64 Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/Sources/glgen/main.swift (in target 'glgen' from project 'SGLOpenGL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/glgen/main.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/main.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/main.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/main.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/main.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/glgen_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name glgen -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/main.o -index-unit-output-path /SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/main.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/glgen/main.swift (in target 'glgen' from project 'SGLOpenGL')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/glgen/main.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/main.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/main.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/main.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/main.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/glgen_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name glgen -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/main.o -index-unit-output-path /SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/main.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Constants.swift (in target 'SGLOpenGL' from project 'SGLOpenGL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Loaders.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/SwiftGL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Constants.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Constants.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Constants.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Constants.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SGLOpenGL_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SGLOpenGL -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Constants.o -index-unit-output-path /SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Constants.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Constants.swift (in target 'SGLOpenGL' from project 'SGLOpenGL')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Loaders.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/SwiftGL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Constants.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Constants.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Constants.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Constants.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SGLOpenGL_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SGLOpenGL -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Constants.o -index-unit-output-path /SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Constants.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Loaders.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Loaders.swift (in target 'SGLOpenGL' from project 'SGLOpenGL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Constants.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Loaders.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/SwiftGL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Loaders.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Loaders.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Loaders.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Loaders.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SGLOpenGL_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SGLOpenGL -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Loaders.o -index-unit-output-path /SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Loaders.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Loaders.swift (in target 'SGLOpenGL' from project 'SGLOpenGL')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Constants.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Loaders.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/SwiftGL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Loaders.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Loaders.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Loaders.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Loaders.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SGLOpenGL_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SGLOpenGL -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Loaders.o -index-unit-output-path /SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Loaders.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Commands.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift (in target 'SGLOpenGL' from project 'SGLOpenGL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Loaders.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/SwiftGL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Commands.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Commands.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Commands.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Commands.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SGLOpenGL_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SGLOpenGL -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Commands.o -index-unit-output-path /SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Commands.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift (in target 'SGLOpenGL' from project 'SGLOpenGL')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Loaders.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/SwiftGL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Commands.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Commands.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Commands.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Commands.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SGLOpenGL_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SGLOpenGL -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Commands.o -index-unit-output-path /SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Commands.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ SwiftGL.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/SwiftGL.swift (in target 'SGLOpenGL' from project 'SGLOpenGL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Loaders.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/SwiftGL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SwiftGL.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SwiftGL.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SwiftGL.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SwiftGL.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SGLOpenGL_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SGLOpenGL -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SwiftGL.o -index-unit-output-path /SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SwiftGL.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/SwiftGL.swift (in target 'SGLOpenGL' from project 'SGLOpenGL')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Loaders.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/SwiftGL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SwiftGL.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SwiftGL.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SwiftGL.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SwiftGL.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SGLOpenGL_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SGLOpenGL -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SwiftGL.o -index-unit-output-path /SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SwiftGL.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/SwiftGL.swift:179:30: error: cannot find type 'commandInfo' in scope
    func lookupAddress(info: commandInfo) -> UnsafeMutableRawPointer? {
                             ^~~~~~~~~~~
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SGLOpenGL' from project 'SGLOpenGL')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'glgen' from project 'SGLOpenGL')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ SwiftGL.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/SwiftGL.swift (in target 'SGLOpenGL' from project 'SGLOpenGL')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/SwiftGL.swift (in target 'SGLOpenGL' from project 'SGLOpenGL')
(2 failures)
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SGLOpenGL-Package -destination generic/platform=xros "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
  SGLOpenGL: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'glgen' in project 'SGLOpenGL' (no dependencies)
    Target 'SGLOpenGL' in project 'SGLOpenGL'
        ➜ Explicit dependency on target 'SGLOpenGL' in project 'SGLOpenGL'
    Target 'SGLOpenGL' in project 'SGLOpenGL' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'glgen' from project 'SGLOpenGL')
SwiftDriver glgen normal arm64 com.apple.xcode.tools.swift.compiler (in target 'glgen' from project 'SGLOpenGL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name glgen -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/glgen.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/glgen-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/glgen.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/glgen_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver SGLOpenGL normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SGLOpenGL' from project 'SGLOpenGL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name SGLOpenGL -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SGLOpenGL.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SGLOpenGL-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SGLOpenGL.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SGLOpenGL_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SGLOpenGL-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ glgen (in target 'glgen' from project 'SGLOpenGL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/glgen/main.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/glgen_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name glgen -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/glgen.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/glgen.swiftsourceinfo -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/glgen-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/glgen-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/glgen.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/glgen.abi.json
SwiftCompile normal arm64 Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/Sources/glgen/main.swift (in target 'glgen' from project 'SGLOpenGL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/glgen/main.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/main.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/main.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/main.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/main.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/glgen_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name glgen -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/main.o -index-unit-output-path /SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/main.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/glgen/main.swift (in target 'glgen' from project 'SGLOpenGL')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/glgen/main.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/main.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/main.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/main.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/main.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/glgen_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name glgen -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/main.o -index-unit-output-path /SGLOpenGL.build/Debug-xros/glgen.build/Objects-normal/arm64/main.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64 Emitting\ module\ for\ SGLOpenGL (in target 'SGLOpenGL' from project 'SGLOpenGL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Loaders.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/SwiftGL.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SGLOpenGL_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SGLOpenGL -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SGLOpenGL.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SGLOpenGL.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SGLOpenGL-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SGLOpenGL-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SGLOpenGL-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SGLOpenGL.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SGLOpenGL.abi.json
SwiftCompile normal arm64 Compiling\ SwiftGL.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/SwiftGL.swift (in target 'SGLOpenGL' from project 'SGLOpenGL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Loaders.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/SwiftGL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SwiftGL.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SwiftGL.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SwiftGL.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SwiftGL.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SGLOpenGL_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SGLOpenGL -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SwiftGL.o -index-unit-output-path /SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SwiftGL.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/SwiftGL.swift (in target 'SGLOpenGL' from project 'SGLOpenGL')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Loaders.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/SwiftGL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SwiftGL.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SwiftGL.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SwiftGL.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SwiftGL.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SGLOpenGL_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SGLOpenGL -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SwiftGL.o -index-unit-output-path /SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SwiftGL.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/SwiftGL.swift:179:30: error: cannot find type 'commandInfo' in scope
    func lookupAddress(info: commandInfo) -> UnsafeMutableRawPointer? {
                             ^~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ Commands.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift (in target 'SGLOpenGL' from project 'SGLOpenGL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Loaders.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/SwiftGL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Commands.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Commands.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Commands.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Commands.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SGLOpenGL_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SGLOpenGL -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Commands.o -index-unit-output-path /SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Commands.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift (in target 'SGLOpenGL' from project 'SGLOpenGL')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Loaders.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/SwiftGL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Commands.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Commands.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Commands.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Commands.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SGLOpenGL_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SGLOpenGL -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Commands.o -index-unit-output-path /SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Commands.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Constants.swift (in target 'SGLOpenGL' from project 'SGLOpenGL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Loaders.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/SwiftGL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Constants.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Constants.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Constants.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Constants.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SGLOpenGL_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SGLOpenGL -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Constants.o -index-unit-output-path /SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Constants.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Constants.swift (in target 'SGLOpenGL' from project 'SGLOpenGL')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Loaders.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/SwiftGL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Constants.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Constants.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Constants.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Constants.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SGLOpenGL_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SGLOpenGL -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Constants.o -index-unit-output-path /SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Constants.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Loaders.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Loaders.swift (in target 'SGLOpenGL' from project 'SGLOpenGL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Constants.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Loaders.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/SwiftGL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Loaders.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Loaders.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Loaders.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Loaders.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SGLOpenGL_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SGLOpenGL -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Loaders.o -index-unit-output-path /SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Loaders.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Loaders.swift (in target 'SGLOpenGL' from project 'SGLOpenGL')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Commands.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Constants.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/Loaders.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/SwiftGL.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Loaders.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Loaders.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Loaders.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Loaders.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/SGLOpenGL_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SGLOpenGL -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Loaders.o -index-unit-output-path /SGLOpenGL.build/Debug-xros/SGLOpenGL.build/Objects-normal/arm64/Loaders.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SGLOpenGL' from project 'SGLOpenGL')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SGLOpenGL' from project 'SGLOpenGL')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ SwiftGL.swift /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/SwiftGL.swift (in target 'SGLOpenGL' from project 'SGLOpenGL')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SGLOpenGL/SwiftGL.swift (in target 'SGLOpenGL' from project 'SGLOpenGL')
(2 failures)
BUILD FAILURE 6.0 visionOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.