The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GLSceneLib with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/omochi/glscenelib.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/omochi/glscenelib
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f86eeac text rendering
Cloned https://github.com/omochi/glscenelib.git
Revision (git rev-parse @):
f86eeac43355f4f3965af57a2b311c1b91120225
SUCCESS checkout https://github.com/omochi/glscenelib.git at master
Fetching https://github.com/omochi/DebugReflect.git
[3/143] Fetching debugreflect
Fetched https://github.com/omochi/DebugReflect.git (0.30s)
Computing version for https://github.com/omochi/DebugReflect.git
Computed https://github.com/omochi/DebugReflect.git at 0.3.5 (0.59s)
Creating working copy for https://github.com/omochi/DebugReflect.git
Working copy of https://github.com/omochi/DebugReflect.git resolved at 0.3.5
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "glscenelib",
      "name": "GLSceneLib",
      "url": "https://github.com/omochi/glscenelib.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/glscenelib",
      "dependencies": [
        {
          "identity": "debugreflect",
          "name": "DebugReflect",
          "url": "https://github.com/omochi/DebugReflect.git",
          "version": "0.3.5",
          "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DebugReflect",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/omochi/glscenelib.git
[1/185] Fetching glscenelib
Fetched https://github.com/omochi/glscenelib.git (0.27s)
Fetching https://github.com/omochi/DebugReflect.git from cache
Fetched https://github.com/omochi/DebugReflect.git (0.22s)
Computing version for https://github.com/omochi/DebugReflect.git
Computed https://github.com/omochi/DebugReflect.git at 0.3.5 (0.04s)
Creating working copy for https://github.com/omochi/DebugReflect.git
Working copy of https://github.com/omochi/DebugReflect.git resolved at 0.3.5
Creating working copy for https://github.com/omochi/glscenelib.git
Working copy of https://github.com/omochi/glscenelib.git resolved at master
warning: '.resolve-product-dependencies': dependency 'glscenelib' is not used by any target
Found 1 product dependencies
  - DebugReflect
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/8] Compiling DebugReflect SwiftTypes.swift
[2/8] Compiling DebugReflect Util.swift
[3/8] Compiling DebugReflect IndentTextWriter.swift
[4/8] Compiling DebugReflect DebugReflectValue.swift
[5/8] Emitting module DebugReflect
[6/8] Compiling DebugReflect DebugReflectable.swift
[7/8] Compiling DebugReflect DebugReflectBuilder.swift
[8/8] Compiling DebugReflect DebugReflectWriter.swift
[9/70] Compiling GLSceneLib EventMerge.swift
[10/70] Compiling GLSceneLib EventSource.swift
[11/70] Compiling GLSceneLib Property.swift
[12/70] Compiling GLSceneLib WeakProperty.swift
[13/70] Compiling GLSceneLib BasicTransformShaderProtocol.swift
[14/70] Compiling GLSceneLib Camera.swift
[15/70] Compiling GLSceneLib ColorLineCirclePrimitive.swift
[16/70] Compiling GLSceneLib ColorLinePrimitive.swift
[17/70] Compiling GLSceneLib GLShader.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:29:13: warning: will never be executed
            return
            ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:28:24: note: condition always evaluates to true
        guard location >= 0 else {
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:36:13: warning: will never be executed
            return
            ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:35:24: note: condition always evaluates to true
        guard location >= 0 else {
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:49:13: warning: will never be executed
            return
            ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:48:24: note: condition always evaluates to true
        guard location >= 0 else {
                       ^
[18/70] Compiling GLSceneLib GLVertexArray.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:29:13: warning: will never be executed
            return
            ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:28:24: note: condition always evaluates to true
        guard location >= 0 else {
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:36:13: warning: will never be executed
            return
            ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:35:24: note: condition always evaluates to true
        guard location >= 0 else {
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:49:13: warning: will never be executed
            return
            ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:48:24: note: condition always evaluates to true
        guard location >= 0 else {
                       ^
[19/70] Compiling GLSceneLib CompositeDisposer.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:29:13: warning: will never be executed
            return
            ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:28:24: note: condition always evaluates to true
        guard location >= 0 else {
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:36:13: warning: will never be executed
            return
            ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:35:24: note: condition always evaluates to true
        guard location >= 0 else {
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:49:13: warning: will never be executed
            return
            ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:48:24: note: condition always evaluates to true
        guard location >= 0 else {
                       ^
[20/70] Compiling GLSceneLib DisposeBag.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:29:13: warning: will never be executed
            return
            ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:28:24: note: condition always evaluates to true
        guard location >= 0 else {
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:36:13: warning: will never be executed
            return
            ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:35:24: note: condition always evaluates to true
        guard location >= 0 else {
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:49:13: warning: will never be executed
            return
            ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:48:24: note: condition always evaluates to true
        guard location >= 0 else {
                       ^
[21/70] Compiling GLSceneLib Disposer.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:29:13: warning: will never be executed
            return
            ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:28:24: note: condition always evaluates to true
        guard location >= 0 else {
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:36:13: warning: will never be executed
            return
            ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:35:24: note: condition always evaluates to true
        guard location >= 0 else {
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:49:13: warning: will never be executed
            return
            ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:48:24: note: condition always evaluates to true
        guard location >= 0 else {
                       ^
[22/70] Compiling GLSceneLib EventCombine.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:29:13: warning: will never be executed
            return
            ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:28:24: note: condition always evaluates to true
        guard location >= 0 else {
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:36:13: warning: will never be executed
            return
            ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:35:24: note: condition always evaluates to true
        guard location >= 0 else {
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:49:13: warning: will never be executed
            return
            ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:48:24: note: condition always evaluates to true
        guard location >= 0 else {
                       ^
[23/70] Compiling GLSceneLib EventEmitter.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:29:13: warning: will never be executed
            return
            ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:28:24: note: condition always evaluates to true
        guard location >= 0 else {
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:36:13: warning: will never be executed
            return
            ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:35:24: note: condition always evaluates to true
        guard location >= 0 else {
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:49:13: warning: will never be executed
            return
            ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:48:24: note: condition always evaluates to true
        guard location >= 0 else {
                       ^
[24/70] Compiling GLSceneLib EventFlatMap.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:29:13: warning: will never be executed
            return
            ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:28:24: note: condition always evaluates to true
        guard location >= 0 else {
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:36:13: warning: will never be executed
            return
            ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:35:24: note: condition always evaluates to true
        guard location >= 0 else {
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:49:13: warning: will never be executed
            return
            ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:48:24: note: condition always evaluates to true
        guard location >= 0 else {
                       ^
[25/70] Compiling GLSceneLib EventMap.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:29:13: warning: will never be executed
            return
            ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:28:24: note: condition always evaluates to true
        guard location >= 0 else {
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:36:13: warning: will never be executed
            return
            ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:35:24: note: condition always evaluates to true
        guard location >= 0 else {
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:49:13: warning: will never be executed
            return
            ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLVertexArray.swift:48:24: note: condition always evaluates to true
        guard location >= 0 else {
                       ^
[26/78] Compiling GLSceneLib WeakBox.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/WeakBox.swift:24:20: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
            return flatMap { $0.value }
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/WeakBox.swift:24:20: note: use 'compactMap(_:)' instead
            return flatMap { $0.value }
                   ^~~~~~~
                   compactMap
[27/78] Compiling GLSceneLib ExtrudeSolid.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/WeakBox.swift:24:20: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
            return flatMap { $0.value }
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/WeakBox.swift:24:20: note: use 'compactMap(_:)' instead
            return flatMap { $0.value }
                   ^~~~~~~
                   compactMap
[28/78] Compiling GLSceneLib LineCircleElement.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/WeakBox.swift:24:20: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
            return flatMap { $0.value }
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/WeakBox.swift:24:20: note: use 'compactMap(_:)' instead
            return flatMap { $0.value }
                   ^~~~~~~
                   compactMap
[29/78] Compiling GLSceneLib LineElement.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/WeakBox.swift:24:20: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
            return flatMap { $0.value }
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/WeakBox.swift:24:20: note: use 'compactMap(_:)' instead
            return flatMap { $0.value }
                   ^~~~~~~
                   compactMap
[30/78] Compiling GLSceneLib MeshElement.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/WeakBox.swift:24:20: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
            return flatMap { $0.value }
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/WeakBox.swift:24:20: note: use 'compactMap(_:)' instead
            return flatMap { $0.value }
                   ^~~~~~~
                   compactMap
[31/78] Compiling GLSceneLib RenderSetting.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/WeakBox.swift:24:20: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
            return flatMap { $0.value }
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/WeakBox.swift:24:20: note: use 'compactMap(_:)' instead
            return flatMap { $0.value }
                   ^~~~~~~
                   compactMap
[32/78] Compiling GLSceneLib SweepSurface.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/WeakBox.swift:24:20: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
            return flatMap { $0.value }
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/WeakBox.swift:24:20: note: use 'compactMap(_:)' instead
            return flatMap { $0.value }
                   ^~~~~~~
                   compactMap
[33/78] Compiling GLSceneLib SweepSurfaceShapes.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/WeakBox.swift:24:20: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
            return flatMap { $0.value }
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/WeakBox.swift:24:20: note: use 'compactMap(_:)' instead
            return flatMap { $0.value }
                   ^~~~~~~
                   compactMap
[34/78] Compiling GLSceneLib TextElement.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/WeakBox.swift:24:20: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
            return flatMap { $0.value }
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/WeakBox.swift:24:20: note: use 'compactMap(_:)' instead
            return flatMap { $0.value }
                   ^~~~~~~
                   compactMap
[35/78] Compiling GLSceneLib TextRenderer.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLDataType.swift:16:12: warning: 'copyBytes(from:count:)' is deprecated: renamed to 'copyMemory(from:byteCount:)'
        to.copyBytes(from: &x, count: MemoryLayout<Self>.size)
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLDataType.swift:16:12: note: use 'copyMemory(from:byteCount:)' instead
        to.copyBytes(from: &x, count: MemoryLayout<Self>.size)
           ^~~~~~~~~           ~~~~~
           copyMemory          byteCount
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLExtension.swift:8:5: warning: 'public' modifier is redundant for initializer declared in a public extension
    public init(_ bool: Bool) {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLDataType.swift:16:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
        to.copyBytes(from: &x, count: MemoryLayout<Self>.size)
                           ^
[36/78] Compiling GLSceneLib UILabelTextRenderer.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLDataType.swift:16:12: warning: 'copyBytes(from:count:)' is deprecated: renamed to 'copyMemory(from:byteCount:)'
        to.copyBytes(from: &x, count: MemoryLayout<Self>.size)
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLDataType.swift:16:12: note: use 'copyMemory(from:byteCount:)' instead
        to.copyBytes(from: &x, count: MemoryLayout<Self>.size)
           ^~~~~~~~~           ~~~~~
           copyMemory          byteCount
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLExtension.swift:8:5: warning: 'public' modifier is redundant for initializer declared in a public extension
    public init(_ bool: Bool) {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLDataType.swift:16:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
        to.copyBytes(from: &x, count: MemoryLayout<Self>.size)
                           ^
[37/78] Compiling GLSceneLib GLBuffer.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLDataType.swift:16:12: warning: 'copyBytes(from:count:)' is deprecated: renamed to 'copyMemory(from:byteCount:)'
        to.copyBytes(from: &x, count: MemoryLayout<Self>.size)
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLDataType.swift:16:12: note: use 'copyMemory(from:byteCount:)' instead
        to.copyBytes(from: &x, count: MemoryLayout<Self>.size)
           ^~~~~~~~~           ~~~~~
           copyMemory          byteCount
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLExtension.swift:8:5: warning: 'public' modifier is redundant for initializer declared in a public extension
    public init(_ bool: Bool) {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLDataType.swift:16:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
        to.copyBytes(from: &x, count: MemoryLayout<Self>.size)
                           ^
[38/78] Compiling GLSceneLib GLDataConvert.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLDataType.swift:16:12: warning: 'copyBytes(from:count:)' is deprecated: renamed to 'copyMemory(from:byteCount:)'
        to.copyBytes(from: &x, count: MemoryLayout<Self>.size)
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLDataType.swift:16:12: note: use 'copyMemory(from:byteCount:)' instead
        to.copyBytes(from: &x, count: MemoryLayout<Self>.size)
           ^~~~~~~~~           ~~~~~
           copyMemory          byteCount
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLExtension.swift:8:5: warning: 'public' modifier is redundant for initializer declared in a public extension
    public init(_ bool: Bool) {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLDataType.swift:16:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
        to.copyBytes(from: &x, count: MemoryLayout<Self>.size)
                           ^
[39/78] Compiling GLSceneLib GLDataType.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLDataType.swift:16:12: warning: 'copyBytes(from:count:)' is deprecated: renamed to 'copyMemory(from:byteCount:)'
        to.copyBytes(from: &x, count: MemoryLayout<Self>.size)
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLDataType.swift:16:12: note: use 'copyMemory(from:byteCount:)' instead
        to.copyBytes(from: &x, count: MemoryLayout<Self>.size)
           ^~~~~~~~~           ~~~~~
           copyMemory          byteCount
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLExtension.swift:8:5: warning: 'public' modifier is redundant for initializer declared in a public extension
    public init(_ bool: Bool) {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLDataType.swift:16:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
        to.copyBytes(from: &x, count: MemoryLayout<Self>.size)
                           ^
[40/78] Compiling GLSceneLib GLError.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLDataType.swift:16:12: warning: 'copyBytes(from:count:)' is deprecated: renamed to 'copyMemory(from:byteCount:)'
        to.copyBytes(from: &x, count: MemoryLayout<Self>.size)
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLDataType.swift:16:12: note: use 'copyMemory(from:byteCount:)' instead
        to.copyBytes(from: &x, count: MemoryLayout<Self>.size)
           ^~~~~~~~~           ~~~~~
           copyMemory          byteCount
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLExtension.swift:8:5: warning: 'public' modifier is redundant for initializer declared in a public extension
    public init(_ bool: Bool) {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLDataType.swift:16:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
        to.copyBytes(from: &x, count: MemoryLayout<Self>.size)
                           ^
[41/78] Compiling GLSceneLib GLExtension.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLDataType.swift:16:12: warning: 'copyBytes(from:count:)' is deprecated: renamed to 'copyMemory(from:byteCount:)'
        to.copyBytes(from: &x, count: MemoryLayout<Self>.size)
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLDataType.swift:16:12: note: use 'copyMemory(from:byteCount:)' instead
        to.copyBytes(from: &x, count: MemoryLayout<Self>.size)
           ^~~~~~~~~           ~~~~~
           copyMemory          byteCount
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLExtension.swift:8:5: warning: 'public' modifier is redundant for initializer declared in a public extension
    public init(_ bool: Bool) {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLDataType.swift:16:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
        to.copyBytes(from: &x, count: MemoryLayout<Self>.size)
                           ^
[42/78] Compiling GLSceneLib GLFunctions.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLDataType.swift:16:12: warning: 'copyBytes(from:count:)' is deprecated: renamed to 'copyMemory(from:byteCount:)'
        to.copyBytes(from: &x, count: MemoryLayout<Self>.size)
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLDataType.swift:16:12: note: use 'copyMemory(from:byteCount:)' instead
        to.copyBytes(from: &x, count: MemoryLayout<Self>.size)
           ^~~~~~~~~           ~~~~~
           copyMemory          byteCount
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLExtension.swift:8:5: warning: 'public' modifier is redundant for initializer declared in a public extension
    public init(_ bool: Bool) {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLDataType.swift:16:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
        to.copyBytes(from: &x, count: MemoryLayout<Self>.size)
                           ^
[43/78] Compiling GLSceneLib GLIDHolder.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLDataType.swift:16:12: warning: 'copyBytes(from:count:)' is deprecated: renamed to 'copyMemory(from:byteCount:)'
        to.copyBytes(from: &x, count: MemoryLayout<Self>.size)
           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLDataType.swift:16:12: note: use 'copyMemory(from:byteCount:)' instead
        to.copyBytes(from: &x, count: MemoryLayout<Self>.size)
           ^~~~~~~~~           ~~~~~
           copyMemory          byteCount
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLExtension.swift:8:5: warning: 'public' modifier is redundant for initializer declared in a public extension
    public init(_ bool: Bool) {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLDataType.swift:16:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
        to.copyBytes(from: &x, count: MemoryLayout<Self>.size)
                           ^
[44/78] Compiling GLSceneLib Angle.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/ArrayExtension.swift:57:16: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        return flatMap { $0.asOptional() }
               ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/ArrayExtension.swift:57:16: note: use 'compactMap(_:)' instead
        return flatMap { $0.asOptional() }
               ^~~~~~~
               compactMap
[45/78] Compiling GLSceneLib ArrayExtension.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/ArrayExtension.swift:57:16: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        return flatMap { $0.asOptional() }
               ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/ArrayExtension.swift:57:16: note: use 'compactMap(_:)' instead
        return flatMap { $0.asOptional() }
               ^~~~~~~
               compactMap
[46/78] Compiling GLSceneLib Assert.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/ArrayExtension.swift:57:16: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        return flatMap { $0.asOptional() }
               ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/ArrayExtension.swift:57:16: note: use 'compactMap(_:)' instead
        return flatMap { $0.asOptional() }
               ^~~~~~~
               compactMap
[47/78] Compiling GLSceneLib Box.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/ArrayExtension.swift:57:16: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        return flatMap { $0.asOptional() }
               ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/ArrayExtension.swift:57:16: note: use 'compactMap(_:)' instead
        return flatMap { $0.asOptional() }
               ^~~~~~~
               compactMap
[48/78] Compiling GLSceneLib Cast.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/ArrayExtension.swift:57:16: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        return flatMap { $0.asOptional() }
               ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/ArrayExtension.swift:57:16: note: use 'compactMap(_:)' instead
        return flatMap { $0.asOptional() }
               ^~~~~~~
               compactMap
[49/78] Compiling GLSceneLib Color.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/ArrayExtension.swift:57:16: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        return flatMap { $0.asOptional() }
               ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/ArrayExtension.swift:57:16: note: use 'compactMap(_:)' instead
        return flatMap { $0.asOptional() }
               ^~~~~~~
               compactMap
[50/78] Compiling GLSceneLib FunctionalUtil.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/ArrayExtension.swift:57:16: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        return flatMap { $0.asOptional() }
               ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/ArrayExtension.swift:57:16: note: use 'compactMap(_:)' instead
        return flatMap { $0.asOptional() }
               ^~~~~~~
               compactMap
[51/78] Compiling GLSceneLib GenericError.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/ArrayExtension.swift:57:16: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        return flatMap { $0.asOptional() }
               ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/ArrayExtension.swift:57:16: note: use 'compactMap(_:)' instead
        return flatMap { $0.asOptional() }
               ^~~~~~~
               compactMap
[52/78] Compiling GLSceneLib Matrix4x4.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/ArrayExtension.swift:57:16: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        return flatMap { $0.asOptional() }
               ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Base/ArrayExtension.swift:57:16: note: use 'compactMap(_:)' instead
        return flatMap { $0.asOptional() }
               ^~~~~~~
               compactMap
[53/78] Emitting module GLSceneLib
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/GL/GLExtension.swift:8:5: warning: 'public' modifier is redundant for initializer declared in a public extension
    public init(_ bool: Bool) {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/ShaderPrimitive.swift:37:20: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ShaderPrimitive.PrimitiveKey' to 'Hashable' by implementing 'hash(into:)' instead
        public var hashValue: Int {
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/ShaderPrimitive.swift:177:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var vertices: [Vertex] {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/ShaderPrimitive.swift:187:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var indices: [Int] {
    ^~~~~~~

[54/78] Compiling GLSceneLib OpaqueColor.swift
[55/78] Compiling GLSceneLib OptionalExtension.swift
[56/78] Compiling GLSceneLib OptionalProtocol.swift
[57/78] Compiling GLSceneLib RangeExtension.swift
[58/78] Compiling GLSceneLib Size.swift
[59/78] Compiling GLSceneLib StringExtension.swift
[60/78] Compiling GLSceneLib Vector2.swift
[61/78] Compiling GLSceneLib Vector3.swift
[62/78] Compiling GLSceneLib Vector4.swift
[63/78] Compiling GLSceneLib ColorLineShader.swift
[64/78] Compiling GLSceneLib ColorShader.swift
[65/78] Compiling GLSceneLib DirectionalLight.swift
[66/78] Compiling GLSceneLib Display.swift
[67/78] Compiling GLSceneLib Light.swift
[68/78] Compiling GLSceneLib PhongShader.swift
[69/78] Compiling GLSceneLib Scene.swift
[70/78] Compiling GLSceneLib SceneElement.swift
[71/78] Compiling GLSceneLib SceneElementProtocol.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/ShaderPrimitive.swift:37:20: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ShaderPrimitive.PrimitiveKey' to 'Hashable' by implementing 'hash(into:)' instead
        public var hashValue: Int {
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/ShaderPrimitive.swift:177:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var vertices: [Vertex] {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/ShaderPrimitive.swift:187:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var indices: [Int] {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:19:43: warning: 'allocate(bytes:alignedTo:)' is deprecated: renamed to 'allocate(byteCount:alignment:)'
        let buf = UnsafeMutableRawPointer.allocate(bytes: size, alignedTo: alignment)
                                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:19:43: note: use 'allocate(byteCount:alignment:)' instead
        let buf = UnsafeMutableRawPointer.allocate(bytes: size, alignedTo: alignment)
                                          ^        ~~~~~        ~~~~~~~~~
                                                   byteCount    alignment
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:21:17: warning: 'deallocate(bytes:alignedTo:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead
            buf.deallocate(bytes: size, alignedTo: alignment)
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:21:17: note: use 'deallocate()' instead
            buf.deallocate(bytes: size, alignedTo: alignment)
                ^
[72/78] Compiling GLSceneLib SceneNode.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/ShaderPrimitive.swift:37:20: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ShaderPrimitive.PrimitiveKey' to 'Hashable' by implementing 'hash(into:)' instead
        public var hashValue: Int {
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/ShaderPrimitive.swift:177:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var vertices: [Vertex] {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/ShaderPrimitive.swift:187:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var indices: [Int] {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:19:43: warning: 'allocate(bytes:alignedTo:)' is deprecated: renamed to 'allocate(byteCount:alignment:)'
        let buf = UnsafeMutableRawPointer.allocate(bytes: size, alignedTo: alignment)
                                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:19:43: note: use 'allocate(byteCount:alignment:)' instead
        let buf = UnsafeMutableRawPointer.allocate(bytes: size, alignedTo: alignment)
                                          ^        ~~~~~        ~~~~~~~~~
                                                   byteCount    alignment
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:21:17: warning: 'deallocate(bytes:alignedTo:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead
            buf.deallocate(bytes: size, alignedTo: alignment)
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:21:17: note: use 'deallocate()' instead
            buf.deallocate(bytes: size, alignedTo: alignment)
                ^
[73/78] Compiling GLSceneLib SceneRenderer.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/ShaderPrimitive.swift:37:20: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ShaderPrimitive.PrimitiveKey' to 'Hashable' by implementing 'hash(into:)' instead
        public var hashValue: Int {
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/ShaderPrimitive.swift:177:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var vertices: [Vertex] {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/ShaderPrimitive.swift:187:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var indices: [Int] {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:19:43: warning: 'allocate(bytes:alignedTo:)' is deprecated: renamed to 'allocate(byteCount:alignment:)'
        let buf = UnsafeMutableRawPointer.allocate(bytes: size, alignedTo: alignment)
                                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:19:43: note: use 'allocate(byteCount:alignment:)' instead
        let buf = UnsafeMutableRawPointer.allocate(bytes: size, alignedTo: alignment)
                                          ^        ~~~~~        ~~~~~~~~~
                                                   byteCount    alignment
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:21:17: warning: 'deallocate(bytes:alignedTo:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead
            buf.deallocate(bytes: size, alignedTo: alignment)
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:21:17: note: use 'deallocate()' instead
            buf.deallocate(bytes: size, alignedTo: alignment)
                ^
[74/78] Compiling GLSceneLib ShaderPrimitive.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/ShaderPrimitive.swift:37:20: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ShaderPrimitive.PrimitiveKey' to 'Hashable' by implementing 'hash(into:)' instead
        public var hashValue: Int {
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/ShaderPrimitive.swift:177:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var vertices: [Vertex] {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/ShaderPrimitive.swift:187:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var indices: [Int] {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:19:43: warning: 'allocate(bytes:alignedTo:)' is deprecated: renamed to 'allocate(byteCount:alignment:)'
        let buf = UnsafeMutableRawPointer.allocate(bytes: size, alignedTo: alignment)
                                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:19:43: note: use 'allocate(byteCount:alignment:)' instead
        let buf = UnsafeMutableRawPointer.allocate(bytes: size, alignedTo: alignment)
                                          ^        ~~~~~        ~~~~~~~~~
                                                   byteCount    alignment
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:21:17: warning: 'deallocate(bytes:alignedTo:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead
            buf.deallocate(bytes: size, alignedTo: alignment)
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:21:17: note: use 'deallocate()' instead
            buf.deallocate(bytes: size, alignedTo: alignment)
                ^
[75/78] Compiling GLSceneLib ShaderProtocol.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/ShaderPrimitive.swift:37:20: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ShaderPrimitive.PrimitiveKey' to 'Hashable' by implementing 'hash(into:)' instead
        public var hashValue: Int {
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/ShaderPrimitive.swift:177:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var vertices: [Vertex] {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/ShaderPrimitive.swift:187:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var indices: [Int] {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:19:43: warning: 'allocate(bytes:alignedTo:)' is deprecated: renamed to 'allocate(byteCount:alignment:)'
        let buf = UnsafeMutableRawPointer.allocate(bytes: size, alignedTo: alignment)
                                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:19:43: note: use 'allocate(byteCount:alignment:)' instead
        let buf = UnsafeMutableRawPointer.allocate(bytes: size, alignedTo: alignment)
                                          ^        ~~~~~        ~~~~~~~~~
                                                   byteCount    alignment
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:21:17: warning: 'deallocate(bytes:alignedTo:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead
            buf.deallocate(bytes: size, alignedTo: alignment)
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:21:17: note: use 'deallocate()' instead
            buf.deallocate(bytes: size, alignedTo: alignment)
                ^
[76/78] Compiling GLSceneLib VertexAttribute.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/ShaderPrimitive.swift:37:20: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ShaderPrimitive.PrimitiveKey' to 'Hashable' by implementing 'hash(into:)' instead
        public var hashValue: Int {
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/ShaderPrimitive.swift:177:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var vertices: [Vertex] {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/ShaderPrimitive.swift:187:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var indices: [Int] {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:19:43: warning: 'allocate(bytes:alignedTo:)' is deprecated: renamed to 'allocate(byteCount:alignment:)'
        let buf = UnsafeMutableRawPointer.allocate(bytes: size, alignedTo: alignment)
                                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:19:43: note: use 'allocate(byteCount:alignment:)' instead
        let buf = UnsafeMutableRawPointer.allocate(bytes: size, alignedTo: alignment)
                                          ^        ~~~~~        ~~~~~~~~~
                                                   byteCount    alignment
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:21:17: warning: 'deallocate(bytes:alignedTo:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead
            buf.deallocate(bytes: size, alignedTo: alignment)
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:21:17: note: use 'deallocate()' instead
            buf.deallocate(bytes: size, alignedTo: alignment)
                ^
[77/78] Compiling GLSceneLib VertexAttributeDefinition.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/ShaderPrimitive.swift:37:20: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ShaderPrimitive.PrimitiveKey' to 'Hashable' by implementing 'hash(into:)' instead
        public var hashValue: Int {
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/ShaderPrimitive.swift:177:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var vertices: [Vertex] {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/ShaderPrimitive.swift:187:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var indices: [Int] {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:19:43: warning: 'allocate(bytes:alignedTo:)' is deprecated: renamed to 'allocate(byteCount:alignment:)'
        let buf = UnsafeMutableRawPointer.allocate(bytes: size, alignedTo: alignment)
                                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:19:43: note: use 'allocate(byteCount:alignment:)' instead
        let buf = UnsafeMutableRawPointer.allocate(bytes: size, alignedTo: alignment)
                                          ^        ~~~~~        ~~~~~~~~~
                                                   byteCount    alignment
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:21:17: warning: 'deallocate(bytes:alignedTo:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead
            buf.deallocate(bytes: size, alignedTo: alignment)
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:21:17: note: use 'deallocate()' instead
            buf.deallocate(bytes: size, alignedTo: alignment)
                ^
[78/78] Compiling GLSceneLib VertexSerializerProtocol.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/ShaderPrimitive.swift:37:20: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ShaderPrimitive.PrimitiveKey' to 'Hashable' by implementing 'hash(into:)' instead
        public var hashValue: Int {
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/ShaderPrimitive.swift:177:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var vertices: [Vertex] {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/ShaderPrimitive.swift:187:5: warning: 'public' modifier is redundant for property declared in a public extension
    public var indices: [Int] {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:19:43: warning: 'allocate(bytes:alignedTo:)' is deprecated: renamed to 'allocate(byteCount:alignment:)'
        let buf = UnsafeMutableRawPointer.allocate(bytes: size, alignedTo: alignment)
                                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:19:43: note: use 'allocate(byteCount:alignment:)' instead
        let buf = UnsafeMutableRawPointer.allocate(bytes: size, alignedTo: alignment)
                                          ^        ~~~~~        ~~~~~~~~~
                                                   byteCount    alignment
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:21:17: warning: 'deallocate(bytes:alignedTo:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead
            buf.deallocate(bytes: size, alignedTo: alignment)
                ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GLSceneLib/Scene/VertexSerializerProtocol.swift:21:17: note: use 'deallocate()' instead
            buf.deallocate(bytes: size, alignedTo: alignment)
                ^
Build complete! (9.90s)
Build complete.
Done.