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

The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of GL with Swift 6.0 for macOS (Xcode) using Xcode 16.0.

Swift 6 data race errors: 3132

Build Command

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

Build Log

var fp_glVertexStream2fvATI:@convention(c) (GL.Enum, UnsafePointer<GL.Float>?) -> () = load_glVertexStream2fvATI
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51511:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexStream2fvATI:@convention(c) (GL.Enum, UnsafePointer<GL.Float>?) -> () = load_glVertexStream2fvATI
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51528:5: warning: var 'fp_glVertexStream2iATI' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexStream2iATI:@convention(c) (GL.Enum, GL.Int, GL.Int) -> () = load_glVertexStream2iATI
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51528:5: note: convert 'fp_glVertexStream2iATI' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexStream2iATI:@convention(c) (GL.Enum, GL.Int, GL.Int) -> () = load_glVertexStream2iATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51528:5: note: annotate 'fp_glVertexStream2iATI' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexStream2iATI:@convention(c) (GL.Enum, GL.Int, GL.Int) -> () = load_glVertexStream2iATI
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51528:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexStream2iATI:@convention(c) (GL.Enum, GL.Int, GL.Int) -> () = load_glVertexStream2iATI
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51545:5: warning: var 'fp_glVertexStream2ivATI' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexStream2ivATI:@convention(c) (GL.Enum, UnsafePointer<GL.Int>?) -> () = load_glVertexStream2ivATI
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51545:5: note: convert 'fp_glVertexStream2ivATI' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexStream2ivATI:@convention(c) (GL.Enum, UnsafePointer<GL.Int>?) -> () = load_glVertexStream2ivATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51545:5: note: annotate 'fp_glVertexStream2ivATI' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexStream2ivATI:@convention(c) (GL.Enum, UnsafePointer<GL.Int>?) -> () = load_glVertexStream2ivATI
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51545:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexStream2ivATI:@convention(c) (GL.Enum, UnsafePointer<GL.Int>?) -> () = load_glVertexStream2ivATI
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51562:5: warning: var 'fp_glVertexStream2sATI' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexStream2sATI:@convention(c) (GL.Enum, GL.Short, GL.Short) -> () = load_glVertexStream2sATI
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51562:5: note: convert 'fp_glVertexStream2sATI' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexStream2sATI:@convention(c) (GL.Enum, GL.Short, GL.Short) -> () = load_glVertexStream2sATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51562:5: note: annotate 'fp_glVertexStream2sATI' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexStream2sATI:@convention(c) (GL.Enum, GL.Short, GL.Short) -> () = load_glVertexStream2sATI
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51562:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexStream2sATI:@convention(c) (GL.Enum, GL.Short, GL.Short) -> () = load_glVertexStream2sATI
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51579:5: warning: var 'fp_glVertexStream2svATI' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexStream2svATI:@convention(c) (GL.Enum, UnsafePointer<GL.Short>?) -> () = load_glVertexStream2svATI
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51579:5: note: convert 'fp_glVertexStream2svATI' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexStream2svATI:@convention(c) (GL.Enum, UnsafePointer<GL.Short>?) -> () = load_glVertexStream2svATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51579:5: note: annotate 'fp_glVertexStream2svATI' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexStream2svATI:@convention(c) (GL.Enum, UnsafePointer<GL.Short>?) -> () = load_glVertexStream2svATI
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51579:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexStream2svATI:@convention(c) (GL.Enum, UnsafePointer<GL.Short>?) -> () = load_glVertexStream2svATI
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51596:5: warning: var 'fp_glVertexStream3dATI' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexStream3dATI:@convention(c) (GL.Enum, GL.Double, GL.Double, GL.Double) -> () = load_glVertexStream3dATI
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51596:5: note: convert 'fp_glVertexStream3dATI' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexStream3dATI:@convention(c) (GL.Enum, GL.Double, GL.Double, GL.Double) -> () = load_glVertexStream3dATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51596:5: note: annotate 'fp_glVertexStream3dATI' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexStream3dATI:@convention(c) (GL.Enum, GL.Double, GL.Double, GL.Double) -> () = load_glVertexStream3dATI
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51596:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexStream3dATI:@convention(c) (GL.Enum, GL.Double, GL.Double, GL.Double) -> () = load_glVertexStream3dATI
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51613:5: warning: var 'fp_glVertexStream3dvATI' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexStream3dvATI:@convention(c) (GL.Enum, UnsafePointer<GL.Double>?) -> () = load_glVertexStream3dvATI
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51613:5: note: convert 'fp_glVertexStream3dvATI' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexStream3dvATI:@convention(c) (GL.Enum, UnsafePointer<GL.Double>?) -> () = load_glVertexStream3dvATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51613:5: note: annotate 'fp_glVertexStream3dvATI' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexStream3dvATI:@convention(c) (GL.Enum, UnsafePointer<GL.Double>?) -> () = load_glVertexStream3dvATI
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51613:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexStream3dvATI:@convention(c) (GL.Enum, UnsafePointer<GL.Double>?) -> () = load_glVertexStream3dvATI
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51630:5: warning: var 'fp_glVertexStream3fATI' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexStream3fATI:@convention(c) (GL.Enum, GL.Float, GL.Float, GL.Float) -> () = load_glVertexStream3fATI
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51630:5: note: convert 'fp_glVertexStream3fATI' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexStream3fATI:@convention(c) (GL.Enum, GL.Float, GL.Float, GL.Float) -> () = load_glVertexStream3fATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51630:5: note: annotate 'fp_glVertexStream3fATI' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexStream3fATI:@convention(c) (GL.Enum, GL.Float, GL.Float, GL.Float) -> () = load_glVertexStream3fATI
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51630:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexStream3fATI:@convention(c) (GL.Enum, GL.Float, GL.Float, GL.Float) -> () = load_glVertexStream3fATI
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51647:5: warning: var 'fp_glVertexStream3fvATI' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexStream3fvATI:@convention(c) (GL.Enum, UnsafePointer<GL.Float>?) -> () = load_glVertexStream3fvATI
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51647:5: note: convert 'fp_glVertexStream3fvATI' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexStream3fvATI:@convention(c) (GL.Enum, UnsafePointer<GL.Float>?) -> () = load_glVertexStream3fvATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51647:5: note: annotate 'fp_glVertexStream3fvATI' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexStream3fvATI:@convention(c) (GL.Enum, UnsafePointer<GL.Float>?) -> () = load_glVertexStream3fvATI
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51647:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexStream3fvATI:@convention(c) (GL.Enum, UnsafePointer<GL.Float>?) -> () = load_glVertexStream3fvATI
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51664:5: warning: var 'fp_glVertexStream3iATI' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexStream3iATI:@convention(c) (GL.Enum, GL.Int, GL.Int, GL.Int) -> () = load_glVertexStream3iATI
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51664:5: note: convert 'fp_glVertexStream3iATI' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexStream3iATI:@convention(c) (GL.Enum, GL.Int, GL.Int, GL.Int) -> () = load_glVertexStream3iATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51664:5: note: annotate 'fp_glVertexStream3iATI' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexStream3iATI:@convention(c) (GL.Enum, GL.Int, GL.Int, GL.Int) -> () = load_glVertexStream3iATI
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51664:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexStream3iATI:@convention(c) (GL.Enum, GL.Int, GL.Int, GL.Int) -> () = load_glVertexStream3iATI
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51681:5: warning: var 'fp_glVertexStream3ivATI' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexStream3ivATI:@convention(c) (GL.Enum, UnsafePointer<GL.Int>?) -> () = load_glVertexStream3ivATI
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51681:5: note: convert 'fp_glVertexStream3ivATI' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexStream3ivATI:@convention(c) (GL.Enum, UnsafePointer<GL.Int>?) -> () = load_glVertexStream3ivATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51681:5: note: annotate 'fp_glVertexStream3ivATI' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexStream3ivATI:@convention(c) (GL.Enum, UnsafePointer<GL.Int>?) -> () = load_glVertexStream3ivATI
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51681:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexStream3ivATI:@convention(c) (GL.Enum, UnsafePointer<GL.Int>?) -> () = load_glVertexStream3ivATI
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51698:5: warning: var 'fp_glVertexStream3sATI' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexStream3sATI:@convention(c) (GL.Enum, GL.Short, GL.Short, GL.Short) -> () = load_glVertexStream3sATI
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51698:5: note: convert 'fp_glVertexStream3sATI' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexStream3sATI:@convention(c) (GL.Enum, GL.Short, GL.Short, GL.Short) -> () = load_glVertexStream3sATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51698:5: note: annotate 'fp_glVertexStream3sATI' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexStream3sATI:@convention(c) (GL.Enum, GL.Short, GL.Short, GL.Short) -> () = load_glVertexStream3sATI
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51698:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexStream3sATI:@convention(c) (GL.Enum, GL.Short, GL.Short, GL.Short) -> () = load_glVertexStream3sATI
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51715:5: warning: var 'fp_glVertexStream3svATI' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexStream3svATI:@convention(c) (GL.Enum, UnsafePointer<GL.Short>?) -> () = load_glVertexStream3svATI
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51715:5: note: convert 'fp_glVertexStream3svATI' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexStream3svATI:@convention(c) (GL.Enum, UnsafePointer<GL.Short>?) -> () = load_glVertexStream3svATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51715:5: note: annotate 'fp_glVertexStream3svATI' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexStream3svATI:@convention(c) (GL.Enum, UnsafePointer<GL.Short>?) -> () = load_glVertexStream3svATI
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51715:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexStream3svATI:@convention(c) (GL.Enum, UnsafePointer<GL.Short>?) -> () = load_glVertexStream3svATI
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51732:5: warning: var 'fp_glVertexStream4dATI' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexStream4dATI:@convention(c) (GL.Enum, GL.Double, GL.Double, GL.Double, GL.Double) -> () = load_glVertexStream4dATI
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51732:5: note: convert 'fp_glVertexStream4dATI' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexStream4dATI:@convention(c) (GL.Enum, GL.Double, GL.Double, GL.Double, GL.Double) -> () = load_glVertexStream4dATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51732:5: note: annotate 'fp_glVertexStream4dATI' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexStream4dATI:@convention(c) (GL.Enum, GL.Double, GL.Double, GL.Double, GL.Double) -> () = load_glVertexStream4dATI
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51732:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexStream4dATI:@convention(c) (GL.Enum, GL.Double, GL.Double, GL.Double, GL.Double) -> () = load_glVertexStream4dATI
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51749:5: warning: var 'fp_glVertexStream4dvATI' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexStream4dvATI:@convention(c) (GL.Enum, UnsafePointer<GL.Double>?) -> () = load_glVertexStream4dvATI
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51749:5: note: convert 'fp_glVertexStream4dvATI' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexStream4dvATI:@convention(c) (GL.Enum, UnsafePointer<GL.Double>?) -> () = load_glVertexStream4dvATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51749:5: note: annotate 'fp_glVertexStream4dvATI' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexStream4dvATI:@convention(c) (GL.Enum, UnsafePointer<GL.Double>?) -> () = load_glVertexStream4dvATI
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51749:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexStream4dvATI:@convention(c) (GL.Enum, UnsafePointer<GL.Double>?) -> () = load_glVertexStream4dvATI
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51766:5: warning: var 'fp_glVertexStream4fATI' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexStream4fATI:@convention(c) (GL.Enum, GL.Float, GL.Float, GL.Float, GL.Float) -> () = load_glVertexStream4fATI
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51766:5: note: convert 'fp_glVertexStream4fATI' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexStream4fATI:@convention(c) (GL.Enum, GL.Float, GL.Float, GL.Float, GL.Float) -> () = load_glVertexStream4fATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51766:5: note: annotate 'fp_glVertexStream4fATI' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexStream4fATI:@convention(c) (GL.Enum, GL.Float, GL.Float, GL.Float, GL.Float) -> () = load_glVertexStream4fATI
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51766:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexStream4fATI:@convention(c) (GL.Enum, GL.Float, GL.Float, GL.Float, GL.Float) -> () = load_glVertexStream4fATI
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51783:5: warning: var 'fp_glVertexStream4fvATI' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexStream4fvATI:@convention(c) (GL.Enum, UnsafePointer<GL.Float>?) -> () = load_glVertexStream4fvATI
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51783:5: note: convert 'fp_glVertexStream4fvATI' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexStream4fvATI:@convention(c) (GL.Enum, UnsafePointer<GL.Float>?) -> () = load_glVertexStream4fvATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51783:5: note: annotate 'fp_glVertexStream4fvATI' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexStream4fvATI:@convention(c) (GL.Enum, UnsafePointer<GL.Float>?) -> () = load_glVertexStream4fvATI
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51783:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexStream4fvATI:@convention(c) (GL.Enum, UnsafePointer<GL.Float>?) -> () = load_glVertexStream4fvATI
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51800:5: warning: var 'fp_glVertexStream4iATI' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexStream4iATI:@convention(c) (GL.Enum, GL.Int, GL.Int, GL.Int, GL.Int) -> () = load_glVertexStream4iATI
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51800:5: note: convert 'fp_glVertexStream4iATI' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexStream4iATI:@convention(c) (GL.Enum, GL.Int, GL.Int, GL.Int, GL.Int) -> () = load_glVertexStream4iATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51800:5: note: annotate 'fp_glVertexStream4iATI' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexStream4iATI:@convention(c) (GL.Enum, GL.Int, GL.Int, GL.Int, GL.Int) -> () = load_glVertexStream4iATI
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51800:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexStream4iATI:@convention(c) (GL.Enum, GL.Int, GL.Int, GL.Int, GL.Int) -> () = load_glVertexStream4iATI
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51817:5: warning: var 'fp_glVertexStream4ivATI' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexStream4ivATI:@convention(c) (GL.Enum, UnsafePointer<GL.Int>?) -> () = load_glVertexStream4ivATI
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51817:5: note: convert 'fp_glVertexStream4ivATI' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexStream4ivATI:@convention(c) (GL.Enum, UnsafePointer<GL.Int>?) -> () = load_glVertexStream4ivATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51817:5: note: annotate 'fp_glVertexStream4ivATI' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexStream4ivATI:@convention(c) (GL.Enum, UnsafePointer<GL.Int>?) -> () = load_glVertexStream4ivATI
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51817:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexStream4ivATI:@convention(c) (GL.Enum, UnsafePointer<GL.Int>?) -> () = load_glVertexStream4ivATI
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51834:5: warning: var 'fp_glVertexStream4sATI' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexStream4sATI:@convention(c) (GL.Enum, GL.Short, GL.Short, GL.Short, GL.Short) -> () = load_glVertexStream4sATI
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51834:5: note: convert 'fp_glVertexStream4sATI' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexStream4sATI:@convention(c) (GL.Enum, GL.Short, GL.Short, GL.Short, GL.Short) -> () = load_glVertexStream4sATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51834:5: note: annotate 'fp_glVertexStream4sATI' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexStream4sATI:@convention(c) (GL.Enum, GL.Short, GL.Short, GL.Short, GL.Short) -> () = load_glVertexStream4sATI
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51834:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexStream4sATI:@convention(c) (GL.Enum, GL.Short, GL.Short, GL.Short, GL.Short) -> () = load_glVertexStream4sATI
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51851:5: warning: var 'fp_glVertexStream4svATI' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexStream4svATI:@convention(c) (GL.Enum, UnsafePointer<GL.Short>?) -> () = load_glVertexStream4svATI
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51851:5: note: convert 'fp_glVertexStream4svATI' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexStream4svATI:@convention(c) (GL.Enum, UnsafePointer<GL.Short>?) -> () = load_glVertexStream4svATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51851:5: note: annotate 'fp_glVertexStream4svATI' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexStream4svATI:@convention(c) (GL.Enum, UnsafePointer<GL.Short>?) -> () = load_glVertexStream4svATI
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51851:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexStream4svATI:@convention(c) (GL.Enum, UnsafePointer<GL.Short>?) -> () = load_glVertexStream4svATI
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51868:5: warning: var 'fp_glVertexWeightPointerEXT' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexWeightPointerEXT:@convention(c) (GL.Int, GL.Enum, GL.Size, UnsafeRawPointer?) -> () = load_glVertexWeightPointerEXT
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51868:5: note: convert 'fp_glVertexWeightPointerEXT' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexWeightPointerEXT:@convention(c) (GL.Int, GL.Enum, GL.Size, UnsafeRawPointer?) -> () = load_glVertexWeightPointerEXT
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51868:5: note: annotate 'fp_glVertexWeightPointerEXT' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexWeightPointerEXT:@convention(c) (GL.Int, GL.Enum, GL.Size, UnsafeRawPointer?) -> () = load_glVertexWeightPointerEXT
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51868:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexWeightPointerEXT:@convention(c) (GL.Int, GL.Enum, GL.Size, UnsafeRawPointer?) -> () = load_glVertexWeightPointerEXT
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51885:5: warning: var 'fp_glVertexWeightfEXT' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexWeightfEXT:@convention(c) (GL.Float) -> () = load_glVertexWeightfEXT
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51885:5: note: convert 'fp_glVertexWeightfEXT' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexWeightfEXT:@convention(c) (GL.Float) -> () = load_glVertexWeightfEXT
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51885:5: note: annotate 'fp_glVertexWeightfEXT' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexWeightfEXT:@convention(c) (GL.Float) -> () = load_glVertexWeightfEXT
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51885:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexWeightfEXT:@convention(c) (GL.Float) -> () = load_glVertexWeightfEXT
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51902:5: warning: var 'fp_glVertexWeightfvEXT' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexWeightfvEXT:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glVertexWeightfvEXT
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51902:5: note: convert 'fp_glVertexWeightfvEXT' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexWeightfvEXT:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glVertexWeightfvEXT
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51902:5: note: annotate 'fp_glVertexWeightfvEXT' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexWeightfvEXT:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glVertexWeightfvEXT
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51902:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexWeightfvEXT:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glVertexWeightfvEXT
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51919:5: warning: var 'fp_glVertexWeighthNV' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexWeighthNV:@convention(c) (GL.HalfNV) -> () = load_glVertexWeighthNV
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51919:5: note: convert 'fp_glVertexWeighthNV' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexWeighthNV:@convention(c) (GL.HalfNV) -> () = load_glVertexWeighthNV
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51919:5: note: annotate 'fp_glVertexWeighthNV' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexWeighthNV:@convention(c) (GL.HalfNV) -> () = load_glVertexWeighthNV
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51919:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexWeighthNV:@convention(c) (GL.HalfNV) -> () = load_glVertexWeighthNV
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51936:5: warning: var 'fp_glVertexWeighthvNV' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexWeighthvNV:@convention(c) (UnsafePointer<GL.HalfNV>?) -> () = load_glVertexWeighthvNV
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51936:5: note: convert 'fp_glVertexWeighthvNV' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexWeighthvNV:@convention(c) (UnsafePointer<GL.HalfNV>?) -> () = load_glVertexWeighthvNV
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51936:5: note: annotate 'fp_glVertexWeighthvNV' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexWeighthvNV:@convention(c) (UnsafePointer<GL.HalfNV>?) -> () = load_glVertexWeighthvNV
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51936:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexWeighthvNV:@convention(c) (UnsafePointer<GL.HalfNV>?) -> () = load_glVertexWeighthvNV
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51953:5: warning: var 'fp_glVideoCaptureNV' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVideoCaptureNV:@convention(c) (GL.UInt, UnsafeMutablePointer<GL.UInt>?, UnsafeMutablePointer<GL.UInt64EXT>?) -> GL.Enum = load_glVideoCaptureNV
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51953:5: note: convert 'fp_glVideoCaptureNV' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVideoCaptureNV:@convention(c) (GL.UInt, UnsafeMutablePointer<GL.UInt>?, UnsafeMutablePointer<GL.UInt64EXT>?) -> GL.Enum = load_glVideoCaptureNV
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51953:5: note: annotate 'fp_glVideoCaptureNV' with '@MainActor' if property should only be accessed from the main actor
var fp_glVideoCaptureNV:@convention(c) (GL.UInt, UnsafeMutablePointer<GL.UInt>?, UnsafeMutablePointer<GL.UInt64EXT>?) -> GL.Enum = load_glVideoCaptureNV
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51953:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVideoCaptureNV:@convention(c) (GL.UInt, UnsafeMutablePointer<GL.UInt>?, UnsafeMutablePointer<GL.UInt64EXT>?) -> GL.Enum = load_glVideoCaptureNV
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51970:5: warning: var 'fp_glVideoCaptureStreamParameterdvNV' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVideoCaptureStreamParameterdvNV:@convention(c) (GL.UInt, GL.UInt, GL.Enum, UnsafePointer<GL.Double>?) -> () = load_glVideoCaptureStreamParameterdvNV
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51970:5: note: convert 'fp_glVideoCaptureStreamParameterdvNV' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVideoCaptureStreamParameterdvNV:@convention(c) (GL.UInt, GL.UInt, GL.Enum, UnsafePointer<GL.Double>?) -> () = load_glVideoCaptureStreamParameterdvNV
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51970:5: note: annotate 'fp_glVideoCaptureStreamParameterdvNV' with '@MainActor' if property should only be accessed from the main actor
var fp_glVideoCaptureStreamParameterdvNV:@convention(c) (GL.UInt, GL.UInt, GL.Enum, UnsafePointer<GL.Double>?) -> () = load_glVideoCaptureStreamParameterdvNV
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51970:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVideoCaptureStreamParameterdvNV:@convention(c) (GL.UInt, GL.UInt, GL.Enum, UnsafePointer<GL.Double>?) -> () = load_glVideoCaptureStreamParameterdvNV
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51987:5: warning: var 'fp_glVideoCaptureStreamParameterfvNV' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVideoCaptureStreamParameterfvNV:@convention(c) (GL.UInt, GL.UInt, GL.Enum, UnsafePointer<GL.Float>?) -> () = load_glVideoCaptureStreamParameterfvNV
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51987:5: note: convert 'fp_glVideoCaptureStreamParameterfvNV' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVideoCaptureStreamParameterfvNV:@convention(c) (GL.UInt, GL.UInt, GL.Enum, UnsafePointer<GL.Float>?) -> () = load_glVideoCaptureStreamParameterfvNV
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51987:5: note: annotate 'fp_glVideoCaptureStreamParameterfvNV' with '@MainActor' if property should only be accessed from the main actor
var fp_glVideoCaptureStreamParameterfvNV:@convention(c) (GL.UInt, GL.UInt, GL.Enum, UnsafePointer<GL.Float>?) -> () = load_glVideoCaptureStreamParameterfvNV
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51987:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVideoCaptureStreamParameterfvNV:@convention(c) (GL.UInt, GL.UInt, GL.Enum, UnsafePointer<GL.Float>?) -> () = load_glVideoCaptureStreamParameterfvNV
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52004:5: warning: var 'fp_glVideoCaptureStreamParameterivNV' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVideoCaptureStreamParameterivNV:@convention(c) (GL.UInt, GL.UInt, GL.Enum, UnsafePointer<GL.Int>?) -> () = load_glVideoCaptureStreamParameterivNV
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52004:5: note: convert 'fp_glVideoCaptureStreamParameterivNV' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVideoCaptureStreamParameterivNV:@convention(c) (GL.UInt, GL.UInt, GL.Enum, UnsafePointer<GL.Int>?) -> () = load_glVideoCaptureStreamParameterivNV
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52004:5: note: annotate 'fp_glVideoCaptureStreamParameterivNV' with '@MainActor' if property should only be accessed from the main actor
var fp_glVideoCaptureStreamParameterivNV:@convention(c) (GL.UInt, GL.UInt, GL.Enum, UnsafePointer<GL.Int>?) -> () = load_glVideoCaptureStreamParameterivNV
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52004:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVideoCaptureStreamParameterivNV:@convention(c) (GL.UInt, GL.UInt, GL.Enum, UnsafePointer<GL.Int>?) -> () = load_glVideoCaptureStreamParameterivNV
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52021:5: warning: var 'fp_glViewport' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glViewport:@convention(c) (GL.Int, GL.Int, GL.Size, GL.Size) -> () = load_glViewport
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52021:5: note: convert 'fp_glViewport' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glViewport:@convention(c) (GL.Int, GL.Int, GL.Size, GL.Size) -> () = load_glViewport
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52021:5: note: annotate 'fp_glViewport' with '@MainActor' if property should only be accessed from the main actor
var fp_glViewport:@convention(c) (GL.Int, GL.Int, GL.Size, GL.Size) -> () = load_glViewport
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52021:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glViewport:@convention(c) (GL.Int, GL.Int, GL.Size, GL.Size) -> () = load_glViewport
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52038:5: warning: var 'fp_glViewportArrayv' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glViewportArrayv:@convention(c) (GL.UInt, GL.Size, UnsafePointer<GL.Float>?) -> () = load_glViewportArrayv
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52038:5: note: convert 'fp_glViewportArrayv' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glViewportArrayv:@convention(c) (GL.UInt, GL.Size, UnsafePointer<GL.Float>?) -> () = load_glViewportArrayv
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52038:5: note: annotate 'fp_glViewportArrayv' with '@MainActor' if property should only be accessed from the main actor
var fp_glViewportArrayv:@convention(c) (GL.UInt, GL.Size, UnsafePointer<GL.Float>?) -> () = load_glViewportArrayv
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52038:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glViewportArrayv:@convention(c) (GL.UInt, GL.Size, UnsafePointer<GL.Float>?) -> () = load_glViewportArrayv
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52055:5: warning: var 'fp_glViewportArrayvNV' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glViewportArrayvNV:@convention(c) (GL.UInt, GL.Size, UnsafePointer<GL.Float>?) -> () = load_glViewportArrayvNV
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52055:5: note: convert 'fp_glViewportArrayvNV' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glViewportArrayvNV:@convention(c) (GL.UInt, GL.Size, UnsafePointer<GL.Float>?) -> () = load_glViewportArrayvNV
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52055:5: note: annotate 'fp_glViewportArrayvNV' with '@MainActor' if property should only be accessed from the main actor
var fp_glViewportArrayvNV:@convention(c) (GL.UInt, GL.Size, UnsafePointer<GL.Float>?) -> () = load_glViewportArrayvNV
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52055:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glViewportArrayvNV:@convention(c) (GL.UInt, GL.Size, UnsafePointer<GL.Float>?) -> () = load_glViewportArrayvNV
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52072:5: warning: var 'fp_glViewportIndexedf' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glViewportIndexedf:@convention(c) (GL.UInt, GL.Float, GL.Float, GL.Float, GL.Float) -> () = load_glViewportIndexedf
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52072:5: note: convert 'fp_glViewportIndexedf' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glViewportIndexedf:@convention(c) (GL.UInt, GL.Float, GL.Float, GL.Float, GL.Float) -> () = load_glViewportIndexedf
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52072:5: note: annotate 'fp_glViewportIndexedf' with '@MainActor' if property should only be accessed from the main actor
var fp_glViewportIndexedf:@convention(c) (GL.UInt, GL.Float, GL.Float, GL.Float, GL.Float) -> () = load_glViewportIndexedf
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52072:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glViewportIndexedf:@convention(c) (GL.UInt, GL.Float, GL.Float, GL.Float, GL.Float) -> () = load_glViewportIndexedf
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52089:5: warning: var 'fp_glViewportIndexedfNV' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glViewportIndexedfNV:@convention(c) (GL.UInt, GL.Float, GL.Float, GL.Float, GL.Float) -> () = load_glViewportIndexedfNV
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52089:5: note: convert 'fp_glViewportIndexedfNV' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glViewportIndexedfNV:@convention(c) (GL.UInt, GL.Float, GL.Float, GL.Float, GL.Float) -> () = load_glViewportIndexedfNV
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52089:5: note: annotate 'fp_glViewportIndexedfNV' with '@MainActor' if property should only be accessed from the main actor
var fp_glViewportIndexedfNV:@convention(c) (GL.UInt, GL.Float, GL.Float, GL.Float, GL.Float) -> () = load_glViewportIndexedfNV
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52089:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glViewportIndexedfNV:@convention(c) (GL.UInt, GL.Float, GL.Float, GL.Float, GL.Float) -> () = load_glViewportIndexedfNV
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52106:5: warning: var 'fp_glViewportIndexedfv' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glViewportIndexedfv:@convention(c) (GL.UInt, UnsafePointer<GL.Float>?) -> () = load_glViewportIndexedfv
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52106:5: note: convert 'fp_glViewportIndexedfv' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glViewportIndexedfv:@convention(c) (GL.UInt, UnsafePointer<GL.Float>?) -> () = load_glViewportIndexedfv
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52106:5: note: annotate 'fp_glViewportIndexedfv' with '@MainActor' if property should only be accessed from the main actor
var fp_glViewportIndexedfv:@convention(c) (GL.UInt, UnsafePointer<GL.Float>?) -> () = load_glViewportIndexedfv
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52106:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glViewportIndexedfv:@convention(c) (GL.UInt, UnsafePointer<GL.Float>?) -> () = load_glViewportIndexedfv
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52123:5: warning: var 'fp_glViewportIndexedfvNV' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glViewportIndexedfvNV:@convention(c) (GL.UInt, UnsafePointer<GL.Float>?) -> () = load_glViewportIndexedfvNV
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52123:5: note: convert 'fp_glViewportIndexedfvNV' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glViewportIndexedfvNV:@convention(c) (GL.UInt, UnsafePointer<GL.Float>?) -> () = load_glViewportIndexedfvNV
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52123:5: note: annotate 'fp_glViewportIndexedfvNV' with '@MainActor' if property should only be accessed from the main actor
var fp_glViewportIndexedfvNV:@convention(c) (GL.UInt, UnsafePointer<GL.Float>?) -> () = load_glViewportIndexedfvNV
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52123:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glViewportIndexedfvNV:@convention(c) (GL.UInt, UnsafePointer<GL.Float>?) -> () = load_glViewportIndexedfvNV
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52140:5: warning: var 'fp_glWaitSync' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWaitSync:@convention(c) (GL.Sync, GL.Bitfield, GL.UInt64) -> () = load_glWaitSync
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52140:5: note: convert 'fp_glWaitSync' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWaitSync:@convention(c) (GL.Sync, GL.Bitfield, GL.UInt64) -> () = load_glWaitSync
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52140:5: note: annotate 'fp_glWaitSync' with '@MainActor' if property should only be accessed from the main actor
var fp_glWaitSync:@convention(c) (GL.Sync, GL.Bitfield, GL.UInt64) -> () = load_glWaitSync
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52140:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWaitSync:@convention(c) (GL.Sync, GL.Bitfield, GL.UInt64) -> () = load_glWaitSync
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52157:5: warning: var 'fp_glWaitSyncAPPLE' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWaitSyncAPPLE:@convention(c) (GL.Sync, GL.Bitfield, GL.UInt64) -> () = load_glWaitSyncAPPLE
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52157:5: note: convert 'fp_glWaitSyncAPPLE' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWaitSyncAPPLE:@convention(c) (GL.Sync, GL.Bitfield, GL.UInt64) -> () = load_glWaitSyncAPPLE
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52157:5: note: annotate 'fp_glWaitSyncAPPLE' with '@MainActor' if property should only be accessed from the main actor
var fp_glWaitSyncAPPLE:@convention(c) (GL.Sync, GL.Bitfield, GL.UInt64) -> () = load_glWaitSyncAPPLE
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52157:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWaitSyncAPPLE:@convention(c) (GL.Sync, GL.Bitfield, GL.UInt64) -> () = load_glWaitSyncAPPLE
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52174:5: warning: var 'fp_glWeightPathsNV' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWeightPathsNV:@convention(c) (GL.UInt, GL.Size, UnsafePointer<GL.UInt>?, UnsafePointer<GL.Float>?) -> () = load_glWeightPathsNV
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52174:5: note: convert 'fp_glWeightPathsNV' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWeightPathsNV:@convention(c) (GL.UInt, GL.Size, UnsafePointer<GL.UInt>?, UnsafePointer<GL.Float>?) -> () = load_glWeightPathsNV
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52174:5: note: annotate 'fp_glWeightPathsNV' with '@MainActor' if property should only be accessed from the main actor
var fp_glWeightPathsNV:@convention(c) (GL.UInt, GL.Size, UnsafePointer<GL.UInt>?, UnsafePointer<GL.Float>?) -> () = load_glWeightPathsNV
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52174:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWeightPathsNV:@convention(c) (GL.UInt, GL.Size, UnsafePointer<GL.UInt>?, UnsafePointer<GL.Float>?) -> () = load_glWeightPathsNV
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52191:5: warning: var 'fp_glWeightPointerARB' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWeightPointerARB:@convention(c) (GL.Int, GL.Enum, GL.Size, UnsafeRawPointer?) -> () = load_glWeightPointerARB
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52191:5: note: convert 'fp_glWeightPointerARB' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWeightPointerARB:@convention(c) (GL.Int, GL.Enum, GL.Size, UnsafeRawPointer?) -> () = load_glWeightPointerARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52191:5: note: annotate 'fp_glWeightPointerARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWeightPointerARB:@convention(c) (GL.Int, GL.Enum, GL.Size, UnsafeRawPointer?) -> () = load_glWeightPointerARB
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52191:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWeightPointerARB:@convention(c) (GL.Int, GL.Enum, GL.Size, UnsafeRawPointer?) -> () = load_glWeightPointerARB
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52208:5: warning: var 'fp_glWeightPointerOES' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWeightPointerOES:@convention(c) (GL.Int, GL.Enum, GL.Size, UnsafeRawPointer?) -> () = load_glWeightPointerOES
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52208:5: note: convert 'fp_glWeightPointerOES' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWeightPointerOES:@convention(c) (GL.Int, GL.Enum, GL.Size, UnsafeRawPointer?) -> () = load_glWeightPointerOES
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52208:5: note: annotate 'fp_glWeightPointerOES' with '@MainActor' if property should only be accessed from the main actor
var fp_glWeightPointerOES:@convention(c) (GL.Int, GL.Enum, GL.Size, UnsafeRawPointer?) -> () = load_glWeightPointerOES
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52208:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWeightPointerOES:@convention(c) (GL.Int, GL.Enum, GL.Size, UnsafeRawPointer?) -> () = load_glWeightPointerOES
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52225:5: warning: var 'fp_glWeightbvARB' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWeightbvARB:@convention(c) (GL.Int, UnsafePointer<GL.Byte>?) -> () = load_glWeightbvARB
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52225:5: note: convert 'fp_glWeightbvARB' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWeightbvARB:@convention(c) (GL.Int, UnsafePointer<GL.Byte>?) -> () = load_glWeightbvARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52225:5: note: annotate 'fp_glWeightbvARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWeightbvARB:@convention(c) (GL.Int, UnsafePointer<GL.Byte>?) -> () = load_glWeightbvARB
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52225:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWeightbvARB:@convention(c) (GL.Int, UnsafePointer<GL.Byte>?) -> () = load_glWeightbvARB
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52242:5: warning: var 'fp_glWeightdvARB' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWeightdvARB:@convention(c) (GL.Int, UnsafePointer<GL.Double>?) -> () = load_glWeightdvARB
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52242:5: note: convert 'fp_glWeightdvARB' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWeightdvARB:@convention(c) (GL.Int, UnsafePointer<GL.Double>?) -> () = load_glWeightdvARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52242:5: note: annotate 'fp_glWeightdvARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWeightdvARB:@convention(c) (GL.Int, UnsafePointer<GL.Double>?) -> () = load_glWeightdvARB
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52242:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWeightdvARB:@convention(c) (GL.Int, UnsafePointer<GL.Double>?) -> () = load_glWeightdvARB
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52259:5: warning: var 'fp_glWeightfvARB' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWeightfvARB:@convention(c) (GL.Int, UnsafePointer<GL.Float>?) -> () = load_glWeightfvARB
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52259:5: note: convert 'fp_glWeightfvARB' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWeightfvARB:@convention(c) (GL.Int, UnsafePointer<GL.Float>?) -> () = load_glWeightfvARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52259:5: note: annotate 'fp_glWeightfvARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWeightfvARB:@convention(c) (GL.Int, UnsafePointer<GL.Float>?) -> () = load_glWeightfvARB
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52259:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWeightfvARB:@convention(c) (GL.Int, UnsafePointer<GL.Float>?) -> () = load_glWeightfvARB
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52276:5: warning: var 'fp_glWeightivARB' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWeightivARB:@convention(c) (GL.Int, UnsafePointer<GL.Int>?) -> () = load_glWeightivARB
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52276:5: note: convert 'fp_glWeightivARB' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWeightivARB:@convention(c) (GL.Int, UnsafePointer<GL.Int>?) -> () = load_glWeightivARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52276:5: note: annotate 'fp_glWeightivARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWeightivARB:@convention(c) (GL.Int, UnsafePointer<GL.Int>?) -> () = load_glWeightivARB
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52276:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWeightivARB:@convention(c) (GL.Int, UnsafePointer<GL.Int>?) -> () = load_glWeightivARB
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52293:5: warning: var 'fp_glWeightsvARB' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWeightsvARB:@convention(c) (GL.Int, UnsafePointer<GL.Short>?) -> () = load_glWeightsvARB
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52293:5: note: convert 'fp_glWeightsvARB' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWeightsvARB:@convention(c) (GL.Int, UnsafePointer<GL.Short>?) -> () = load_glWeightsvARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52293:5: note: annotate 'fp_glWeightsvARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWeightsvARB:@convention(c) (GL.Int, UnsafePointer<GL.Short>?) -> () = load_glWeightsvARB
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52293:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWeightsvARB:@convention(c) (GL.Int, UnsafePointer<GL.Short>?) -> () = load_glWeightsvARB
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52310:5: warning: var 'fp_glWeightubvARB' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWeightubvARB:@convention(c) (GL.Int, UnsafePointer<GL.UByte>?) -> () = load_glWeightubvARB
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52310:5: note: convert 'fp_glWeightubvARB' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWeightubvARB:@convention(c) (GL.Int, UnsafePointer<GL.UByte>?) -> () = load_glWeightubvARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52310:5: note: annotate 'fp_glWeightubvARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWeightubvARB:@convention(c) (GL.Int, UnsafePointer<GL.UByte>?) -> () = load_glWeightubvARB
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52310:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWeightubvARB:@convention(c) (GL.Int, UnsafePointer<GL.UByte>?) -> () = load_glWeightubvARB
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52327:5: warning: var 'fp_glWeightuivARB' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWeightuivARB:@convention(c) (GL.Int, UnsafePointer<GL.UInt>?) -> () = load_glWeightuivARB
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52327:5: note: convert 'fp_glWeightuivARB' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWeightuivARB:@convention(c) (GL.Int, UnsafePointer<GL.UInt>?) -> () = load_glWeightuivARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52327:5: note: annotate 'fp_glWeightuivARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWeightuivARB:@convention(c) (GL.Int, UnsafePointer<GL.UInt>?) -> () = load_glWeightuivARB
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52327:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWeightuivARB:@convention(c) (GL.Int, UnsafePointer<GL.UInt>?) -> () = load_glWeightuivARB
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52344:5: warning: var 'fp_glWeightusvARB' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWeightusvARB:@convention(c) (GL.Int, UnsafePointer<GL.UShort>?) -> () = load_glWeightusvARB
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52344:5: note: convert 'fp_glWeightusvARB' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWeightusvARB:@convention(c) (GL.Int, UnsafePointer<GL.UShort>?) -> () = load_glWeightusvARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52344:5: note: annotate 'fp_glWeightusvARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWeightusvARB:@convention(c) (GL.Int, UnsafePointer<GL.UShort>?) -> () = load_glWeightusvARB
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52344:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWeightusvARB:@convention(c) (GL.Int, UnsafePointer<GL.UShort>?) -> () = load_glWeightusvARB
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52361:5: warning: var 'fp_glWindowPos2d' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos2d:@convention(c) (GL.Double, GL.Double) -> () = load_glWindowPos2d
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52361:5: note: convert 'fp_glWindowPos2d' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos2d:@convention(c) (GL.Double, GL.Double) -> () = load_glWindowPos2d
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52361:5: note: annotate 'fp_glWindowPos2d' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2d:@convention(c) (GL.Double, GL.Double) -> () = load_glWindowPos2d
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52361:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos2d:@convention(c) (GL.Double, GL.Double) -> () = load_glWindowPos2d
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52378:5: warning: var 'fp_glWindowPos2dARB' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos2dARB:@convention(c) (GL.Double, GL.Double) -> () = load_glWindowPos2dARB
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52378:5: note: convert 'fp_glWindowPos2dARB' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos2dARB:@convention(c) (GL.Double, GL.Double) -> () = load_glWindowPos2dARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52378:5: note: annotate 'fp_glWindowPos2dARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2dARB:@convention(c) (GL.Double, GL.Double) -> () = load_glWindowPos2dARB
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52378:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos2dARB:@convention(c) (GL.Double, GL.Double) -> () = load_glWindowPos2dARB
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52395:5: warning: var 'fp_glWindowPos2dMESA' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos2dMESA:@convention(c) (GL.Double, GL.Double) -> () = load_glWindowPos2dMESA
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52395:5: note: convert 'fp_glWindowPos2dMESA' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos2dMESA:@convention(c) (GL.Double, GL.Double) -> () = load_glWindowPos2dMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52395:5: note: annotate 'fp_glWindowPos2dMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2dMESA:@convention(c) (GL.Double, GL.Double) -> () = load_glWindowPos2dMESA
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52395:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos2dMESA:@convention(c) (GL.Double, GL.Double) -> () = load_glWindowPos2dMESA
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52412:5: warning: var 'fp_glWindowPos2dv' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos2dv:@convention(c) (UnsafePointer<GL.Double>?) -> () = load_glWindowPos2dv
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52412:5: note: convert 'fp_glWindowPos2dv' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos2dv:@convention(c) (UnsafePointer<GL.Double>?) -> () = load_glWindowPos2dv
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52412:5: note: annotate 'fp_glWindowPos2dv' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2dv:@convention(c) (UnsafePointer<GL.Double>?) -> () = load_glWindowPos2dv
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52412:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos2dv:@convention(c) (UnsafePointer<GL.Double>?) -> () = load_glWindowPos2dv
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52429:5: warning: var 'fp_glWindowPos2dvARB' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos2dvARB:@convention(c) (UnsafePointer<GL.Double>?) -> () = load_glWindowPos2dvARB
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52429:5: note: convert 'fp_glWindowPos2dvARB' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos2dvARB:@convention(c) (UnsafePointer<GL.Double>?) -> () = load_glWindowPos2dvARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52429:5: note: annotate 'fp_glWindowPos2dvARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2dvARB:@convention(c) (UnsafePointer<GL.Double>?) -> () = load_glWindowPos2dvARB
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52429:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos2dvARB:@convention(c) (UnsafePointer<GL.Double>?) -> () = load_glWindowPos2dvARB
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52446:5: warning: var 'fp_glWindowPos2dvMESA' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos2dvMESA:@convention(c) (UnsafePointer<GL.Double>?) -> () = load_glWindowPos2dvMESA
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52446:5: note: convert 'fp_glWindowPos2dvMESA' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos2dvMESA:@convention(c) (UnsafePointer<GL.Double>?) -> () = load_glWindowPos2dvMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52446:5: note: annotate 'fp_glWindowPos2dvMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2dvMESA:@convention(c) (UnsafePointer<GL.Double>?) -> () = load_glWindowPos2dvMESA
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52446:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos2dvMESA:@convention(c) (UnsafePointer<GL.Double>?) -> () = load_glWindowPos2dvMESA
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52463:5: warning: var 'fp_glWindowPos2f' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos2f:@convention(c) (GL.Float, GL.Float) -> () = load_glWindowPos2f
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52463:5: note: convert 'fp_glWindowPos2f' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos2f:@convention(c) (GL.Float, GL.Float) -> () = load_glWindowPos2f
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52463:5: note: annotate 'fp_glWindowPos2f' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2f:@convention(c) (GL.Float, GL.Float) -> () = load_glWindowPos2f
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52463:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos2f:@convention(c) (GL.Float, GL.Float) -> () = load_glWindowPos2f
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52480:5: warning: var 'fp_glWindowPos2fARB' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos2fARB:@convention(c) (GL.Float, GL.Float) -> () = load_glWindowPos2fARB
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52480:5: note: convert 'fp_glWindowPos2fARB' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos2fARB:@convention(c) (GL.Float, GL.Float) -> () = load_glWindowPos2fARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52480:5: note: annotate 'fp_glWindowPos2fARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2fARB:@convention(c) (GL.Float, GL.Float) -> () = load_glWindowPos2fARB
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52480:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos2fARB:@convention(c) (GL.Float, GL.Float) -> () = load_glWindowPos2fARB
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52497:5: warning: var 'fp_glWindowPos2fMESA' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos2fMESA:@convention(c) (GL.Float, GL.Float) -> () = load_glWindowPos2fMESA
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52497:5: note: convert 'fp_glWindowPos2fMESA' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos2fMESA:@convention(c) (GL.Float, GL.Float) -> () = load_glWindowPos2fMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52497:5: note: annotate 'fp_glWindowPos2fMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2fMESA:@convention(c) (GL.Float, GL.Float) -> () = load_glWindowPos2fMESA
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52497:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos2fMESA:@convention(c) (GL.Float, GL.Float) -> () = load_glWindowPos2fMESA
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52514:5: warning: var 'fp_glWindowPos2fv' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos2fv:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glWindowPos2fv
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52514:5: note: convert 'fp_glWindowPos2fv' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos2fv:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glWindowPos2fv
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52514:5: note: annotate 'fp_glWindowPos2fv' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2fv:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glWindowPos2fv
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52514:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos2fv:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glWindowPos2fv
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52531:5: warning: var 'fp_glWindowPos2fvARB' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos2fvARB:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glWindowPos2fvARB
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52531:5: note: convert 'fp_glWindowPos2fvARB' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos2fvARB:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glWindowPos2fvARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52531:5: note: annotate 'fp_glWindowPos2fvARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2fvARB:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glWindowPos2fvARB
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52531:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos2fvARB:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glWindowPos2fvARB
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52548:5: warning: var 'fp_glWindowPos2fvMESA' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos2fvMESA:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glWindowPos2fvMESA
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52548:5: note: convert 'fp_glWindowPos2fvMESA' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos2fvMESA:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glWindowPos2fvMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52548:5: note: annotate 'fp_glWindowPos2fvMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2fvMESA:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glWindowPos2fvMESA
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52548:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos2fvMESA:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glWindowPos2fvMESA
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52565:5: warning: var 'fp_glWindowPos2i' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos2i:@convention(c) (GL.Int, GL.Int) -> () = load_glWindowPos2i
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52565:5: note: convert 'fp_glWindowPos2i' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos2i:@convention(c) (GL.Int, GL.Int) -> () = load_glWindowPos2i
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52565:5: note: annotate 'fp_glWindowPos2i' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2i:@convention(c) (GL.Int, GL.Int) -> () = load_glWindowPos2i
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52565:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos2i:@convention(c) (GL.Int, GL.Int) -> () = load_glWindowPos2i
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52582:5: warning: var 'fp_glWindowPos2iARB' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos2iARB:@convention(c) (GL.Int, GL.Int) -> () = load_glWindowPos2iARB
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52582:5: note: convert 'fp_glWindowPos2iARB' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos2iARB:@convention(c) (GL.Int, GL.Int) -> () = load_glWindowPos2iARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52582:5: note: annotate 'fp_glWindowPos2iARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2iARB:@convention(c) (GL.Int, GL.Int) -> () = load_glWindowPos2iARB
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52582:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos2iARB:@convention(c) (GL.Int, GL.Int) -> () = load_glWindowPos2iARB
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52599:5: warning: var 'fp_glWindowPos2iMESA' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos2iMESA:@convention(c) (GL.Int, GL.Int) -> () = load_glWindowPos2iMESA
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52599:5: note: convert 'fp_glWindowPos2iMESA' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos2iMESA:@convention(c) (GL.Int, GL.Int) -> () = load_glWindowPos2iMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52599:5: note: annotate 'fp_glWindowPos2iMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2iMESA:@convention(c) (GL.Int, GL.Int) -> () = load_glWindowPos2iMESA
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52599:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos2iMESA:@convention(c) (GL.Int, GL.Int) -> () = load_glWindowPos2iMESA
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52616:5: warning: var 'fp_glWindowPos2iv' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos2iv:@convention(c) (UnsafePointer<GL.Int>?) -> () = load_glWindowPos2iv
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52616:5: note: convert 'fp_glWindowPos2iv' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos2iv:@convention(c) (UnsafePointer<GL.Int>?) -> () = load_glWindowPos2iv
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52616:5: note: annotate 'fp_glWindowPos2iv' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2iv:@convention(c) (UnsafePointer<GL.Int>?) -> () = load_glWindowPos2iv
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52616:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos2iv:@convention(c) (UnsafePointer<GL.Int>?) -> () = load_glWindowPos2iv
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52633:5: warning: var 'fp_glWindowPos2ivARB' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos2ivARB:@convention(c) (UnsafePointer<GL.Int>?) -> () = load_glWindowPos2ivARB
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52633:5: note: convert 'fp_glWindowPos2ivARB' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos2ivARB:@convention(c) (UnsafePointer<GL.Int>?) -> () = load_glWindowPos2ivARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52633:5: note: annotate 'fp_glWindowPos2ivARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2ivARB:@convention(c) (UnsafePointer<GL.Int>?) -> () = load_glWindowPos2ivARB
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52633:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos2ivARB:@convention(c) (UnsafePointer<GL.Int>?) -> () = load_glWindowPos2ivARB
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52650:5: warning: var 'fp_glWindowPos2ivMESA' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos2ivMESA:@convention(c) (UnsafePointer<GL.Int>?) -> () = load_glWindowPos2ivMESA
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52650:5: note: convert 'fp_glWindowPos2ivMESA' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos2ivMESA:@convention(c) (UnsafePointer<GL.Int>?) -> () = load_glWindowPos2ivMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52650:5: note: annotate 'fp_glWindowPos2ivMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2ivMESA:@convention(c) (UnsafePointer<GL.Int>?) -> () = load_glWindowPos2ivMESA
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52650:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos2ivMESA:@convention(c) (UnsafePointer<GL.Int>?) -> () = load_glWindowPos2ivMESA
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52667:5: warning: var 'fp_glWindowPos2s' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos2s:@convention(c) (GL.Short, GL.Short) -> () = load_glWindowPos2s
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52667:5: note: convert 'fp_glWindowPos2s' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos2s:@convention(c) (GL.Short, GL.Short) -> () = load_glWindowPos2s
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52667:5: note: annotate 'fp_glWindowPos2s' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2s:@convention(c) (GL.Short, GL.Short) -> () = load_glWindowPos2s
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52667:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos2s:@convention(c) (GL.Short, GL.Short) -> () = load_glWindowPos2s
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52684:5: warning: var 'fp_glWindowPos2sARB' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos2sARB:@convention(c) (GL.Short, GL.Short) -> () = load_glWindowPos2sARB
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52684:5: note: convert 'fp_glWindowPos2sARB' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos2sARB:@convention(c) (GL.Short, GL.Short) -> () = load_glWindowPos2sARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52684:5: note: annotate 'fp_glWindowPos2sARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2sARB:@convention(c) (GL.Short, GL.Short) -> () = load_glWindowPos2sARB
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52684:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos2sARB:@convention(c) (GL.Short, GL.Short) -> () = load_glWindowPos2sARB
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52701:5: warning: var 'fp_glWindowPos2sMESA' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos2sMESA:@convention(c) (GL.Short, GL.Short) -> () = load_glWindowPos2sMESA
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52701:5: note: convert 'fp_glWindowPos2sMESA' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos2sMESA:@convention(c) (GL.Short, GL.Short) -> () = load_glWindowPos2sMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52701:5: note: annotate 'fp_glWindowPos2sMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2sMESA:@convention(c) (GL.Short, GL.Short) -> () = load_glWindowPos2sMESA
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52701:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos2sMESA:@convention(c) (GL.Short, GL.Short) -> () = load_glWindowPos2sMESA
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52718:5: warning: var 'fp_glWindowPos2sv' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos2sv:@convention(c) (UnsafePointer<GL.Short>?) -> () = load_glWindowPos2sv
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52718:5: note: convert 'fp_glWindowPos2sv' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos2sv:@convention(c) (UnsafePointer<GL.Short>?) -> () = load_glWindowPos2sv
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52718:5: note: annotate 'fp_glWindowPos2sv' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2sv:@convention(c) (UnsafePointer<GL.Short>?) -> () = load_glWindowPos2sv
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52718:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos2sv:@convention(c) (UnsafePointer<GL.Short>?) -> () = load_glWindowPos2sv
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52735:5: warning: var 'fp_glWindowPos2svARB' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos2svARB:@convention(c) (UnsafePointer<GL.Short>?) -> () = load_glWindowPos2svARB
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52735:5: note: convert 'fp_glWindowPos2svARB' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos2svARB:@convention(c) (UnsafePointer<GL.Short>?) -> () = load_glWindowPos2svARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52735:5: note: annotate 'fp_glWindowPos2svARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2svARB:@convention(c) (UnsafePointer<GL.Short>?) -> () = load_glWindowPos2svARB
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52735:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos2svARB:@convention(c) (UnsafePointer<GL.Short>?) -> () = load_glWindowPos2svARB
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52752:5: warning: var 'fp_glWindowPos2svMESA' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos2svMESA:@convention(c) (UnsafePointer<GL.Short>?) -> () = load_glWindowPos2svMESA
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52752:5: note: convert 'fp_glWindowPos2svMESA' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos2svMESA:@convention(c) (UnsafePointer<GL.Short>?) -> () = load_glWindowPos2svMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52752:5: note: annotate 'fp_glWindowPos2svMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2svMESA:@convention(c) (UnsafePointer<GL.Short>?) -> () = load_glWindowPos2svMESA
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52752:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos2svMESA:@convention(c) (UnsafePointer<GL.Short>?) -> () = load_glWindowPos2svMESA
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52769:5: warning: var 'fp_glWindowPos3d' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos3d:@convention(c) (GL.Double, GL.Double, GL.Double) -> () = load_glWindowPos3d
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52769:5: note: convert 'fp_glWindowPos3d' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos3d:@convention(c) (GL.Double, GL.Double, GL.Double) -> () = load_glWindowPos3d
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52769:5: note: annotate 'fp_glWindowPos3d' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3d:@convention(c) (GL.Double, GL.Double, GL.Double) -> () = load_glWindowPos3d
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52769:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos3d:@convention(c) (GL.Double, GL.Double, GL.Double) -> () = load_glWindowPos3d
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52786:5: warning: var 'fp_glWindowPos3dARB' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos3dARB:@convention(c) (GL.Double, GL.Double, GL.Double) -> () = load_glWindowPos3dARB
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52786:5: note: convert 'fp_glWindowPos3dARB' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos3dARB:@convention(c) (GL.Double, GL.Double, GL.Double) -> () = load_glWindowPos3dARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52786:5: note: annotate 'fp_glWindowPos3dARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3dARB:@convention(c) (GL.Double, GL.Double, GL.Double) -> () = load_glWindowPos3dARB
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52786:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos3dARB:@convention(c) (GL.Double, GL.Double, GL.Double) -> () = load_glWindowPos3dARB
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52803:5: warning: var 'fp_glWindowPos3dMESA' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos3dMESA:@convention(c) (GL.Double, GL.Double, GL.Double) -> () = load_glWindowPos3dMESA
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52803:5: note: convert 'fp_glWindowPos3dMESA' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos3dMESA:@convention(c) (GL.Double, GL.Double, GL.Double) -> () = load_glWindowPos3dMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52803:5: note: annotate 'fp_glWindowPos3dMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3dMESA:@convention(c) (GL.Double, GL.Double, GL.Double) -> () = load_glWindowPos3dMESA
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52803:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos3dMESA:@convention(c) (GL.Double, GL.Double, GL.Double) -> () = load_glWindowPos3dMESA
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52820:5: warning: var 'fp_glWindowPos3dv' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos3dv:@convention(c) (UnsafePointer<GL.Double>?) -> () = load_glWindowPos3dv
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52820:5: note: convert 'fp_glWindowPos3dv' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos3dv:@convention(c) (UnsafePointer<GL.Double>?) -> () = load_glWindowPos3dv
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52820:5: note: annotate 'fp_glWindowPos3dv' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3dv:@convention(c) (UnsafePointer<GL.Double>?) -> () = load_glWindowPos3dv
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52820:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos3dv:@convention(c) (UnsafePointer<GL.Double>?) -> () = load_glWindowPos3dv
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52837:5: warning: var 'fp_glWindowPos3dvARB' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos3dvARB:@convention(c) (UnsafePointer<GL.Double>?) -> () = load_glWindowPos3dvARB
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52837:5: note: convert 'fp_glWindowPos3dvARB' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos3dvARB:@convention(c) (UnsafePointer<GL.Double>?) -> () = load_glWindowPos3dvARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52837:5: note: annotate 'fp_glWindowPos3dvARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3dvARB:@convention(c) (UnsafePointer<GL.Double>?) -> () = load_glWindowPos3dvARB
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52837:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos3dvARB:@convention(c) (UnsafePointer<GL.Double>?) -> () = load_glWindowPos3dvARB
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52854:5: warning: var 'fp_glWindowPos3dvMESA' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos3dvMESA:@convention(c) (UnsafePointer<GL.Double>?) -> () = load_glWindowPos3dvMESA
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52854:5: note: convert 'fp_glWindowPos3dvMESA' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos3dvMESA:@convention(c) (UnsafePointer<GL.Double>?) -> () = load_glWindowPos3dvMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52854:5: note: annotate 'fp_glWindowPos3dvMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3dvMESA:@convention(c) (UnsafePointer<GL.Double>?) -> () = load_glWindowPos3dvMESA
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52854:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos3dvMESA:@convention(c) (UnsafePointer<GL.Double>?) -> () = load_glWindowPos3dvMESA
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52871:5: warning: var 'fp_glWindowPos3f' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos3f:@convention(c) (GL.Float, GL.Float, GL.Float) -> () = load_glWindowPos3f
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52871:5: note: convert 'fp_glWindowPos3f' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos3f:@convention(c) (GL.Float, GL.Float, GL.Float) -> () = load_glWindowPos3f
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52871:5: note: annotate 'fp_glWindowPos3f' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3f:@convention(c) (GL.Float, GL.Float, GL.Float) -> () = load_glWindowPos3f
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52871:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos3f:@convention(c) (GL.Float, GL.Float, GL.Float) -> () = load_glWindowPos3f
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52888:5: warning: var 'fp_glWindowPos3fARB' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos3fARB:@convention(c) (GL.Float, GL.Float, GL.Float) -> () = load_glWindowPos3fARB
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52888:5: note: convert 'fp_glWindowPos3fARB' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos3fARB:@convention(c) (GL.Float, GL.Float, GL.Float) -> () = load_glWindowPos3fARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52888:5: note: annotate 'fp_glWindowPos3fARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3fARB:@convention(c) (GL.Float, GL.Float, GL.Float) -> () = load_glWindowPos3fARB
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52888:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos3fARB:@convention(c) (GL.Float, GL.Float, GL.Float) -> () = load_glWindowPos3fARB
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52905:5: warning: var 'fp_glWindowPos3fMESA' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos3fMESA:@convention(c) (GL.Float, GL.Float, GL.Float) -> () = load_glWindowPos3fMESA
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52905:5: note: convert 'fp_glWindowPos3fMESA' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos3fMESA:@convention(c) (GL.Float, GL.Float, GL.Float) -> () = load_glWindowPos3fMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52905:5: note: annotate 'fp_glWindowPos3fMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3fMESA:@convention(c) (GL.Float, GL.Float, GL.Float) -> () = load_glWindowPos3fMESA
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52905:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos3fMESA:@convention(c) (GL.Float, GL.Float, GL.Float) -> () = load_glWindowPos3fMESA
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52922:5: warning: var 'fp_glWindowPos3fv' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos3fv:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glWindowPos3fv
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52922:5: note: convert 'fp_glWindowPos3fv' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos3fv:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glWindowPos3fv
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52922:5: note: annotate 'fp_glWindowPos3fv' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3fv:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glWindowPos3fv
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52922:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos3fv:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glWindowPos3fv
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52939:5: warning: var 'fp_glWindowPos3fvARB' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos3fvARB:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glWindowPos3fvARB
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52939:5: note: convert 'fp_glWindowPos3fvARB' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos3fvARB:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glWindowPos3fvARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52939:5: note: annotate 'fp_glWindowPos3fvARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3fvARB:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glWindowPos3fvARB
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52939:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos3fvARB:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glWindowPos3fvARB
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52956:5: warning: var 'fp_glWindowPos3fvMESA' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos3fvMESA:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glWindowPos3fvMESA
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52956:5: note: convert 'fp_glWindowPos3fvMESA' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos3fvMESA:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glWindowPos3fvMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52956:5: note: annotate 'fp_glWindowPos3fvMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3fvMESA:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glWindowPos3fvMESA
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52956:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos3fvMESA:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glWindowPos3fvMESA
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52973:5: warning: var 'fp_glWindowPos3i' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos3i:@convention(c) (GL.Int, GL.Int, GL.Int) -> () = load_glWindowPos3i
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52973:5: note: convert 'fp_glWindowPos3i' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos3i:@convention(c) (GL.Int, GL.Int, GL.Int) -> () = load_glWindowPos3i
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52973:5: note: annotate 'fp_glWindowPos3i' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3i:@convention(c) (GL.Int, GL.Int, GL.Int) -> () = load_glWindowPos3i
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52973:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos3i:@convention(c) (GL.Int, GL.Int, GL.Int) -> () = load_glWindowPos3i
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52990:5: warning: var 'fp_glWindowPos3iARB' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos3iARB:@convention(c) (GL.Int, GL.Int, GL.Int) -> () = load_glWindowPos3iARB
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52990:5: note: convert 'fp_glWindowPos3iARB' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos3iARB:@convention(c) (GL.Int, GL.Int, GL.Int) -> () = load_glWindowPos3iARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52990:5: note: annotate 'fp_glWindowPos3iARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3iARB:@convention(c) (GL.Int, GL.Int, GL.Int) -> () = load_glWindowPos3iARB
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52990:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos3iARB:@convention(c) (GL.Int, GL.Int, GL.Int) -> () = load_glWindowPos3iARB
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53007:5: warning: var 'fp_glWindowPos3iMESA' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos3iMESA:@convention(c) (GL.Int, GL.Int, GL.Int) -> () = load_glWindowPos3iMESA
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53007:5: note: convert 'fp_glWindowPos3iMESA' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos3iMESA:@convention(c) (GL.Int, GL.Int, GL.Int) -> () = load_glWindowPos3iMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53007:5: note: annotate 'fp_glWindowPos3iMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3iMESA:@convention(c) (GL.Int, GL.Int, GL.Int) -> () = load_glWindowPos3iMESA
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53007:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos3iMESA:@convention(c) (GL.Int, GL.Int, GL.Int) -> () = load_glWindowPos3iMESA
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53024:5: warning: var 'fp_glWindowPos3iv' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos3iv:@convention(c) (UnsafePointer<GL.Int>?) -> () = load_glWindowPos3iv
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53024:5: note: convert 'fp_glWindowPos3iv' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos3iv:@convention(c) (UnsafePointer<GL.Int>?) -> () = load_glWindowPos3iv
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53024:5: note: annotate 'fp_glWindowPos3iv' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3iv:@convention(c) (UnsafePointer<GL.Int>?) -> () = load_glWindowPos3iv
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53024:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos3iv:@convention(c) (UnsafePointer<GL.Int>?) -> () = load_glWindowPos3iv
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53041:5: warning: var 'fp_glWindowPos3ivARB' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos3ivARB:@convention(c) (UnsafePointer<GL.Int>?) -> () = load_glWindowPos3ivARB
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53041:5: note: convert 'fp_glWindowPos3ivARB' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos3ivARB:@convention(c) (UnsafePointer<GL.Int>?) -> () = load_glWindowPos3ivARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53041:5: note: annotate 'fp_glWindowPos3ivARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3ivARB:@convention(c) (UnsafePointer<GL.Int>?) -> () = load_glWindowPos3ivARB
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53041:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos3ivARB:@convention(c) (UnsafePointer<GL.Int>?) -> () = load_glWindowPos3ivARB
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53058:5: warning: var 'fp_glWindowPos3ivMESA' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos3ivMESA:@convention(c) (UnsafePointer<GL.Int>?) -> () = load_glWindowPos3ivMESA
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53058:5: note: convert 'fp_glWindowPos3ivMESA' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos3ivMESA:@convention(c) (UnsafePointer<GL.Int>?) -> () = load_glWindowPos3ivMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53058:5: note: annotate 'fp_glWindowPos3ivMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3ivMESA:@convention(c) (UnsafePointer<GL.Int>?) -> () = load_glWindowPos3ivMESA
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53058:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos3ivMESA:@convention(c) (UnsafePointer<GL.Int>?) -> () = load_glWindowPos3ivMESA
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53075:5: warning: var 'fp_glWindowPos3s' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos3s:@convention(c) (GL.Short, GL.Short, GL.Short) -> () = load_glWindowPos3s
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53075:5: note: convert 'fp_glWindowPos3s' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos3s:@convention(c) (GL.Short, GL.Short, GL.Short) -> () = load_glWindowPos3s
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53075:5: note: annotate 'fp_glWindowPos3s' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3s:@convention(c) (GL.Short, GL.Short, GL.Short) -> () = load_glWindowPos3s
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53075:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos3s:@convention(c) (GL.Short, GL.Short, GL.Short) -> () = load_glWindowPos3s
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53092:5: warning: var 'fp_glWindowPos3sARB' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos3sARB:@convention(c) (GL.Short, GL.Short, GL.Short) -> () = load_glWindowPos3sARB
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53092:5: note: convert 'fp_glWindowPos3sARB' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos3sARB:@convention(c) (GL.Short, GL.Short, GL.Short) -> () = load_glWindowPos3sARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53092:5: note: annotate 'fp_glWindowPos3sARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3sARB:@convention(c) (GL.Short, GL.Short, GL.Short) -> () = load_glWindowPos3sARB
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53092:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos3sARB:@convention(c) (GL.Short, GL.Short, GL.Short) -> () = load_glWindowPos3sARB
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53109:5: warning: var 'fp_glWindowPos3sMESA' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos3sMESA:@convention(c) (GL.Short, GL.Short, GL.Short) -> () = load_glWindowPos3sMESA
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53109:5: note: convert 'fp_glWindowPos3sMESA' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos3sMESA:@convention(c) (GL.Short, GL.Short, GL.Short) -> () = load_glWindowPos3sMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53109:5: note: annotate 'fp_glWindowPos3sMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3sMESA:@convention(c) (GL.Short, GL.Short, GL.Short) -> () = load_glWindowPos3sMESA
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53109:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos3sMESA:@convention(c) (GL.Short, GL.Short, GL.Short) -> () = load_glWindowPos3sMESA
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53126:5: warning: var 'fp_glWindowPos3sv' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos3sv:@convention(c) (UnsafePointer<GL.Short>?) -> () = load_glWindowPos3sv
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53126:5: note: convert 'fp_glWindowPos3sv' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos3sv:@convention(c) (UnsafePointer<GL.Short>?) -> () = load_glWindowPos3sv
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53126:5: note: annotate 'fp_glWindowPos3sv' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3sv:@convention(c) (UnsafePointer<GL.Short>?) -> () = load_glWindowPos3sv
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53126:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos3sv:@convention(c) (UnsafePointer<GL.Short>?) -> () = load_glWindowPos3sv
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53143:5: warning: var 'fp_glWindowPos3svARB' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos3svARB:@convention(c) (UnsafePointer<GL.Short>?) -> () = load_glWindowPos3svARB
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53143:5: note: convert 'fp_glWindowPos3svARB' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos3svARB:@convention(c) (UnsafePointer<GL.Short>?) -> () = load_glWindowPos3svARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53143:5: note: annotate 'fp_glWindowPos3svARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3svARB:@convention(c) (UnsafePointer<GL.Short>?) -> () = load_glWindowPos3svARB
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53143:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos3svARB:@convention(c) (UnsafePointer<GL.Short>?) -> () = load_glWindowPos3svARB
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53160:5: warning: var 'fp_glWindowPos3svMESA' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos3svMESA:@convention(c) (UnsafePointer<GL.Short>?) -> () = load_glWindowPos3svMESA
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53160:5: note: convert 'fp_glWindowPos3svMESA' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos3svMESA:@convention(c) (UnsafePointer<GL.Short>?) -> () = load_glWindowPos3svMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53160:5: note: annotate 'fp_glWindowPos3svMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3svMESA:@convention(c) (UnsafePointer<GL.Short>?) -> () = load_glWindowPos3svMESA
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53160:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos3svMESA:@convention(c) (UnsafePointer<GL.Short>?) -> () = load_glWindowPos3svMESA
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53177:5: warning: var 'fp_glWindowPos4dMESA' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos4dMESA:@convention(c) (GL.Double, GL.Double, GL.Double, GL.Double) -> () = load_glWindowPos4dMESA
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53177:5: note: convert 'fp_glWindowPos4dMESA' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos4dMESA:@convention(c) (GL.Double, GL.Double, GL.Double, GL.Double) -> () = load_glWindowPos4dMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53177:5: note: annotate 'fp_glWindowPos4dMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos4dMESA:@convention(c) (GL.Double, GL.Double, GL.Double, GL.Double) -> () = load_glWindowPos4dMESA
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53177:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos4dMESA:@convention(c) (GL.Double, GL.Double, GL.Double, GL.Double) -> () = load_glWindowPos4dMESA
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53194:5: warning: var 'fp_glWindowPos4dvMESA' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos4dvMESA:@convention(c) (UnsafePointer<GL.Double>?) -> () = load_glWindowPos4dvMESA
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53194:5: note: convert 'fp_glWindowPos4dvMESA' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos4dvMESA:@convention(c) (UnsafePointer<GL.Double>?) -> () = load_glWindowPos4dvMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53194:5: note: annotate 'fp_glWindowPos4dvMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos4dvMESA:@convention(c) (UnsafePointer<GL.Double>?) -> () = load_glWindowPos4dvMESA
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53194:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos4dvMESA:@convention(c) (UnsafePointer<GL.Double>?) -> () = load_glWindowPos4dvMESA
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53211:5: warning: var 'fp_glWindowPos4fMESA' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos4fMESA:@convention(c) (GL.Float, GL.Float, GL.Float, GL.Float) -> () = load_glWindowPos4fMESA
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53211:5: note: convert 'fp_glWindowPos4fMESA' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos4fMESA:@convention(c) (GL.Float, GL.Float, GL.Float, GL.Float) -> () = load_glWindowPos4fMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53211:5: note: annotate 'fp_glWindowPos4fMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos4fMESA:@convention(c) (GL.Float, GL.Float, GL.Float, GL.Float) -> () = load_glWindowPos4fMESA
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53211:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos4fMESA:@convention(c) (GL.Float, GL.Float, GL.Float, GL.Float) -> () = load_glWindowPos4fMESA
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53228:5: warning: var 'fp_glWindowPos4fvMESA' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos4fvMESA:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glWindowPos4fvMESA
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53228:5: note: convert 'fp_glWindowPos4fvMESA' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos4fvMESA:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glWindowPos4fvMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53228:5: note: annotate 'fp_glWindowPos4fvMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos4fvMESA:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glWindowPos4fvMESA
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53228:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos4fvMESA:@convention(c) (UnsafePointer<GL.Float>?) -> () = load_glWindowPos4fvMESA
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53245:5: warning: var 'fp_glWindowPos4iMESA' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos4iMESA:@convention(c) (GL.Int, GL.Int, GL.Int, GL.Int) -> () = load_glWindowPos4iMESA
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53245:5: note: convert 'fp_glWindowPos4iMESA' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos4iMESA:@convention(c) (GL.Int, GL.Int, GL.Int, GL.Int) -> () = load_glWindowPos4iMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53245:5: note: annotate 'fp_glWindowPos4iMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos4iMESA:@convention(c) (GL.Int, GL.Int, GL.Int, GL.Int) -> () = load_glWindowPos4iMESA
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53245:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos4iMESA:@convention(c) (GL.Int, GL.Int, GL.Int, GL.Int) -> () = load_glWindowPos4iMESA
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53262:5: warning: var 'fp_glWindowPos4ivMESA' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos4ivMESA:@convention(c) (UnsafePointer<GL.Int>?) -> () = load_glWindowPos4ivMESA
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53262:5: note: convert 'fp_glWindowPos4ivMESA' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos4ivMESA:@convention(c) (UnsafePointer<GL.Int>?) -> () = load_glWindowPos4ivMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53262:5: note: annotate 'fp_glWindowPos4ivMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos4ivMESA:@convention(c) (UnsafePointer<GL.Int>?) -> () = load_glWindowPos4ivMESA
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53262:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos4ivMESA:@convention(c) (UnsafePointer<GL.Int>?) -> () = load_glWindowPos4ivMESA
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53279:5: warning: var 'fp_glWindowPos4sMESA' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos4sMESA:@convention(c) (GL.Short, GL.Short, GL.Short, GL.Short) -> () = load_glWindowPos4sMESA
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53279:5: note: convert 'fp_glWindowPos4sMESA' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos4sMESA:@convention(c) (GL.Short, GL.Short, GL.Short, GL.Short) -> () = load_glWindowPos4sMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53279:5: note: annotate 'fp_glWindowPos4sMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos4sMESA:@convention(c) (GL.Short, GL.Short, GL.Short, GL.Short) -> () = load_glWindowPos4sMESA
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53279:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos4sMESA:@convention(c) (GL.Short, GL.Short, GL.Short, GL.Short) -> () = load_glWindowPos4sMESA
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53296:5: warning: var 'fp_glWindowPos4svMESA' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWindowPos4svMESA:@convention(c) (UnsafePointer<GL.Short>?) -> () = load_glWindowPos4svMESA
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53296:5: note: convert 'fp_glWindowPos4svMESA' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWindowPos4svMESA:@convention(c) (UnsafePointer<GL.Short>?) -> () = load_glWindowPos4svMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53296:5: note: annotate 'fp_glWindowPos4svMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos4svMESA:@convention(c) (UnsafePointer<GL.Short>?) -> () = load_glWindowPos4svMESA
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53296:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWindowPos4svMESA:@convention(c) (UnsafePointer<GL.Short>?) -> () = load_glWindowPos4svMESA
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53313:5: warning: var 'fp_glWriteMaskEXT' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glWriteMaskEXT:@convention(c) (GL.UInt, GL.UInt, GL.Enum, GL.Enum, GL.Enum, GL.Enum) -> () = load_glWriteMaskEXT
    ^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53313:5: note: convert 'fp_glWriteMaskEXT' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glWriteMaskEXT:@convention(c) (GL.UInt, GL.UInt, GL.Enum, GL.Enum, GL.Enum, GL.Enum) -> () = load_glWriteMaskEXT
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53313:5: note: annotate 'fp_glWriteMaskEXT' with '@MainActor' if property should only be accessed from the main actor
var fp_glWriteMaskEXT:@convention(c) (GL.UInt, GL.UInt, GL.Enum, GL.Enum, GL.Enum, GL.Enum) -> () = load_glWriteMaskEXT
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53313:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glWriteMaskEXT:@convention(c) (GL.UInt, GL.UInt, GL.Enum, GL.Enum, GL.Enum, GL.Enum) -> () = load_glWriteMaskEXT
    ^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Emitting module for XML (in target 'XML' from project 'XML')
