The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/omochi/glscenelib.git
Reference: 0.1.8
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/omochi/glscenelib
 * tag               0.1.8      -> FETCH_HEAD
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 0.1.8
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/omochi/glscenelib.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--423B1241ED78D482.txt
[4/11] Compiling DebugReflect SwiftTypes.swift
[5/11] Compiling DebugReflect DebugReflectable.swift
[6/11] Compiling DebugReflect Util.swift
[7/11] Compiling DebugReflect DebugReflectBuilder.swift
[8/11] Compiling DebugReflect IndentTextWriter.swift
[9/11] Compiling DebugReflect DebugReflectValue.swift
[10/11] Emitting module DebugReflect
[11/11] Compiling DebugReflect DebugReflectWriter.swift
[12/73] 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] {
    ^~~~~~~

[13/81] Compiling GLSceneLib EventMerge.swift
[14/81] Compiling GLSceneLib EventSource.swift
[15/81] Compiling GLSceneLib Property.swift
[16/81] Compiling GLSceneLib WeakProperty.swift
[17/81] Compiling GLSceneLib BasicTransformShaderProtocol.swift
[18/81] Compiling GLSceneLib Camera.swift
[19/81] Compiling GLSceneLib ColorLineCirclePrimitive.swift
[20/81] Compiling GLSceneLib ColorLinePrimitive.swift
[21/81] 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
[22/81] 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
[23/81] 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
[24/81] 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
[25/81] 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
[26/81] 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
[27/81] 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
[28/81] 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
[29/81] 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
[30/81] 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 {
                       ^
[31/81] 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 {
                       ^
[32/81] 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 {
                       ^
[33/81] 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 {
                       ^
[34/81] 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 {
                       ^
[35/81] 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 {
                       ^
[36/81] 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 {
                       ^
[37/81] 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 {
                       ^
[38/81] 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 {
                       ^
[39/81] 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
[40/81] 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
[41/81] 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
[42/81] 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
[43/81] 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
[44/81] 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
[45/81] 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
[46/81] 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
[47/81] 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
[48/81] Compiling GLSceneLib OpaqueColor.swift
[49/81] Compiling GLSceneLib OptionalExtension.swift
[50/81] Compiling GLSceneLib OptionalProtocol.swift
[51/81] Compiling GLSceneLib RangeExtension.swift
[52/81] Compiling GLSceneLib Size.swift
[53/81] Compiling GLSceneLib StringExtension.swift
[54/81] Compiling GLSceneLib Vector2.swift
[55/81] Compiling GLSceneLib Vector3.swift
[56/81] Compiling GLSceneLib Vector4.swift
[57/81] 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)
                           ^
[58/81] 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)
                           ^
[59/81] 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)
                           ^
[60/81] 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)
                           ^
[61/81] 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)
                           ^
[62/81] 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)
                           ^
[63/81] 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)
                           ^
[64/81] 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)
                           ^
[65/81] 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)
                           ^
[66/81] Compiling GLSceneLib ColorLineShader.swift
[67/81] Compiling GLSceneLib ColorShader.swift
[68/81] Compiling GLSceneLib DirectionalLight.swift
[69/81] Compiling GLSceneLib Display.swift
[70/81] Compiling GLSceneLib Light.swift
[71/81] Compiling GLSceneLib PhongShader.swift
[72/81] Compiling GLSceneLib Scene.swift
[73/81] Compiling GLSceneLib SceneElement.swift
[74/81] 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)
                ^
[75/81] 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)
                ^
[76/81] 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)
                ^
[77/81] 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)
                ^
[78/81] 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)
                ^
[79/81] 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)
                ^
[80/81] 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)
                ^
[81/81] 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! (4.32s)
Fetching https://github.com/omochi/DebugReflect.git from cache
Fetched https://github.com/omochi/DebugReflect.git from cache (0.17s)
Computing version for https://github.com/omochi/DebugReflect.git
Computed https://github.com/omochi/DebugReflect.git at 0.3.5 (0.03s)
Creating working copy for https://github.com/omochi/DebugReflect.git
Working copy of https://github.com/omochi/DebugReflect.git resolved at 0.3.5
Build complete.
Done.