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

Successful build of OpenGL, reference 1.0.0 (b919c3), with Swift 6.0 for macOS (SPM) on 15 Sep 2024 02:47:44 UTC.

Swift 6 data race errors: 3132

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

      |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
49965 | func load_glVertexAttribL1dv(index:UInt32, v:UnsafePointer<Double>?)
49966 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:49981:5: warning: var 'fp_glVertexAttribL1dvEXT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
49979 | }
49980 |
49981 | var fp_glVertexAttribL1dvEXT:@convention(c) (UInt32, UnsafePointer<Double>?) -> () = load_glVertexAttribL1dvEXT
      |     |- warning: var 'fp_glVertexAttribL1dvEXT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribL1dvEXT' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribL1dvEXT' 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
49982 | func load_glVertexAttribL1dvEXT(index:UInt32, v:UnsafePointer<Double>?)
49983 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:49998:5: warning: var 'fp_glVertexAttribL1i64NV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
49996 | }
49997 |
49998 | var fp_glVertexAttribL1i64NV:@convention(c) (UInt32, Int64) -> () = load_glVertexAttribL1i64NV
      |     |- warning: var 'fp_glVertexAttribL1i64NV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribL1i64NV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribL1i64NV' 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
49999 | func load_glVertexAttribL1i64NV(index:UInt32, x:Int64)
50000 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50015:5: warning: var 'fp_glVertexAttribL1i64vNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50013 | }
50014 |
50015 | var fp_glVertexAttribL1i64vNV:@convention(c) (UInt32, UnsafePointer<Int64>?) -> () = load_glVertexAttribL1i64vNV
      |     |- warning: var 'fp_glVertexAttribL1i64vNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribL1i64vNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribL1i64vNV' 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
50016 | func load_glVertexAttribL1i64vNV(index:UInt32, v:UnsafePointer<Int64>?)
50017 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50032:5: warning: var 'fp_glVertexAttribL1ui64ARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50030 | }
50031 |
50032 | var fp_glVertexAttribL1ui64ARB:@convention(c) (UInt32, UInt64) -> () = load_glVertexAttribL1ui64ARB
      |     |- warning: var 'fp_glVertexAttribL1ui64ARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribL1ui64ARB' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribL1ui64ARB' 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
50033 | func load_glVertexAttribL1ui64ARB(index:UInt32, x:UInt64)
50034 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50049:5: warning: var 'fp_glVertexAttribL1ui64NV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50047 | }
50048 |
50049 | var fp_glVertexAttribL1ui64NV:@convention(c) (UInt32, UInt64) -> () = load_glVertexAttribL1ui64NV
      |     |- warning: var 'fp_glVertexAttribL1ui64NV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribL1ui64NV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribL1ui64NV' 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
50050 | func load_glVertexAttribL1ui64NV(index:UInt32, x:UInt64)
50051 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50066:5: warning: var 'fp_glVertexAttribL1ui64vARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50064 | }
50065 |
50066 | var fp_glVertexAttribL1ui64vARB:@convention(c) (UInt32, UnsafePointer<UInt64>?) -> () = load_glVertexAttribL1ui64vARB
      |     |- warning: var 'fp_glVertexAttribL1ui64vARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribL1ui64vARB' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribL1ui64vARB' 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
50067 | func load_glVertexAttribL1ui64vARB(index:UInt32, v:UnsafePointer<UInt64>?)
50068 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50083:5: warning: var 'fp_glVertexAttribL1ui64vNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50081 | }
50082 |
50083 | var fp_glVertexAttribL1ui64vNV:@convention(c) (UInt32, UnsafePointer<UInt64>?) -> () = load_glVertexAttribL1ui64vNV
      |     |- warning: var 'fp_glVertexAttribL1ui64vNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribL1ui64vNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribL1ui64vNV' 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
50084 | func load_glVertexAttribL1ui64vNV(index:UInt32, v:UnsafePointer<UInt64>?)
50085 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50100:5: warning: var 'fp_glVertexAttribL2d' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50098 | }
50099 |
50100 | var fp_glVertexAttribL2d:@convention(c) (UInt32, Double, Double) -> () = load_glVertexAttribL2d
      |     |- warning: var 'fp_glVertexAttribL2d' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribL2d' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribL2d' 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
50101 | func load_glVertexAttribL2d(index:UInt32, x:Double, y:Double)
50102 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50117:5: warning: var 'fp_glVertexAttribL2dEXT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50115 | }
50116 |
50117 | var fp_glVertexAttribL2dEXT:@convention(c) (UInt32, Double, Double) -> () = load_glVertexAttribL2dEXT
      |     |- warning: var 'fp_glVertexAttribL2dEXT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribL2dEXT' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribL2dEXT' 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
50118 | func load_glVertexAttribL2dEXT(index:UInt32, x:Double, y:Double)
50119 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50134:5: warning: var 'fp_glVertexAttribL2dv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50132 | }
50133 |
50134 | var fp_glVertexAttribL2dv:@convention(c) (UInt32, UnsafePointer<Double>?) -> () = load_glVertexAttribL2dv
      |     |- warning: var 'fp_glVertexAttribL2dv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribL2dv' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribL2dv' 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
50135 | func load_glVertexAttribL2dv(index:UInt32, v:UnsafePointer<Double>?)
50136 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50151:5: warning: var 'fp_glVertexAttribL2dvEXT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50149 | }
50150 |
50151 | var fp_glVertexAttribL2dvEXT:@convention(c) (UInt32, UnsafePointer<Double>?) -> () = load_glVertexAttribL2dvEXT
      |     |- warning: var 'fp_glVertexAttribL2dvEXT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribL2dvEXT' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribL2dvEXT' 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
50152 | func load_glVertexAttribL2dvEXT(index:UInt32, v:UnsafePointer<Double>?)
50153 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50168:5: warning: var 'fp_glVertexAttribL2i64NV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50166 | }
50167 |
50168 | var fp_glVertexAttribL2i64NV:@convention(c) (UInt32, Int64, Int64) -> () = load_glVertexAttribL2i64NV
      |     |- warning: var 'fp_glVertexAttribL2i64NV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribL2i64NV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribL2i64NV' 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
50169 | func load_glVertexAttribL2i64NV(index:UInt32, x:Int64, y:Int64)
50170 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50185:5: warning: var 'fp_glVertexAttribL2i64vNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50183 | }
50184 |
50185 | var fp_glVertexAttribL2i64vNV:@convention(c) (UInt32, UnsafePointer<Int64>?) -> () = load_glVertexAttribL2i64vNV
      |     |- warning: var 'fp_glVertexAttribL2i64vNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribL2i64vNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribL2i64vNV' 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
50186 | func load_glVertexAttribL2i64vNV(index:UInt32, v:UnsafePointer<Int64>?)
50187 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50202:5: warning: var 'fp_glVertexAttribL2ui64NV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50200 | }
50201 |
50202 | var fp_glVertexAttribL2ui64NV:@convention(c) (UInt32, UInt64, UInt64) -> () = load_glVertexAttribL2ui64NV
      |     |- warning: var 'fp_glVertexAttribL2ui64NV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribL2ui64NV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribL2ui64NV' 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
50203 | func load_glVertexAttribL2ui64NV(index:UInt32, x:UInt64, y:UInt64)
50204 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50219:5: warning: var 'fp_glVertexAttribL2ui64vNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50217 | }
50218 |
50219 | var fp_glVertexAttribL2ui64vNV:@convention(c) (UInt32, UnsafePointer<UInt64>?) -> () = load_glVertexAttribL2ui64vNV
      |     |- warning: var 'fp_glVertexAttribL2ui64vNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribL2ui64vNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribL2ui64vNV' 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
50220 | func load_glVertexAttribL2ui64vNV(index:UInt32, v:UnsafePointer<UInt64>?)
50221 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50236:5: warning: var 'fp_glVertexAttribL3d' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50234 | }
50235 |
50236 | var fp_glVertexAttribL3d:@convention(c) (UInt32, Double, Double, Double) -> () = load_glVertexAttribL3d
      |     |- warning: var 'fp_glVertexAttribL3d' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribL3d' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribL3d' 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
50237 | func load_glVertexAttribL3d(index:UInt32, x:Double, y:Double, z:Double)
50238 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50253:5: warning: var 'fp_glVertexAttribL3dEXT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50251 | }
50252 |
50253 | var fp_glVertexAttribL3dEXT:@convention(c) (UInt32, Double, Double, Double) -> () = load_glVertexAttribL3dEXT
      |     |- warning: var 'fp_glVertexAttribL3dEXT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribL3dEXT' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribL3dEXT' 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
50254 | func load_glVertexAttribL3dEXT(index:UInt32, x:Double, y:Double, z:Double)
50255 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50270:5: warning: var 'fp_glVertexAttribL3dv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50268 | }
50269 |
50270 | var fp_glVertexAttribL3dv:@convention(c) (UInt32, UnsafePointer<Double>?) -> () = load_glVertexAttribL3dv
      |     |- warning: var 'fp_glVertexAttribL3dv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribL3dv' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribL3dv' 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
50271 | func load_glVertexAttribL3dv(index:UInt32, v:UnsafePointer<Double>?)
50272 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50287:5: warning: var 'fp_glVertexAttribL3dvEXT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50285 | }
50286 |
50287 | var fp_glVertexAttribL3dvEXT:@convention(c) (UInt32, UnsafePointer<Double>?) -> () = load_glVertexAttribL3dvEXT
      |     |- warning: var 'fp_glVertexAttribL3dvEXT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribL3dvEXT' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribL3dvEXT' 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
50288 | func load_glVertexAttribL3dvEXT(index:UInt32, v:UnsafePointer<Double>?)
50289 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50304:5: warning: var 'fp_glVertexAttribL3i64NV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50302 | }
50303 |
50304 | var fp_glVertexAttribL3i64NV:@convention(c) (UInt32, Int64, Int64, Int64) -> () = load_glVertexAttribL3i64NV
      |     |- warning: var 'fp_glVertexAttribL3i64NV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribL3i64NV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribL3i64NV' 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
50305 | func load_glVertexAttribL3i64NV(index:UInt32, x:Int64, y:Int64, z:Int64)
50306 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50321:5: warning: var 'fp_glVertexAttribL3i64vNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50319 | }
50320 |
50321 | var fp_glVertexAttribL3i64vNV:@convention(c) (UInt32, UnsafePointer<Int64>?) -> () = load_glVertexAttribL3i64vNV
      |     |- warning: var 'fp_glVertexAttribL3i64vNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribL3i64vNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribL3i64vNV' 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
50322 | func load_glVertexAttribL3i64vNV(index:UInt32, v:UnsafePointer<Int64>?)
50323 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50338:5: warning: var 'fp_glVertexAttribL3ui64NV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50336 | }
50337 |
50338 | var fp_glVertexAttribL3ui64NV:@convention(c) (UInt32, UInt64, UInt64, UInt64) -> () = load_glVertexAttribL3ui64NV
      |     |- warning: var 'fp_glVertexAttribL3ui64NV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribL3ui64NV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribL3ui64NV' 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
50339 | func load_glVertexAttribL3ui64NV(index:UInt32, x:UInt64, y:UInt64, z:UInt64)
50340 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50355:5: warning: var 'fp_glVertexAttribL3ui64vNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50353 | }
50354 |
50355 | var fp_glVertexAttribL3ui64vNV:@convention(c) (UInt32, UnsafePointer<UInt64>?) -> () = load_glVertexAttribL3ui64vNV
      |     |- warning: var 'fp_glVertexAttribL3ui64vNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribL3ui64vNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribL3ui64vNV' 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