SwiftDriver\ Compilation\ Requirements XML normal arm64 com.apple.xcode.tools.swift.compiler (in target 'XML' from project 'XML')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swiftxml
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name XML -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swiftxml -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/XML-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML-Swift.h (in target 'XML' from project 'XML')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swiftxml
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/XML-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XML.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML.swiftmodule (in target 'XML' from project 'XML')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swiftxml
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XML.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XML.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML.swiftdoc (in target 'XML' from project 'XML')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swiftxml
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XML.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XML.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML.abi.json (in target 'XML' from project 'XML')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swiftxml
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XML.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XML.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML.swiftsourceinfo (in target 'XML' from project 'XML')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swiftxml
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XML.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.SwiftFileList (in target 'generator' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator_const_extract_protocols.json (in target 'generator' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator-OutputFileMap.json (in target 'generator' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator-OutputFileMap.json
SwiftDriver generator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'generator' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name generator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ generator (in target 'generator' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/sources/generator/main.swift -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name generator -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.swiftsourceinfo -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.abi.json
SwiftCompile normal arm64 Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/sources/generator/main.swift (in target 'generator' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/sources/generator/main.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/main.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/main.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/main.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/main.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name generator -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/main.o -index-unit-output-path /GL.build/Debug/generator.build/Objects-normal/arm64/main.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/sources/generator/main.swift (in target 'generator' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/sources/generator/main.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/main.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/main.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/main.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/main.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name generator -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/main.o -index-unit-output-path /GL.build/Debug/generator.build/Objects-normal/arm64/main.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Emitting module for generator (in target 'generator' from project 'GL')
SwiftDriver\ Compilation\ Requirements generator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'generator' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name generator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/generator.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.swiftmodule (in target 'generator' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/generator.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/generator.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.abi.json (in target 'generator' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/generator.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/generator.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.swiftdoc (in target 'generator' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/generator.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/generator.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.swiftsourceinfo (in target 'generator' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/generator.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling opengl.swift (in target 'GL' from project 'GL')
SwiftDriverJobDiscovery normal arm64 Compiling main.swift (in target 'generator' from project 'GL')
SwiftDriverJobDiscovery normal arm64 Compiling swiftxml.swift (in target 'XML' from project 'XML')
SwiftDriver\ Compilation generator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'generator' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name generator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation XML normal arm64 com.apple.xcode.tools.swift.compiler (in target 'XML' from project 'XML')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swiftxml
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name XML -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swiftxml -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XML.o normal (in target 'XML' from project 'XML')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swiftxml
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XML.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XML.o (in target 'XML' from project 'XML')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swiftxml
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XML.o
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.LinkFileList (in target 'generator' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.LinkFileList
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/generator normal (in target 'generator' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/../lib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.swiftmodule -Wl,-no_warn_duplicate_libraries -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/generator -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML.swiftmodule
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/generator (in target 'generator' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/generator
SwiftDriverJobDiscovery normal arm64 Compiling constants.swift (in target 'GL' from project 'GL')
SwiftDriverJobDiscovery normal arm64 Compiling loader.swift (in target 'GL' from project 'GL')
SwiftDriverJobDiscovery normal arm64 Emitting module for GL (in target 'GL' from project 'GL')
SwiftDriver\ Compilation\ Requirements GL normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GL' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name GL -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation GL normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GL' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name GL -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/GL-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL-Swift.h (in target 'GL' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/GL-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GL.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL.swiftdoc (in target 'GL' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GL.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GL.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL.abi.json (in target 'GL' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GL.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GL.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL.swiftmodule (in target 'GL' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GL.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GL.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL.swiftsourceinfo (in target 'GL' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GL.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GL.o normal (in target 'GL' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GL.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GL.o (in target 'GL' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GL.o
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'XML' from project 'XML')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'GL' from project 'GL')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'GL' from project 'GL')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'generator' from project 'GL')
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:tvOS Simulator, id:8B1ABE64-0401-443E-812F-247A4FBB5BDB, OS:17.4, name:Apple TV }
{ platform:tvOS Simulator, id:1CFD7C1E-15D0-43C5-AF27-909F7506EEF8, OS:17.4, name:Apple TV 4K (3rd generation) }
{ platform:tvOS Simulator, id:2F8EA46A-629D-4072-B00C-F903D55C3177, OS:17.4, name:Apple TV 4K (3rd generation) (at 1080p) }
{ platform:visionOS Simulator, id:91219D42-BD52-4AED-96DD-B55E31EB00BB, OS:1.1, name:Apple Vision Pro }
{ platform:watchOS Simulator, id:DE04AC0A-986B-4FBA-9496-F35677425C97, OS:10.4, name:Apple Watch SE (40mm) (2nd generation) }
{ platform:watchOS Simulator, id:4BE5427F-5FC7-449C-B254-3F404CE79B2F, OS:10.4, name:Apple Watch SE (44mm) (2nd generation) }
{ platform:watchOS Simulator, id:B1E30F2A-196D-43FB-B903-C3CF777EDD8E, OS:10.4, name:Apple Watch Series 5 (40mm) }
{ platform:watchOS Simulator, id:2F36C8D1-FB3D-4D85-A931-07B6EFBD4E4F, OS:10.4, name:Apple Watch Series 5 (44mm) }
{ platform:watchOS Simulator, id:CF595720-5AAE-408E-8353-1C54D9068D3E, OS:10.4, name:Apple Watch Series 6 (40mm) }
{ platform:watchOS Simulator, id:8F6954D5-8415-4A06-8701-3C7F4ACB2488, OS:10.4, name:Apple Watch Series 6 (44mm) }
{ platform:watchOS Simulator, id:F60A3AB2-C846-4E63-9A50-5E6DBD6A2777, OS:10.4, name:Apple Watch Series 7 (41mm) }
{ platform:watchOS Simulator, id:F72F2121-983A-4C32-A0D4-0C7BA61073C9, OS:10.4, name:Apple Watch Series 7 (45mm) }
{ platform:watchOS Simulator, id:86A5CFD7-08C3-40A4-B2A6-2F3A8CB8BDA5, OS:10.4, name:Apple Watch Series 9 (41mm) }
{ platform:watchOS Simulator, id:B22A08B0-18B6-43BC-94F1-5C2F83724B73, OS:10.4, name:Apple Watch Series 9 (45mm) }
{ platform:watchOS Simulator, id:797FC64C-7930-4151-8822-6349FA58EFA0, OS:10.4, name:Apple Watch Ultra 2 (49mm) }
{ platform:iOS Simulator, id:80B3B926-14C6-407B-AD45-937DD9D118A2, OS:17.4, name:iPad (10th generation) }
{ platform:iOS Simulator, id:DCA453EF-4DA0-4BCB-9EDB-B627F480EC88, OS:17.4, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:1DD2445B-C99B-432E-99AB-F239A53F76A7, OS:17.4, name:iPad Pro (11-inch) (4th generation) }
{ platform:iOS Simulator, id:63A2100A-3ABC-479B-927E-0927E96A78B0, OS:17.4, name:iPad Pro (12.9-inch) (6th generation) }
{ platform:iOS Simulator, id:182006EF-3CD1-439B-B898-2FF003963B39, OS:17.4, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:E86EA00F-56E9-4BD5-BE25-B4AE5E09CD43, OS:17.4, name:iPhone 15 }
{ platform:iOS Simulator, id:724EDFB5-2285-4CCF-A274-5CEAC57CE7ED, OS:17.4, name:iPhone 15 Plus }
{ platform:iOS Simulator, id:FA8EB545-B4CA-4062-86F4-C39DEAD04F1E, OS:17.4, name:iPhone 15 Pro }
{ platform:iOS Simulator, id:4C84A4B0-ABA2-4072-B35C-2EF2B0D49AA7, OS:17.4, name:iPhone 15 Pro Max }
{ platform:iOS Simulator, id:82B3845C-C246-4FEC-B1FB-D4892A314D10, OS:17.4, name:iPhone SE (3rd generation) }
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftxml",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kelvin13/swiftxml"
    }
  ],
  "manifest_display_name" : "GL",
  "name" : "GL",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GL",
      "targets" : [
        "GL"
      ],
      "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" : "GL",
      "module_type" : "SwiftTarget",
      "name" : "GL",
      "path" : "sources/opengl",
      "product_memberships" : [
        "GL"
      ],
      "sources" : [
        "constants.swift",
        "loader.swift",
        "opengl.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.