The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of GL, reference master (8dfcb2), with Swift 6.0 for macOS (Xcode) using Xcode 16.0 on 15 Sep 2024 02:54:14 UTC.

Swift 6 data race errors: 3132

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.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

Build Log

var fp_glVertexStream4fvATI:@convention(c) (GLMap.Enum, UnsafePointer<GLMap.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) (GLMap.Enum, UnsafePointer<GLMap.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) (GLMap.Enum, GLMap.Int, GLMap.Int, GLMap.Int, GLMap.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) (GLMap.Enum, GLMap.Int, GLMap.Int, GLMap.Int, GLMap.Int) -> () = load_glVertexStream4iATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51800:5: note: annotate 'fp_glVertexStream4iATI' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexStream4iATI:@convention(c) (GLMap.Enum, GLMap.Int, GLMap.Int, GLMap.Int, GLMap.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) (GLMap.Enum, GLMap.Int, GLMap.Int, GLMap.Int, GLMap.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) (GLMap.Enum, UnsafePointer<GLMap.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) (GLMap.Enum, UnsafePointer<GLMap.Int>?) -> () = load_glVertexStream4ivATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51817:5: note: annotate 'fp_glVertexStream4ivATI' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexStream4ivATI:@convention(c) (GLMap.Enum, UnsafePointer<GLMap.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) (GLMap.Enum, UnsafePointer<GLMap.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) (GLMap.Enum, GLMap.Short, GLMap.Short, GLMap.Short, GLMap.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) (GLMap.Enum, GLMap.Short, GLMap.Short, GLMap.Short, GLMap.Short) -> () = load_glVertexStream4sATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51834:5: note: annotate 'fp_glVertexStream4sATI' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexStream4sATI:@convention(c) (GLMap.Enum, GLMap.Short, GLMap.Short, GLMap.Short, GLMap.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) (GLMap.Enum, GLMap.Short, GLMap.Short, GLMap.Short, GLMap.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) (GLMap.Enum, UnsafePointer<GLMap.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) (GLMap.Enum, UnsafePointer<GLMap.Short>?) -> () = load_glVertexStream4svATI
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51851:5: note: annotate 'fp_glVertexStream4svATI' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexStream4svATI:@convention(c) (GLMap.Enum, UnsafePointer<GLMap.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) (GLMap.Enum, UnsafePointer<GLMap.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) (GLMap.Int, GLMap.Enum, GLMap.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) (GLMap.Int, GLMap.Enum, GLMap.Size, UnsafeRawPointer?) -> () = load_glVertexWeightPointerEXT
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51868:5: note: annotate 'fp_glVertexWeightPointerEXT' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexWeightPointerEXT:@convention(c) (GLMap.Int, GLMap.Enum, GLMap.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) (GLMap.Int, GLMap.Enum, GLMap.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) (GLMap.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) (GLMap.Float) -> () = load_glVertexWeightfEXT
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51885:5: note: annotate 'fp_glVertexWeightfEXT' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexWeightfEXT:@convention(c) (GLMap.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) (GLMap.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<GLMap.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<GLMap.Float>?) -> () = load_glVertexWeightfvEXT
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51902:5: note: annotate 'fp_glVertexWeightfvEXT' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexWeightfvEXT:@convention(c) (UnsafePointer<GLMap.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<GLMap.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) (GLMap.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) (GLMap.HalfNV) -> () = load_glVertexWeighthNV
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51919:5: note: annotate 'fp_glVertexWeighthNV' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexWeighthNV:@convention(c) (GLMap.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) (GLMap.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<GLMap.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<GLMap.HalfNV>?) -> () = load_glVertexWeighthvNV
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51936:5: note: annotate 'fp_glVertexWeighthvNV' with '@MainActor' if property should only be accessed from the main actor
var fp_glVertexWeighthvNV:@convention(c) (UnsafePointer<GLMap.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<GLMap.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) (GLMap.UInt, UnsafeMutablePointer<GLMap.UInt>?, UnsafeMutablePointer<GLMap.UInt64EXT>?) -> GLMap.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) (GLMap.UInt, UnsafeMutablePointer<GLMap.UInt>?, UnsafeMutablePointer<GLMap.UInt64EXT>?) -> GLMap.Enum = load_glVideoCaptureNV
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51953:5: note: annotate 'fp_glVideoCaptureNV' with '@MainActor' if property should only be accessed from the main actor
var fp_glVideoCaptureNV:@convention(c) (GLMap.UInt, UnsafeMutablePointer<GLMap.UInt>?, UnsafeMutablePointer<GLMap.UInt64EXT>?) -> GLMap.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) (GLMap.UInt, UnsafeMutablePointer<GLMap.UInt>?, UnsafeMutablePointer<GLMap.UInt64EXT>?) -> GLMap.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) (GLMap.UInt, GLMap.UInt, GLMap.Enum, UnsafePointer<GLMap.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) (GLMap.UInt, GLMap.UInt, GLMap.Enum, UnsafePointer<GLMap.Double>?) -> () = load_glVideoCaptureStreamParameterdvNV
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51970:5: note: annotate 'fp_glVideoCaptureStreamParameterdvNV' with '@MainActor' if property should only be accessed from the main actor
var fp_glVideoCaptureStreamParameterdvNV:@convention(c) (GLMap.UInt, GLMap.UInt, GLMap.Enum, UnsafePointer<GLMap.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) (GLMap.UInt, GLMap.UInt, GLMap.Enum, UnsafePointer<GLMap.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) (GLMap.UInt, GLMap.UInt, GLMap.Enum, UnsafePointer<GLMap.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) (GLMap.UInt, GLMap.UInt, GLMap.Enum, UnsafePointer<GLMap.Float>?) -> () = load_glVideoCaptureStreamParameterfvNV
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:51987:5: note: annotate 'fp_glVideoCaptureStreamParameterfvNV' with '@MainActor' if property should only be accessed from the main actor
var fp_glVideoCaptureStreamParameterfvNV:@convention(c) (GLMap.UInt, GLMap.UInt, GLMap.Enum, UnsafePointer<GLMap.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) (GLMap.UInt, GLMap.UInt, GLMap.Enum, UnsafePointer<GLMap.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) (GLMap.UInt, GLMap.UInt, GLMap.Enum, UnsafePointer<GLMap.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) (GLMap.UInt, GLMap.UInt, GLMap.Enum, UnsafePointer<GLMap.Int>?) -> () = load_glVideoCaptureStreamParameterivNV
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52004:5: note: annotate 'fp_glVideoCaptureStreamParameterivNV' with '@MainActor' if property should only be accessed from the main actor
var fp_glVideoCaptureStreamParameterivNV:@convention(c) (GLMap.UInt, GLMap.UInt, GLMap.Enum, UnsafePointer<GLMap.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) (GLMap.UInt, GLMap.UInt, GLMap.Enum, UnsafePointer<GLMap.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) (GLMap.Int, GLMap.Int, GLMap.Size, GLMap.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) (GLMap.Int, GLMap.Int, GLMap.Size, GLMap.Size) -> () = load_glViewport
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52021:5: note: annotate 'fp_glViewport' with '@MainActor' if property should only be accessed from the main actor
var fp_glViewport:@convention(c) (GLMap.Int, GLMap.Int, GLMap.Size, GLMap.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) (GLMap.Int, GLMap.Int, GLMap.Size, GLMap.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) (GLMap.UInt, GLMap.Size, UnsafePointer<GLMap.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) (GLMap.UInt, GLMap.Size, UnsafePointer<GLMap.Float>?) -> () = load_glViewportArrayv
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52038:5: note: annotate 'fp_glViewportArrayv' with '@MainActor' if property should only be accessed from the main actor
var fp_glViewportArrayv:@convention(c) (GLMap.UInt, GLMap.Size, UnsafePointer<GLMap.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) (GLMap.UInt, GLMap.Size, UnsafePointer<GLMap.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) (GLMap.UInt, GLMap.Size, UnsafePointer<GLMap.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) (GLMap.UInt, GLMap.Size, UnsafePointer<GLMap.Float>?) -> () = load_glViewportArrayvNV
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52055:5: note: annotate 'fp_glViewportArrayvNV' with '@MainActor' if property should only be accessed from the main actor
var fp_glViewportArrayvNV:@convention(c) (GLMap.UInt, GLMap.Size, UnsafePointer<GLMap.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) (GLMap.UInt, GLMap.Size, UnsafePointer<GLMap.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) (GLMap.UInt, GLMap.Float, GLMap.Float, GLMap.Float, GLMap.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) (GLMap.UInt, GLMap.Float, GLMap.Float, GLMap.Float, GLMap.Float) -> () = load_glViewportIndexedf
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52072:5: note: annotate 'fp_glViewportIndexedf' with '@MainActor' if property should only be accessed from the main actor
var fp_glViewportIndexedf:@convention(c) (GLMap.UInt, GLMap.Float, GLMap.Float, GLMap.Float, GLMap.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) (GLMap.UInt, GLMap.Float, GLMap.Float, GLMap.Float, GLMap.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) (GLMap.UInt, GLMap.Float, GLMap.Float, GLMap.Float, GLMap.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) (GLMap.UInt, GLMap.Float, GLMap.Float, GLMap.Float, GLMap.Float) -> () = load_glViewportIndexedfNV
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52089:5: note: annotate 'fp_glViewportIndexedfNV' with '@MainActor' if property should only be accessed from the main actor
var fp_glViewportIndexedfNV:@convention(c) (GLMap.UInt, GLMap.Float, GLMap.Float, GLMap.Float, GLMap.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) (GLMap.UInt, GLMap.Float, GLMap.Float, GLMap.Float, GLMap.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) (GLMap.UInt, UnsafePointer<GLMap.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) (GLMap.UInt, UnsafePointer<GLMap.Float>?) -> () = load_glViewportIndexedfv
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52106:5: note: annotate 'fp_glViewportIndexedfv' with '@MainActor' if property should only be accessed from the main actor
var fp_glViewportIndexedfv:@convention(c) (GLMap.UInt, UnsafePointer<GLMap.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) (GLMap.UInt, UnsafePointer<GLMap.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) (GLMap.UInt, UnsafePointer<GLMap.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) (GLMap.UInt, UnsafePointer<GLMap.Float>?) -> () = load_glViewportIndexedfvNV
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52123:5: note: annotate 'fp_glViewportIndexedfvNV' with '@MainActor' if property should only be accessed from the main actor
var fp_glViewportIndexedfvNV:@convention(c) (GLMap.UInt, UnsafePointer<GLMap.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) (GLMap.UInt, UnsafePointer<GLMap.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) (GLMap.Sync, GLMap.Bitfield, GLMap.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) (GLMap.Sync, GLMap.Bitfield, GLMap.UInt64) -> () = load_glWaitSync
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52140:5: note: annotate 'fp_glWaitSync' with '@MainActor' if property should only be accessed from the main actor
var fp_glWaitSync:@convention(c) (GLMap.Sync, GLMap.Bitfield, GLMap.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) (GLMap.Sync, GLMap.Bitfield, GLMap.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) (GLMap.Sync, GLMap.Bitfield, GLMap.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) (GLMap.Sync, GLMap.Bitfield, GLMap.UInt64) -> () = load_glWaitSyncAPPLE
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52157:5: note: annotate 'fp_glWaitSyncAPPLE' with '@MainActor' if property should only be accessed from the main actor
var fp_glWaitSyncAPPLE:@convention(c) (GLMap.Sync, GLMap.Bitfield, GLMap.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) (GLMap.Sync, GLMap.Bitfield, GLMap.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) (GLMap.UInt, GLMap.Size, UnsafePointer<GLMap.UInt>?, UnsafePointer<GLMap.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) (GLMap.UInt, GLMap.Size, UnsafePointer<GLMap.UInt>?, UnsafePointer<GLMap.Float>?) -> () = load_glWeightPathsNV
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52174:5: note: annotate 'fp_glWeightPathsNV' with '@MainActor' if property should only be accessed from the main actor
var fp_glWeightPathsNV:@convention(c) (GLMap.UInt, GLMap.Size, UnsafePointer<GLMap.UInt>?, UnsafePointer<GLMap.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) (GLMap.UInt, GLMap.Size, UnsafePointer<GLMap.UInt>?, UnsafePointer<GLMap.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) (GLMap.Int, GLMap.Enum, GLMap.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) (GLMap.Int, GLMap.Enum, GLMap.Size, UnsafeRawPointer?) -> () = load_glWeightPointerARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52191:5: note: annotate 'fp_glWeightPointerARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWeightPointerARB:@convention(c) (GLMap.Int, GLMap.Enum, GLMap.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) (GLMap.Int, GLMap.Enum, GLMap.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) (GLMap.Int, GLMap.Enum, GLMap.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) (GLMap.Int, GLMap.Enum, GLMap.Size, UnsafeRawPointer?) -> () = load_glWeightPointerOES
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52208:5: note: annotate 'fp_glWeightPointerOES' with '@MainActor' if property should only be accessed from the main actor
var fp_glWeightPointerOES:@convention(c) (GLMap.Int, GLMap.Enum, GLMap.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) (GLMap.Int, GLMap.Enum, GLMap.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) (GLMap.Int, UnsafePointer<GLMap.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) (GLMap.Int, UnsafePointer<GLMap.Byte>?) -> () = load_glWeightbvARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52225:5: note: annotate 'fp_glWeightbvARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWeightbvARB:@convention(c) (GLMap.Int, UnsafePointer<GLMap.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) (GLMap.Int, UnsafePointer<GLMap.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) (GLMap.Int, UnsafePointer<GLMap.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) (GLMap.Int, UnsafePointer<GLMap.Double>?) -> () = load_glWeightdvARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52242:5: note: annotate 'fp_glWeightdvARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWeightdvARB:@convention(c) (GLMap.Int, UnsafePointer<GLMap.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) (GLMap.Int, UnsafePointer<GLMap.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) (GLMap.Int, UnsafePointer<GLMap.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) (GLMap.Int, UnsafePointer<GLMap.Float>?) -> () = load_glWeightfvARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52259:5: note: annotate 'fp_glWeightfvARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWeightfvARB:@convention(c) (GLMap.Int, UnsafePointer<GLMap.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) (GLMap.Int, UnsafePointer<GLMap.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) (GLMap.Int, UnsafePointer<GLMap.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) (GLMap.Int, UnsafePointer<GLMap.Int>?) -> () = load_glWeightivARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52276:5: note: annotate 'fp_glWeightivARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWeightivARB:@convention(c) (GLMap.Int, UnsafePointer<GLMap.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) (GLMap.Int, UnsafePointer<GLMap.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) (GLMap.Int, UnsafePointer<GLMap.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) (GLMap.Int, UnsafePointer<GLMap.Short>?) -> () = load_glWeightsvARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52293:5: note: annotate 'fp_glWeightsvARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWeightsvARB:@convention(c) (GLMap.Int, UnsafePointer<GLMap.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) (GLMap.Int, UnsafePointer<GLMap.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) (GLMap.Int, UnsafePointer<GLMap.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) (GLMap.Int, UnsafePointer<GLMap.UByte>?) -> () = load_glWeightubvARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52310:5: note: annotate 'fp_glWeightubvARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWeightubvARB:@convention(c) (GLMap.Int, UnsafePointer<GLMap.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) (GLMap.Int, UnsafePointer<GLMap.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) (GLMap.Int, UnsafePointer<GLMap.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) (GLMap.Int, UnsafePointer<GLMap.UInt>?) -> () = load_glWeightuivARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52327:5: note: annotate 'fp_glWeightuivARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWeightuivARB:@convention(c) (GLMap.Int, UnsafePointer<GLMap.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) (GLMap.Int, UnsafePointer<GLMap.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) (GLMap.Int, UnsafePointer<GLMap.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) (GLMap.Int, UnsafePointer<GLMap.UShort>?) -> () = load_glWeightusvARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52344:5: note: annotate 'fp_glWeightusvARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWeightusvARB:@convention(c) (GLMap.Int, UnsafePointer<GLMap.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) (GLMap.Int, UnsafePointer<GLMap.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) (GLMap.Double, GLMap.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) (GLMap.Double, GLMap.Double) -> () = load_glWindowPos2d
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52361:5: note: annotate 'fp_glWindowPos2d' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2d:@convention(c) (GLMap.Double, GLMap.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) (GLMap.Double, GLMap.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) (GLMap.Double, GLMap.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) (GLMap.Double, GLMap.Double) -> () = load_glWindowPos2dARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52378:5: note: annotate 'fp_glWindowPos2dARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2dARB:@convention(c) (GLMap.Double, GLMap.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) (GLMap.Double, GLMap.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) (GLMap.Double, GLMap.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) (GLMap.Double, GLMap.Double) -> () = load_glWindowPos2dMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52395:5: note: annotate 'fp_glWindowPos2dMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2dMESA:@convention(c) (GLMap.Double, GLMap.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) (GLMap.Double, GLMap.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<GLMap.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<GLMap.Double>?) -> () = load_glWindowPos2dv
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52412:5: note: annotate 'fp_glWindowPos2dv' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2dv:@convention(c) (UnsafePointer<GLMap.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<GLMap.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<GLMap.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<GLMap.Double>?) -> () = load_glWindowPos2dvARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52429:5: note: annotate 'fp_glWindowPos2dvARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2dvARB:@convention(c) (UnsafePointer<GLMap.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<GLMap.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<GLMap.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<GLMap.Double>?) -> () = load_glWindowPos2dvMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52446:5: note: annotate 'fp_glWindowPos2dvMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2dvMESA:@convention(c) (UnsafePointer<GLMap.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<GLMap.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) (GLMap.Float, GLMap.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) (GLMap.Float, GLMap.Float) -> () = load_glWindowPos2f
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52463:5: note: annotate 'fp_glWindowPos2f' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2f:@convention(c) (GLMap.Float, GLMap.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) (GLMap.Float, GLMap.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) (GLMap.Float, GLMap.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) (GLMap.Float, GLMap.Float) -> () = load_glWindowPos2fARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52480:5: note: annotate 'fp_glWindowPos2fARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2fARB:@convention(c) (GLMap.Float, GLMap.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) (GLMap.Float, GLMap.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) (GLMap.Float, GLMap.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) (GLMap.Float, GLMap.Float) -> () = load_glWindowPos2fMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52497:5: note: annotate 'fp_glWindowPos2fMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2fMESA:@convention(c) (GLMap.Float, GLMap.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) (GLMap.Float, GLMap.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<GLMap.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<GLMap.Float>?) -> () = load_glWindowPos2fv
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52514:5: note: annotate 'fp_glWindowPos2fv' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2fv:@convention(c) (UnsafePointer<GLMap.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<GLMap.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<GLMap.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<GLMap.Float>?) -> () = load_glWindowPos2fvARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52531:5: note: annotate 'fp_glWindowPos2fvARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2fvARB:@convention(c) (UnsafePointer<GLMap.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<GLMap.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<GLMap.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<GLMap.Float>?) -> () = load_glWindowPos2fvMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52548:5: note: annotate 'fp_glWindowPos2fvMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2fvMESA:@convention(c) (UnsafePointer<GLMap.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<GLMap.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) (GLMap.Int, GLMap.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) (GLMap.Int, GLMap.Int) -> () = load_glWindowPos2i
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52565:5: note: annotate 'fp_glWindowPos2i' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2i:@convention(c) (GLMap.Int, GLMap.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) (GLMap.Int, GLMap.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) (GLMap.Int, GLMap.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) (GLMap.Int, GLMap.Int) -> () = load_glWindowPos2iARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52582:5: note: annotate 'fp_glWindowPos2iARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2iARB:@convention(c) (GLMap.Int, GLMap.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) (GLMap.Int, GLMap.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) (GLMap.Int, GLMap.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) (GLMap.Int, GLMap.Int) -> () = load_glWindowPos2iMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52599:5: note: annotate 'fp_glWindowPos2iMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2iMESA:@convention(c) (GLMap.Int, GLMap.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) (GLMap.Int, GLMap.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<GLMap.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<GLMap.Int>?) -> () = load_glWindowPos2iv
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52616:5: note: annotate 'fp_glWindowPos2iv' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2iv:@convention(c) (UnsafePointer<GLMap.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<GLMap.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<GLMap.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<GLMap.Int>?) -> () = load_glWindowPos2ivARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52633:5: note: annotate 'fp_glWindowPos2ivARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2ivARB:@convention(c) (UnsafePointer<GLMap.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<GLMap.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<GLMap.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<GLMap.Int>?) -> () = load_glWindowPos2ivMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52650:5: note: annotate 'fp_glWindowPos2ivMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2ivMESA:@convention(c) (UnsafePointer<GLMap.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<GLMap.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) (GLMap.Short, GLMap.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) (GLMap.Short, GLMap.Short) -> () = load_glWindowPos2s
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52667:5: note: annotate 'fp_glWindowPos2s' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2s:@convention(c) (GLMap.Short, GLMap.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) (GLMap.Short, GLMap.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) (GLMap.Short, GLMap.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) (GLMap.Short, GLMap.Short) -> () = load_glWindowPos2sARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52684:5: note: annotate 'fp_glWindowPos2sARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2sARB:@convention(c) (GLMap.Short, GLMap.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) (GLMap.Short, GLMap.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) (GLMap.Short, GLMap.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) (GLMap.Short, GLMap.Short) -> () = load_glWindowPos2sMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52701:5: note: annotate 'fp_glWindowPos2sMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2sMESA:@convention(c) (GLMap.Short, GLMap.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) (GLMap.Short, GLMap.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<GLMap.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<GLMap.Short>?) -> () = load_glWindowPos2sv
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52718:5: note: annotate 'fp_glWindowPos2sv' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2sv:@convention(c) (UnsafePointer<GLMap.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<GLMap.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<GLMap.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<GLMap.Short>?) -> () = load_glWindowPos2svARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52735:5: note: annotate 'fp_glWindowPos2svARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2svARB:@convention(c) (UnsafePointer<GLMap.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<GLMap.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<GLMap.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<GLMap.Short>?) -> () = load_glWindowPos2svMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52752:5: note: annotate 'fp_glWindowPos2svMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos2svMESA:@convention(c) (UnsafePointer<GLMap.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<GLMap.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) (GLMap.Double, GLMap.Double, GLMap.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) (GLMap.Double, GLMap.Double, GLMap.Double) -> () = load_glWindowPos3d
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52769:5: note: annotate 'fp_glWindowPos3d' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3d:@convention(c) (GLMap.Double, GLMap.Double, GLMap.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) (GLMap.Double, GLMap.Double, GLMap.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) (GLMap.Double, GLMap.Double, GLMap.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) (GLMap.Double, GLMap.Double, GLMap.Double) -> () = load_glWindowPos3dARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52786:5: note: annotate 'fp_glWindowPos3dARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3dARB:@convention(c) (GLMap.Double, GLMap.Double, GLMap.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) (GLMap.Double, GLMap.Double, GLMap.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) (GLMap.Double, GLMap.Double, GLMap.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) (GLMap.Double, GLMap.Double, GLMap.Double) -> () = load_glWindowPos3dMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52803:5: note: annotate 'fp_glWindowPos3dMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3dMESA:@convention(c) (GLMap.Double, GLMap.Double, GLMap.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) (GLMap.Double, GLMap.Double, GLMap.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<GLMap.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<GLMap.Double>?) -> () = load_glWindowPos3dv
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52820:5: note: annotate 'fp_glWindowPos3dv' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3dv:@convention(c) (UnsafePointer<GLMap.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<GLMap.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<GLMap.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<GLMap.Double>?) -> () = load_glWindowPos3dvARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52837:5: note: annotate 'fp_glWindowPos3dvARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3dvARB:@convention(c) (UnsafePointer<GLMap.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<GLMap.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<GLMap.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<GLMap.Double>?) -> () = load_glWindowPos3dvMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52854:5: note: annotate 'fp_glWindowPos3dvMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3dvMESA:@convention(c) (UnsafePointer<GLMap.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<GLMap.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) (GLMap.Float, GLMap.Float, GLMap.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) (GLMap.Float, GLMap.Float, GLMap.Float) -> () = load_glWindowPos3f
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52871:5: note: annotate 'fp_glWindowPos3f' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3f:@convention(c) (GLMap.Float, GLMap.Float, GLMap.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) (GLMap.Float, GLMap.Float, GLMap.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) (GLMap.Float, GLMap.Float, GLMap.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) (GLMap.Float, GLMap.Float, GLMap.Float) -> () = load_glWindowPos3fARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52888:5: note: annotate 'fp_glWindowPos3fARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3fARB:@convention(c) (GLMap.Float, GLMap.Float, GLMap.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) (GLMap.Float, GLMap.Float, GLMap.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) (GLMap.Float, GLMap.Float, GLMap.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) (GLMap.Float, GLMap.Float, GLMap.Float) -> () = load_glWindowPos3fMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52905:5: note: annotate 'fp_glWindowPos3fMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3fMESA:@convention(c) (GLMap.Float, GLMap.Float, GLMap.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) (GLMap.Float, GLMap.Float, GLMap.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<GLMap.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<GLMap.Float>?) -> () = load_glWindowPos3fv
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52922:5: note: annotate 'fp_glWindowPos3fv' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3fv:@convention(c) (UnsafePointer<GLMap.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<GLMap.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<GLMap.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<GLMap.Float>?) -> () = load_glWindowPos3fvARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52939:5: note: annotate 'fp_glWindowPos3fvARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3fvARB:@convention(c) (UnsafePointer<GLMap.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<GLMap.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<GLMap.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<GLMap.Float>?) -> () = load_glWindowPos3fvMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52956:5: note: annotate 'fp_glWindowPos3fvMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3fvMESA:@convention(c) (UnsafePointer<GLMap.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<GLMap.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) (GLMap.Int, GLMap.Int, GLMap.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) (GLMap.Int, GLMap.Int, GLMap.Int) -> () = load_glWindowPos3i
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52973:5: note: annotate 'fp_glWindowPos3i' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3i:@convention(c) (GLMap.Int, GLMap.Int, GLMap.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) (GLMap.Int, GLMap.Int, GLMap.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) (GLMap.Int, GLMap.Int, GLMap.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) (GLMap.Int, GLMap.Int, GLMap.Int) -> () = load_glWindowPos3iARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:52990:5: note: annotate 'fp_glWindowPos3iARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3iARB:@convention(c) (GLMap.Int, GLMap.Int, GLMap.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) (GLMap.Int, GLMap.Int, GLMap.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) (GLMap.Int, GLMap.Int, GLMap.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) (GLMap.Int, GLMap.Int, GLMap.Int) -> () = load_glWindowPos3iMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53007:5: note: annotate 'fp_glWindowPos3iMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3iMESA:@convention(c) (GLMap.Int, GLMap.Int, GLMap.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) (GLMap.Int, GLMap.Int, GLMap.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<GLMap.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<GLMap.Int>?) -> () = load_glWindowPos3iv
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53024:5: note: annotate 'fp_glWindowPos3iv' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3iv:@convention(c) (UnsafePointer<GLMap.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<GLMap.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<GLMap.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<GLMap.Int>?) -> () = load_glWindowPos3ivARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53041:5: note: annotate 'fp_glWindowPos3ivARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3ivARB:@convention(c) (UnsafePointer<GLMap.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<GLMap.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<GLMap.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<GLMap.Int>?) -> () = load_glWindowPos3ivMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53058:5: note: annotate 'fp_glWindowPos3ivMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3ivMESA:@convention(c) (UnsafePointer<GLMap.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<GLMap.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) (GLMap.Short, GLMap.Short, GLMap.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) (GLMap.Short, GLMap.Short, GLMap.Short) -> () = load_glWindowPos3s
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53075:5: note: annotate 'fp_glWindowPos3s' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3s:@convention(c) (GLMap.Short, GLMap.Short, GLMap.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) (GLMap.Short, GLMap.Short, GLMap.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) (GLMap.Short, GLMap.Short, GLMap.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) (GLMap.Short, GLMap.Short, GLMap.Short) -> () = load_glWindowPos3sARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53092:5: note: annotate 'fp_glWindowPos3sARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3sARB:@convention(c) (GLMap.Short, GLMap.Short, GLMap.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) (GLMap.Short, GLMap.Short, GLMap.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) (GLMap.Short, GLMap.Short, GLMap.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) (GLMap.Short, GLMap.Short, GLMap.Short) -> () = load_glWindowPos3sMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53109:5: note: annotate 'fp_glWindowPos3sMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3sMESA:@convention(c) (GLMap.Short, GLMap.Short, GLMap.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) (GLMap.Short, GLMap.Short, GLMap.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<GLMap.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<GLMap.Short>?) -> () = load_glWindowPos3sv
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53126:5: note: annotate 'fp_glWindowPos3sv' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3sv:@convention(c) (UnsafePointer<GLMap.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<GLMap.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<GLMap.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<GLMap.Short>?) -> () = load_glWindowPos3svARB
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53143:5: note: annotate 'fp_glWindowPos3svARB' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3svARB:@convention(c) (UnsafePointer<GLMap.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<GLMap.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<GLMap.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<GLMap.Short>?) -> () = load_glWindowPos3svMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53160:5: note: annotate 'fp_glWindowPos3svMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos3svMESA:@convention(c) (UnsafePointer<GLMap.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<GLMap.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) (GLMap.Double, GLMap.Double, GLMap.Double, GLMap.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) (GLMap.Double, GLMap.Double, GLMap.Double, GLMap.Double) -> () = load_glWindowPos4dMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53177:5: note: annotate 'fp_glWindowPos4dMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos4dMESA:@convention(c) (GLMap.Double, GLMap.Double, GLMap.Double, GLMap.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) (GLMap.Double, GLMap.Double, GLMap.Double, GLMap.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<GLMap.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<GLMap.Double>?) -> () = load_glWindowPos4dvMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53194:5: note: annotate 'fp_glWindowPos4dvMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos4dvMESA:@convention(c) (UnsafePointer<GLMap.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<GLMap.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) (GLMap.Float, GLMap.Float, GLMap.Float, GLMap.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) (GLMap.Float, GLMap.Float, GLMap.Float, GLMap.Float) -> () = load_glWindowPos4fMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53211:5: note: annotate 'fp_glWindowPos4fMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos4fMESA:@convention(c) (GLMap.Float, GLMap.Float, GLMap.Float, GLMap.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) (GLMap.Float, GLMap.Float, GLMap.Float, GLMap.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<GLMap.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<GLMap.Float>?) -> () = load_glWindowPos4fvMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53228:5: note: annotate 'fp_glWindowPos4fvMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos4fvMESA:@convention(c) (UnsafePointer<GLMap.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<GLMap.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) (GLMap.Int, GLMap.Int, GLMap.Int, GLMap.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) (GLMap.Int, GLMap.Int, GLMap.Int, GLMap.Int) -> () = load_glWindowPos4iMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53245:5: note: annotate 'fp_glWindowPos4iMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos4iMESA:@convention(c) (GLMap.Int, GLMap.Int, GLMap.Int, GLMap.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) (GLMap.Int, GLMap.Int, GLMap.Int, GLMap.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<GLMap.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<GLMap.Int>?) -> () = load_glWindowPos4ivMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53262:5: note: annotate 'fp_glWindowPos4ivMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos4ivMESA:@convention(c) (UnsafePointer<GLMap.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<GLMap.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) (GLMap.Short, GLMap.Short, GLMap.Short, GLMap.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) (GLMap.Short, GLMap.Short, GLMap.Short, GLMap.Short) -> () = load_glWindowPos4sMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53279:5: note: annotate 'fp_glWindowPos4sMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos4sMESA:@convention(c) (GLMap.Short, GLMap.Short, GLMap.Short, GLMap.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) (GLMap.Short, GLMap.Short, GLMap.Short, GLMap.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<GLMap.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<GLMap.Short>?) -> () = load_glWindowPos4svMESA
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53296:5: note: annotate 'fp_glWindowPos4svMESA' with '@MainActor' if property should only be accessed from the main actor
var fp_glWindowPos4svMESA:@convention(c) (UnsafePointer<GLMap.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<GLMap.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) (GLMap.UInt, GLMap.UInt, GLMap.Enum, GLMap.Enum, GLMap.Enum, GLMap.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) (GLMap.UInt, GLMap.UInt, GLMap.Enum, GLMap.Enum, GLMap.Enum, GLMap.Enum) -> () = load_glWriteMaskEXT
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift:53313:5: note: annotate 'fp_glWriteMaskEXT' with '@MainActor' if property should only be accessed from the main actor
var fp_glWriteMaskEXT:@convention(c) (GLMap.UInt, GLMap.UInt, GLMap.Enum, GLMap.Enum, GLMap.Enum, GLMap.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) (GLMap.UInt, GLMap.UInt, GLMap.Enum, GLMap.Enum, GLMap.Enum, GLMap.Enum) -> () = load_glWriteMaskEXT
    ^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ constants.swift /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
    builtin-swiftTaskExecution -- /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/sources/opengl/constants.swift /Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift /Users/admin/builder/spi-builder-workspace/sources/opengl/opengl.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/constants.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/constants.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/constants.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/constants.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.0-24A330-dd2f76c5f4fc3be7a4c779844aac8496.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/swift-overrides.hmap -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 -module-name GL -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.0 -target-sdk-name macosx15.0 -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/constants.o -index-unit-output-path /GL.build/Debug/GL.build/Objects-normal/arm64/constants.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/sources/opengl/constants.swift (in target 'GL' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/sources/opengl/constants.swift /Users/admin/builder/spi-builder-workspace/sources/opengl/loader.swift /Users/admin/builder/spi-builder-workspace/sources/opengl/opengl.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/constants.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/constants.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/constants.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/constants.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.0-24A330-dd2f76c5f4fc3be7a4c779844aac8496.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/swift-overrides.hmap -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 -module-name GL -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.0 -target-sdk-name macosx15.0 -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/constants.o -index-unit-output-path /GL.build/Debug/GL.build/Objects-normal/arm64/constants.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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.0.0-Release.Candidate.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 -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.0.0-Release.Candidate.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.0-24A330-dd2f76c5f4fc3be7a4c779844aac8496.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.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.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML.swiftmodule (in target 'XML' from project 'XML')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swiftxml
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XML.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XML.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML.swiftdoc (in target 'XML' from project 'XML')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swiftxml
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XML.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XML.swiftmodule/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.0.0-Release.Candidate.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 -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.0.0-Release.Candidate.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.0.0-Release.Candidate.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.0-24A330-dd2f76c5f4fc3be7a4c779844aac8496.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')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/sources/generator/main.swift -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.0.0-Release.Candidate.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.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.0-24A330-dd2f76c5f4fc3be7a4c779844aac8496.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name generator -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.0 -target-sdk-name macosx15.0 -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.swiftsourceinfo -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.abi.json
SwiftCompile normal arm64 /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
    /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/sources/generator/main.swift -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.0.0-Release.Candidate.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.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.0-24A330-dd2f76c5f4fc3be7a4c779844aac8496.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name generator -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.0 -target-sdk-name macosx15.0 -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.swiftsourceinfo -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.abi.json
/Users/admin/builder/spi-builder-workspace/sources/generator/main.swift:593:58: warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
                  let decimal:String.Index = version_str.index(of: "."),
                                                         ^
/Users/admin/builder/spi-builder-workspace/sources/generator/main.swift:593:58: note: use 'firstIndex(of:)' instead
                  let decimal:String.Index = version_str.index(of: "."),
                                                         ^~~~~
                                                         firstIndex
/Users/admin/builder/spi-builder-workspace/sources/generator/main.swift:621:67: warning: 'index(where:)' is deprecated: renamed to 'firstIndex(where:)'
                if let index:Int = self.command_support[command]?.index(where: { $0 == .added(.gles(1, 0)) })
                                                                  ^
/Users/admin/builder/spi-builder-workspace/sources/generator/main.swift:621:67: note: use 'firstIndex(where:)' instead
                if let index:Int = self.command_support[command]?.index(where: { $0 == .added(.gles(1, 0)) })
                                                                  ^~~~~
                                                                  firstIndex
SwiftCompile normal arm64 Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/sources/generator/main.swift (in target 'generator' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/sources/generator/main.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/main.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/main.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/main.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/main.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.0.0-Release.Candidate.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.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.0-24A330-dd2f76c5f4fc3be7a4c779844aac8496.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name generator -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.0 -target-sdk-name macosx15.0 -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/main.o -index-unit-output-path /GL.build/Debug/generator.build/Objects-normal/arm64/main.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/sources/generator/main.swift (in target 'generator' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/sources/generator/main.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/main.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/main.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/main.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/main.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.0.0-Release.Candidate.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.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.0-24A330-dd2f76c5f4fc3be7a4c779844aac8496.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name generator -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.0 -target-sdk-name macosx15.0 -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/main.o -index-unit-output-path /GL.build/Debug/generator.build/Objects-normal/arm64/main.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/sources/generator/main.swift:593:58: warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
                  let decimal:String.Index = version_str.index(of: "."),
                                                         ^
/Users/admin/builder/spi-builder-workspace/sources/generator/main.swift:593:58: note: use 'firstIndex(of:)' instead
                  let decimal:String.Index = version_str.index(of: "."),
                                                         ^~~~~
                                                         firstIndex
/Users/admin/builder/spi-builder-workspace/sources/generator/main.swift:621:67: warning: 'index(where:)' is deprecated: renamed to 'firstIndex(where:)'
                if let index:Int = self.command_support[command]?.index(where: { $0 == .added(.gles(1, 0)) })
                                                                  ^
/Users/admin/builder/spi-builder-workspace/sources/generator/main.swift:621:67: note: use 'firstIndex(where:)' instead
                if let index:Int = self.command_support[command]?.index(where: { $0 == .added(.gles(1, 0)) })
                                                                  ^~~~~
                                                                  firstIndex
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.0.0-Release.Candidate.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 -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.0.0-Release.Candidate.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.0.0-Release.Candidate.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.0-24A330-dd2f76c5f4fc3be7a4c779844aac8496.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.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/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/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.swiftsourceinfo (in target 'generator' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/generator.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling opengl.swift (in target 'GL' from project 'GL')
SwiftDriverJobDiscovery normal arm64 Compiling 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.0.0-Release.Candidate.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 -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.0.0-Release.Candidate.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.0-24A330-dd2f76c5f4fc3be7a4c779844aac8496.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.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.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.0.0-Release.Candidate.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.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Applications/Xcode-16.0.0-Release.Candidate.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 -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XML.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XML.o (in target 'XML' from project 'XML')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swiftxml
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XML.o
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.0.0-Release.Candidate.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 -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.0.0-Release.Candidate.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.0.0-Release.Candidate.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.0-24A330-dd2f76c5f4fc3be7a4c779844aac8496.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
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.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -isysroot /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.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.0.0-Release.Candidate.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.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/../lib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Applications/Xcode-16.0.0-Release.Candidate.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 -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/generator.build/Objects-normal/arm64/generator_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/generator -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XML.build/Debug/XML.build/Objects-normal/arm64/XML.swiftmodule
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/generator (in target 'generator' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/generator
SwiftDriverJobDiscovery normal arm64 Compiling constants.swift (in target 'GL' from project 'GL')
SwiftDriverJobDiscovery normal arm64 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.0.0-Release.Candidate.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 -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.0.0-Release.Candidate.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.0-24A330-dd2f76c5f4fc3be7a4c779844aac8496.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.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL.abi.json (in target 'GL' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GL.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GL.swiftmodule/arm64-apple-macos.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.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL.swiftmodule (in target 'GL' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GL.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GL.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL.swiftsourceinfo (in target 'GL' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GL.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
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.0.0-Release.Candidate.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 -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.0.0-Release.Candidate.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.0-24A330-dd2f76c5f4fc3be7a4c779844aac8496.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.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.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.0.0-Release.Candidate.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.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Applications/Xcode-16.0.0-Release.Candidate.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 -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GL.build/Debug/GL.build/Objects-normal/arm64/GL_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GL.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GL.o (in target 'GL' from project 'GL')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GL.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-8C151E3703BE51BE, name:My Mac }
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
      }
    }
  ],
  "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" : "5.0"
}
Done.