50356 | func load_glVertexAttribL3ui64vNV(index:UInt32, v:UnsafePointer<UInt64>?)
50357 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50372:5: warning: var 'fp_glVertexAttribL4d' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50370 | }
50371 |
50372 | var fp_glVertexAttribL4d:@convention(c) (UInt32, Double, Double, Double, Double) -> () = load_glVertexAttribL4d
      |     |- warning: var 'fp_glVertexAttribL4d' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribL4d' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribL4d' 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
50373 | func load_glVertexAttribL4d(index:UInt32, x:Double, y:Double, z:Double, w:Double)
50374 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50389:5: warning: var 'fp_glVertexAttribL4dEXT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50387 | }
50388 |
50389 | var fp_glVertexAttribL4dEXT:@convention(c) (UInt32, Double, Double, Double, Double) -> () = load_glVertexAttribL4dEXT
      |     |- warning: var 'fp_glVertexAttribL4dEXT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribL4dEXT' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribL4dEXT' 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
50390 | func load_glVertexAttribL4dEXT(index:UInt32, x:Double, y:Double, z:Double, w:Double)
50391 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50406:5: warning: var 'fp_glVertexAttribL4dv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50404 | }
50405 |
50406 | var fp_glVertexAttribL4dv:@convention(c) (UInt32, UnsafePointer<Double>?) -> () = load_glVertexAttribL4dv
      |     |- warning: var 'fp_glVertexAttribL4dv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribL4dv' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribL4dv' 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
50407 | func load_glVertexAttribL4dv(index:UInt32, v:UnsafePointer<Double>?)
50408 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50423:5: warning: var 'fp_glVertexAttribL4dvEXT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50421 | }
50422 |
50423 | var fp_glVertexAttribL4dvEXT:@convention(c) (UInt32, UnsafePointer<Double>?) -> () = load_glVertexAttribL4dvEXT
      |     |- warning: var 'fp_glVertexAttribL4dvEXT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribL4dvEXT' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribL4dvEXT' 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
50424 | func load_glVertexAttribL4dvEXT(index:UInt32, v:UnsafePointer<Double>?)
50425 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50440:5: warning: var 'fp_glVertexAttribL4i64NV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50438 | }
50439 |
50440 | var fp_glVertexAttribL4i64NV:@convention(c) (UInt32, Int64, Int64, Int64, Int64) -> () = load_glVertexAttribL4i64NV
      |     |- warning: var 'fp_glVertexAttribL4i64NV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribL4i64NV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribL4i64NV' 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
50441 | func load_glVertexAttribL4i64NV(index:UInt32, x:Int64, y:Int64, z:Int64, w:Int64)
50442 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50457:5: warning: var 'fp_glVertexAttribL4i64vNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50455 | }
50456 |
50457 | var fp_glVertexAttribL4i64vNV:@convention(c) (UInt32, UnsafePointer<Int64>?) -> () = load_glVertexAttribL4i64vNV
      |     |- warning: var 'fp_glVertexAttribL4i64vNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribL4i64vNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribL4i64vNV' 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
50458 | func load_glVertexAttribL4i64vNV(index:UInt32, v:UnsafePointer<Int64>?)
50459 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50474:5: warning: var 'fp_glVertexAttribL4ui64NV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50472 | }
50473 |
50474 | var fp_glVertexAttribL4ui64NV:@convention(c) (UInt32, UInt64, UInt64, UInt64, UInt64) -> () = load_glVertexAttribL4ui64NV
      |     |- warning: var 'fp_glVertexAttribL4ui64NV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribL4ui64NV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribL4ui64NV' 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
50475 | func load_glVertexAttribL4ui64NV(index:UInt32, x:UInt64, y:UInt64, z:UInt64, w:UInt64)
50476 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50491:5: warning: var 'fp_glVertexAttribL4ui64vNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50489 | }
50490 |
50491 | var fp_glVertexAttribL4ui64vNV:@convention(c) (UInt32, UnsafePointer<UInt64>?) -> () = load_glVertexAttribL4ui64vNV
      |     |- warning: var 'fp_glVertexAttribL4ui64vNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribL4ui64vNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribL4ui64vNV' 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
50492 | func load_glVertexAttribL4ui64vNV(index:UInt32, v:UnsafePointer<UInt64>?)
50493 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50508:5: warning: var 'fp_glVertexAttribLFormat' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50506 | }
50507 |
50508 | var fp_glVertexAttribLFormat:@convention(c) (UInt32, Int32, Int32, UInt32) -> () = load_glVertexAttribLFormat
      |     |- warning: var 'fp_glVertexAttribLFormat' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribLFormat' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribLFormat' 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
50509 | func load_glVertexAttribLFormat(attribindex:UInt32, size:Int32, type:Int32, relativeoffset:UInt32)
50510 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50525:5: warning: var 'fp_glVertexAttribLFormatNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50523 | }
50524 |
50525 | var fp_glVertexAttribLFormatNV:@convention(c) (UInt32, Int32, Int32, Int32) -> () = load_glVertexAttribLFormatNV
      |     |- warning: var 'fp_glVertexAttribLFormatNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribLFormatNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribLFormatNV' 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
50526 | func load_glVertexAttribLFormatNV(index:UInt32, size:Int32, type:Int32, stride:Int32)
50527 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50542:5: warning: var 'fp_glVertexAttribLPointer' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50540 | }
50541 |
50542 | var fp_glVertexAttribLPointer:@convention(c) (UInt32, Int32, Int32, Int32, UnsafeRawPointer?) -> () = load_glVertexAttribLPointer
      |     |- warning: var 'fp_glVertexAttribLPointer' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribLPointer' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribLPointer' 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
50543 | func load_glVertexAttribLPointer(index:UInt32, size:Int32, type:Int32, stride:Int32, pointer:UnsafeRawPointer?)
50544 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50559:5: warning: var 'fp_glVertexAttribLPointerEXT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50557 | }
50558 |
50559 | var fp_glVertexAttribLPointerEXT:@convention(c) (UInt32, Int32, Int32, Int32, UnsafeRawPointer?) -> () = load_glVertexAttribLPointerEXT
      |     |- warning: var 'fp_glVertexAttribLPointerEXT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribLPointerEXT' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribLPointerEXT' 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
50560 | func load_glVertexAttribLPointerEXT(index:UInt32, size:Int32, type:Int32, stride:Int32, pointer:UnsafeRawPointer?)
50561 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50576:5: warning: var 'fp_glVertexAttribP1ui' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50574 | }
50575 |
50576 | var fp_glVertexAttribP1ui:@convention(c) (UInt32, Int32, Bool, UInt32) -> () = load_glVertexAttribP1ui
      |     |- warning: var 'fp_glVertexAttribP1ui' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribP1ui' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribP1ui' 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
50577 | func load_glVertexAttribP1ui(index:UInt32, type:Int32, normalized:Bool, value:UInt32)
50578 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50593:5: warning: var 'fp_glVertexAttribP1uiv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50591 | }
50592 |
50593 | var fp_glVertexAttribP1uiv:@convention(c) (UInt32, Int32, Bool, UnsafePointer<UInt32>?) -> () = load_glVertexAttribP1uiv
      |     |- warning: var 'fp_glVertexAttribP1uiv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribP1uiv' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribP1uiv' 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
50594 | func load_glVertexAttribP1uiv(index:UInt32, type:Int32, normalized:Bool, value:UnsafePointer<UInt32>?)
50595 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50610:5: warning: var 'fp_glVertexAttribP2ui' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50608 | }
50609 |
50610 | var fp_glVertexAttribP2ui:@convention(c) (UInt32, Int32, Bool, UInt32) -> () = load_glVertexAttribP2ui
      |     |- warning: var 'fp_glVertexAttribP2ui' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribP2ui' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribP2ui' 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
50611 | func load_glVertexAttribP2ui(index:UInt32, type:Int32, normalized:Bool, value:UInt32)
50612 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50627:5: warning: var 'fp_glVertexAttribP2uiv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50625 | }
50626 |
50627 | var fp_glVertexAttribP2uiv:@convention(c) (UInt32, Int32, Bool, UnsafePointer<UInt32>?) -> () = load_glVertexAttribP2uiv
      |     |- warning: var 'fp_glVertexAttribP2uiv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribP2uiv' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribP2uiv' 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
50628 | func load_glVertexAttribP2uiv(index:UInt32, type:Int32, normalized:Bool, value:UnsafePointer<UInt32>?)
50629 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50644:5: warning: var 'fp_glVertexAttribP3ui' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50642 | }
50643 |
50644 | var fp_glVertexAttribP3ui:@convention(c) (UInt32, Int32, Bool, UInt32) -> () = load_glVertexAttribP3ui
      |     |- warning: var 'fp_glVertexAttribP3ui' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribP3ui' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribP3ui' 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
50645 | func load_glVertexAttribP3ui(index:UInt32, type:Int32, normalized:Bool, value:UInt32)
50646 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50661:5: warning: var 'fp_glVertexAttribP3uiv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50659 | }
50660 |
50661 | var fp_glVertexAttribP3uiv:@convention(c) (UInt32, Int32, Bool, UnsafePointer<UInt32>?) -> () = load_glVertexAttribP3uiv
      |     |- warning: var 'fp_glVertexAttribP3uiv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribP3uiv' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribP3uiv' 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
50662 | func load_glVertexAttribP3uiv(index:UInt32, type:Int32, normalized:Bool, value:UnsafePointer<UInt32>?)
50663 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50678:5: warning: var 'fp_glVertexAttribP4ui' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50676 | }
50677 |
50678 | var fp_glVertexAttribP4ui:@convention(c) (UInt32, Int32, Bool, UInt32) -> () = load_glVertexAttribP4ui
      |     |- warning: var 'fp_glVertexAttribP4ui' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribP4ui' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribP4ui' 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
50679 | func load_glVertexAttribP4ui(index:UInt32, type:Int32, normalized:Bool, value:UInt32)
50680 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50695:5: warning: var 'fp_glVertexAttribP4uiv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50693 | }
50694 |
50695 | var fp_glVertexAttribP4uiv:@convention(c) (UInt32, Int32, Bool, UnsafePointer<UInt32>?) -> () = load_glVertexAttribP4uiv
      |     |- warning: var 'fp_glVertexAttribP4uiv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribP4uiv' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribP4uiv' 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
50696 | func load_glVertexAttribP4uiv(index:UInt32, type:Int32, normalized:Bool, value:UnsafePointer<UInt32>?)
50697 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50712:5: warning: var 'fp_glVertexAttribParameteriAMD' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50710 | }
50711 |
50712 | var fp_glVertexAttribParameteriAMD:@convention(c) (UInt32, Int32, Int32) -> () = load_glVertexAttribParameteriAMD
      |     |- warning: var 'fp_glVertexAttribParameteriAMD' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribParameteriAMD' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribParameteriAMD' 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
50713 | func load_glVertexAttribParameteriAMD(index:UInt32, pname:Int32, param:Int32)
50714 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50729:5: warning: var 'fp_glVertexAttribPointer' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50727 | }
50728 |
50729 | var fp_glVertexAttribPointer:@convention(c) (UInt32, Int32, Int32, Bool, Int32, UnsafeRawPointer?) -> () = load_glVertexAttribPointer
      |     |- warning: var 'fp_glVertexAttribPointer' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribPointer' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribPointer' 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
50730 | func load_glVertexAttribPointer(index:UInt32, size:Int32, type:Int32, normalized:Bool, stride:Int32, pointer:UnsafeRawPointer?)
50731 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50746:5: warning: var 'fp_glVertexAttribPointerARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50744 | }
50745 |
50746 | var fp_glVertexAttribPointerARB:@convention(c) (UInt32, Int32, Int32, Bool, Int32, UnsafeRawPointer?) -> () = load_glVertexAttribPointerARB
      |     |- warning: var 'fp_glVertexAttribPointerARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribPointerARB' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribPointerARB' 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
