The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DarwinPrivateFrameworks, reference 0.0.6 (c3f3fc), with Swift 6.2 for macOS (SPM) on 6 Apr 2026 04:55:43 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git
Reference: 0.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks
 * tag               0.0.6      -> FETCH_HEAD
HEAD is now at c3f3fc9 Add Package@swift-6.2.swift and update xcframework plugin (#46)
Cloned https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git
Revision (git rev-parse @):
c3f3fc98fd4f26b753a6a3f3bb96d2263a5da5c5
SUCCESS checkout https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git at 0.0.6
warning: 'spi-builder-workspace': [Env] DARWINPRIVATEFRAMEWORKS_BUILD_FOR_DARWIN_PLATFORM not set -> true(default)
[Env] DARWINPRIVATEFRAMEWORKS_TARGET_RELEASE not set -> 2025(default)
[Env] DARWINPRIVATEFRAMEWORKS_LIBRARY_EVOLUTION not set -> true(default)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "darwinprivateframeworks",
      "name": "DarwinPrivateFrameworks",
      "url": "https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DarwinPrivateFrameworks",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git
[1/4634] Fetching darwinprivateframeworks
Fetched https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git from cache (1.10s)
warning: 'darwinprivateframeworks': [Env] DARWINPRIVATEFRAMEWORKS_BUILD_FOR_DARWIN_PLATFORM not set -> true(default)
[Env] DARWINPRIVATEFRAMEWORKS_TARGET_RELEASE not set -> 2025(default)
[Env] DARWINPRIVATEFRAMEWORKS_LIBRARY_EVOLUTION not set -> true(default)
Creating working copy for https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git
Working copy of https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git resolved at 0.0.6 (c3f3fc9)
warning: 'darwinprivateframeworks': [Env] DARWINPRIVATEFRAMEWORKS_BUILD_FOR_DARWIN_PLATFORM not set -> true(default)
[Env] DARWINPRIVATEFRAMEWORKS_TARGET_RELEASE not set -> 2025(default)
[Env] DARWINPRIVATEFRAMEWORKS_LIBRARY_EVOLUTION not set -> true(default)
warning: '.resolve-product-dependencies': dependency 'darwinprivateframeworks' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin UpdateXCFrameworks
Building for debugging...
[1/6] Write sources
[3/6] Copying Gestures.framework
[4/6] Copying AttributeGraph.framework
[5/6] Write swift-version-49B95AFC49DCD68C.txt
[7/35] 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:62:28: warning: conformance of 'Signature' to protocol 'Equatable' was already stated in the type's module 'AttributeGraph'
60 | }
61 |
62 | extension Signature: Swift.Equatable {
   |                            `- warning: conformance of 'Signature' to protocol 'Equatable' was already stated in the type's module 'AttributeGraph'
63 |     public static func == (_ lhs: Signature, _ rhs: Signature) -> Bool {
   |                        `- note: operator function '==' will not be used to satisfy the conformance to 'Equatable'
64 |         return lhs.bytes.0 == rhs.bytes.0 && lhs.bytes.1 == rhs.bytes.1
65 |             && 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 | }
[8/37] Compiling _AttributeGraphDeviceSwiftShims OGTypeApplyEnumData.swift
[9/37] Compiling _AttributeGraphDeviceSwiftShims TupleType.swift
[10/37] Compiling _AttributeGraphDeviceSwiftShims Rule.swift
[11/37] Compiling _AttributeGraphDeviceSwiftShims StatefulRule.swift
[12/37] Compiling _AttributeGraphDeviceSwiftShims AnyRuleContext.swift
[13/37] Compiling _AttributeGraphDeviceSwiftShims ObservedAttribute.swift
[14/37] Compiling _AttributeGraphDeviceSwiftShims IndirectAttribute.swift
[15/37] Compiling _AttributeGraphDeviceSwiftShims AnyOptionalAttribute.swift
[16/37] Compiling _GesturesDeviceSwiftShims GFGesturePhase.swift
/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 | }
[17/37] Emitting module _GesturesDeviceSwiftShims
/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 | }
[18/37] Compiling _GesturesDeviceSwiftShims GFGestureRelation.swift
/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 | }
[19/37] Compiling _GesturesDeviceSwiftShims Export.swift
[20/37] Compiling _AttributeGraphDeviceSwiftShims RuleContext.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 | }
[21/37] Compiling _AttributeGraphDeviceSwiftShims AnyWeakAttribute.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 | }
[22/37] Compiling _AttributeGraphDeviceSwiftShims WeakAttribute.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 | }
[23/37] Compiling _AttributeGraphDeviceSwiftShims OptionalAttribute.swift
[24/37] Compiling _AttributeGraphDeviceSwiftShims Focus.swift
[25/37] Compiling _AttributeGraphDeviceSwiftShims Map.swift
[26/37] Compiling _AttributeGraphDeviceSwiftShims CompareValues.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:62:28: warning: conformance of 'Signature' to protocol 'Equatable' was already stated in the type's module 'AttributeGraph'
60 | }
61 |
62 | extension Signature: Swift.Equatable {
   |                            `- warning: conformance of 'Signature' to protocol 'Equatable' was already stated in the type's module 'AttributeGraph'
63 |     public static func == (_ lhs: Signature, _ rhs: Signature) -> Bool {
   |                        `- note: operator function '==' will not be used to satisfy the conformance to 'Equatable'
64 |         return lhs.bytes.0 == rhs.bytes.0 && lhs.bytes.1 == rhs.bytes.1
65 |             && 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 | }
[27/37] Compiling _AttributeGraphDeviceSwiftShims Metadata.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:62:28: warning: conformance of 'Signature' to protocol 'Equatable' was already stated in the type's module 'AttributeGraph'
60 | }
61 |
62 | extension Signature: Swift.Equatable {
   |                            `- warning: conformance of 'Signature' to protocol 'Equatable' was already stated in the type's module 'AttributeGraph'
63 |     public static func == (_ lhs: Signature, _ rhs: Signature) -> Bool {
   |                        `- note: operator function '==' will not be used to satisfy the conformance to 'Equatable'
64 |         return lhs.bytes.0 == rhs.bytes.0 && lhs.bytes.1 == rhs.bytes.1
65 |             && 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 | }
[28/37] Compiling _AttributeGraphDeviceSwiftShims PointerOffset.swift
[29/37] Compiling _AttributeGraphDeviceSwiftShims AttributeBody.swift
[30/37] Compiling _AttributeGraphDeviceSwiftShims AttributeBodyVisitor.swift
[31/37] Compiling _AttributeGraphDeviceSwiftShims DebugServer.swift
[32/37] Compiling _AttributeGraphDeviceSwiftShims Export.swift
[33/37] Compiling _AttributeGraphDeviceSwiftShims AnyAttribute.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 | }
[34/37] Compiling _AttributeGraphDeviceSwiftShims Attribute.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 | }
[35/37] Compiling _AttributeGraphDeviceSwiftShims External.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 | }
[36/37] Compiling _AttributeGraphDeviceSwiftShims Graph.swift
[37/37] Compiling _AttributeGraphDeviceSwiftShims Subgraph.swift
Build complete! (8.96s)
warning: 'spi-builder-workspace': [Env] DARWINPRIVATEFRAMEWORKS_BUILD_FOR_DARWIN_PLATFORM not set -> true(default)
[Env] DARWINPRIVATEFRAMEWORKS_TARGET_RELEASE not set -> 2025(default)
[Env] DARWINPRIVATEFRAMEWORKS_LIBRARY_EVOLUTION not set -> true(default)
Build complete.
{
  "cxx_language_standard" : "c++20",
  "dependencies" : [
  ],
  "manifest_display_name" : "DarwinPrivateFrameworks",
  "name" : "DarwinPrivateFrameworks",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "26.0"
    },
    {
      "name" : "macos",
      "version" : "26.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "26.0"
    },
    {
      "name" : "tvos",
      "version" : "26.0"
    },
    {
      "name" : "watchos",
      "version" : "26.0"
    },
    {
      "name" : "visionos",
      "version" : "26.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_memberships" : [
        "Gestures"
      ],
      "sources" : [
        "Export.swift",
        "Extension/GFGesturePhase.swift",
        "Extension/GFGestureRelation.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" : "SF/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/latest/AttributeGraph.xcframework",
      "product_memberships" : [
        "AttributeGraph"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "6.2"
}
warning: 'spi-builder-workspace': [Env] DARWINPRIVATEFRAMEWORKS_BUILD_FOR_DARWIN_PLATFORM not set -> true(default)
[Env] DARWINPRIVATEFRAMEWORKS_TARGET_RELEASE not set -> 2025(default)
[Env] DARWINPRIVATEFRAMEWORKS_LIBRARY_EVOLUTION not set -> true(default)
Done.