Build Information
Successful build of GL, reference master (aa8ed1
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 27 Apr 2025 11:49:04 UTC.
Swift 6 data race errors: 3132
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GL-Package -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
var fp_glVertexStream1fATI:@convention(c) (GL.Enum, GL.Float) -> () = load_glVertexStream1fATI
^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51358:5: note: convert 'fp_glVertexStream1fATI' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexStream1fATI:@convention(c) (GL.Enum, GL.Float) -> () = load_glVertexStream1fATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51358:5: note: add '@MainActor' to make var 'fp_glVertexStream1fATI' part of global actor 'MainActor'
var fp_glVertexStream1fATI:@convention(c) (GL.Enum, GL.Float) -> () = load_glVertexStream1fATI
^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51358:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexStream1fATI:@convention(c) (GL.Enum, GL.Float) -> () = load_glVertexStream1fATI
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51375:5: warning: var 'fp_glVertexStream1fvATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexStream1fvATI:@convention(c) (GL.Enum, UnsafePointer<GL.Float>?) -> () = load_glVertexStream1fvATI
^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51375:5: note: convert 'fp_glVertexStream1fvATI' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexStream1fvATI:@convention(c) (GL.Enum, UnsafePointer<GL.Float>?) -> () = load_glVertexStream1fvATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51375:5: note: add '@MainActor' to make var 'fp_glVertexStream1fvATI' part of global actor 'MainActor'
var fp_glVertexStream1fvATI:@convention(c) (GL.Enum, UnsafePointer<GL.Float>?) -> () = load_glVertexStream1fvATI
^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51375:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexStream1fvATI:@convention(c) (GL.Enum, UnsafePointer<GL.Float>?) -> () = load_glVertexStream1fvATI
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51392:5: warning: var 'fp_glVertexStream1iATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexStream1iATI:@convention(c) (GL.Enum, GL.Int) -> () = load_glVertexStream1iATI
^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51392:5: note: convert 'fp_glVertexStream1iATI' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexStream1iATI:@convention(c) (GL.Enum, GL.Int) -> () = load_glVertexStream1iATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51392:5: note: add '@MainActor' to make var 'fp_glVertexStream1iATI' part of global actor 'MainActor'
var fp_glVertexStream1iATI:@convention(c) (GL.Enum, GL.Int) -> () = load_glVertexStream1iATI
^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51392:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexStream1iATI:@convention(c) (GL.Enum, GL.Int) -> () = load_glVertexStream1iATI
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51409:5: warning: var 'fp_glVertexStream1ivATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexStream1ivATI:@convention(c) (GL.Enum, UnsafePointer<GL.Int>?) -> () = load_glVertexStream1ivATI
^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51409:5: note: convert 'fp_glVertexStream1ivATI' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexStream1ivATI:@convention(c) (GL.Enum, UnsafePointer<GL.Int>?) -> () = load_glVertexStream1ivATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51409:5: note: add '@MainActor' to make var 'fp_glVertexStream1ivATI' part of global actor 'MainActor'
var fp_glVertexStream1ivATI:@convention(c) (GL.Enum, UnsafePointer<GL.Int>?) -> () = load_glVertexStream1ivATI
^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51409:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexStream1ivATI:@convention(c) (GL.Enum, UnsafePointer<GL.Int>?) -> () = load_glVertexStream1ivATI
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51426:5: warning: var 'fp_glVertexStream1sATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexStream1sATI:@convention(c) (GL.Enum, GL.Short) -> () = load_glVertexStream1sATI
^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51426:5: note: convert 'fp_glVertexStream1sATI' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexStream1sATI:@convention(c) (GL.Enum, GL.Short) -> () = load_glVertexStream1sATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51426:5: note: add '@MainActor' to make var 'fp_glVertexStream1sATI' part of global actor 'MainActor'
var fp_glVertexStream1sATI:@convention(c) (GL.Enum, GL.Short) -> () = load_glVertexStream1sATI
^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51426:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexStream1sATI:@convention(c) (GL.Enum, GL.Short) -> () = load_glVertexStream1sATI
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51443:5: warning: var 'fp_glVertexStream1svATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexStream1svATI:@convention(c) (GL.Enum, UnsafePointer<GL.Short>?) -> () = load_glVertexStream1svATI
^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51443:5: note: convert 'fp_glVertexStream1svATI' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexStream1svATI:@convention(c) (GL.Enum, UnsafePointer<GL.Short>?) -> () = load_glVertexStream1svATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51443:5: note: add '@MainActor' to make var 'fp_glVertexStream1svATI' part of global actor 'MainActor'
var fp_glVertexStream1svATI:@convention(c) (GL.Enum, UnsafePointer<GL.Short>?) -> () = load_glVertexStream1svATI
^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51443:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexStream1svATI:@convention(c) (GL.Enum, UnsafePointer<GL.Short>?) -> () = load_glVertexStream1svATI
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51460:5: warning: var 'fp_glVertexStream2dATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexStream2dATI:@convention(c) (GL.Enum, GL.Double, GL.Double) -> () = load_glVertexStream2dATI
^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51460:5: note: convert 'fp_glVertexStream2dATI' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexStream2dATI:@convention(c) (GL.Enum, GL.Double, GL.Double) -> () = load_glVertexStream2dATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51460:5: note: add '@MainActor' to make var 'fp_glVertexStream2dATI' part of global actor 'MainActor'
var fp_glVertexStream2dATI:@convention(c) (GL.Enum, GL.Double, GL.Double) -> () = load_glVertexStream2dATI
^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51460:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexStream2dATI:@convention(c) (GL.Enum, GL.Double, GL.Double) -> () = load_glVertexStream2dATI
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51477:5: warning: var 'fp_glVertexStream2dvATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexStream2dvATI:@convention(c) (GL.Enum, UnsafePointer<GL.Double>?) -> () = load_glVertexStream2dvATI
^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51477:5: note: convert 'fp_glVertexStream2dvATI' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexStream2dvATI:@convention(c) (GL.Enum, UnsafePointer<GL.Double>?) -> () = load_glVertexStream2dvATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51477:5: note: add '@MainActor' to make var 'fp_glVertexStream2dvATI' part of global actor 'MainActor'
var fp_glVertexStream2dvATI:@convention(c) (GL.Enum, UnsafePointer<GL.Double>?) -> () = load_glVertexStream2dvATI
^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51477:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexStream2dvATI:@convention(c) (GL.Enum, UnsafePointer<GL.Double>?) -> () = load_glVertexStream2dvATI
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51494:5: warning: var 'fp_glVertexStream2fATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexStream2fATI:@convention(c) (GL.Enum, GL.Float, GL.Float) -> () = load_glVertexStream2fATI
^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51494:5: note: convert 'fp_glVertexStream2fATI' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexStream2fATI:@convention(c) (GL.Enum, GL.Float, GL.Float) -> () = load_glVertexStream2fATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51494:5: note: add '@MainActor' to make var 'fp_glVertexStream2fATI' part of global actor 'MainActor'
var fp_glVertexStream2fATI:@convention(c) (GL.Enum, GL.Float, GL.Float) -> () = load_glVertexStream2fATI
^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51494:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var fp_glVertexStream2fATI:@convention(c) (GL.Enum, GL.Float, GL.Float) -> () = load_glVertexStream2fATI
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51511:5: warning: var 'fp_glVertexStream2fvATI' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var fp_glVertexStream2fvATI:@convention(c) (GL.Enum, UnsafePointer<GL.Float>?) -> () = load_glVertexStream2fvATI
^
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51511:5: note: convert 'fp_glVertexStream2fvATI' to a 'let' constant to make 'Sendable' shared state immutable
var fp_glVertexStream2fvATI:@convention(c) (GL.Enum, UnsafePointer<GL.Float>?) -> () = load_glVertexStream2fvATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51511:5: note: add '@MainActor' to make var 'fp_glVertexStream2fvATI' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glVertexStream2iATI' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glVertexStream2ivATI' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glVertexStream2sATI' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glVertexStream2svATI' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glVertexStream3dATI' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glVertexStream3dvATI' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glVertexStream3fATI' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glVertexStream3fvATI' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glVertexStream3iATI' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glVertexStream3ivATI' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glVertexStream3sATI' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glVertexStream3svATI' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glVertexStream4dATI' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glVertexStream4dvATI' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glVertexStream4fATI' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glVertexStream4fvATI' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glVertexStream4iATI' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glVertexStream4ivATI' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glVertexStream4sATI' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glVertexStream4svATI' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glVertexWeightPointerEXT' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glVertexWeightfEXT' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glVertexWeightfvEXT' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glVertexWeighthNV' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glVertexWeighthvNV' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glVideoCaptureNV' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glVideoCaptureStreamParameterdvNV' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glVideoCaptureStreamParameterfvNV' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glVideoCaptureStreamParameterivNV' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glViewport' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glViewportArrayv' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glViewportArrayvNV' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glViewportIndexedf' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glViewportIndexedfNV' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glViewportIndexedfv' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glViewportIndexedfvNV' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWaitSync' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWaitSyncAPPLE' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWeightPathsNV' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWeightPointerARB' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWeightPointerOES' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWeightbvARB' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWeightdvARB' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWeightfvARB' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWeightivARB' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWeightsvARB' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWeightubvARB' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWeightuivARB' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWeightusvARB' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos2d' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos2dARB' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos2dMESA' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos2dv' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos2dvARB' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos2dvMESA' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos2f' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos2fARB' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos2fMESA' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos2fv' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos2fvARB' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos2fvMESA' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos2i' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos2iARB' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos2iMESA' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos2iv' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos2ivARB' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos2ivMESA' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos2s' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos2sARB' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos2sMESA' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos2sv' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos2svARB' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos2svMESA' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos3d' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos3dARB' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos3dMESA' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos3dv' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos3dvARB' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos3dvMESA' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos3f' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos3fARB' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos3fMESA' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos3fv' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos3fvARB' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos3fvMESA' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos3i' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos3iARB' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos3iMESA' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos3iv' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos3ivARB' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos3ivMESA' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos3s' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos3sARB' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos3sMESA' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos3sv' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos3svARB' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos3svMESA' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos4dMESA' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos4dvMESA' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos4fMESA' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos4fvMESA' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos4iMESA' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos4ivMESA' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos4sMESA' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWindowPos4svMESA' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'fp_glWriteMaskEXT' part of global actor 'MainActor'
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)
SwiftCompile normal arm64 Compiling\ opengl.swift /Users/admin/builder/spi-builder-workspace/sources/opengl/opengl.swift (in target 'GL' from project 'GL')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/sources/opengl/opengl.swift (in target 'GL' from project 'GL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/sources/opengl/opengl.swift:114:9: warning: var 'dlopenhandle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var dlopenhandle:UnsafeMutableRawPointer? = nil
^
/Users/admin/builder/spi-builder-workspace/sources/opengl/opengl.swift:114:9: note: convert 'dlopenhandle' to a 'let' constant to make 'Sendable' shared state immutable
var dlopenhandle:UnsafeMutableRawPointer? = nil
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/opengl.swift:114:9: note: add '@MainActor' to make var 'dlopenhandle' part of global actor 'MainActor'
var dlopenhandle:UnsafeMutableRawPointer? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/sources/opengl/opengl.swift:114:9: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var dlopenhandle:UnsafeMutableRawPointer? = nil
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ constants.swift /Users/admin/builder/spi-builder-workspace/sources/opengl/constants.swift (in target 'GL' from project 'GL')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/sources/opengl/constants.swift (in target 'GL' from project 'GL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
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/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.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-16.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-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -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/.swiftpm/xcode -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.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/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/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
SwiftDriver generator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'generator' from project 'GL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.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-16.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-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -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/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ generator (in target 'generator' from project 'GL')
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/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/sources/generator/main.swift (in target 'generator' from project 'GL')
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/.swiftpm/xcode
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/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.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-16.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-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -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/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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.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.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 main.swift (in target 'generator' from project 'GL')
SwiftDriver\ Compilation generator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'generator' from project 'GL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.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-16.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-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -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/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling opengl.swift (in target 'GL' from project 'GL')
SwiftDriverJobDiscovery normal arm64 Compiling swiftxml.swift (in target 'XML' from project 'XML')
SwiftDriver\ Compilation XML normal arm64 com.apple.xcode.tools.swift.compiler (in target 'XML' from project 'XML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.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-16.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-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -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/.swiftpm/xcode -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
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.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-16.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-16.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 -rdynamic -Xlinker -no_deduplicate -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 -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XML.o
ExtractAppIntentsMetadata (in target 'XML' from project 'XML')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swiftxml
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name XML --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier swiftxml.XML --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XML.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XML.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/XML.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/XML.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 04:48:51.905 appintentsmetadataprocessor[753:4185] Starting appintentsmetadataprocessor export
2025-04-27 04:48:51.945 appintentsmetadataprocessor[753:4185] Extracted no relevant App Intents symbols, skipping writing output
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
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
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.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-16.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-16.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 -rdynamic -Xlinker -no_deduplicate -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 -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -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 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/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.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-16.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-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -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/.swiftpm/xcode -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.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/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/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
SwiftDriverJobDiscovery normal arm64 Compiling loader.swift (in target 'GL' from project 'GL')
SwiftDriver\ Compilation GL normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GL' from project 'GL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.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-16.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-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -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/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.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-16.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-16.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 -rdynamic -Xlinker -no_deduplicate -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 -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GL.o
ExtractAppIntentsMetadata (in target 'GL' from project 'GL')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name GL --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.GL --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GL.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GL.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/GL.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/GL.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 04:49:02.218 appintentsmetadataprocessor[758:4234] Starting appintentsmetadataprocessor export
2025-04-27 04:49:02.251 appintentsmetadataprocessor[758:4234] Extracted no relevant App Intents symbols, skipping writing output
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
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
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.