50747 | func load_glVertexAttribPointerARB(index:UInt32, size:Int32, type:Int32, normalized:Bool, stride:Int32, pointer:UnsafeRawPointer?)
50748 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50763:5: warning: var 'fp_glVertexAttribPointerNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50761 | }
50762 |
50763 | var fp_glVertexAttribPointerNV:@convention(c) (UInt32, Int32, Int32, Int32, UnsafeRawPointer?) -> () = load_glVertexAttribPointerNV
      |     |- warning: var 'fp_glVertexAttribPointerNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribPointerNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribPointerNV' 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
50764 | func load_glVertexAttribPointerNV(index:UInt32, fsize:Int32, type:Int32, stride:Int32, pointer:UnsafeRawPointer?)
50765 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50780:5: warning: var 'fp_glVertexAttribs1dvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50778 | }
50779 |
50780 | var fp_glVertexAttribs1dvNV:@convention(c) (UInt32, Int32, UnsafePointer<Double>?) -> () = load_glVertexAttribs1dvNV
      |     |- warning: var 'fp_glVertexAttribs1dvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribs1dvNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribs1dvNV' 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
50781 | func load_glVertexAttribs1dvNV(index:UInt32, count:Int32, v:UnsafePointer<Double>?)
50782 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50797:5: warning: var 'fp_glVertexAttribs1fvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50795 | }
50796 |
50797 | var fp_glVertexAttribs1fvNV:@convention(c) (UInt32, Int32, UnsafePointer<Float>?) -> () = load_glVertexAttribs1fvNV
      |     |- warning: var 'fp_glVertexAttribs1fvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribs1fvNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribs1fvNV' 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
50798 | func load_glVertexAttribs1fvNV(index:UInt32, count:Int32, v:UnsafePointer<Float>?)
50799 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50814:5: warning: var 'fp_glVertexAttribs1hvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50812 | }
50813 |
50814 | var fp_glVertexAttribs1hvNV:@convention(c) (UInt32, Int32, UnsafePointer<UInt16>?) -> () = load_glVertexAttribs1hvNV
      |     |- warning: var 'fp_glVertexAttribs1hvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribs1hvNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribs1hvNV' 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
50815 | func load_glVertexAttribs1hvNV(index:UInt32, n:Int32, v:UnsafePointer<UInt16>?)
50816 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50831:5: warning: var 'fp_glVertexAttribs1svNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50829 | }
50830 |
50831 | var fp_glVertexAttribs1svNV:@convention(c) (UInt32, Int32, UnsafePointer<Int16>?) -> () = load_glVertexAttribs1svNV
      |     |- warning: var 'fp_glVertexAttribs1svNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribs1svNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribs1svNV' 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
50832 | func load_glVertexAttribs1svNV(index:UInt32, count:Int32, v:UnsafePointer<Int16>?)
50833 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50848:5: warning: var 'fp_glVertexAttribs2dvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50846 | }
50847 |
50848 | var fp_glVertexAttribs2dvNV:@convention(c) (UInt32, Int32, UnsafePointer<Double>?) -> () = load_glVertexAttribs2dvNV
      |     |- warning: var 'fp_glVertexAttribs2dvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribs2dvNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribs2dvNV' 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
50849 | func load_glVertexAttribs2dvNV(index:UInt32, count:Int32, v:UnsafePointer<Double>?)
50850 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50865:5: warning: var 'fp_glVertexAttribs2fvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50863 | }
50864 |
50865 | var fp_glVertexAttribs2fvNV:@convention(c) (UInt32, Int32, UnsafePointer<Float>?) -> () = load_glVertexAttribs2fvNV
      |     |- warning: var 'fp_glVertexAttribs2fvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribs2fvNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribs2fvNV' 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
50866 | func load_glVertexAttribs2fvNV(index:UInt32, count:Int32, v:UnsafePointer<Float>?)
50867 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50882:5: warning: var 'fp_glVertexAttribs2hvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50880 | }
50881 |
50882 | var fp_glVertexAttribs2hvNV:@convention(c) (UInt32, Int32, UnsafePointer<UInt16>?) -> () = load_glVertexAttribs2hvNV
      |     |- warning: var 'fp_glVertexAttribs2hvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribs2hvNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribs2hvNV' 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
50883 | func load_glVertexAttribs2hvNV(index:UInt32, n:Int32, v:UnsafePointer<UInt16>?)
50884 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50899:5: warning: var 'fp_glVertexAttribs2svNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50897 | }
50898 |
50899 | var fp_glVertexAttribs2svNV:@convention(c) (UInt32, Int32, UnsafePointer<Int16>?) -> () = load_glVertexAttribs2svNV
      |     |- warning: var 'fp_glVertexAttribs2svNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribs2svNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribs2svNV' 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
50900 | func load_glVertexAttribs2svNV(index:UInt32, count:Int32, v:UnsafePointer<Int16>?)
50901 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50916:5: warning: var 'fp_glVertexAttribs3dvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50914 | }
50915 |
50916 | var fp_glVertexAttribs3dvNV:@convention(c) (UInt32, Int32, UnsafePointer<Double>?) -> () = load_glVertexAttribs3dvNV
      |     |- warning: var 'fp_glVertexAttribs3dvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribs3dvNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribs3dvNV' 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
50917 | func load_glVertexAttribs3dvNV(index:UInt32, count:Int32, v:UnsafePointer<Double>?)
50918 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50933:5: warning: var 'fp_glVertexAttribs3fvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50931 | }
50932 |
50933 | var fp_glVertexAttribs3fvNV:@convention(c) (UInt32, Int32, UnsafePointer<Float>?) -> () = load_glVertexAttribs3fvNV
      |     |- warning: var 'fp_glVertexAttribs3fvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribs3fvNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribs3fvNV' 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
50934 | func load_glVertexAttribs3fvNV(index:UInt32, count:Int32, v:UnsafePointer<Float>?)
50935 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50950:5: warning: var 'fp_glVertexAttribs3hvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50948 | }
50949 |
50950 | var fp_glVertexAttribs3hvNV:@convention(c) (UInt32, Int32, UnsafePointer<UInt16>?) -> () = load_glVertexAttribs3hvNV
      |     |- warning: var 'fp_glVertexAttribs3hvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribs3hvNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribs3hvNV' 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
50951 | func load_glVertexAttribs3hvNV(index:UInt32, n:Int32, v:UnsafePointer<UInt16>?)
50952 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50967:5: warning: var 'fp_glVertexAttribs3svNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50965 | }
50966 |
50967 | var fp_glVertexAttribs3svNV:@convention(c) (UInt32, Int32, UnsafePointer<Int16>?) -> () = load_glVertexAttribs3svNV
      |     |- warning: var 'fp_glVertexAttribs3svNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribs3svNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribs3svNV' 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
50968 | func load_glVertexAttribs3svNV(index:UInt32, count:Int32, v:UnsafePointer<Int16>?)
50969 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:50984:5: warning: var 'fp_glVertexAttribs4dvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50982 | }
50983 |
50984 | var fp_glVertexAttribs4dvNV:@convention(c) (UInt32, Int32, UnsafePointer<Double>?) -> () = load_glVertexAttribs4dvNV
      |     |- warning: var 'fp_glVertexAttribs4dvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribs4dvNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribs4dvNV' 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
50985 | func load_glVertexAttribs4dvNV(index:UInt32, count:Int32, v:UnsafePointer<Double>?)
50986 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51001:5: warning: var 'fp_glVertexAttribs4fvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
50999 | }
51000 |
51001 | var fp_glVertexAttribs4fvNV:@convention(c) (UInt32, Int32, UnsafePointer<Float>?) -> () = load_glVertexAttribs4fvNV
      |     |- warning: var 'fp_glVertexAttribs4fvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribs4fvNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribs4fvNV' 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
51002 | func load_glVertexAttribs4fvNV(index:UInt32, count:Int32, v:UnsafePointer<Float>?)
51003 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51018:5: warning: var 'fp_glVertexAttribs4hvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51016 | }
51017 |
51018 | var fp_glVertexAttribs4hvNV:@convention(c) (UInt32, Int32, UnsafePointer<UInt16>?) -> () = load_glVertexAttribs4hvNV
      |     |- warning: var 'fp_glVertexAttribs4hvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribs4hvNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribs4hvNV' 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
51019 | func load_glVertexAttribs4hvNV(index:UInt32, n:Int32, v:UnsafePointer<UInt16>?)
51020 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51035:5: warning: var 'fp_glVertexAttribs4svNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51033 | }
51034 |
51035 | var fp_glVertexAttribs4svNV:@convention(c) (UInt32, Int32, UnsafePointer<Int16>?) -> () = load_glVertexAttribs4svNV
      |     |- warning: var 'fp_glVertexAttribs4svNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribs4svNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribs4svNV' 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
51036 | func load_glVertexAttribs4svNV(index:UInt32, count:Int32, v:UnsafePointer<Int16>?)
51037 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51052:5: warning: var 'fp_glVertexAttribs4ubvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51050 | }
51051 |
51052 | var fp_glVertexAttribs4ubvNV:@convention(c) (UInt32, Int32, UnsafePointer<UInt8>?) -> () = load_glVertexAttribs4ubvNV
      |     |- warning: var 'fp_glVertexAttribs4ubvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexAttribs4ubvNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexAttribs4ubvNV' 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
51053 | func load_glVertexAttribs4ubvNV(index:UInt32, count:Int32, v:UnsafePointer<UInt8>?)
51054 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51069:5: warning: var 'fp_glVertexBindingDivisor' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51067 | }
51068 |
51069 | var fp_glVertexBindingDivisor:@convention(c) (UInt32, UInt32) -> () = load_glVertexBindingDivisor
      |     |- warning: var 'fp_glVertexBindingDivisor' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexBindingDivisor' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexBindingDivisor' 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
51070 | func load_glVertexBindingDivisor(bindingindex:UInt32, divisor:UInt32)
51071 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51086:5: warning: var 'fp_glVertexBlendARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51084 | }
51085 |
51086 | var fp_glVertexBlendARB:@convention(c) (Int32) -> () = load_glVertexBlendARB
      |     |- warning: var 'fp_glVertexBlendARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexBlendARB' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexBlendARB' 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
51087 | func load_glVertexBlendARB(count:Int32)
51088 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51103:5: warning: var 'fp_glVertexBlendEnvfATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51101 | }
51102 |
51103 | var fp_glVertexBlendEnvfATI:@convention(c) (Int32, Float) -> () = load_glVertexBlendEnvfATI
      |     |- warning: var 'fp_glVertexBlendEnvfATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexBlendEnvfATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexBlendEnvfATI' 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
51104 | func load_glVertexBlendEnvfATI(pname:Int32, param:Float)
51105 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51120:5: warning: var 'fp_glVertexBlendEnviATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51118 | }
51119 |
51120 | var fp_glVertexBlendEnviATI:@convention(c) (Int32, Int32) -> () = load_glVertexBlendEnviATI
      |     |- warning: var 'fp_glVertexBlendEnviATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexBlendEnviATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexBlendEnviATI' 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
51121 | func load_glVertexBlendEnviATI(pname:Int32, param:Int32)
51122 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51137:5: warning: var 'fp_glVertexFormatNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51135 | }
51136 |
51137 | var fp_glVertexFormatNV:@convention(c) (Int32, Int32, Int32) -> () = load_glVertexFormatNV
      |     |- warning: var 'fp_glVertexFormatNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexFormatNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexFormatNV' 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
