The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DarwinPrivateFrameworks, reference main (0f24bb), with Swift 6.1 for macOS (SPM) on 1 May 2026 18:38:51 UTC.

Swift 6 data race errors: 2

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0f24bb3 [GF] [Feature] Add GesutureNode API
Cloned https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git
Revision (git rev-parse @):
0f24bb3e4188c48e3e380495207589e34ec37c7e
SUCCESS checkout https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git
https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git
{
  "cxx_language_standard" : "c++20",
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    }
  ],
  "manifest_display_name" : "DarwinPrivateFrameworks",
  "name" : "DarwinPrivateFrameworks",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "18.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "AttributeGraph",
      "targets" : [
        "AttributeGraph",
        "_AttributeGraphDeviceSwiftShims"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RenderBox",
      "targets" : [
        "RenderBox"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CoreUI",
      "targets" : [
        "CoreUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BacklightServices",
      "targets" : [
        "BacklightServices"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SFSymbols",
      "targets" : [
        "SFSymbols"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CoreSVG",
      "targets" : [
        "CoreSVG"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Gestures",
      "targets" : [
        "Gestures",
        "_GesturesDeviceSwiftShims"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_GesturesDeviceSwiftShims",
      "module_type" : "SwiftTarget",
      "name" : "_GesturesDeviceSwiftShims",
      "path" : "GF/DeviceSwiftShims",
      "product_dependencies" : [
        "OrderedCollections"
      ],
      "product_memberships" : [
        "Gestures"
      ],
      "sources" : [
        "Core/GestureNodeMatcher.swift",
        "Core/GestureOutput.swift",
        "Core/GesturePhase.swift",
        "Core/GesturePhaseQueue.swift",
        "Core/GestureRelation.swift",
        "Core/GestureTag.swift",
        "Core/GestureTrait.swift",
        "Event/Event.swift",
        "Event/EventID.swift",
        "Event/MouseEvent.swift",
        "Event/ScrollEvent.swift",
        "Event/SpatialEvent.swift",
        "Event/TouchEvent.swift",
        "Export.swift",
        "Extension/GFGesturePhase.swift",
        "Extension/GFGestureRelation.swift",
        "Extension/StandardLibraryAdditions.swift",
        "GestureNode/GestureNode.swift",
        "GestureNode/GestureNodeContainer.swift",
        "GestureNode/GestureNodeDelegate.swift",
        "GestureNode/GestureNodeID.swift",
        "GestureNode/GestureNodeOptions.swift",
        "Log.swift",
        "Logging.swift",
        "Time/GestureUpdateDriver.swift",
        "Time/TimeScheduler.swift",
        "Time/TimeSource.swift",
        "Time/Timestamp.swift",
        "Time/UpdateScheduler.swift",
        "Time/UptimeTimeSource.swift",
        "Util/AdditiveArithmetic.swift",
        "Util/LocationContaining.swift",
        "Util/Mergeable.swift",
        "Util/NestedCustomStringConvertible.swift",
        "Util/RingBuffer.swift",
        "Util/ThresholdAdjustable.swift",
        "Util/VectorArithmetic.swift"
      ],
      "target_dependencies" : [
        "Gestures"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_AttributeGraphDeviceSwiftShims",
      "module_type" : "SwiftTarget",
      "name" : "_AttributeGraphDeviceSwiftShims",
      "path" : "AG/DeviceSwiftShims",
      "product_memberships" : [
        "AttributeGraph"
      ],
      "sources" : [
        "Attribute/Attribute/AnyAttribute.swift",
        "Attribute/Attribute/Attribute.swift",
        "Attribute/Attribute/External.swift",
        "Attribute/Attribute/PointerOffset.swift",
        "Attribute/Body/AttributeBody.swift",
        "Attribute/Body/AttributeBodyVisitor.swift",
        "Attribute/Body/ObservedAttribute.swift",
        "Attribute/Indirect/IndirectAttribute.swift",
        "Attribute/Optional/AnyOptionalAttribute.swift",
        "Attribute/Optional/OptionalAttribute.swift",
        "Attribute/Rule/Focus.swift",
        "Attribute/Rule/Map.swift",
        "Attribute/Rule/Rule.swift",
        "Attribute/Rule/StatefulRule.swift",
        "Attribute/RuleContext/AnyRuleContext.swift",
        "Attribute/RuleContext/RuleContext.swift",
        "Attribute/Weak/AnyWeakAttribute.swift",
        "Attribute/Weak/WeakAttribute.swift",
        "Debug/DebugServer.swift",
        "Export.swift",
        "Graph/Graph.swift",
        "Graph/Subgraph.swift",
        "Runtime/CompareValues.swift",
        "Runtime/Metadata.swift",
        "Runtime/OGTypeApplyEnumData.swift",
        "Runtime/TupleType.swift"
      ],
      "target_dependencies" : [
        "AttributeGraph"
      ],
      "type" : "library"
    },
    {
      "c99name" : "UpdateXCFrameworks",
      "module_type" : "PluginTarget",
      "name" : "UpdateXCFrameworks",
      "path" : "Plugins/UpdateXCFrameworks",
      "plugin_capability" : {
        "intent" : {
          "description" : "Update xcframeworks",
          "type" : "custom",
          "verb" : "update-xcframeworks"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Update xcframeworks",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "sources" : [
        "UpdateXCFrameworksCommand.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SFSymbols",
      "module_type" : "BinaryTarget",
      "name" : "SFSymbols",
      "path" : "SFSymbols/2024/SFSymbols.xcframework",
      "product_memberships" : [
        "SFSymbols"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "RenderBox",
      "module_type" : "BinaryTarget",
      "name" : "RenderBox",
      "path" : "RB/2024/RenderBox.xcframework",
      "product_memberships" : [
        "RenderBox"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "Gestures",
      "module_type" : "BinaryTarget",
      "name" : "Gestures",
      "path" : "GF/2025/Gestures.xcframework",
      "product_memberships" : [
        "Gestures"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "CoreUI",
      "module_type" : "BinaryTarget",
      "name" : "CoreUI",
      "path" : "CoreUI/2024/CoreUI.xcframework",
      "product_memberships" : [
        "CoreUI"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "CoreSVG",
      "module_type" : "BinaryTarget",
      "name" : "CoreSVG",
      "path" : "CoreSVG/2024/CoreSVG.xcframework",
      "product_memberships" : [
        "CoreSVG"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "BacklightServices",
      "module_type" : "BinaryTarget",
      "name" : "BacklightServices",
      "path" : "BLS/2024/BacklightServices.xcframework",
      "product_memberships" : [
        "BacklightServices"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "AttributeGraph",
      "module_type" : "BinaryTarget",
      "name" : "AttributeGraph",
      "path" : "AG/2024/AttributeGraph.xcframework",
      "product_memberships" : [
        "AttributeGraph"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "6.1"
}
warning: 'spi-builder-workspace': [Env] DARWINPRIVATEFRAMEWORKS_BUILD_FOR_DARWIN_PLATFORM not set -> true(default)
[Env] DARWINPRIVATEFRAMEWORKS_TARGET_RELEASE not set -> 2024(default)
[Env] DARWINPRIVATEFRAMEWORKS_LIBRARY_EVOLUTION not set -> true(default)
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin UpdateXCFrameworks
Building for debugging...
[1/8] Write sources
[5/8] Copying Gestures.framework
[6/8] Copying AttributeGraph.framework
[7/8] Write swift-version-2F0A5646E1D333AE.txt
[9/52] Compiling _AttributeGraphDeviceSwiftShims OptionalAttribute.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/52] Compiling _AttributeGraphDeviceSwiftShims Focus.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/53] Compiling InternalCollectionsUtilities _UniqueCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/53] Emitting module InternalCollectionsUtilities
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/53] Compiling _AttributeGraphDeviceSwiftShims Subgraph.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/53] Compiling _AttributeGraphDeviceSwiftShims Rule.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/53] Compiling _AttributeGraphDeviceSwiftShims External.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/53] Compiling _AttributeGraphDeviceSwiftShims Graph.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/53] Compiling _AttributeGraphDeviceSwiftShims CompareValues.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/53] Compiling _AttributeGraphDeviceSwiftShims Metadata.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/53] Compiling _AttributeGraphDeviceSwiftShims StatefulRule.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/53] Compiling _AttributeGraphDeviceSwiftShims AnyRuleContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/53] Compiling _AttributeGraphDeviceSwiftShims AttributeBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/53] Compiling _AttributeGraphDeviceSwiftShims AttributeBodyVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/53] Compiling _AttributeGraphDeviceSwiftShims AnyAttribute.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/53] Compiling _AttributeGraphDeviceSwiftShims Attribute.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/53] Compiling _AttributeGraphDeviceSwiftShims ObservedAttribute.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/53] Compiling _AttributeGraphDeviceSwiftShims IndirectAttribute.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/53] Compiling _AttributeGraphDeviceSwiftShims AnyOptionalAttribute.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/53] Compiling _AttributeGraphDeviceSwiftShims PointerOffset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/109] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/109] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/109] Compiling OrderedCollections OrderedSet+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/115] Compiling OrderedCollections OrderedDictionary+Elements.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/115] Compiling OrderedCollections OrderedDictionary+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/115] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/115] Compiling OrderedCollections OrderedDictionary+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/115] Compiling OrderedCollections OrderedDictionary+Initializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/115] Compiling OrderedCollections OrderedDictionary+Invariants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/115] Compiling OrderedCollections _Hashtable+Header.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/115] Compiling OrderedCollections OrderedDictionary+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/115] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/115] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/115] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/115] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/115] Compiling OrderedCollections OrderedSet+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/115] Compiling OrderedCollections OrderedSet+Initializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/115] Compiling OrderedCollections OrderedSet+Insertions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/115] Compiling OrderedCollections OrderedSet+Invariants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/115] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/115] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/115] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/115] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/115] Compiling OrderedCollections OrderedDictionary+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/115] Compiling OrderedCollections OrderedDictionary+Sequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/115] Compiling OrderedCollections OrderedDictionary+Values.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/115] Compiling OrderedCollections OrderedDictionary.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/115] Compiling OrderedCollections _HashTable+Bucket.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/115] Compiling OrderedCollections _HashTable+BucketIterator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/115] Compiling OrderedCollections _HashTable+Constants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/115] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/115] Compiling OrderedCollections _HashTable+Testing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/115] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/115] Compiling OrderedCollections _HashTable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/115] Compiling OrderedCollections OrderedSet+SubSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/115] Compiling OrderedCollections OrderedSet+Testing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/115] Compiling OrderedCollections OrderedSet+UnorderedView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/115] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/115] Compiling OrderedCollections OrderedSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/115] Compiling OrderedCollections _UnsafeBitset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/115] Compiling OrderedCollections OrderedSet+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/115] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[86/115] Compiling OrderedCollections OrderedSet+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/115] Compiling OrderedCollections OrderedSet+Diffing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/115] Compiling OrderedCollections OrderedSet+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/115] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/115] Emitting module OrderedCollections
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/150] Emitting module _AttributeGraphDeviceSwiftShims
/Users/admin/builder/spi-builder-workspace/AG/DeviceSwiftShims/Attribute/Attribute/AnyAttribute.swift:93:31: warning: conformance of 'AnyAttribute' to protocol 'CustomStringConvertible' was already stated in the type's module 'AttributeGraph'
91 | // MARK: CustomStringConvertible
92 |
93 | extension AnyAttribute: Swift.CustomStringConvertible {
   |                               `- warning: conformance of 'AnyAttribute' to protocol 'CustomStringConvertible' was already stated in the type's module 'AttributeGraph'
94 |     @inlinable
95 |     public var description: String { "#\(rawValue)" }
   |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
96 | }
97 |
AttributeGraph.AnyAttribute:1:11: note: 'AnyAttribute' declares conformance to protocol 'CustomStringConvertible' here
1 | extension AnyAttribute : CustomStringConvertible {
  |           `- note: 'AnyAttribute' declares conformance to protocol 'CustomStringConvertible' here
2 |     @inlinable public var description: String { get }
3 | }
/Users/admin/builder/spi-builder-workspace/AG/DeviceSwiftShims/Attribute/Weak/AnyWeakAttribute.swift:34:35: warning: conformance of 'AnyWeakAttribute' to protocol 'Hashable' was already stated in the type's module 'AttributeGraph'
32 | }
33 |
34 | extension AnyWeakAttribute: Swift.Hashable {
   |                                   `- warning: conformance of 'AnyWeakAttribute' to protocol 'Hashable' was already stated in the type's module 'AttributeGraph'
35 |     public static func == (lhs: AnyWeakAttribute, rhs: AnyWeakAttribute) -> Bool {
36 |         lhs._details.identifier == rhs._details.identifier && lhs._details.seed == rhs._details.seed
37 |     }
38 |
39 |     public func hash(into hasher: inout Hasher) {
   |                 `- note: instance method 'hash(into:)' will not be used to satisfy the conformance to 'Hashable'
40 |         hasher.combine(_details.identifier)
41 |         hasher.combine(_details.seed)
AttributeGraph.AnyWeakAttribute:1:11: note: 'AnyWeakAttribute' declares conformance to protocol 'Hashable' here
1 | extension AnyWeakAttribute : Hashable {
  |           `- note: 'AnyWeakAttribute' declares conformance to protocol 'Hashable' here
2 |     public static func == (lhs: AnyWeakAttribute, rhs: AnyWeakAttribute) -> Bool
3 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/AG/DeviceSwiftShims/Attribute/Weak/AnyWeakAttribute.swift:45:35: warning: conformance of 'AnyWeakAttribute' to protocol 'CustomStringConvertible' was already stated in the type's module 'AttributeGraph'
43 | }
44 |
45 | extension AnyWeakAttribute: Swift.CustomStringConvertible {
   |                                   `- warning: conformance of 'AnyWeakAttribute' to protocol 'CustomStringConvertible' was already stated in the type's module 'AttributeGraph'
46 |     @_alwaysEmitIntoClient
47 |     public var description: String { attribute?.description ?? "nil" }
   |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
48 | }
49 |
AttributeGraph.AnyWeakAttribute:1:11: note: 'AnyWeakAttribute' declares conformance to protocol 'CustomStringConvertible' here
1 | extension AnyWeakAttribute : CustomStringConvertible {
  |           `- note: 'AnyWeakAttribute' declares conformance to protocol 'CustomStringConvertible' here
2 |     public var description: String { get }
3 | }
/Users/admin/builder/spi-builder-workspace/AG/DeviceSwiftShims/Runtime/Metadata.swift:33:27: warning: conformance of 'Metadata' to protocol 'Hashable' was already stated in the type's module 'AttributeGraph'
31 | }
32 |
33 | extension Metadata: Swift.Hashable, Swift.CustomStringConvertible {
   |                           `- warning: conformance of 'Metadata' to protocol 'Hashable' was already stated in the type's module 'AttributeGraph'
34 |     /// Creates metadata from a Swift type.
35 |     ///
AttributeGraph.Metadata:1:11: note: 'Metadata' declares conformance to protocol 'Hashable' here
1 | extension Metadata : Hashable, CustomStringConvertible {
  |           `- note: 'Metadata' declares conformance to protocol 'Hashable' here
2 |     public init(_ type: any Any.Type)
3 |     public var type: any Any.Type { get }
/Users/admin/builder/spi-builder-workspace/AG/DeviceSwiftShims/Runtime/Metadata.swift:33:43: warning: conformance of 'Metadata' to protocol 'CustomStringConvertible' was already stated in the type's module 'AttributeGraph'
31 | }
32 |
33 | extension Metadata: Swift.Hashable, Swift.CustomStringConvertible {
   |                                           `- warning: conformance of 'Metadata' to protocol 'CustomStringConvertible' was already stated in the type's module 'AttributeGraph'
34 |     /// Creates metadata from a Swift type.
35 |     ///
   :
44 |     }
45 |
46 |     public var description: String {
   |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
47 |         #if canImport(ObjectiveC)
48 |         __AGTypeDescription(self) as NSString as String
AttributeGraph.Metadata:1:11: note: 'Metadata' declares conformance to protocol 'CustomStringConvertible' here
1 | extension Metadata : Hashable, CustomStringConvertible {
  |           `- note: 'Metadata' declares conformance to protocol 'CustomStringConvertible' here
2 |     public init(_ type: any Any.Type)
3 |     public var type: any Any.Type { get }
/Users/admin/builder/spi-builder-workspace/AG/DeviceSwiftShims/Runtime/Metadata.swift:63:28: warning: conformance of 'Signature' to protocol 'Equatable' was already stated in the type's module 'AttributeGraph'
61 |
62 | #if ATTRIBUTEGRAPH_RELEASE_2024
63 | extension Signature: Swift.Equatable {
   |                            `- warning: conformance of 'Signature' to protocol 'Equatable' was already stated in the type's module 'AttributeGraph'
64 |     public static func == (_ lhs: Signature, _ rhs: Signature) -> Bool {
   |                        `- note: operator function '==' will not be used to satisfy the conformance to 'Equatable'
65 |         return lhs.bytes.0 == rhs.bytes.0 && lhs.bytes.1 == rhs.bytes.1
66 |             && lhs.bytes.2 == rhs.bytes.2 && lhs.bytes.3 == rhs.bytes.3
AttributeGraph.Signature:1:11: note: 'Signature' declares conformance to protocol 'Equatable' here
1 | extension Signature : Equatable {
  |           `- note: 'Signature' declares conformance to protocol 'Equatable' here
2 |     public static func == (lhs: Signature, rhs: Signature) -> Bool
3 | }
[92/152] Compiling _AttributeGraphDeviceSwiftShims OGTypeApplyEnumData.swift
[93/152] Compiling _AttributeGraphDeviceSwiftShims TupleType.swift
[94/152] Compiling _GesturesDeviceSwiftShims NestedCustomStringConvertible.swift
[95/152] Compiling _GesturesDeviceSwiftShims TouchEvent.swift
[96/152] Compiling _GesturesDeviceSwiftShims Export.swift
[97/152] Compiling _GesturesDeviceSwiftShims GestureTag.swift
[98/152] Compiling _GesturesDeviceSwiftShims GestureTrait.swift
[99/152] Compiling _GesturesDeviceSwiftShims Event.swift
[100/152] Compiling _GesturesDeviceSwiftShims GestureUpdateDriver.swift
/Users/admin/builder/spi-builder-workspace/AG/DeviceSwiftShims/Attribute/Weak/AnyWeakAttribute.swift:34:35: warning: conformance of 'AnyWeakAttribute' to protocol 'Hashable' was already stated in the type's module 'AttributeGraph'
32 | }
33 |
34 | extension AnyWeakAttribute: Swift.Hashable {
   |                                   `- warning: conformance of 'AnyWeakAttribute' to protocol 'Hashable' was already stated in the type's module 'AttributeGraph'
35 |     public static func == (lhs: AnyWeakAttribute, rhs: AnyWeakAttribute) -> Bool {
36 |         lhs._details.identifier == rhs._details.identifier && lhs._details.seed == rhs._details.seed
37 |     }
38 |
39 |     public func hash(into hasher: inout Hasher) {
   |                 `- note: instance method 'hash(into:)' will not be used to satisfy the conformance to 'Hashable'
40 |         hasher.combine(_details.identifier)
41 |         hasher.combine(_details.seed)
AttributeGraph.AnyWeakAttribute:1:11: note: 'AnyWeakAttribute' declares conformance to protocol 'Hashable' here
1 | extension AnyWeakAttribute : Hashable {
  |           `- note: 'AnyWeakAttribute' declares conformance to protocol 'Hashable' here
2 |     public static func == (lhs: AnyWeakAttribute, rhs: AnyWeakAttribute) -> Bool
3 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/AG/DeviceSwiftShims/Attribute/Weak/AnyWeakAttribute.swift:45:35: warning: conformance of 'AnyWeakAttribute' to protocol 'CustomStringConvertible' was already stated in the type's module 'AttributeGraph'
43 | }
44 |
45 | extension AnyWeakAttribute: Swift.CustomStringConvertible {
   |                                   `- warning: conformance of 'AnyWeakAttribute' to protocol 'CustomStringConvertible' was already stated in the type's module 'AttributeGraph'
46 |     @_alwaysEmitIntoClient
47 |     public var description: String { attribute?.description ?? "nil" }
   |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
48 | }
49 |
AttributeGraph.AnyWeakAttribute:1:11: note: 'AnyWeakAttribute' declares conformance to protocol 'CustomStringConvertible' here
1 | extension AnyWeakAttribute : CustomStringConvertible {
  |           `- note: 'AnyWeakAttribute' declares conformance to protocol 'CustomStringConvertible' here
2 |     public var description: String { get }
3 | }
[101/152] Compiling _GesturesDeviceSwiftShims TimeScheduler.swift
/Users/admin/builder/spi-builder-workspace/AG/DeviceSwiftShims/Attribute/Weak/AnyWeakAttribute.swift:34:35: warning: conformance of 'AnyWeakAttribute' to protocol 'Hashable' was already stated in the type's module 'AttributeGraph'
32 | }
33 |
34 | extension AnyWeakAttribute: Swift.Hashable {
   |                                   `- warning: conformance of 'AnyWeakAttribute' to protocol 'Hashable' was already stated in the type's module 'AttributeGraph'
35 |     public static func == (lhs: AnyWeakAttribute, rhs: AnyWeakAttribute) -> Bool {
36 |         lhs._details.identifier == rhs._details.identifier && lhs._details.seed == rhs._details.seed
37 |     }
38 |
39 |     public func hash(into hasher: inout Hasher) {
   |                 `- note: instance method 'hash(into:)' will not be used to satisfy the conformance to 'Hashable'
40 |         hasher.combine(_details.identifier)
41 |         hasher.combine(_details.seed)
AttributeGraph.AnyWeakAttribute:1:11: note: 'AnyWeakAttribute' declares conformance to protocol 'Hashable' here
1 | extension AnyWeakAttribute : Hashable {
  |           `- note: 'AnyWeakAttribute' declares conformance to protocol 'Hashable' here
2 |     public static func == (lhs: AnyWeakAttribute, rhs: AnyWeakAttribute) -> Bool
3 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/AG/DeviceSwiftShims/Attribute/Weak/AnyWeakAttribute.swift:45:35: warning: conformance of 'AnyWeakAttribute' to protocol 'CustomStringConvertible' was already stated in the type's module 'AttributeGraph'
43 | }
44 |
45 | extension AnyWeakAttribute: Swift.CustomStringConvertible {
   |                                   `- warning: conformance of 'AnyWeakAttribute' to protocol 'CustomStringConvertible' was already stated in the type's module 'AttributeGraph'
46 |     @_alwaysEmitIntoClient
47 |     public var description: String { attribute?.description ?? "nil" }
   |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
48 | }
49 |
AttributeGraph.AnyWeakAttribute:1:11: note: 'AnyWeakAttribute' declares conformance to protocol 'CustomStringConvertible' here
1 | extension AnyWeakAttribute : CustomStringConvertible {
  |           `- note: 'AnyWeakAttribute' declares conformance to protocol 'CustomStringConvertible' here
2 |     public var description: String { get }
3 | }
[102/152] Compiling _GesturesDeviceSwiftShims TimeSource.swift
/Users/admin/builder/spi-builder-workspace/AG/DeviceSwiftShims/Attribute/Weak/AnyWeakAttribute.swift:34:35: warning: conformance of 'AnyWeakAttribute' to protocol 'Hashable' was already stated in the type's module 'AttributeGraph'
32 | }
33 |
34 | extension AnyWeakAttribute: Swift.Hashable {
   |                                   `- warning: conformance of 'AnyWeakAttribute' to protocol 'Hashable' was already stated in the type's module 'AttributeGraph'
35 |     public static func == (lhs: AnyWeakAttribute, rhs: AnyWeakAttribute) -> Bool {
36 |         lhs._details.identifier == rhs._details.identifier && lhs._details.seed == rhs._details.seed
37 |     }
38 |
39 |     public func hash(into hasher: inout Hasher) {
   |                 `- note: instance method 'hash(into:)' will not be used to satisfy the conformance to 'Hashable'
40 |         hasher.combine(_details.identifier)
41 |         hasher.combine(_details.seed)
AttributeGraph.AnyWeakAttribute:1:11: note: 'AnyWeakAttribute' declares conformance to protocol 'Hashable' here
1 | extension AnyWeakAttribute : Hashable {
  |           `- note: 'AnyWeakAttribute' declares conformance to protocol 'Hashable' here
2 |     public static func == (lhs: AnyWeakAttribute, rhs: AnyWeakAttribute) -> Bool
3 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/AG/DeviceSwiftShims/Attribute/Weak/AnyWeakAttribute.swift:45:35: warning: conformance of 'AnyWeakAttribute' to protocol 'CustomStringConvertible' was already stated in the type's module 'AttributeGraph'
43 | }
44 |
45 | extension AnyWeakAttribute: Swift.CustomStringConvertible {
   |                                   `- warning: conformance of 'AnyWeakAttribute' to protocol 'CustomStringConvertible' was already stated in the type's module 'AttributeGraph'
46 |     @_alwaysEmitIntoClient
47 |     public var description: String { attribute?.description ?? "nil" }
   |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
48 | }
49 |
AttributeGraph.AnyWeakAttribute:1:11: note: 'AnyWeakAttribute' declares conformance to protocol 'CustomStringConvertible' here
1 | extension AnyWeakAttribute : CustomStringConvertible {
  |           `- note: 'AnyWeakAttribute' declares conformance to protocol 'CustomStringConvertible' here
2 |     public var description: String { get }
3 | }
[103/152] Compiling _GesturesDeviceSwiftShims GFGesturePhase.swift
[104/152] Compiling _GesturesDeviceSwiftShims GFGestureRelation.swift
[105/152] Compiling _GesturesDeviceSwiftShims GestureRelation.swift
[106/152] Compiling _GesturesDeviceSwiftShims Timestamp.swift
[107/152] Compiling _GesturesDeviceSwiftShims GestureNodeID.swift
[108/152] Compiling _GesturesDeviceSwiftShims SpatialEvent.swift
[109/152] Compiling _GesturesDeviceSwiftShims LocationContaining.swift
[110/152] Compiling _GesturesDeviceSwiftShims Mergeable.swift
[111/152] Compiling _GesturesDeviceSwiftShims GesturePhase.swift
/Users/admin/builder/spi-builder-workspace/AG/DeviceSwiftShims/Attribute/Attribute/AnyAttribute.swift:93:31: warning: conformance of 'AnyAttribute' to protocol 'CustomStringConvertible' was already stated in the type's module 'AttributeGraph'
91 | // MARK: CustomStringConvertible
92 |
93 | extension AnyAttribute: Swift.CustomStringConvertible {
   |                               `- warning: conformance of 'AnyAttribute' to protocol 'CustomStringConvertible' was already stated in the type's module 'AttributeGraph'
94 |     @inlinable
95 |     public var description: String { "#\(rawValue)" }
   |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
96 | }
97 |
AttributeGraph.AnyAttribute:1:11: note: 'AnyAttribute' declares conformance to protocol 'CustomStringConvertible' here
1 | extension AnyAttribute : CustomStringConvertible {
  |           `- note: 'AnyAttribute' declares conformance to protocol 'CustomStringConvertible' here
2 |     @inlinable public var description: String { get }
3 | }
[112/152] Compiling _GesturesDeviceSwiftShims GesturePhaseQueue.swift
/Users/admin/builder/spi-builder-workspace/AG/DeviceSwiftShims/Attribute/Attribute/AnyAttribute.swift:93:31: warning: conformance of 'AnyAttribute' to protocol 'CustomStringConvertible' was already stated in the type's module 'AttributeGraph'
91 | // MARK: CustomStringConvertible
92 |
93 | extension AnyAttribute: Swift.CustomStringConvertible {
   |                               `- warning: conformance of 'AnyAttribute' to protocol 'CustomStringConvertible' was already stated in the type's module 'AttributeGraph'
94 |     @inlinable
95 |     public var description: String { "#\(rawValue)" }
   |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
96 | }
97 |
AttributeGraph.AnyAttribute:1:11: note: 'AnyAttribute' declares conformance to protocol 'CustomStringConvertible' here
1 | extension AnyAttribute : CustomStringConvertible {
  |           `- note: 'AnyAttribute' declares conformance to protocol 'CustomStringConvertible' here
2 |     @inlinable public var description: String { get }
3 | }
[113/152] Compiling _GesturesDeviceSwiftShims EventID.swift
/Users/admin/builder/spi-builder-workspace/AG/DeviceSwiftShims/Attribute/Attribute/AnyAttribute.swift:93:31: warning: conformance of 'AnyAttribute' to protocol 'CustomStringConvertible' was already stated in the type's module 'AttributeGraph'
91 | // MARK: CustomStringConvertible
92 |
93 | extension AnyAttribute: Swift.CustomStringConvertible {
   |                               `- warning: conformance of 'AnyAttribute' to protocol 'CustomStringConvertible' was already stated in the type's module 'AttributeGraph'
94 |     @inlinable
95 |     public var description: String { "#\(rawValue)" }
   |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
96 | }
97 |
AttributeGraph.AnyAttribute:1:11: note: 'AnyAttribute' declares conformance to protocol 'CustomStringConvertible' here
1 | extension AnyAttribute : CustomStringConvertible {
  |           `- note: 'AnyAttribute' declares conformance to protocol 'CustomStringConvertible' here
2 |     @inlinable public var description: String { get }
3 | }
[114/152] Compiling _GesturesDeviceSwiftShims GestureNodeMatcher.swift
/Users/admin/builder/spi-builder-workspace/AG/DeviceSwiftShims/Runtime/Metadata.swift:33:27: warning: conformance of 'Metadata' to protocol 'Hashable' was already stated in the type's module 'AttributeGraph'
31 | }
32 |
33 | extension Metadata: Swift.Hashable, Swift.CustomStringConvertible {
   |                           `- warning: conformance of 'Metadata' to protocol 'Hashable' was already stated in the type's module 'AttributeGraph'
34 |     /// Creates metadata from a Swift type.
35 |     ///
AttributeGraph.Metadata:1:11: note: 'Metadata' declares conformance to protocol 'Hashable' here
1 | extension Metadata : Hashable, CustomStringConvertible {
  |           `- note: 'Metadata' declares conformance to protocol 'Hashable' here
2 |     public init(_ type: any Any.Type)
3 |     public var type: any Any.Type { get }
/Users/admin/builder/spi-builder-workspace/AG/DeviceSwiftShims/Runtime/Metadata.swift:33:43: warning: conformance of 'Metadata' to protocol 'CustomStringConvertible' was already stated in the type's module 'AttributeGraph'
31 | }
32 |
33 | extension Metadata: Swift.Hashable, Swift.CustomStringConvertible {
   |                                           `- warning: conformance of 'Metadata' to protocol 'CustomStringConvertible' was already stated in the type's module 'AttributeGraph'
34 |     /// Creates metadata from a Swift type.
35 |     ///
   :
44 |     }
45 |
46 |     public var description: String {
   |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
47 |         #if canImport(ObjectiveC)
48 |         __AGTypeDescription(self) as NSString as String
AttributeGraph.Metadata:1:11: note: 'Metadata' declares conformance to protocol 'CustomStringConvertible' here
1 | extension Metadata : Hashable, CustomStringConvertible {
  |           `- note: 'Metadata' declares conformance to protocol 'CustomStringConvertible' here
2 |     public init(_ type: any Any.Type)
3 |     public var type: any Any.Type { get }
/Users/admin/builder/spi-builder-workspace/AG/DeviceSwiftShims/Runtime/Metadata.swift:63:28: warning: conformance of 'Signature' to protocol 'Equatable' was already stated in the type's module 'AttributeGraph'
61 |
62 | #if ATTRIBUTEGRAPH_RELEASE_2024
63 | extension Signature: Swift.Equatable {
   |                            `- warning: conformance of 'Signature' to protocol 'Equatable' was already stated in the type's module 'AttributeGraph'
64 |     public static func == (_ lhs: Signature, _ rhs: Signature) -> Bool {
   |                        `- note: operator function '==' will not be used to satisfy the conformance to 'Equatable'
65 |         return lhs.bytes.0 == rhs.bytes.0 && lhs.bytes.1 == rhs.bytes.1
66 |             && lhs.bytes.2 == rhs.bytes.2 && lhs.bytes.3 == rhs.bytes.3
AttributeGraph.Signature:1:11: note: 'Signature' declares conformance to protocol 'Equatable' here
1 | extension Signature : Equatable {
  |           `- note: 'Signature' declares conformance to protocol 'Equatable' here
2 |     public static func == (lhs: Signature, rhs: Signature) -> Bool
3 | }
[115/152] Compiling _GesturesDeviceSwiftShims GestureOutput.swift
/Users/admin/builder/spi-builder-workspace/AG/DeviceSwiftShims/Runtime/Metadata.swift:33:27: warning: conformance of 'Metadata' to protocol 'Hashable' was already stated in the type's module 'AttributeGraph'
31 | }
32 |
33 | extension Metadata: Swift.Hashable, Swift.CustomStringConvertible {
   |                           `- warning: conformance of 'Metadata' to protocol 'Hashable' was already stated in the type's module 'AttributeGraph'
34 |     /// Creates metadata from a Swift type.
35 |     ///
AttributeGraph.Metadata:1:11: note: 'Metadata' declares conformance to protocol 'Hashable' here
1 | extension Metadata : Hashable, CustomStringConvertible {
  |           `- note: 'Metadata' declares conformance to protocol 'Hashable' here
2 |     public init(_ type: any Any.Type)
3 |     public var type: any Any.Type { get }
/Users/admin/builder/spi-builder-workspace/AG/DeviceSwiftShims/Runtime/Metadata.swift:33:43: warning: conformance of 'Metadata' to protocol 'CustomStringConvertible' was already stated in the type's module 'AttributeGraph'
31 | }
32 |
33 | extension Metadata: Swift.Hashable, Swift.CustomStringConvertible {
   |                                           `- warning: conformance of 'Metadata' to protocol 'CustomStringConvertible' was already stated in the type's module 'AttributeGraph'
34 |     /// Creates metadata from a Swift type.
35 |     ///
   :
44 |     }
45 |
46 |     public var description: String {
   |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
47 |         #if canImport(ObjectiveC)
48 |         __AGTypeDescription(self) as NSString as String
AttributeGraph.Metadata:1:11: note: 'Metadata' declares conformance to protocol 'CustomStringConvertible' here
1 | extension Metadata : Hashable, CustomStringConvertible {
  |           `- note: 'Metadata' declares conformance to protocol 'CustomStringConvertible' here
2 |     public init(_ type: any Any.Type)
3 |     public var type: any Any.Type { get }
/Users/admin/builder/spi-builder-workspace/AG/DeviceSwiftShims/Runtime/Metadata.swift:63:28: warning: conformance of 'Signature' to protocol 'Equatable' was already stated in the type's module 'AttributeGraph'
61 |
62 | #if ATTRIBUTEGRAPH_RELEASE_2024
63 | extension Signature: Swift.Equatable {
   |                            `- warning: conformance of 'Signature' to protocol 'Equatable' was already stated in the type's module 'AttributeGraph'
64 |     public static func == (_ lhs: Signature, _ rhs: Signature) -> Bool {
   |                        `- note: operator function '==' will not be used to satisfy the conformance to 'Equatable'
65 |         return lhs.bytes.0 == rhs.bytes.0 && lhs.bytes.1 == rhs.bytes.1
66 |             && lhs.bytes.2 == rhs.bytes.2 && lhs.bytes.3 == rhs.bytes.3
AttributeGraph.Signature:1:11: note: 'Signature' declares conformance to protocol 'Equatable' here
1 | extension Signature : Equatable {
  |           `- note: 'Signature' declares conformance to protocol 'Equatable' here
2 |     public static func == (lhs: Signature, rhs: Signature) -> Bool
3 | }
[116/152] Compiling _GesturesDeviceSwiftShims MouseEvent.swift
[117/152] Compiling _GesturesDeviceSwiftShims ScrollEvent.swift
[118/152] Emitting module _GesturesDeviceSwiftShims
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Core/GestureTrait.swift:202:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'TraitLabelStore' may have shared mutable state; this is an error in the Swift 6 language mode
199 | // MARK: - TraitLabelStore
200 |
201 | private final class TraitLabelStore {
    |                     `- note: class 'TraitLabelStore' does not conform to the 'Sendable' protocol
202 |     static let shared = TraitLabelStore()
    |                |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'TraitLabelStore' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
203 |
204 |     private static let counter = Atomic(0)
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Extension/GFGesturePhase.swift:8:33: warning: conformance of 'GFGesturePhase' to protocol 'CustomStringConvertible' was already stated in the type's module 'Gestures'
 6 | //  Status: Complete
 7 |
 8 | extension GFGesturePhase: Swift.CustomStringConvertible {
   |                                 `- warning: conformance of 'GFGesturePhase' to protocol 'CustomStringConvertible' was already stated in the type's module 'Gestures'
 9 |     public var description: String {
   |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
10 |         switch self {
11 |         case .idle: "idle"
Gestures.GFGesturePhase:1:11: note: 'GFGesturePhase' declares conformance to protocol 'CustomStringConvertible' here
1 | extension GFGesturePhase : CustomStringConvertible {
  |           `- note: 'GFGesturePhase' declares conformance to protocol 'CustomStringConvertible' here
2 |     public var description: String { get }
3 | }
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Extension/GFGestureRelation.swift:8:40: warning: conformance of 'GFGestureRelationType' to protocol 'CustomStringConvertible' was already stated in the type's module 'Gestures'
 6 | //  Status: Complete
 7 |
 8 | extension GFGestureRelationType: Swift.CustomStringConvertible {
   |                                        `- warning: conformance of 'GFGestureRelationType' to protocol 'CustomStringConvertible' was already stated in the type's module 'Gestures'
 9 |     public var description: String {
   |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
10 |         switch self {
11 |         case .canExclude: "canExclude"
Gestures.GFGestureRelationType:1:11: note: 'GFGestureRelationType' declares conformance to protocol 'CustomStringConvertible' here
1 | extension GFGestureRelationType : CustomStringConvertible {
  |           `- note: 'GFGestureRelationType' declares conformance to protocol 'CustomStringConvertible' here
2 |     public var description: String { get }
3 | }
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Extension/GFGestureRelation.swift:22:40: warning: conformance of 'GFGestureRelationRole' to protocol 'CustomStringConvertible' was already stated in the type's module 'Gestures'
20 | }
21 |
22 | extension GFGestureRelationRole: Swift.CustomStringConvertible {
   |                                        `- warning: conformance of 'GFGestureRelationRole' to protocol 'CustomStringConvertible' was already stated in the type's module 'Gestures'
23 |     public var description: String {
   |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
24 |         switch self {
25 |         case .regular: "regular"
Gestures.GFGestureRelationRole:1:11: note: 'GFGestureRelationRole' declares conformance to protocol 'CustomStringConvertible' here
1 | extension GFGestureRelationRole : CustomStringConvertible {
  |           `- note: 'GFGestureRelationRole' declares conformance to protocol 'CustomStringConvertible' here
2 |     public var description: String { get }
3 | }
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Time/GestureUpdateDriver.swift:34:24: warning: static property 'lastToken' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
32 | package final class RunLoopUpdateDriver: GestureUpdateDriver, @unchecked Sendable {
33 |
34 |     private static var lastToken: UInt32 = 0
   |                        |- warning: static property 'lastToken' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'lastToken' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'lastToken' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |
36 |     package var listeners: [GestureUpdateDriverToken: () -> Void] = [:]
[119/155] Compiling _GesturesDeviceSwiftShims UpdateScheduler.swift
[120/155] Compiling _GesturesDeviceSwiftShims UptimeTimeSource.swift
[121/155] Compiling _GesturesDeviceSwiftShims AdditiveArithmetic.swift
[129/155] Compiling _GesturesDeviceSwiftShims StandardLibraryAdditions.swift
[130/155] Compiling _GesturesDeviceSwiftShims GestureNode.swift
[131/155] Compiling _GesturesDeviceSwiftShims GestureNodeContainer.swift
[132/155] Compiling _GesturesDeviceSwiftShims GestureNodeDelegate.swift
[136/155] Compiling _GesturesDeviceSwiftShims Logging.swift
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Core/GestureTrait.swift:202:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'TraitLabelStore' may have shared mutable state; this is an error in the Swift 6 language mode
199 | // MARK: - TraitLabelStore
200 |
201 | private final class TraitLabelStore {
    |                     `- note: class 'TraitLabelStore' does not conform to the 'Sendable' protocol
202 |     static let shared = TraitLabelStore()
    |                |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'TraitLabelStore' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
203 |
204 |     private static let counter = Atomic(0)
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Core/GestureTrait.swift:212:13: warning: capture of 'self' with non-sendable type 'TraitLabelStore' in a '@Sendable' closure; this is an error in the Swift 6 language mode
199 | // MARK: - TraitLabelStore
200 |
201 | private final class TraitLabelStore {
    |                     `- note: class 'TraitLabelStore' does not conform to the 'Sendable' protocol
202 |     static let shared = TraitLabelStore()
203 |
    :
210 |         let (_, id) = Self.counter.add(1, ordering: .relaxed)
211 |         lock.withLock {
212 |             labels[id] = label
    |             `- warning: capture of 'self' with non-sendable type 'TraitLabelStore' in a '@Sendable' closure; this is an error in the Swift 6 language mode
213 |         }
214 |         return id
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Core/GestureTrait.swift:219:13: warning: capture of 'self' with non-sendable type 'TraitLabelStore' in a '@Sendable' closure; this is an error in the Swift 6 language mode
199 | // MARK: - TraitLabelStore
200 |
201 | private final class TraitLabelStore {
    |                     `- note: class 'TraitLabelStore' does not conform to the 'Sendable' protocol
202 |     static let shared = TraitLabelStore()
203 |
    :
217 |     func label(for rawValue: Int) -> String {
218 |         lock.withLock {
219 |             labels[rawValue]
    |             `- warning: capture of 'self' with non-sendable type 'TraitLabelStore' in a '@Sendable' closure; this is an error in the Swift 6 language mode
220 |         } ?? ""
221 |     }
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Core/GestureTrait.swift:202:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'TraitLabelStore' may have shared mutable state; this is an error in the Swift 6 language mode
199 | // MARK: - TraitLabelStore
200 |
201 | private final class TraitLabelStore {
    |                     `- note: class 'TraitLabelStore' does not conform to the 'Sendable' protocol
202 |     static let shared = TraitLabelStore()
    |                |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'TraitLabelStore' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
203 |
204 |     private static let counter = Atomic(0)
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Core/GestureTrait.swift:212:13: warning: capture of 'self' with non-sendable type 'TraitLabelStore' in a '@Sendable' closure; this is an error in the Swift 6 language mode
199 | // MARK: - TraitLabelStore
200 |
201 | private final class TraitLabelStore {
    |                     `- note: class 'TraitLabelStore' does not conform to the 'Sendable' protocol
202 |     static let shared = TraitLabelStore()
203 |
    :
210 |         let (_, id) = Self.counter.add(1, ordering: .relaxed)
211 |         lock.withLock {
212 |             labels[id] = label
    |             `- warning: capture of 'self' with non-sendable type 'TraitLabelStore' in a '@Sendable' closure; this is an error in the Swift 6 language mode
213 |         }
214 |         return id
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Core/GestureTrait.swift:219:13: warning: capture of 'self' with non-sendable type 'TraitLabelStore' in a '@Sendable' closure; this is an error in the Swift 6 language mode
199 | // MARK: - TraitLabelStore
200 |
201 | private final class TraitLabelStore {
    |                     `- note: class 'TraitLabelStore' does not conform to the 'Sendable' protocol
202 |     static let shared = TraitLabelStore()
203 |
    :
217 |     func label(for rawValue: Int) -> String {
218 |         lock.withLock {
219 |             labels[rawValue]
    |             `- warning: capture of 'self' with non-sendable type 'TraitLabelStore' in a '@Sendable' closure; this is an error in the Swift 6 language mode
220 |         } ?? ""
221 |     }
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Core/GestureTrait.swift:202:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'TraitLabelStore' may have shared mutable state; this is an error in the Swift 6 language mode
199 | // MARK: - TraitLabelStore
200 |
201 | private final class TraitLabelStore {
    |                     `- note: class 'TraitLabelStore' does not conform to the 'Sendable' protocol
202 |     static let shared = TraitLabelStore()
    |                |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'TraitLabelStore' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
203 |
204 |     private static let counter = Atomic(0)
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Core/GestureTrait.swift:212:13: warning: capture of 'self' with non-sendable type 'TraitLabelStore' in a '@Sendable' closure; this is an error in the Swift 6 language mode
199 | // MARK: - TraitLabelStore
200 |
201 | private final class TraitLabelStore {
    |                     `- note: class 'TraitLabelStore' does not conform to the 'Sendable' protocol
202 |     static let shared = TraitLabelStore()
203 |
    :
210 |         let (_, id) = Self.counter.add(1, ordering: .relaxed)
211 |         lock.withLock {
212 |             labels[id] = label
    |             `- warning: capture of 'self' with non-sendable type 'TraitLabelStore' in a '@Sendable' closure; this is an error in the Swift 6 language mode
213 |         }
214 |         return id
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Core/GestureTrait.swift:219:13: warning: capture of 'self' with non-sendable type 'TraitLabelStore' in a '@Sendable' closure; this is an error in the Swift 6 language mode
199 | // MARK: - TraitLabelStore
200 |
201 | private final class TraitLabelStore {
    |                     `- note: class 'TraitLabelStore' does not conform to the 'Sendable' protocol
202 |     static let shared = TraitLabelStore()
203 |
    :
217 |     func label(for rawValue: Int) -> String {
218 |         lock.withLock {
219 |             labels[rawValue]
    |             `- warning: capture of 'self' with non-sendable type 'TraitLabelStore' in a '@Sendable' closure; this is an error in the Swift 6 language mode
220 |         } ?? ""
221 |     }
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Core/GestureTrait.swift:202:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'TraitLabelStore' may have shared mutable state; this is an error in the Swift 6 language mode
199 | // MARK: - TraitLabelStore
200 |
201 | private final class TraitLabelStore {
    |                     `- note: class 'TraitLabelStore' does not conform to the 'Sendable' protocol
202 |     static let shared = TraitLabelStore()
    |                |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'TraitLabelStore' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
203 |
204 |     private static let counter = Atomic(0)
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Core/GestureTrait.swift:212:13: warning: capture of 'self' with non-sendable type 'TraitLabelStore' in a '@Sendable' closure; this is an error in the Swift 6 language mode
199 | // MARK: - TraitLabelStore
200 |
201 | private final class TraitLabelStore {
    |                     `- note: class 'TraitLabelStore' does not conform to the 'Sendable' protocol
202 |     static let shared = TraitLabelStore()
203 |
    :
210 |         let (_, id) = Self.counter.add(1, ordering: .relaxed)
211 |         lock.withLock {
212 |             labels[id] = label
    |             `- warning: capture of 'self' with non-sendable type 'TraitLabelStore' in a '@Sendable' closure; this is an error in the Swift 6 language mode
213 |         }
214 |         return id
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Core/GestureTrait.swift:219:13: warning: capture of 'self' with non-sendable type 'TraitLabelStore' in a '@Sendable' closure; this is an error in the Swift 6 language mode
199 | // MARK: - TraitLabelStore
200 |
201 | private final class TraitLabelStore {
    |                     `- note: class 'TraitLabelStore' does not conform to the 'Sendable' protocol
202 |     static let shared = TraitLabelStore()
203 |
    :
217 |     func label(for rawValue: Int) -> String {
218 |         lock.withLock {
219 |             labels[rawValue]
    |             `- warning: capture of 'self' with non-sendable type 'TraitLabelStore' in a '@Sendable' closure; this is an error in the Swift 6 language mode
220 |         } ?? ""
221 |     }
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Extension/GFGesturePhase.swift:8:33: warning: conformance of 'GFGesturePhase' to protocol 'CustomStringConvertible' was already stated in the type's module 'Gestures'
 6 | //  Status: Complete
 7 |
 8 | extension GFGesturePhase: Swift.CustomStringConvertible {
   |                                 `- warning: conformance of 'GFGesturePhase' to protocol 'CustomStringConvertible' was already stated in the type's module 'Gestures'
 9 |     public var description: String {
   |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
10 |         switch self {
11 |         case .idle: "idle"
Gestures.GFGesturePhase:1:11: note: 'GFGesturePhase' declares conformance to protocol 'CustomStringConvertible' here
1 | extension GFGesturePhase : CustomStringConvertible {
  |           `- note: 'GFGesturePhase' declares conformance to protocol 'CustomStringConvertible' here
2 |     public var description: String { get }
3 | }
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Extension/GFGestureRelation.swift:8:40: warning: conformance of 'GFGestureRelationType' to protocol 'CustomStringConvertible' was already stated in the type's module 'Gestures'
 6 | //  Status: Complete
 7 |
 8 | extension GFGestureRelationType: Swift.CustomStringConvertible {
   |                                        `- warning: conformance of 'GFGestureRelationType' to protocol 'CustomStringConvertible' was already stated in the type's module 'Gestures'
 9 |     public var description: String {
   |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
10 |         switch self {
11 |         case .canExclude: "canExclude"
Gestures.GFGestureRelationType:1:11: note: 'GFGestureRelationType' declares conformance to protocol 'CustomStringConvertible' here
1 | extension GFGestureRelationType : CustomStringConvertible {
  |           `- note: 'GFGestureRelationType' declares conformance to protocol 'CustomStringConvertible' here
2 |     public var description: String { get }
3 | }
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Extension/GFGestureRelation.swift:22:40: warning: conformance of 'GFGestureRelationRole' to protocol 'CustomStringConvertible' was already stated in the type's module 'Gestures'
20 | }
21 |
22 | extension GFGestureRelationRole: Swift.CustomStringConvertible {
   |                                        `- warning: conformance of 'GFGestureRelationRole' to protocol 'CustomStringConvertible' was already stated in the type's module 'Gestures'
23 |     public var description: String {
   |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
24 |         switch self {
25 |         case .regular: "regular"
Gestures.GFGestureRelationRole:1:11: note: 'GFGestureRelationRole' declares conformance to protocol 'CustomStringConvertible' here
1 | extension GFGestureRelationRole : CustomStringConvertible {
  |           `- note: 'GFGestureRelationRole' declares conformance to protocol 'CustomStringConvertible' here
2 |     public var description: String { get }
3 | }
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Extension/GFGesturePhase.swift:8:33: warning: conformance of 'GFGesturePhase' to protocol 'CustomStringConvertible' was already stated in the type's module 'Gestures'
 6 | //  Status: Complete
 7 |
 8 | extension GFGesturePhase: Swift.CustomStringConvertible {
   |                                 `- warning: conformance of 'GFGesturePhase' to protocol 'CustomStringConvertible' was already stated in the type's module 'Gestures'
 9 |     public var description: String {
   |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
10 |         switch self {
11 |         case .idle: "idle"
Gestures.GFGesturePhase:1:11: note: 'GFGesturePhase' declares conformance to protocol 'CustomStringConvertible' here
1 | extension GFGesturePhase : CustomStringConvertible {
  |           `- note: 'GFGesturePhase' declares conformance to protocol 'CustomStringConvertible' here
2 |     public var description: String { get }
3 | }
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Extension/GFGestureRelation.swift:8:40: warning: conformance of 'GFGestureRelationType' to protocol 'CustomStringConvertible' was already stated in the type's module 'Gestures'
 6 | //  Status: Complete
 7 |
 8 | extension GFGestureRelationType: Swift.CustomStringConvertible {
   |                                        `- warning: conformance of 'GFGestureRelationType' to protocol 'CustomStringConvertible' was already stated in the type's module 'Gestures'
 9 |     public var description: String {
   |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
10 |         switch self {
11 |         case .canExclude: "canExclude"
Gestures.GFGestureRelationType:1:11: note: 'GFGestureRelationType' declares conformance to protocol 'CustomStringConvertible' here
1 | extension GFGestureRelationType : CustomStringConvertible {
  |           `- note: 'GFGestureRelationType' declares conformance to protocol 'CustomStringConvertible' here
2 |     public var description: String { get }
3 | }
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Extension/GFGestureRelation.swift:22:40: warning: conformance of 'GFGestureRelationRole' to protocol 'CustomStringConvertible' was already stated in the type's module 'Gestures'
20 | }
21 |
22 | extension GFGestureRelationRole: Swift.CustomStringConvertible {
   |                                        `- warning: conformance of 'GFGestureRelationRole' to protocol 'CustomStringConvertible' was already stated in the type's module 'Gestures'
23 |     public var description: String {
   |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
24 |         switch self {
25 |         case .regular: "regular"
Gestures.GFGestureRelationRole:1:11: note: 'GFGestureRelationRole' declares conformance to protocol 'CustomStringConvertible' here
1 | extension GFGestureRelationRole : CustomStringConvertible {
  |           `- note: 'GFGestureRelationRole' declares conformance to protocol 'CustomStringConvertible' here
2 |     public var description: String { get }
3 | }
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Extension/GFGesturePhase.swift:8:33: warning: conformance of 'GFGesturePhase' to protocol 'CustomStringConvertible' was already stated in the type's module 'Gestures'
 6 | //  Status: Complete
 7 |
 8 | extension GFGesturePhase: Swift.CustomStringConvertible {
   |                                 `- warning: conformance of 'GFGesturePhase' to protocol 'CustomStringConvertible' was already stated in the type's module 'Gestures'
 9 |     public var description: String {
   |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
10 |         switch self {
11 |         case .idle: "idle"
Gestures.GFGesturePhase:1:11: note: 'GFGesturePhase' declares conformance to protocol 'CustomStringConvertible' here
1 | extension GFGesturePhase : CustomStringConvertible {
  |           `- note: 'GFGesturePhase' declares conformance to protocol 'CustomStringConvertible' here
2 |     public var description: String { get }
3 | }
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Extension/GFGestureRelation.swift:8:40: warning: conformance of 'GFGestureRelationType' to protocol 'CustomStringConvertible' was already stated in the type's module 'Gestures'
 6 | //  Status: Complete
 7 |
 8 | extension GFGestureRelationType: Swift.CustomStringConvertible {
   |                                        `- warning: conformance of 'GFGestureRelationType' to protocol 'CustomStringConvertible' was already stated in the type's module 'Gestures'
 9 |     public var description: String {
   |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
10 |         switch self {
11 |         case .canExclude: "canExclude"
Gestures.GFGestureRelationType:1:11: note: 'GFGestureRelationType' declares conformance to protocol 'CustomStringConvertible' here
1 | extension GFGestureRelationType : CustomStringConvertible {
  |           `- note: 'GFGestureRelationType' declares conformance to protocol 'CustomStringConvertible' here
2 |     public var description: String { get }
3 | }
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Extension/GFGestureRelation.swift:22:40: warning: conformance of 'GFGestureRelationRole' to protocol 'CustomStringConvertible' was already stated in the type's module 'Gestures'
20 | }
21 |
22 | extension GFGestureRelationRole: Swift.CustomStringConvertible {
   |                                        `- warning: conformance of 'GFGestureRelationRole' to protocol 'CustomStringConvertible' was already stated in the type's module 'Gestures'
23 |     public var description: String {
   |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
24 |         switch self {
25 |         case .regular: "regular"
Gestures.GFGestureRelationRole:1:11: note: 'GFGestureRelationRole' declares conformance to protocol 'CustomStringConvertible' here
1 | extension GFGestureRelationRole : CustomStringConvertible {
  |           `- note: 'GFGestureRelationRole' declares conformance to protocol 'CustomStringConvertible' here
2 |     public var description: String { get }
3 | }
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Extension/GFGesturePhase.swift:8:33: warning: conformance of 'GFGesturePhase' to protocol 'CustomStringConvertible' was already stated in the type's module 'Gestures'
 6 | //  Status: Complete
 7 |
 8 | extension GFGesturePhase: Swift.CustomStringConvertible {
   |                                 `- warning: conformance of 'GFGesturePhase' to protocol 'CustomStringConvertible' was already stated in the type's module 'Gestures'
 9 |     public var description: String {
   |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
10 |         switch self {
11 |         case .idle: "idle"
Gestures.GFGesturePhase:1:11: note: 'GFGesturePhase' declares conformance to protocol 'CustomStringConvertible' here
1 | extension GFGesturePhase : CustomStringConvertible {
  |           `- note: 'GFGesturePhase' declares conformance to protocol 'CustomStringConvertible' here
2 |     public var description: String { get }
3 | }
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Extension/GFGestureRelation.swift:8:40: warning: conformance of 'GFGestureRelationType' to protocol 'CustomStringConvertible' was already stated in the type's module 'Gestures'
 6 | //  Status: Complete
 7 |
 8 | extension GFGestureRelationType: Swift.CustomStringConvertible {
   |                                        `- warning: conformance of 'GFGestureRelationType' to protocol 'CustomStringConvertible' was already stated in the type's module 'Gestures'
 9 |     public var description: String {
   |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
10 |         switch self {
11 |         case .canExclude: "canExclude"
Gestures.GFGestureRelationType:1:11: note: 'GFGestureRelationType' declares conformance to protocol 'CustomStringConvertible' here
1 | extension GFGestureRelationType : CustomStringConvertible {
  |           `- note: 'GFGestureRelationType' declares conformance to protocol 'CustomStringConvertible' here
2 |     public var description: String { get }
3 | }
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Extension/GFGestureRelation.swift:22:40: warning: conformance of 'GFGestureRelationRole' to protocol 'CustomStringConvertible' was already stated in the type's module 'Gestures'
20 | }
21 |
22 | extension GFGestureRelationRole: Swift.CustomStringConvertible {
   |                                        `- warning: conformance of 'GFGestureRelationRole' to protocol 'CustomStringConvertible' was already stated in the type's module 'Gestures'
23 |     public var description: String {
   |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
24 |         switch self {
25 |         case .regular: "regular"
Gestures.GFGestureRelationRole:1:11: note: 'GFGestureRelationRole' declares conformance to protocol 'CustomStringConvertible' here
1 | extension GFGestureRelationRole : CustomStringConvertible {
  |           `- note: 'GFGestureRelationRole' declares conformance to protocol 'CustomStringConvertible' here
2 |     public var description: String { get }
3 | }
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Time/GestureUpdateDriver.swift:34:24: warning: static property 'lastToken' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
32 | package final class RunLoopUpdateDriver: GestureUpdateDriver, @unchecked Sendable {
33 |
34 |     private static var lastToken: UInt32 = 0
   |                        |- warning: static property 'lastToken' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'lastToken' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'lastToken' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |
36 |     package var listeners: [GestureUpdateDriverToken: () -> Void] = [:]
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Time/GestureUpdateDriver.swift:34:24: warning: static property 'lastToken' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
32 | package final class RunLoopUpdateDriver: GestureUpdateDriver, @unchecked Sendable {
33 |
34 |     private static var lastToken: UInt32 = 0
   |                        |- warning: static property 'lastToken' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'lastToken' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'lastToken' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |
36 |     package var listeners: [GestureUpdateDriverToken: () -> Void] = [:]
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Time/GestureUpdateDriver.swift:34:24: warning: static property 'lastToken' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
32 | package final class RunLoopUpdateDriver: GestureUpdateDriver, @unchecked Sendable {
33 |
34 |     private static var lastToken: UInt32 = 0
   |                        |- warning: static property 'lastToken' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'lastToken' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'lastToken' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |
36 |     package var listeners: [GestureUpdateDriverToken: () -> Void] = [:]
/Users/admin/builder/spi-builder-workspace/GF/DeviceSwiftShims/Time/GestureUpdateDriver.swift:34:24: warning: static property 'lastToken' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
32 | package final class RunLoopUpdateDriver: GestureUpdateDriver, @unchecked Sendable {
33 |
34 |     private static var lastToken: UInt32 = 0
   |                        |- warning: static property 'lastToken' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'lastToken' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'lastToken' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |
36 |     package var listeners: [GestureUpdateDriverToken: () -> Void] = [:]
[149/155] Compiling _GesturesDeviceSwiftShims RingBuffer.swift
[150/155] Compiling _GesturesDeviceSwiftShims ThresholdAdjustable.swift
[151/155] Compiling _GesturesDeviceSwiftShims VectorArithmetic.swift
Build complete! (12.85s)
warning: 'spi-builder-workspace': [Env] DARWINPRIVATEFRAMEWORKS_BUILD_FOR_DARWIN_PLATFORM not set -> true(default)
[Env] DARWINPRIVATEFRAMEWORKS_TARGET_RELEASE not set -> 2024(default)
[Env] DARWINPRIVATEFRAMEWORKS_LIBRARY_EVOLUTION not set -> true(default)
Fetching https://github.com/apple/swift-collections from cache
Fetched https://github.com/apple/swift-collections from cache (1.51s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (2.10s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.4.1
Build complete.
{
  "cxx_language_standard" : "c++20",
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    }
  ],
  "manifest_display_name" : "DarwinPrivateFrameworks",
  "name" : "DarwinPrivateFrameworks",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "18.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "AttributeGraph",
      "targets" : [
        "AttributeGraph",
        "_AttributeGraphDeviceSwiftShims"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RenderBox",
      "targets" : [
        "RenderBox"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CoreUI",
      "targets" : [
        "CoreUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BacklightServices",
      "targets" : [
        "BacklightServices"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SFSymbols",
      "targets" : [
        "SFSymbols"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CoreSVG",
      "targets" : [
        "CoreSVG"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Gestures",
      "targets" : [
        "Gestures",
        "_GesturesDeviceSwiftShims"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_GesturesDeviceSwiftShims",
      "module_type" : "SwiftTarget",
      "name" : "_GesturesDeviceSwiftShims",
      "path" : "GF/DeviceSwiftShims",
      "product_dependencies" : [
        "OrderedCollections"
      ],
      "product_memberships" : [
        "Gestures"
      ],
      "sources" : [
        "Core/GestureNodeMatcher.swift",
        "Core/GestureOutput.swift",
        "Core/GesturePhase.swift",
        "Core/GesturePhaseQueue.swift",
        "Core/GestureRelation.swift",
        "Core/GestureTag.swift",
        "Core/GestureTrait.swift",
        "Event/Event.swift",
        "Event/EventID.swift",
        "Event/MouseEvent.swift",
        "Event/ScrollEvent.swift",
        "Event/SpatialEvent.swift",
        "Event/TouchEvent.swift",
        "Export.swift",
        "Extension/GFGesturePhase.swift",
        "Extension/GFGestureRelation.swift",
        "Extension/StandardLibraryAdditions.swift",
        "GestureNode/GestureNode.swift",
        "GestureNode/GestureNodeContainer.swift",
        "GestureNode/GestureNodeDelegate.swift",
        "GestureNode/GestureNodeID.swift",
        "GestureNode/GestureNodeOptions.swift",
        "Log.swift",
        "Logging.swift",
        "Time/GestureUpdateDriver.swift",
        "Time/TimeScheduler.swift",
        "Time/TimeSource.swift",
        "Time/Timestamp.swift",
        "Time/UpdateScheduler.swift",
        "Time/UptimeTimeSource.swift",
        "Util/AdditiveArithmetic.swift",
        "Util/LocationContaining.swift",
        "Util/Mergeable.swift",
        "Util/NestedCustomStringConvertible.swift",
        "Util/RingBuffer.swift",
        "Util/ThresholdAdjustable.swift",
        "Util/VectorArithmetic.swift"
      ],
      "target_dependencies" : [
        "Gestures"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_AttributeGraphDeviceSwiftShims",
      "module_type" : "SwiftTarget",
      "name" : "_AttributeGraphDeviceSwiftShims",
      "path" : "AG/DeviceSwiftShims",
      "product_memberships" : [
        "AttributeGraph"
      ],
      "sources" : [
        "Attribute/Attribute/AnyAttribute.swift",
        "Attribute/Attribute/Attribute.swift",
        "Attribute/Attribute/External.swift",
        "Attribute/Attribute/PointerOffset.swift",
        "Attribute/Body/AttributeBody.swift",
        "Attribute/Body/AttributeBodyVisitor.swift",
        "Attribute/Body/ObservedAttribute.swift",
        "Attribute/Indirect/IndirectAttribute.swift",
        "Attribute/Optional/AnyOptionalAttribute.swift",
        "Attribute/Optional/OptionalAttribute.swift",
        "Attribute/Rule/Focus.swift",
        "Attribute/Rule/Map.swift",
        "Attribute/Rule/Rule.swift",
        "Attribute/Rule/StatefulRule.swift",
        "Attribute/RuleContext/AnyRuleContext.swift",
        "Attribute/RuleContext/RuleContext.swift",
        "Attribute/Weak/AnyWeakAttribute.swift",
        "Attribute/Weak/WeakAttribute.swift",
        "Debug/DebugServer.swift",
        "Export.swift",
        "Graph/Graph.swift",
        "Graph/Subgraph.swift",
        "Runtime/CompareValues.swift",
        "Runtime/Metadata.swift",
        "Runtime/OGTypeApplyEnumData.swift",
        "Runtime/TupleType.swift"
      ],
      "target_dependencies" : [
        "AttributeGraph"
      ],
      "type" : "library"
    },
    {
      "c99name" : "UpdateXCFrameworks",
      "module_type" : "PluginTarget",
      "name" : "UpdateXCFrameworks",
      "path" : "Plugins/UpdateXCFrameworks",
      "plugin_capability" : {
        "intent" : {
          "description" : "Update xcframeworks",
          "type" : "custom",
          "verb" : "update-xcframeworks"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Update xcframeworks",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "sources" : [
        "UpdateXCFrameworksCommand.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SFSymbols",
      "module_type" : "BinaryTarget",
      "name" : "SFSymbols",
      "path" : "SFSymbols/2024/SFSymbols.xcframework",
      "product_memberships" : [
        "SFSymbols"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "RenderBox",
      "module_type" : "BinaryTarget",
      "name" : "RenderBox",
      "path" : "RB/2024/RenderBox.xcframework",
      "product_memberships" : [
        "RenderBox"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "Gestures",
      "module_type" : "BinaryTarget",
      "name" : "Gestures",
      "path" : "GF/2025/Gestures.xcframework",
      "product_memberships" : [
        "Gestures"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "CoreUI",
      "module_type" : "BinaryTarget",
      "name" : "CoreUI",
      "path" : "CoreUI/2024/CoreUI.xcframework",
      "product_memberships" : [
        "CoreUI"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "CoreSVG",
      "module_type" : "BinaryTarget",
      "name" : "CoreSVG",
      "path" : "CoreSVG/2024/CoreSVG.xcframework",
      "product_memberships" : [
        "CoreSVG"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "BacklightServices",
      "module_type" : "BinaryTarget",
      "name" : "BacklightServices",
      "path" : "BLS/2024/BacklightServices.xcframework",
      "product_memberships" : [
        "BacklightServices"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "AttributeGraph",
      "module_type" : "BinaryTarget",
      "name" : "AttributeGraph",
      "path" : "AG/2024/AttributeGraph.xcframework",
      "product_memberships" : [
        "AttributeGraph"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "6.1"
}
warning: 'spi-builder-workspace': [Env] DARWINPRIVATEFRAMEWORKS_BUILD_FOR_DARWIN_PLATFORM not set -> true(default)
[Env] DARWINPRIVATEFRAMEWORKS_TARGET_RELEASE not set -> 2024(default)
[Env] DARWINPRIVATEFRAMEWORKS_LIBRARY_EVOLUTION not set -> true(default)
Done.