51138 | func load_glVertexFormatNV(size:Int32, type:Int32, stride:Int32)
51139 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51154:5: warning: var 'fp_glVertexP2ui' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51152 | }
51153 |
51154 | var fp_glVertexP2ui:@convention(c) (Int32, UInt32) -> () = load_glVertexP2ui
      |     |- warning: var 'fp_glVertexP2ui' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexP2ui' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexP2ui' 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
51155 | func load_glVertexP2ui(type:Int32, value:UInt32)
51156 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51171:5: warning: var 'fp_glVertexP2uiv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51169 | }
51170 |
51171 | var fp_glVertexP2uiv:@convention(c) (Int32, UnsafePointer<UInt32>?) -> () = load_glVertexP2uiv
      |     |- warning: var 'fp_glVertexP2uiv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexP2uiv' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexP2uiv' 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
51172 | func load_glVertexP2uiv(type:Int32, value:UnsafePointer<UInt32>?)
51173 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51188:5: warning: var 'fp_glVertexP3ui' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51186 | }
51187 |
51188 | var fp_glVertexP3ui:@convention(c) (Int32, UInt32) -> () = load_glVertexP3ui
      |     |- warning: var 'fp_glVertexP3ui' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexP3ui' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexP3ui' 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
51189 | func load_glVertexP3ui(type:Int32, value:UInt32)
51190 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51205:5: warning: var 'fp_glVertexP3uiv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51203 | }
51204 |
51205 | var fp_glVertexP3uiv:@convention(c) (Int32, UnsafePointer<UInt32>?) -> () = load_glVertexP3uiv
      |     |- warning: var 'fp_glVertexP3uiv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexP3uiv' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexP3uiv' 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
51206 | func load_glVertexP3uiv(type:Int32, value:UnsafePointer<UInt32>?)
51207 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51222:5: warning: var 'fp_glVertexP4ui' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51220 | }
51221 |
51222 | var fp_glVertexP4ui:@convention(c) (Int32, UInt32) -> () = load_glVertexP4ui
      |     |- warning: var 'fp_glVertexP4ui' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexP4ui' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexP4ui' 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
51223 | func load_glVertexP4ui(type:Int32, value:UInt32)
51224 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51239:5: warning: var 'fp_glVertexP4uiv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51237 | }
51238 |
51239 | var fp_glVertexP4uiv:@convention(c) (Int32, UnsafePointer<UInt32>?) -> () = load_glVertexP4uiv
      |     |- warning: var 'fp_glVertexP4uiv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexP4uiv' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexP4uiv' 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
51240 | func load_glVertexP4uiv(type:Int32, value:UnsafePointer<UInt32>?)
51241 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51256:5: warning: var 'fp_glVertexPointer' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51254 | }
51255 |
51256 | var fp_glVertexPointer:@convention(c) (Int32, Int32, Int32, UnsafeRawPointer?) -> () = load_glVertexPointer
      |     |- warning: var 'fp_glVertexPointer' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexPointer' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexPointer' 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
51257 | func load_glVertexPointer(size:Int32, type:Int32, stride:Int32, pointer:UnsafeRawPointer?)
51258 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51273:5: warning: var 'fp_glVertexPointerEXT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51271 | }
51272 |
51273 | var fp_glVertexPointerEXT:@convention(c) (Int32, Int32, Int32, Int32, UnsafeRawPointer?) -> () = load_glVertexPointerEXT
      |     |- warning: var 'fp_glVertexPointerEXT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexPointerEXT' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexPointerEXT' 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
51274 | func load_glVertexPointerEXT(size:Int32, type:Int32, stride:Int32, count:Int32, pointer:UnsafeRawPointer?)
51275 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51290:5: warning: var 'fp_glVertexPointerListIBM' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51288 | }
51289 |
51290 | var fp_glVertexPointerListIBM:@convention(c) (Int32, Int32, Int32, UnsafeMutablePointer<UnsafeRawPointer?>?, Int32) -> () = load_glVertexPointerListIBM
      |     |- warning: var 'fp_glVertexPointerListIBM' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexPointerListIBM' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexPointerListIBM' 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
51291 | func load_glVertexPointerListIBM(size:Int32, type:Int32, stride:Int32, pointer:UnsafeMutablePointer<UnsafeRawPointer?>?, ptrstride:Int32)
51292 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51307:5: warning: var 'fp_glVertexPointervINTEL' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51305 | }
51306 |
51307 | var fp_glVertexPointervINTEL:@convention(c) (Int32, Int32, UnsafeMutablePointer<UnsafeRawPointer?>?) -> () = load_glVertexPointervINTEL
      |     |- warning: var 'fp_glVertexPointervINTEL' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexPointervINTEL' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexPointervINTEL' 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
51308 | func load_glVertexPointervINTEL(size:Int32, type:Int32, pointer:UnsafeMutablePointer<UnsafeRawPointer?>?)
51309 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51324:5: warning: var 'fp_glVertexStream1dATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51322 | }
51323 |
51324 | var fp_glVertexStream1dATI:@convention(c) (Int32, Double) -> () = load_glVertexStream1dATI
      |     |- warning: var 'fp_glVertexStream1dATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream1dATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream1dATI' 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
51325 | func load_glVertexStream1dATI(stream:Int32, x:Double)
51326 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51341:5: warning: var 'fp_glVertexStream1dvATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51339 | }
51340 |
51341 | var fp_glVertexStream1dvATI:@convention(c) (Int32, UnsafePointer<Double>?) -> () = load_glVertexStream1dvATI
      |     |- warning: var 'fp_glVertexStream1dvATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream1dvATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream1dvATI' 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
51342 | func load_glVertexStream1dvATI(stream:Int32, coords:UnsafePointer<Double>?)
51343 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51358:5: warning: var 'fp_glVertexStream1fATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51356 | }
51357 |
51358 | var fp_glVertexStream1fATI:@convention(c) (Int32, Float) -> () = load_glVertexStream1fATI
      |     |- warning: var 'fp_glVertexStream1fATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream1fATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream1fATI' 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
51359 | func load_glVertexStream1fATI(stream:Int32, x:Float)
51360 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51375:5: warning: var 'fp_glVertexStream1fvATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51373 | }
51374 |
51375 | var fp_glVertexStream1fvATI:@convention(c) (Int32, UnsafePointer<Float>?) -> () = load_glVertexStream1fvATI
      |     |- warning: var 'fp_glVertexStream1fvATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream1fvATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream1fvATI' 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
51376 | func load_glVertexStream1fvATI(stream:Int32, coords:UnsafePointer<Float>?)
51377 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51392:5: warning: var 'fp_glVertexStream1iATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51390 | }
51391 |
51392 | var fp_glVertexStream1iATI:@convention(c) (Int32, Int32) -> () = load_glVertexStream1iATI
      |     |- warning: var 'fp_glVertexStream1iATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream1iATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream1iATI' 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
51393 | func load_glVertexStream1iATI(stream:Int32, x:Int32)
51394 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51409:5: warning: var 'fp_glVertexStream1ivATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51407 | }
51408 |
51409 | var fp_glVertexStream1ivATI:@convention(c) (Int32, UnsafePointer<Int32>?) -> () = load_glVertexStream1ivATI
      |     |- warning: var 'fp_glVertexStream1ivATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream1ivATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream1ivATI' 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
51410 | func load_glVertexStream1ivATI(stream:Int32, coords:UnsafePointer<Int32>?)
51411 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51426:5: warning: var 'fp_glVertexStream1sATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51424 | }
51425 |
51426 | var fp_glVertexStream1sATI:@convention(c) (Int32, Int16) -> () = load_glVertexStream1sATI
      |     |- warning: var 'fp_glVertexStream1sATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream1sATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream1sATI' 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
51427 | func load_glVertexStream1sATI(stream:Int32, x:Int16)
51428 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51443:5: warning: var 'fp_glVertexStream1svATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51441 | }
51442 |
51443 | var fp_glVertexStream1svATI:@convention(c) (Int32, UnsafePointer<Int16>?) -> () = load_glVertexStream1svATI
      |     |- warning: var 'fp_glVertexStream1svATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream1svATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream1svATI' 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
51444 | func load_glVertexStream1svATI(stream:Int32, coords:UnsafePointer<Int16>?)
51445 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51460:5: warning: var 'fp_glVertexStream2dATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51458 | }
51459 |
51460 | var fp_glVertexStream2dATI:@convention(c) (Int32, Double, Double) -> () = load_glVertexStream2dATI
      |     |- warning: var 'fp_glVertexStream2dATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream2dATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream2dATI' 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
51461 | func load_glVertexStream2dATI(stream:Int32, x:Double, y:Double)
51462 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51477:5: warning: var 'fp_glVertexStream2dvATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51475 | }
51476 |
51477 | var fp_glVertexStream2dvATI:@convention(c) (Int32, UnsafePointer<Double>?) -> () = load_glVertexStream2dvATI
      |     |- warning: var 'fp_glVertexStream2dvATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream2dvATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream2dvATI' 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
51478 | func load_glVertexStream2dvATI(stream:Int32, coords:UnsafePointer<Double>?)
51479 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51494:5: warning: var 'fp_glVertexStream2fATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51492 | }
51493 |
51494 | var fp_glVertexStream2fATI:@convention(c) (Int32, Float, Float) -> () = load_glVertexStream2fATI
      |     |- warning: var 'fp_glVertexStream2fATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream2fATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream2fATI' 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
51495 | func load_glVertexStream2fATI(stream:Int32, x:Float, y:Float)
51496 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51511:5: warning: var 'fp_glVertexStream2fvATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51509 | }
51510 |
51511 | var fp_glVertexStream2fvATI:@convention(c) (Int32, UnsafePointer<Float>?) -> () = load_glVertexStream2fvATI
      |     |- warning: var 'fp_glVertexStream2fvATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream2fvATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream2fvATI' 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
51512 | func load_glVertexStream2fvATI(stream:Int32, coords:UnsafePointer<Float>?)
51513 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51528:5: warning: var 'fp_glVertexStream2iATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51526 | }
51527 |
51528 | var fp_glVertexStream2iATI:@convention(c) (Int32, Int32, Int32) -> () = load_glVertexStream2iATI
      |     |- warning: var 'fp_glVertexStream2iATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream2iATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream2iATI' 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
51529 | func load_glVertexStream2iATI(stream:Int32, x:Int32, y:Int32)
51530 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51545:5: warning: var 'fp_glVertexStream2ivATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51543 | }
51544 |
51545 | var fp_glVertexStream2ivATI:@convention(c) (Int32, UnsafePointer<Int32>?) -> () = load_glVertexStream2ivATI
      |     |- warning: var 'fp_glVertexStream2ivATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream2ivATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream2ivATI' 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
51546 | func load_glVertexStream2ivATI(stream:Int32, coords:UnsafePointer<Int32>?)
51547 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51562:5: warning: var 'fp_glVertexStream2sATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51560 | }
51561 |
51562 | var fp_glVertexStream2sATI:@convention(c) (Int32, Int16, Int16) -> () = load_glVertexStream2sATI
      |     |- warning: var 'fp_glVertexStream2sATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream2sATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream2sATI' 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
51563 | func load_glVertexStream2sATI(stream:Int32, x:Int16, y:Int16)
51564 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51579:5: warning: var 'fp_glVertexStream2svATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51577 | }
51578 |
51579 | var fp_glVertexStream2svATI:@convention(c) (Int32, UnsafePointer<Int16>?) -> () = load_glVertexStream2svATI
      |     |- warning: var 'fp_glVertexStream2svATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream2svATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream2svATI' 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
51580 | func load_glVertexStream2svATI(stream:Int32, coords:UnsafePointer<Int16>?)
51581 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51596:5: warning: var 'fp_glVertexStream3dATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51594 | }
51595 |
51596 | var fp_glVertexStream3dATI:@convention(c) (Int32, Double, Double, Double) -> () = load_glVertexStream3dATI
      |     |- warning: var 'fp_glVertexStream3dATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream3dATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream3dATI' 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
51597 | func load_glVertexStream3dATI(stream:Int32, x:Double, y:Double, z:Double)
51598 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51613:5: warning: var 'fp_glVertexStream3dvATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51611 | }
51612 |
51613 | var fp_glVertexStream3dvATI:@convention(c) (Int32, UnsafePointer<Double>?) -> () = load_glVertexStream3dvATI
      |     |- warning: var 'fp_glVertexStream3dvATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream3dvATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream3dvATI' 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
51614 | func load_glVertexStream3dvATI(stream:Int32, coords:UnsafePointer<Double>?)
51615 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51630:5: warning: var 'fp_glVertexStream3fATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51628 | }
51629 |
51630 | var fp_glVertexStream3fATI:@convention(c) (Int32, Float, Float, Float) -> () = load_glVertexStream3fATI
      |     |- warning: var 'fp_glVertexStream3fATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream3fATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream3fATI' 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
51631 | func load_glVertexStream3fATI(stream:Int32, x:Float, y:Float, z:Float)
51632 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51647:5: warning: var 'fp_glVertexStream3fvATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51645 | }
51646 |
51647 | var fp_glVertexStream3fvATI:@convention(c) (Int32, UnsafePointer<Float>?) -> () = load_glVertexStream3fvATI
      |     |- warning: var 'fp_glVertexStream3fvATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream3fvATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream3fvATI' 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
51648 | func load_glVertexStream3fvATI(stream:Int32, coords:UnsafePointer<Float>?)
51649 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51664:5: warning: var 'fp_glVertexStream3iATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51662 | }
51663 |
51664 | var fp_glVertexStream3iATI:@convention(c) (Int32, Int32, Int32, Int32) -> () = load_glVertexStream3iATI
      |     |- warning: var 'fp_glVertexStream3iATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream3iATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream3iATI' 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
51665 | func load_glVertexStream3iATI(stream:Int32, x:Int32, y:Int32, z:Int32)
51666 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51681:5: warning: var 'fp_glVertexStream3ivATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51679 | }
51680 |
51681 | var fp_glVertexStream3ivATI:@convention(c) (Int32, UnsafePointer<Int32>?) -> () = load_glVertexStream3ivATI
      |     |- warning: var 'fp_glVertexStream3ivATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream3ivATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream3ivATI' 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
51682 | func load_glVertexStream3ivATI(stream:Int32, coords:UnsafePointer<Int32>?)
51683 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51698:5: warning: var 'fp_glVertexStream3sATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51696 | }
51697 |
51698 | var fp_glVertexStream3sATI:@convention(c) (Int32, Int16, Int16, Int16) -> () = load_glVertexStream3sATI
      |     |- warning: var 'fp_glVertexStream3sATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream3sATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream3sATI' 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
51699 | func load_glVertexStream3sATI(stream:Int32, x:Int16, y:Int16, z:Int16)
51700 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51715:5: warning: var 'fp_glVertexStream3svATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51713 | }
51714 |
51715 | var fp_glVertexStream3svATI:@convention(c) (Int32, UnsafePointer<Int16>?) -> () = load_glVertexStream3svATI
      |     |- warning: var 'fp_glVertexStream3svATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream3svATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream3svATI' 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
51716 | func load_glVertexStream3svATI(stream:Int32, coords:UnsafePointer<Int16>?)
51717 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51732:5: warning: var 'fp_glVertexStream4dATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51730 | }
51731 |
51732 | var fp_glVertexStream4dATI:@convention(c) (Int32, Double, Double, Double, Double) -> () = load_glVertexStream4dATI
      |     |- warning: var 'fp_glVertexStream4dATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream4dATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream4dATI' 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
51733 | func load_glVertexStream4dATI(stream:Int32, x:Double, y:Double, z:Double, w:Double)
51734 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51749:5: warning: var 'fp_glVertexStream4dvATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51747 | }
51748 |
51749 | var fp_glVertexStream4dvATI:@convention(c) (Int32, UnsafePointer<Double>?) -> () = load_glVertexStream4dvATI
      |     |- warning: var 'fp_glVertexStream4dvATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream4dvATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream4dvATI' 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
51750 | func load_glVertexStream4dvATI(stream:Int32, coords:UnsafePointer<Double>?)
51751 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51766:5: warning: var 'fp_glVertexStream4fATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51764 | }
51765 |
51766 | var fp_glVertexStream4fATI:@convention(c) (Int32, Float, Float, Float, Float) -> () = load_glVertexStream4fATI
      |     |- warning: var 'fp_glVertexStream4fATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream4fATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream4fATI' 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
51767 | func load_glVertexStream4fATI(stream:Int32, x:Float, y:Float, z:Float, w:Float)
51768 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51783:5: warning: var 'fp_glVertexStream4fvATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51781 | }
51782 |
51783 | var fp_glVertexStream4fvATI:@convention(c) (Int32, UnsafePointer<Float>?) -> () = load_glVertexStream4fvATI
      |     |- warning: var 'fp_glVertexStream4fvATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream4fvATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream4fvATI' 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
51784 | func load_glVertexStream4fvATI(stream:Int32, coords:UnsafePointer<Float>?)
51785 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51800:5: warning: var 'fp_glVertexStream4iATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51798 | }
51799 |
51800 | var fp_glVertexStream4iATI:@convention(c) (Int32, Int32, Int32, Int32, Int32) -> () = load_glVertexStream4iATI
      |     |- warning: var 'fp_glVertexStream4iATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream4iATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream4iATI' 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
51801 | func load_glVertexStream4iATI(stream:Int32, x:Int32, y:Int32, z:Int32, w:Int32)
51802 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51817:5: warning: var 'fp_glVertexStream4ivATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51815 | }
51816 |
51817 | var fp_glVertexStream4ivATI:@convention(c) (Int32, UnsafePointer<Int32>?) -> () = load_glVertexStream4ivATI
      |     |- warning: var 'fp_glVertexStream4ivATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream4ivATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream4ivATI' 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
51818 | func load_glVertexStream4ivATI(stream:Int32, coords:UnsafePointer<Int32>?)
51819 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51834:5: warning: var 'fp_glVertexStream4sATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51832 | }
51833 |
51834 | var fp_glVertexStream4sATI:@convention(c) (Int32, Int16, Int16, Int16, Int16) -> () = load_glVertexStream4sATI
      |     |- warning: var 'fp_glVertexStream4sATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream4sATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream4sATI' 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
51835 | func load_glVertexStream4sATI(stream:Int32, x:Int16, y:Int16, z:Int16, w:Int16)
51836 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51851:5: warning: var 'fp_glVertexStream4svATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51849 | }
51850 |
51851 | var fp_glVertexStream4svATI:@convention(c) (Int32, UnsafePointer<Int16>?) -> () = load_glVertexStream4svATI
      |     |- warning: var 'fp_glVertexStream4svATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexStream4svATI' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexStream4svATI' 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
51852 | func load_glVertexStream4svATI(stream:Int32, coords:UnsafePointer<Int16>?)
51853 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51868:5: warning: var 'fp_glVertexWeightPointerEXT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51866 | }
51867 |
51868 | var fp_glVertexWeightPointerEXT:@convention(c) (Int32, Int32, Int32, UnsafeRawPointer?) -> () = load_glVertexWeightPointerEXT
      |     |- warning: var 'fp_glVertexWeightPointerEXT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexWeightPointerEXT' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexWeightPointerEXT' 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
51869 | func load_glVertexWeightPointerEXT(size:Int32, type:Int32, stride:Int32, pointer:UnsafeRawPointer?)
51870 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51885:5: warning: var 'fp_glVertexWeightfEXT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51883 | }
51884 |
51885 | var fp_glVertexWeightfEXT:@convention(c) (Float) -> () = load_glVertexWeightfEXT
      |     |- warning: var 'fp_glVertexWeightfEXT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexWeightfEXT' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexWeightfEXT' 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
51886 | func load_glVertexWeightfEXT(weight:Float)
51887 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51902:5: warning: var 'fp_glVertexWeightfvEXT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51900 | }
51901 |
51902 | var fp_glVertexWeightfvEXT:@convention(c) (UnsafePointer<Float>?) -> () = load_glVertexWeightfvEXT
      |     |- warning: var 'fp_glVertexWeightfvEXT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexWeightfvEXT' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexWeightfvEXT' 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
51903 | func load_glVertexWeightfvEXT(weight:UnsafePointer<Float>?)
51904 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51919:5: warning: var 'fp_glVertexWeighthNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51917 | }
51918 |
51919 | var fp_glVertexWeighthNV:@convention(c) (UInt16) -> () = load_glVertexWeighthNV
      |     |- warning: var 'fp_glVertexWeighthNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexWeighthNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexWeighthNV' 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
51920 | func load_glVertexWeighthNV(weight:UInt16)
51921 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51936:5: warning: var 'fp_glVertexWeighthvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51934 | }
51935 |
51936 | var fp_glVertexWeighthvNV:@convention(c) (UnsafePointer<UInt16>?) -> () = load_glVertexWeighthvNV
      |     |- warning: var 'fp_glVertexWeighthvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVertexWeighthvNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVertexWeighthvNV' 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
51937 | func load_glVertexWeighthvNV(weight:UnsafePointer<UInt16>?)
51938 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51953:5: warning: var 'fp_glVideoCaptureNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51951 | }
51952 |
51953 | var fp_glVideoCaptureNV:@convention(c) (UInt32, UnsafeMutablePointer<UInt32>?, UnsafeMutablePointer<UInt64>?) -> Int32 = load_glVideoCaptureNV
      |     |- warning: var 'fp_glVideoCaptureNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVideoCaptureNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVideoCaptureNV' 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
51954 | func load_glVideoCaptureNV(video_capture_slot:UInt32, sequence_num:UnsafeMutablePointer<UInt32>?, capture_time:UnsafeMutablePointer<UInt64>?) -> Int32
51955 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51970:5: warning: var 'fp_glVideoCaptureStreamParameterdvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51968 | }
51969 |
51970 | var fp_glVideoCaptureStreamParameterdvNV:@convention(c) (UInt32, UInt32, Int32, UnsafePointer<Double>?) -> () = load_glVideoCaptureStreamParameterdvNV
      |     |- warning: var 'fp_glVideoCaptureStreamParameterdvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVideoCaptureStreamParameterdvNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVideoCaptureStreamParameterdvNV' 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
51971 | func load_glVideoCaptureStreamParameterdvNV(video_capture_slot:UInt32, stream:UInt32, pname:Int32, params:UnsafePointer<Double>?)
51972 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51987:5: warning: var 'fp_glVideoCaptureStreamParameterfvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51985 | }
51986 |
51987 | var fp_glVideoCaptureStreamParameterfvNV:@convention(c) (UInt32, UInt32, Int32, UnsafePointer<Float>?) -> () = load_glVideoCaptureStreamParameterfvNV
      |     |- warning: var 'fp_glVideoCaptureStreamParameterfvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVideoCaptureStreamParameterfvNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVideoCaptureStreamParameterfvNV' 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
51988 | func load_glVideoCaptureStreamParameterfvNV(video_capture_slot:UInt32, stream:UInt32, pname:Int32, params:UnsafePointer<Float>?)
51989 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52004:5: warning: var 'fp_glVideoCaptureStreamParameterivNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52002 | }
52003 |
52004 | var fp_glVideoCaptureStreamParameterivNV:@convention(c) (UInt32, UInt32, Int32, UnsafePointer<Int32>?) -> () = load_glVideoCaptureStreamParameterivNV
      |     |- warning: var 'fp_glVideoCaptureStreamParameterivNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glVideoCaptureStreamParameterivNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glVideoCaptureStreamParameterivNV' 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
52005 | func load_glVideoCaptureStreamParameterivNV(video_capture_slot:UInt32, stream:UInt32, pname:Int32, params:UnsafePointer<Int32>?)
52006 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52021:5: warning: var 'fp_glViewport' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52019 | }
52020 |
52021 | var fp_glViewport:@convention(c) (Int32, Int32, Int32, Int32) -> () = load_glViewport
      |     |- warning: var 'fp_glViewport' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glViewport' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glViewport' 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
52022 | func load_glViewport(x:Int32, y:Int32, width:Int32, height:Int32)
52023 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52038:5: warning: var 'fp_glViewportArrayv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52036 | }
52037 |
52038 | var fp_glViewportArrayv:@convention(c) (UInt32, Int32, UnsafePointer<Float>?) -> () = load_glViewportArrayv
      |     |- warning: var 'fp_glViewportArrayv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glViewportArrayv' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glViewportArrayv' 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
52039 | func load_glViewportArrayv(first:UInt32, count:Int32, v:UnsafePointer<Float>?)
52040 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52055:5: warning: var 'fp_glViewportArrayvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52053 | }
52054 |
52055 | var fp_glViewportArrayvNV:@convention(c) (UInt32, Int32, UnsafePointer<Float>?) -> () = load_glViewportArrayvNV
      |     |- warning: var 'fp_glViewportArrayvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glViewportArrayvNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glViewportArrayvNV' 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
52056 | func load_glViewportArrayvNV(first:UInt32, count:Int32, v:UnsafePointer<Float>?)
52057 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52072:5: warning: var 'fp_glViewportIndexedf' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52070 | }
52071 |
52072 | var fp_glViewportIndexedf:@convention(c) (UInt32, Float, Float, Float, Float) -> () = load_glViewportIndexedf
      |     |- warning: var 'fp_glViewportIndexedf' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glViewportIndexedf' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glViewportIndexedf' 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
52073 | func load_glViewportIndexedf(index:UInt32, x:Float, y:Float, w:Float, h:Float)
52074 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52089:5: warning: var 'fp_glViewportIndexedfNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52087 | }
52088 |
52089 | var fp_glViewportIndexedfNV:@convention(c) (UInt32, Float, Float, Float, Float) -> () = load_glViewportIndexedfNV
      |     |- warning: var 'fp_glViewportIndexedfNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glViewportIndexedfNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glViewportIndexedfNV' 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
52090 | func load_glViewportIndexedfNV(index:UInt32, x:Float, y:Float, w:Float, h:Float)
52091 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52106:5: warning: var 'fp_glViewportIndexedfv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52104 | }
52105 |
52106 | var fp_glViewportIndexedfv:@convention(c) (UInt32, UnsafePointer<Float>?) -> () = load_glViewportIndexedfv
      |     |- warning: var 'fp_glViewportIndexedfv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glViewportIndexedfv' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glViewportIndexedfv' 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
52107 | func load_glViewportIndexedfv(index:UInt32, v:UnsafePointer<Float>?)
52108 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52123:5: warning: var 'fp_glViewportIndexedfvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52121 | }
52122 |
52123 | var fp_glViewportIndexedfvNV:@convention(c) (UInt32, UnsafePointer<Float>?) -> () = load_glViewportIndexedfvNV
      |     |- warning: var 'fp_glViewportIndexedfvNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glViewportIndexedfvNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glViewportIndexedfvNV' 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
52124 | func load_glViewportIndexedfvNV(index:UInt32, v:UnsafePointer<Float>?)
52125 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52140:5: warning: var 'fp_glWaitSync' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52138 | }
52139 |
52140 | var fp_glWaitSync:@convention(c) (OpaquePointer?, UInt32, UInt64) -> () = load_glWaitSync
      |     |- warning: var 'fp_glWaitSync' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWaitSync' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWaitSync' 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
52141 | func load_glWaitSync(sync:OpaquePointer?, flags:UInt32, timeout:UInt64)
52142 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52157:5: warning: var 'fp_glWaitSyncAPPLE' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52155 | }
52156 |
52157 | var fp_glWaitSyncAPPLE:@convention(c) (OpaquePointer?, UInt32, UInt64) -> () = load_glWaitSyncAPPLE
      |     |- warning: var 'fp_glWaitSyncAPPLE' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWaitSyncAPPLE' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWaitSyncAPPLE' 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
52158 | func load_glWaitSyncAPPLE(sync:OpaquePointer?, flags:UInt32, timeout:UInt64)
52159 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52174:5: warning: var 'fp_glWeightPathsNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52172 | }
52173 |
52174 | var fp_glWeightPathsNV:@convention(c) (UInt32, Int32, UnsafePointer<UInt32>?, UnsafePointer<Float>?) -> () = load_glWeightPathsNV
      |     |- warning: var 'fp_glWeightPathsNV' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWeightPathsNV' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWeightPathsNV' 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
52175 | func load_glWeightPathsNV(resultPath:UInt32, numPaths:Int32, paths:UnsafePointer<UInt32>?, weights:UnsafePointer<Float>?)
52176 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52191:5: warning: var 'fp_glWeightPointerARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52189 | }
52190 |
52191 | var fp_glWeightPointerARB:@convention(c) (Int32, Int32, Int32, UnsafeRawPointer?) -> () = load_glWeightPointerARB
      |     |- warning: var 'fp_glWeightPointerARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWeightPointerARB' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWeightPointerARB' 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
52192 | func load_glWeightPointerARB(size:Int32, type:Int32, stride:Int32, pointer:UnsafeRawPointer?)
52193 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52208:5: warning: var 'fp_glWeightPointerOES' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52206 | }
52207 |
52208 | var fp_glWeightPointerOES:@convention(c) (Int32, Int32, Int32, UnsafeRawPointer?) -> () = load_glWeightPointerOES
      |     |- warning: var 'fp_glWeightPointerOES' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWeightPointerOES' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWeightPointerOES' 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
52209 | func load_glWeightPointerOES(size:Int32, type:Int32, stride:Int32, pointer:UnsafeRawPointer?)
52210 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52225:5: warning: var 'fp_glWeightbvARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52223 | }
52224 |
52225 | var fp_glWeightbvARB:@convention(c) (Int32, UnsafePointer<Int8>?) -> () = load_glWeightbvARB
      |     |- warning: var 'fp_glWeightbvARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWeightbvARB' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWeightbvARB' 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
52226 | func load_glWeightbvARB(size:Int32, weights:UnsafePointer<Int8>?)
52227 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52242:5: warning: var 'fp_glWeightdvARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52240 | }
52241 |
52242 | var fp_glWeightdvARB:@convention(c) (Int32, UnsafePointer<Double>?) -> () = load_glWeightdvARB
      |     |- warning: var 'fp_glWeightdvARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWeightdvARB' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWeightdvARB' 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
52243 | func load_glWeightdvARB(size:Int32, weights:UnsafePointer<Double>?)
52244 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52259:5: warning: var 'fp_glWeightfvARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52257 | }
52258 |
52259 | var fp_glWeightfvARB:@convention(c) (Int32, UnsafePointer<Float>?) -> () = load_glWeightfvARB
      |     |- warning: var 'fp_glWeightfvARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWeightfvARB' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWeightfvARB' 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
52260 | func load_glWeightfvARB(size:Int32, weights:UnsafePointer<Float>?)
52261 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52276:5: warning: var 'fp_glWeightivARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52274 | }
52275 |
52276 | var fp_glWeightivARB:@convention(c) (Int32, UnsafePointer<Int32>?) -> () = load_glWeightivARB
      |     |- warning: var 'fp_glWeightivARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWeightivARB' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWeightivARB' 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
52277 | func load_glWeightivARB(size:Int32, weights:UnsafePointer<Int32>?)
52278 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52293:5: warning: var 'fp_glWeightsvARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52291 | }
52292 |
52293 | var fp_glWeightsvARB:@convention(c) (Int32, UnsafePointer<Int16>?) -> () = load_glWeightsvARB
      |     |- warning: var 'fp_glWeightsvARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWeightsvARB' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWeightsvARB' 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
52294 | func load_glWeightsvARB(size:Int32, weights:UnsafePointer<Int16>?)
52295 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52310:5: warning: var 'fp_glWeightubvARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52308 | }
52309 |
52310 | var fp_glWeightubvARB:@convention(c) (Int32, UnsafePointer<UInt8>?) -> () = load_glWeightubvARB
      |     |- warning: var 'fp_glWeightubvARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWeightubvARB' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWeightubvARB' 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
52311 | func load_glWeightubvARB(size:Int32, weights:UnsafePointer<UInt8>?)
52312 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52327:5: warning: var 'fp_glWeightuivARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52325 | }
52326 |
52327 | var fp_glWeightuivARB:@convention(c) (Int32, UnsafePointer<UInt32>?) -> () = load_glWeightuivARB
      |     |- warning: var 'fp_glWeightuivARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWeightuivARB' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWeightuivARB' 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
52328 | func load_glWeightuivARB(size:Int32, weights:UnsafePointer<UInt32>?)
52329 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52344:5: warning: var 'fp_glWeightusvARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52342 | }
52343 |
52344 | var fp_glWeightusvARB:@convention(c) (Int32, UnsafePointer<UInt16>?) -> () = load_glWeightusvARB
      |     |- warning: var 'fp_glWeightusvARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWeightusvARB' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWeightusvARB' 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
52345 | func load_glWeightusvARB(size:Int32, weights:UnsafePointer<UInt16>?)
52346 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52361:5: warning: var 'fp_glWindowPos2d' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52359 | }
52360 |
52361 | var fp_glWindowPos2d:@convention(c) (Double, Double) -> () = load_glWindowPos2d
      |     |- warning: var 'fp_glWindowPos2d' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos2d' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos2d' 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
52362 | func load_glWindowPos2d(x:Double, y:Double)
52363 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52378:5: warning: var 'fp_glWindowPos2dARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52376 | }
52377 |
52378 | var fp_glWindowPos2dARB:@convention(c) (Double, Double) -> () = load_glWindowPos2dARB
      |     |- warning: var 'fp_glWindowPos2dARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos2dARB' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos2dARB' 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
52379 | func load_glWindowPos2dARB(x:Double, y:Double)
52380 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52395:5: warning: var 'fp_glWindowPos2dMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52393 | }
52394 |
52395 | var fp_glWindowPos2dMESA:@convention(c) (Double, Double) -> () = load_glWindowPos2dMESA
      |     |- warning: var 'fp_glWindowPos2dMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos2dMESA' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos2dMESA' 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
52396 | func load_glWindowPos2dMESA(x:Double, y:Double)
52397 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52412:5: warning: var 'fp_glWindowPos2dv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52410 | }
52411 |
52412 | var fp_glWindowPos2dv:@convention(c) (UnsafePointer<Double>?) -> () = load_glWindowPos2dv
      |     |- warning: var 'fp_glWindowPos2dv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos2dv' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos2dv' 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
52413 | func load_glWindowPos2dv(v:UnsafePointer<Double>?)
52414 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52429:5: warning: var 'fp_glWindowPos2dvARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52427 | }
52428 |
52429 | var fp_glWindowPos2dvARB:@convention(c) (UnsafePointer<Double>?) -> () = load_glWindowPos2dvARB
      |     |- warning: var 'fp_glWindowPos2dvARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos2dvARB' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos2dvARB' 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
52430 | func load_glWindowPos2dvARB(v:UnsafePointer<Double>?)
52431 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52446:5: warning: var 'fp_glWindowPos2dvMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52444 | }
52445 |
52446 | var fp_glWindowPos2dvMESA:@convention(c) (UnsafePointer<Double>?) -> () = load_glWindowPos2dvMESA
      |     |- warning: var 'fp_glWindowPos2dvMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos2dvMESA' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos2dvMESA' 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
52447 | func load_glWindowPos2dvMESA(v:UnsafePointer<Double>?)
52448 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52463:5: warning: var 'fp_glWindowPos2f' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52461 | }
52462 |
52463 | var fp_glWindowPos2f:@convention(c) (Float, Float) -> () = load_glWindowPos2f
      |     |- warning: var 'fp_glWindowPos2f' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos2f' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos2f' 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
52464 | func load_glWindowPos2f(x:Float, y:Float)
52465 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52480:5: warning: var 'fp_glWindowPos2fARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52478 | }
52479 |
52480 | var fp_glWindowPos2fARB:@convention(c) (Float, Float) -> () = load_glWindowPos2fARB
      |     |- warning: var 'fp_glWindowPos2fARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos2fARB' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos2fARB' 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
52481 | func load_glWindowPos2fARB(x:Float, y:Float)
52482 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52497:5: warning: var 'fp_glWindowPos2fMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52495 | }
52496 |
52497 | var fp_glWindowPos2fMESA:@convention(c) (Float, Float) -> () = load_glWindowPos2fMESA
      |     |- warning: var 'fp_glWindowPos2fMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos2fMESA' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos2fMESA' 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
52498 | func load_glWindowPos2fMESA(x:Float, y:Float)
52499 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52514:5: warning: var 'fp_glWindowPos2fv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52512 | }
52513 |
52514 | var fp_glWindowPos2fv:@convention(c) (UnsafePointer<Float>?) -> () = load_glWindowPos2fv
      |     |- warning: var 'fp_glWindowPos2fv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos2fv' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos2fv' 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
52515 | func load_glWindowPos2fv(v:UnsafePointer<Float>?)
52516 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52531:5: warning: var 'fp_glWindowPos2fvARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52529 | }
52530 |
52531 | var fp_glWindowPos2fvARB:@convention(c) (UnsafePointer<Float>?) -> () = load_glWindowPos2fvARB
      |     |- warning: var 'fp_glWindowPos2fvARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos2fvARB' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos2fvARB' 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
52532 | func load_glWindowPos2fvARB(v:UnsafePointer<Float>?)
52533 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52548:5: warning: var 'fp_glWindowPos2fvMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52546 | }
52547 |
52548 | var fp_glWindowPos2fvMESA:@convention(c) (UnsafePointer<Float>?) -> () = load_glWindowPos2fvMESA
      |     |- warning: var 'fp_glWindowPos2fvMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos2fvMESA' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos2fvMESA' 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
52549 | func load_glWindowPos2fvMESA(v:UnsafePointer<Float>?)
52550 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52565:5: warning: var 'fp_glWindowPos2i' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52563 | }
52564 |
52565 | var fp_glWindowPos2i:@convention(c) (Int32, Int32) -> () = load_glWindowPos2i
      |     |- warning: var 'fp_glWindowPos2i' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos2i' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos2i' 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
52566 | func load_glWindowPos2i(x:Int32, y:Int32)
52567 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52582:5: warning: var 'fp_glWindowPos2iARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52580 | }
52581 |
52582 | var fp_glWindowPos2iARB:@convention(c) (Int32, Int32) -> () = load_glWindowPos2iARB
      |     |- warning: var 'fp_glWindowPos2iARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos2iARB' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos2iARB' 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
52583 | func load_glWindowPos2iARB(x:Int32, y:Int32)
52584 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52599:5: warning: var 'fp_glWindowPos2iMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52597 | }
52598 |
52599 | var fp_glWindowPos2iMESA:@convention(c) (Int32, Int32) -> () = load_glWindowPos2iMESA
      |     |- warning: var 'fp_glWindowPos2iMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos2iMESA' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos2iMESA' 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
52600 | func load_glWindowPos2iMESA(x:Int32, y:Int32)
52601 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52616:5: warning: var 'fp_glWindowPos2iv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52614 | }
52615 |
52616 | var fp_glWindowPos2iv:@convention(c) (UnsafePointer<Int32>?) -> () = load_glWindowPos2iv
      |     |- warning: var 'fp_glWindowPos2iv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos2iv' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos2iv' 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
52617 | func load_glWindowPos2iv(v:UnsafePointer<Int32>?)
52618 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52633:5: warning: var 'fp_glWindowPos2ivARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52631 | }
52632 |
52633 | var fp_glWindowPos2ivARB:@convention(c) (UnsafePointer<Int32>?) -> () = load_glWindowPos2ivARB
      |     |- warning: var 'fp_glWindowPos2ivARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos2ivARB' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos2ivARB' 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
52634 | func load_glWindowPos2ivARB(v:UnsafePointer<Int32>?)
52635 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52650:5: warning: var 'fp_glWindowPos2ivMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52648 | }
52649 |
52650 | var fp_glWindowPos2ivMESA:@convention(c) (UnsafePointer<Int32>?) -> () = load_glWindowPos2ivMESA
      |     |- warning: var 'fp_glWindowPos2ivMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos2ivMESA' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos2ivMESA' 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
52651 | func load_glWindowPos2ivMESA(v:UnsafePointer<Int32>?)
52652 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52667:5: warning: var 'fp_glWindowPos2s' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52665 | }
52666 |
52667 | var fp_glWindowPos2s:@convention(c) (Int16, Int16) -> () = load_glWindowPos2s
      |     |- warning: var 'fp_glWindowPos2s' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos2s' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos2s' 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
52668 | func load_glWindowPos2s(x:Int16, y:Int16)
52669 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52684:5: warning: var 'fp_glWindowPos2sARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52682 | }
52683 |
52684 | var fp_glWindowPos2sARB:@convention(c) (Int16, Int16) -> () = load_glWindowPos2sARB
      |     |- warning: var 'fp_glWindowPos2sARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos2sARB' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos2sARB' 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
52685 | func load_glWindowPos2sARB(x:Int16, y:Int16)
52686 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52701:5: warning: var 'fp_glWindowPos2sMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52699 | }
52700 |
52701 | var fp_glWindowPos2sMESA:@convention(c) (Int16, Int16) -> () = load_glWindowPos2sMESA
      |     |- warning: var 'fp_glWindowPos2sMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos2sMESA' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos2sMESA' 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
52702 | func load_glWindowPos2sMESA(x:Int16, y:Int16)
52703 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52718:5: warning: var 'fp_glWindowPos2sv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52716 | }
52717 |
52718 | var fp_glWindowPos2sv:@convention(c) (UnsafePointer<Int16>?) -> () = load_glWindowPos2sv
      |     |- warning: var 'fp_glWindowPos2sv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos2sv' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos2sv' 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
52719 | func load_glWindowPos2sv(v:UnsafePointer<Int16>?)
52720 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52735:5: warning: var 'fp_glWindowPos2svARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52733 | }
52734 |
52735 | var fp_glWindowPos2svARB:@convention(c) (UnsafePointer<Int16>?) -> () = load_glWindowPos2svARB
      |     |- warning: var 'fp_glWindowPos2svARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos2svARB' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos2svARB' 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
52736 | func load_glWindowPos2svARB(v:UnsafePointer<Int16>?)
52737 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52752:5: warning: var 'fp_glWindowPos2svMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52750 | }
52751 |
52752 | var fp_glWindowPos2svMESA:@convention(c) (UnsafePointer<Int16>?) -> () = load_glWindowPos2svMESA
      |     |- warning: var 'fp_glWindowPos2svMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos2svMESA' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos2svMESA' 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
52753 | func load_glWindowPos2svMESA(v:UnsafePointer<Int16>?)
52754 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52769:5: warning: var 'fp_glWindowPos3d' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52767 | }
52768 |
52769 | var fp_glWindowPos3d:@convention(c) (Double, Double, Double) -> () = load_glWindowPos3d
      |     |- warning: var 'fp_glWindowPos3d' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos3d' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos3d' 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
52770 | func load_glWindowPos3d(x:Double, y:Double, z:Double)
52771 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52786:5: warning: var 'fp_glWindowPos3dARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52784 | }
52785 |
52786 | var fp_glWindowPos3dARB:@convention(c) (Double, Double, Double) -> () = load_glWindowPos3dARB
      |     |- warning: var 'fp_glWindowPos3dARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos3dARB' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos3dARB' 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
52787 | func load_glWindowPos3dARB(x:Double, y:Double, z:Double)
52788 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52803:5: warning: var 'fp_glWindowPos3dMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52801 | }
52802 |
52803 | var fp_glWindowPos3dMESA:@convention(c) (Double, Double, Double) -> () = load_glWindowPos3dMESA
      |     |- warning: var 'fp_glWindowPos3dMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos3dMESA' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos3dMESA' 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
52804 | func load_glWindowPos3dMESA(x:Double, y:Double, z:Double)
52805 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52820:5: warning: var 'fp_glWindowPos3dv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52818 | }
52819 |
52820 | var fp_glWindowPos3dv:@convention(c) (UnsafePointer<Double>?) -> () = load_glWindowPos3dv
      |     |- warning: var 'fp_glWindowPos3dv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos3dv' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos3dv' 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
52821 | func load_glWindowPos3dv(v:UnsafePointer<Double>?)
52822 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52837:5: warning: var 'fp_glWindowPos3dvARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52835 | }
52836 |
52837 | var fp_glWindowPos3dvARB:@convention(c) (UnsafePointer<Double>?) -> () = load_glWindowPos3dvARB
      |     |- warning: var 'fp_glWindowPos3dvARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos3dvARB' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos3dvARB' 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
52838 | func load_glWindowPos3dvARB(v:UnsafePointer<Double>?)
52839 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52854:5: warning: var 'fp_glWindowPos3dvMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52852 | }
52853 |
52854 | var fp_glWindowPos3dvMESA:@convention(c) (UnsafePointer<Double>?) -> () = load_glWindowPos3dvMESA
      |     |- warning: var 'fp_glWindowPos3dvMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos3dvMESA' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos3dvMESA' 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
52855 | func load_glWindowPos3dvMESA(v:UnsafePointer<Double>?)
52856 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52871:5: warning: var 'fp_glWindowPos3f' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52869 | }
52870 |
52871 | var fp_glWindowPos3f:@convention(c) (Float, Float, Float) -> () = load_glWindowPos3f
      |     |- warning: var 'fp_glWindowPos3f' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos3f' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos3f' 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
52872 | func load_glWindowPos3f(x:Float, y:Float, z:Float)
52873 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52888:5: warning: var 'fp_glWindowPos3fARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52886 | }
52887 |
52888 | var fp_glWindowPos3fARB:@convention(c) (Float, Float, Float) -> () = load_glWindowPos3fARB
      |     |- warning: var 'fp_glWindowPos3fARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos3fARB' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos3fARB' 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
52889 | func load_glWindowPos3fARB(x:Float, y:Float, z:Float)
52890 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52905:5: warning: var 'fp_glWindowPos3fMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52903 | }
52904 |
52905 | var fp_glWindowPos3fMESA:@convention(c) (Float, Float, Float) -> () = load_glWindowPos3fMESA
      |     |- warning: var 'fp_glWindowPos3fMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos3fMESA' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos3fMESA' 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
52906 | func load_glWindowPos3fMESA(x:Float, y:Float, z:Float)
52907 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52922:5: warning: var 'fp_glWindowPos3fv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52920 | }
52921 |
52922 | var fp_glWindowPos3fv:@convention(c) (UnsafePointer<Float>?) -> () = load_glWindowPos3fv
      |     |- warning: var 'fp_glWindowPos3fv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos3fv' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos3fv' 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
52923 | func load_glWindowPos3fv(v:UnsafePointer<Float>?)
52924 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52939:5: warning: var 'fp_glWindowPos3fvARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52937 | }
52938 |
52939 | var fp_glWindowPos3fvARB:@convention(c) (UnsafePointer<Float>?) -> () = load_glWindowPos3fvARB
      |     |- warning: var 'fp_glWindowPos3fvARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos3fvARB' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos3fvARB' 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
52940 | func load_glWindowPos3fvARB(v:UnsafePointer<Float>?)
52941 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52956:5: warning: var 'fp_glWindowPos3fvMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52954 | }
52955 |
52956 | var fp_glWindowPos3fvMESA:@convention(c) (UnsafePointer<Float>?) -> () = load_glWindowPos3fvMESA
      |     |- warning: var 'fp_glWindowPos3fvMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos3fvMESA' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos3fvMESA' 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
52957 | func load_glWindowPos3fvMESA(v:UnsafePointer<Float>?)
52958 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52973:5: warning: var 'fp_glWindowPos3i' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52971 | }
52972 |
52973 | var fp_glWindowPos3i:@convention(c) (Int32, Int32, Int32) -> () = load_glWindowPos3i
      |     |- warning: var 'fp_glWindowPos3i' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos3i' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos3i' 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
52974 | func load_glWindowPos3i(x:Int32, y:Int32, z:Int32)
52975 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52990:5: warning: var 'fp_glWindowPos3iARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52988 | }
52989 |
52990 | var fp_glWindowPos3iARB:@convention(c) (Int32, Int32, Int32) -> () = load_glWindowPos3iARB
      |     |- warning: var 'fp_glWindowPos3iARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos3iARB' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos3iARB' 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
52991 | func load_glWindowPos3iARB(x:Int32, y:Int32, z:Int32)
52992 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53007:5: warning: var 'fp_glWindowPos3iMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
53005 | }
53006 |
53007 | var fp_glWindowPos3iMESA:@convention(c) (Int32, Int32, Int32) -> () = load_glWindowPos3iMESA
      |     |- warning: var 'fp_glWindowPos3iMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos3iMESA' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos3iMESA' 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
53008 | func load_glWindowPos3iMESA(x:Int32, y:Int32, z:Int32)
53009 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53024:5: warning: var 'fp_glWindowPos3iv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
53022 | }
53023 |
53024 | var fp_glWindowPos3iv:@convention(c) (UnsafePointer<Int32>?) -> () = load_glWindowPos3iv
      |     |- warning: var 'fp_glWindowPos3iv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos3iv' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos3iv' 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
53025 | func load_glWindowPos3iv(v:UnsafePointer<Int32>?)
53026 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53041:5: warning: var 'fp_glWindowPos3ivARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
53039 | }
53040 |
53041 | var fp_glWindowPos3ivARB:@convention(c) (UnsafePointer<Int32>?) -> () = load_glWindowPos3ivARB
      |     |- warning: var 'fp_glWindowPos3ivARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos3ivARB' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos3ivARB' 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
53042 | func load_glWindowPos3ivARB(v:UnsafePointer<Int32>?)
53043 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53058:5: warning: var 'fp_glWindowPos3ivMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
53056 | }
53057 |
53058 | var fp_glWindowPos3ivMESA:@convention(c) (UnsafePointer<Int32>?) -> () = load_glWindowPos3ivMESA
      |     |- warning: var 'fp_glWindowPos3ivMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos3ivMESA' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos3ivMESA' 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
53059 | func load_glWindowPos3ivMESA(v:UnsafePointer<Int32>?)
53060 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53075:5: warning: var 'fp_glWindowPos3s' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
53073 | }
53074 |
53075 | var fp_glWindowPos3s:@convention(c) (Int16, Int16, Int16) -> () = load_glWindowPos3s
      |     |- warning: var 'fp_glWindowPos3s' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos3s' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos3s' 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
53076 | func load_glWindowPos3s(x:Int16, y:Int16, z:Int16)
53077 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53092:5: warning: var 'fp_glWindowPos3sARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
53090 | }
53091 |
53092 | var fp_glWindowPos3sARB:@convention(c) (Int16, Int16, Int16) -> () = load_glWindowPos3sARB
      |     |- warning: var 'fp_glWindowPos3sARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos3sARB' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos3sARB' 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
53093 | func load_glWindowPos3sARB(x:Int16, y:Int16, z:Int16)
53094 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53109:5: warning: var 'fp_glWindowPos3sMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
53107 | }
53108 |
53109 | var fp_glWindowPos3sMESA:@convention(c) (Int16, Int16, Int16) -> () = load_glWindowPos3sMESA
      |     |- warning: var 'fp_glWindowPos3sMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos3sMESA' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos3sMESA' 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
53110 | func load_glWindowPos3sMESA(x:Int16, y:Int16, z:Int16)
53111 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53126:5: warning: var 'fp_glWindowPos3sv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
53124 | }
53125 |
53126 | var fp_glWindowPos3sv:@convention(c) (UnsafePointer<Int16>?) -> () = load_glWindowPos3sv
      |     |- warning: var 'fp_glWindowPos3sv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos3sv' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos3sv' 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
53127 | func load_glWindowPos3sv(v:UnsafePointer<Int16>?)
53128 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53143:5: warning: var 'fp_glWindowPos3svARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
53141 | }
53142 |
53143 | var fp_glWindowPos3svARB:@convention(c) (UnsafePointer<Int16>?) -> () = load_glWindowPos3svARB
      |     |- warning: var 'fp_glWindowPos3svARB' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos3svARB' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos3svARB' 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
53144 | func load_glWindowPos3svARB(v:UnsafePointer<Int16>?)
53145 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53160:5: warning: var 'fp_glWindowPos3svMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
53158 | }
53159 |
53160 | var fp_glWindowPos3svMESA:@convention(c) (UnsafePointer<Int16>?) -> () = load_glWindowPos3svMESA
      |     |- warning: var 'fp_glWindowPos3svMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos3svMESA' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos3svMESA' 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
53161 | func load_glWindowPos3svMESA(v:UnsafePointer<Int16>?)
53162 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53177:5: warning: var 'fp_glWindowPos4dMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
53175 | }
53176 |
53177 | var fp_glWindowPos4dMESA:@convention(c) (Double, Double, Double, Double) -> () = load_glWindowPos4dMESA
      |     |- warning: var 'fp_glWindowPos4dMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos4dMESA' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos4dMESA' 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
53178 | func load_glWindowPos4dMESA(x:Double, y:Double, z:Double, w:Double)
53179 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53194:5: warning: var 'fp_glWindowPos4dvMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
53192 | }
53193 |
53194 | var fp_glWindowPos4dvMESA:@convention(c) (UnsafePointer<Double>?) -> () = load_glWindowPos4dvMESA
      |     |- warning: var 'fp_glWindowPos4dvMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos4dvMESA' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos4dvMESA' 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
53195 | func load_glWindowPos4dvMESA(v:UnsafePointer<Double>?)
53196 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53211:5: warning: var 'fp_glWindowPos4fMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
53209 | }
53210 |
53211 | var fp_glWindowPos4fMESA:@convention(c) (Float, Float, Float, Float) -> () = load_glWindowPos4fMESA
      |     |- warning: var 'fp_glWindowPos4fMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos4fMESA' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos4fMESA' 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
53212 | func load_glWindowPos4fMESA(x:Float, y:Float, z:Float, w:Float)
53213 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53228:5: warning: var 'fp_glWindowPos4fvMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
53226 | }
53227 |
53228 | var fp_glWindowPos4fvMESA:@convention(c) (UnsafePointer<Float>?) -> () = load_glWindowPos4fvMESA
      |     |- warning: var 'fp_glWindowPos4fvMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos4fvMESA' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos4fvMESA' 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
53229 | func load_glWindowPos4fvMESA(v:UnsafePointer<Float>?)
53230 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53245:5: warning: var 'fp_glWindowPos4iMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
53243 | }
53244 |
53245 | var fp_glWindowPos4iMESA:@convention(c) (Int32, Int32, Int32, Int32) -> () = load_glWindowPos4iMESA
      |     |- warning: var 'fp_glWindowPos4iMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos4iMESA' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos4iMESA' 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
53246 | func load_glWindowPos4iMESA(x:Int32, y:Int32, z:Int32, w:Int32)
53247 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53262:5: warning: var 'fp_glWindowPos4ivMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
53260 | }
53261 |
53262 | var fp_glWindowPos4ivMESA:@convention(c) (UnsafePointer<Int32>?) -> () = load_glWindowPos4ivMESA
      |     |- warning: var 'fp_glWindowPos4ivMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos4ivMESA' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos4ivMESA' 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
53263 | func load_glWindowPos4ivMESA(v:UnsafePointer<Int32>?)
53264 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53279:5: warning: var 'fp_glWindowPos4sMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
53277 | }
53278 |
53279 | var fp_glWindowPos4sMESA:@convention(c) (Int16, Int16, Int16, Int16) -> () = load_glWindowPos4sMESA
      |     |- warning: var 'fp_glWindowPos4sMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos4sMESA' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos4sMESA' 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
53280 | func load_glWindowPos4sMESA(x:Int16, y:Int16, z:Int16, w:Int16)
53281 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53296:5: warning: var 'fp_glWindowPos4svMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
53294 | }
53295 |
53296 | var fp_glWindowPos4svMESA:@convention(c) (UnsafePointer<Int16>?) -> () = load_glWindowPos4svMESA
      |     |- warning: var 'fp_glWindowPos4svMESA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWindowPos4svMESA' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWindowPos4svMESA' 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
53297 | func load_glWindowPos4svMESA(v:UnsafePointer<Int16>?)
53298 | {
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53313:5: warning: var 'fp_glWriteMaskEXT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
53311 | }
53312 |
53313 | var fp_glWriteMaskEXT:@convention(c) (UInt32, UInt32, Int32, Int32, Int32, Int32) -> () = load_glWriteMaskEXT
      |     |- warning: var 'fp_glWriteMaskEXT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
      |     |- note: convert 'fp_glWriteMaskEXT' to a 'let' constant to make 'Sendable' shared state immutable
      |     |- note: annotate 'fp_glWriteMaskEXT' 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
53314 | func load_glWriteMaskEXT(res:UInt32, input:UInt32, outX:Int32, outY:Int32, outZ:Int32, outW:Int32)
53315 | {
[16/16] Compiling OpenGL constants.swift
Build complete! (121.35s)
Fetching https://github.com/kelvin13/swiftxml
[1/246] Fetching swiftxml
Fetched https://github.com/kelvin13/swiftxml from cache (0.85s)
Creating working copy for https://github.com/kelvin13/swiftxml
Working copy of https://github.com/kelvin13/swiftxml resolved at master (91ae89c)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftxml",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kelvin13/swiftxml"
    }
  ],
  "manifest_display_name" : "OpenGL",
  "name" : "OpenGL",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "OpenGL",
      "targets" : [
        "OpenGL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "generator",
      "targets" : [
        "generator"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "4"
  ],
  "targets" : [
    {
      "c99name" : "generator",
      "module_type" : "SwiftTarget",
      "name" : "generator",
      "path" : "sources/generator",
      "product_dependencies" : [
        "XML"
      ],
      "product_memberships" : [
        "generator"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "OpenGL",
      "module_type" : "SwiftTarget",
      "name" : "OpenGL",
      "path" : "sources/opengl",
      "product_memberships" : [
        "OpenGL"
      ],
      "sources" : [
        "constants.swift",
        "loader.swift",
        "opengl.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.