The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Doggie, reference 6.7.1 (421a7a), with Swift 6.3 for macOS (SPM) on 23 Apr 2026 07:15:36 UTC.

Build Command

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

Build Log

    |                                                `- note: The missing import of module 'OrderedCollections' will be added implicitly
105 |     }
106 | }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Json/JsonConvertible.swift:155:44: warning: instance method 'mapValues' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
153 |     @inlinable
154 |     public func toJson() -> Json {
155 |         return .dictionary(Dictionary(self.mapValues { $0.toJson() }))
    |                                            |- warning: instance method 'mapValues' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
    |                                            `- note: The missing import of module 'OrderedCollections' will be added implicitly
156 |     }
157 | }
[671/722] Compiling DoggieCore JsonConvertible.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Json/Json.swift:103:12: warning: generic struct 'OrderedDictionary' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
101 |
102 |     @inlinable
103 |     public init<Value: JsonConvertible>(_ elements: OrderedDictionary<String, Value>) {
    |            |- warning: generic struct 'OrderedDictionary' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
    |            `- note: The missing import of module 'OrderedCollections' will be added implicitly
104 |         self = .dictionary(Dictionary(elements.mapValues { $0.toJson() }))
105 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Json/Json.swift:104:48: warning: instance method 'mapValues' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
102 |     @inlinable
103 |     public init<Value: JsonConvertible>(_ elements: OrderedDictionary<String, Value>) {
104 |         self = .dictionary(Dictionary(elements.mapValues { $0.toJson() }))
    |                                                |- warning: instance method 'mapValues' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
    |                                                `- note: The missing import of module 'OrderedCollections' will be added implicitly
105 |     }
106 | }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Json/JsonConvertible.swift:155:44: warning: instance method 'mapValues' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
153 |     @inlinable
154 |     public func toJson() -> Json {
155 |         return .dictionary(Dictionary(self.mapValues { $0.toJson() }))
    |                                            |- warning: instance method 'mapValues' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
    |                                            `- note: The missing import of module 'OrderedCollections' will be added implicitly
156 |     }
157 | }
[672/722] Compiling DoggieCore JsonNumber.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Json/Json.swift:103:12: warning: generic struct 'OrderedDictionary' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
101 |
102 |     @inlinable
103 |     public init<Value: JsonConvertible>(_ elements: OrderedDictionary<String, Value>) {
    |            |- warning: generic struct 'OrderedDictionary' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
    |            `- note: The missing import of module 'OrderedCollections' will be added implicitly
104 |         self = .dictionary(Dictionary(elements.mapValues { $0.toJson() }))
105 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Json/Json.swift:104:48: warning: instance method 'mapValues' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
102 |     @inlinable
103 |     public init<Value: JsonConvertible>(_ elements: OrderedDictionary<String, Value>) {
104 |         self = .dictionary(Dictionary(elements.mapValues { $0.toJson() }))
    |                                                |- warning: instance method 'mapValues' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
    |                                                `- note: The missing import of module 'OrderedCollections' will be added implicitly
105 |     }
106 | }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Json/JsonConvertible.swift:155:44: warning: instance method 'mapValues' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
153 |     @inlinable
154 |     public func toJson() -> Json {
155 |         return .dictionary(Dictionary(self.mapValues { $0.toJson() }))
    |                                            |- warning: instance method 'mapValues' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
    |                                            `- note: The missing import of module 'OrderedCollections' will be added implicitly
156 |     }
157 | }
[673/722] Compiling DoggieCore JsonNumberCodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Json/Json.swift:103:12: warning: generic struct 'OrderedDictionary' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
101 |
102 |     @inlinable
103 |     public init<Value: JsonConvertible>(_ elements: OrderedDictionary<String, Value>) {
    |            |- warning: generic struct 'OrderedDictionary' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
    |            `- note: The missing import of module 'OrderedCollections' will be added implicitly
104 |         self = .dictionary(Dictionary(elements.mapValues { $0.toJson() }))
105 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Json/Json.swift:104:48: warning: instance method 'mapValues' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
102 |     @inlinable
103 |     public init<Value: JsonConvertible>(_ elements: OrderedDictionary<String, Value>) {
104 |         self = .dictionary(Dictionary(elements.mapValues { $0.toJson() }))
    |                                                |- warning: instance method 'mapValues' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
    |                                                `- note: The missing import of module 'OrderedCollections' will be added implicitly
105 |     }
106 | }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Json/JsonConvertible.swift:155:44: warning: instance method 'mapValues' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
153 |     @inlinable
154 |     public func toJson() -> Json {
155 |         return .dictionary(Dictionary(self.mapValues { $0.toJson() }))
    |                                            |- warning: instance method 'mapValues' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
    |                                            `- note: The missing import of module 'OrderedCollections' will be added implicitly
156 |     }
157 | }
[674/722] Compiling DoggieCore FileExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Json/Json.swift:103:12: warning: generic struct 'OrderedDictionary' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
101 |
102 |     @inlinable
103 |     public init<Value: JsonConvertible>(_ elements: OrderedDictionary<String, Value>) {
    |            |- warning: generic struct 'OrderedDictionary' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
    |            `- note: The missing import of module 'OrderedCollections' will be added implicitly
104 |         self = .dictionary(Dictionary(elements.mapValues { $0.toJson() }))
105 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Json/Json.swift:104:48: warning: instance method 'mapValues' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
102 |     @inlinable
103 |     public init<Value: JsonConvertible>(_ elements: OrderedDictionary<String, Value>) {
104 |         self = .dictionary(Dictionary(elements.mapValues { $0.toJson() }))
    |                                                |- warning: instance method 'mapValues' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
    |                                                `- note: The missing import of module 'OrderedCollections' will be added implicitly
105 |     }
106 | }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Json/JsonConvertible.swift:155:44: warning: instance method 'mapValues' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
153 |     @inlinable
154 |     public func toJson() -> Json {
155 |         return .dictionary(Dictionary(self.mapValues { $0.toJson() }))
    |                                            |- warning: instance method 'mapValues' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
    |                                            `- note: The missing import of module 'OrderedCollections' will be added implicitly
156 |     }
157 | }
[675/722] Compiling DoggieCore Date.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Foundation/MappedBuffer.swift:287:22: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
268 |     @inlinable
269 |     @inline(__always)
270 |     public mutating func append<S: Sequence>(contentsOf newElements: S) where S.Element == Element {
    |                                 `- note: 'S' previously declared here
271 |
272 |         let old_count = base.count
    :
285 |
286 |         @inline(__always)
287 |         func _append<S: Sequence>(_ newElements: S) where S.Element == Element {
    |                      `- warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
288 |
289 |             let buffer = UnsafeMutableBufferPointer(start: base.address + old_count, count: underestimatedCount - old_count)
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Foundation/MappedBuffer.swift:375:26: warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
345 |     @inlinable
346 |     @inline(__always)
347 |     public mutating func replaceSubrange<C: Collection>(_ subRange: Range<Int>, with newElements: C) where C.Element == Element {
    |                                          `- note: 'C' previously declared here
348 |
349 |         precondition(0 <= subRange.lowerBound, "Index out of range.")
    :
373 |
374 |             @inline(__always)
375 |             func _append<C: Collection>(_ newElements: C) where C.Element == Element {
    |                          `- warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
376 |
377 |                 let buffer = UnsafeMutableBufferPointer(start: base.address + subRange.lowerBound, count: newElements_count)
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Foundation/MappedBuffer.swift:402:26: warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
345 |     @inlinable
346 |     @inline(__always)
347 |     public mutating func replaceSubrange<C: Collection>(_ subRange: Range<Int>, with newElements: C) where C.Element == Element {
    |                                          `- note: 'C' previously declared here
348 |
349 |         precondition(0 <= subRange.lowerBound, "Index out of range.")
    :
400 |
401 |             @inline(__always)
402 |             func _append<C: Collection>(_ newElements: C) where C.Element == Element {
    |                          `- warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
403 |
404 |                 let buffer = UnsafeMutableBufferPointer(start: address, count: newElements_count)
[676/722] Compiling DoggieCore FileManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Foundation/MappedBuffer.swift:287:22: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
268 |     @inlinable
269 |     @inline(__always)
270 |     public mutating func append<S: Sequence>(contentsOf newElements: S) where S.Element == Element {
    |                                 `- note: 'S' previously declared here
271 |
272 |         let old_count = base.count
    :
285 |
286 |         @inline(__always)
287 |         func _append<S: Sequence>(_ newElements: S) where S.Element == Element {
    |                      `- warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
288 |
289 |             let buffer = UnsafeMutableBufferPointer(start: base.address + old_count, count: underestimatedCount - old_count)
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Foundation/MappedBuffer.swift:375:26: warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
345 |     @inlinable
346 |     @inline(__always)
347 |     public mutating func replaceSubrange<C: Collection>(_ subRange: Range<Int>, with newElements: C) where C.Element == Element {
    |                                          `- note: 'C' previously declared here
348 |
349 |         precondition(0 <= subRange.lowerBound, "Index out of range.")
    :
373 |
374 |             @inline(__always)
375 |             func _append<C: Collection>(_ newElements: C) where C.Element == Element {
    |                          `- warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
376 |
377 |                 let buffer = UnsafeMutableBufferPointer(start: base.address + subRange.lowerBound, count: newElements_count)
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Foundation/MappedBuffer.swift:402:26: warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
345 |     @inlinable
346 |     @inline(__always)
347 |     public mutating func replaceSubrange<C: Collection>(_ subRange: Range<Int>, with newElements: C) where C.Element == Element {
    |                                          `- note: 'C' previously declared here
348 |
349 |         precondition(0 <= subRange.lowerBound, "Index out of range.")
    :
400 |
401 |             @inline(__always)
402 |             func _append<C: Collection>(_ newElements: C) where C.Element == Element {
    |                          `- warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
403 |
404 |                 let buffer = UnsafeMutableBufferPointer(start: address, count: newElements_count)
[677/722] Compiling DoggieCore Graph.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Foundation/MappedBuffer.swift:287:22: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
268 |     @inlinable
269 |     @inline(__always)
270 |     public mutating func append<S: Sequence>(contentsOf newElements: S) where S.Element == Element {
    |                                 `- note: 'S' previously declared here
271 |
272 |         let old_count = base.count
    :
285 |
286 |         @inline(__always)
287 |         func _append<S: Sequence>(_ newElements: S) where S.Element == Element {
    |                      `- warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
288 |
289 |             let buffer = UnsafeMutableBufferPointer(start: base.address + old_count, count: underestimatedCount - old_count)
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Foundation/MappedBuffer.swift:375:26: warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
345 |     @inlinable
346 |     @inline(__always)
347 |     public mutating func replaceSubrange<C: Collection>(_ subRange: Range<Int>, with newElements: C) where C.Element == Element {
    |                                          `- note: 'C' previously declared here
348 |
349 |         precondition(0 <= subRange.lowerBound, "Index out of range.")
    :
373 |
374 |             @inline(__always)
375 |             func _append<C: Collection>(_ newElements: C) where C.Element == Element {
    |                          `- warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
376 |
377 |                 let buffer = UnsafeMutableBufferPointer(start: base.address + subRange.lowerBound, count: newElements_count)
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Foundation/MappedBuffer.swift:402:26: warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
345 |     @inlinable
346 |     @inline(__always)
347 |     public mutating func replaceSubrange<C: Collection>(_ subRange: Range<Int>, with newElements: C) where C.Element == Element {
    |                                          `- note: 'C' previously declared here
348 |
349 |         precondition(0 <= subRange.lowerBound, "Index out of range.")
    :
400 |
401 |             @inline(__always)
402 |             func _append<C: Collection>(_ newElements: C) where C.Element == Element {
    |                          `- warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
403 |
404 |                 let buffer = UnsafeMutableBufferPointer(start: address, count: newElements_count)
[678/722] Compiling DoggieCore Locking.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Foundation/MappedBuffer.swift:287:22: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
268 |     @inlinable
269 |     @inline(__always)
270 |     public mutating func append<S: Sequence>(contentsOf newElements: S) where S.Element == Element {
    |                                 `- note: 'S' previously declared here
271 |
272 |         let old_count = base.count
    :
285 |
286 |         @inline(__always)
287 |         func _append<S: Sequence>(_ newElements: S) where S.Element == Element {
    |                      `- warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
288 |
289 |             let buffer = UnsafeMutableBufferPointer(start: base.address + old_count, count: underestimatedCount - old_count)
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Foundation/MappedBuffer.swift:375:26: warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
345 |     @inlinable
346 |     @inline(__always)
347 |     public mutating func replaceSubrange<C: Collection>(_ subRange: Range<Int>, with newElements: C) where C.Element == Element {
    |                                          `- note: 'C' previously declared here
348 |
349 |         precondition(0 <= subRange.lowerBound, "Index out of range.")
    :
373 |
374 |             @inline(__always)
375 |             func _append<C: Collection>(_ newElements: C) where C.Element == Element {
    |                          `- warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
376 |
377 |                 let buffer = UnsafeMutableBufferPointer(start: base.address + subRange.lowerBound, count: newElements_count)
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Foundation/MappedBuffer.swift:402:26: warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
345 |     @inlinable
346 |     @inline(__always)
347 |     public mutating func replaceSubrange<C: Collection>(_ subRange: Range<Int>, with newElements: C) where C.Element == Element {
    |                                          `- note: 'C' previously declared here
348 |
349 |         precondition(0 <= subRange.lowerBound, "Index out of range.")
    :
400 |
401 |             @inline(__always)
402 |             func _append<C: Collection>(_ newElements: C) where C.Element == Element {
    |                          `- warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
403 |
404 |                 let buffer = UnsafeMutableBufferPointer(start: address, count: newElements_count)
[679/722] Compiling DoggieCore MappedBuffer.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Foundation/MappedBuffer.swift:287:22: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
268 |     @inlinable
269 |     @inline(__always)
270 |     public mutating func append<S: Sequence>(contentsOf newElements: S) where S.Element == Element {
    |                                 `- note: 'S' previously declared here
271 |
272 |         let old_count = base.count
    :
285 |
286 |         @inline(__always)
287 |         func _append<S: Sequence>(_ newElements: S) where S.Element == Element {
    |                      `- warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
288 |
289 |             let buffer = UnsafeMutableBufferPointer(start: base.address + old_count, count: underestimatedCount - old_count)
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Foundation/MappedBuffer.swift:375:26: warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
345 |     @inlinable
346 |     @inline(__always)
347 |     public mutating func replaceSubrange<C: Collection>(_ subRange: Range<Int>, with newElements: C) where C.Element == Element {
    |                                          `- note: 'C' previously declared here
348 |
349 |         precondition(0 <= subRange.lowerBound, "Index out of range.")
    :
373 |
374 |             @inline(__always)
375 |             func _append<C: Collection>(_ newElements: C) where C.Element == Element {
    |                          `- warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
376 |
377 |                 let buffer = UnsafeMutableBufferPointer(start: base.address + subRange.lowerBound, count: newElements_count)
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Foundation/MappedBuffer.swift:402:26: warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
345 |     @inlinable
346 |     @inline(__always)
347 |     public mutating func replaceSubrange<C: Collection>(_ subRange: Range<Int>, with newElements: C) where C.Element == Element {
    |                                          `- note: 'C' previously declared here
348 |
349 |         precondition(0 <= subRange.lowerBound, "Index out of range.")
    :
400 |
401 |             @inline(__always)
402 |             func _append<C: Collection>(_ newElements: C) where C.Element == Element {
    |                          `- warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
403 |
404 |                 let buffer = UnsafeMutableBufferPointer(start: address, count: newElements_count)
[680/722] Compiling DoggieCore Parallel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Foundation/MappedBuffer.swift:287:22: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
268 |     @inlinable
269 |     @inline(__always)
270 |     public mutating func append<S: Sequence>(contentsOf newElements: S) where S.Element == Element {
    |                                 `- note: 'S' previously declared here
271 |
272 |         let old_count = base.count
    :
285 |
286 |         @inline(__always)
287 |         func _append<S: Sequence>(_ newElements: S) where S.Element == Element {
    |                      `- warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
288 |
289 |             let buffer = UnsafeMutableBufferPointer(start: base.address + old_count, count: underestimatedCount - old_count)
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Foundation/MappedBuffer.swift:375:26: warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
345 |     @inlinable
346 |     @inline(__always)
347 |     public mutating func replaceSubrange<C: Collection>(_ subRange: Range<Int>, with newElements: C) where C.Element == Element {
    |                                          `- note: 'C' previously declared here
348 |
349 |         precondition(0 <= subRange.lowerBound, "Index out of range.")
    :
373 |
374 |             @inline(__always)
375 |             func _append<C: Collection>(_ newElements: C) where C.Element == Element {
    |                          `- warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
376 |
377 |                 let buffer = UnsafeMutableBufferPointer(start: base.address + subRange.lowerBound, count: newElements_count)
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Foundation/MappedBuffer.swift:402:26: warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
345 |     @inlinable
346 |     @inline(__always)
347 |     public mutating func replaceSubrange<C: Collection>(_ subRange: Range<Int>, with newElements: C) where C.Element == Element {
    |                                          `- note: 'C' previously declared here
348 |
349 |         precondition(0 <= subRange.lowerBound, "Index out of range.")
    :
400 |
401 |             @inline(__always)
402 |             func _append<C: Collection>(_ newElements: C) where C.Element == Element {
    |                          `- warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
403 |
404 |                 let buffer = UnsafeMutableBufferPointer(start: address, count: newElements_count)
[681/727] Compiling DoggieCore TypePunned.swift
[682/727] Compiling DoggieCore TypedData.swift
[683/727] Compiling DoggieCore URLComponents.swift
[684/727] Compiling DoggieCore UUID.swift
[685/727] Compiling DoggieCore WeakDictionary.swift
[686/727] Compiling DoggieCore WeakSet.swift
[687/727] Compiling DoggieCore UnsafeSendable.swift
[688/727] Compiling DoggieCore Exported.swift
[689/727] Compiling DoggieCore Algorithm.swift
[690/727] Compiling DoggieCore Cache.swift
[691/727] Compiling DoggieCore ContiguousBuffer.swift
[692/727] Compiling DoggieCore Data.swift
[693/727] Compiling DoggieCore AppleCompression.swift
[694/727] Compiling DoggieCore AppleExported.swift
[695/727] Compiling DoggieCore Metal.swift
[696/727] Compiling DoggieCore NSItemProvider.swift
[697/727] Compiling DoggieCore CompressionCodec.swift
[698/727] Compiling DoggieCore BrotliDecoder.swift
[699/727] Compiling DoggieCore OptionOneCollection.swift
[700/727] Compiling DoggieCore Policy.swift
[701/727] Compiling DoggieCore RawBitPattern.swift
[702/727] Compiling DoggieCore String.swift
[703/727] Compiling DoggieCore replaceValue.swift
[704/727] Compiling DoggieCore BrotliEncoder.swift
[705/727] Compiling DoggieCore Deflate.swift
[706/727] Compiling DoggieCore Inflate.swift
[707/727] Compiling DoggieCore zlib.swift
[708/727] Compiling DoggieCore Sendable.swift
[709/727] Compiling DoggieCore SerialRunLoop.swift
[710/727] Compiling DoggieCore CollectionExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:30:12: warning: generic struct 'OrderedDictionary' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
28 |     @inlinable
29 |     @inline(__always)
30 |     public init(_ dictionary: OrderedDictionary<Key, Value>) {
   |            |- warning: generic struct 'OrderedDictionary' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |            `- note: The missing import of module 'OrderedCollections' will be added implicitly
31 |         self.init(minimumCapacity: dictionary.count)
32 |         for (key, value) in dictionary {
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:31:47: warning: property 'count' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
29 |     @inline(__always)
30 |     public init(_ dictionary: OrderedDictionary<Key, Value>) {
31 |         self.init(minimumCapacity: dictionary.count)
   |                                               |- warning: property 'count' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |                                               `- note: The missing import of module 'OrderedCollections' will be added implicitly
32 |         for (key, value) in dictionary {
33 |             self[key] = value
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:32:9: warning: instance method 'makeIterator()' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
30 |     public init(_ dictionary: OrderedDictionary<Key, Value>) {
31 |         self.init(minimumCapacity: dictionary.count)
32 |         for (key, value) in dictionary {
   |         |- warning: instance method 'makeIterator()' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'OrderedCollections' will be added implicitly
33 |             self[key] = value
34 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:32:9: warning: instance method 'next()' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
30 |     public init(_ dictionary: OrderedDictionary<Key, Value>) {
31 |         self.init(minimumCapacity: dictionary.count)
32 |         for (key, value) in dictionary {
   |         |- warning: instance method 'next()' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'OrderedCollections' will be added implicitly
33 |             self[key] = value
34 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:43:14: warning: initializer 'init(minimumCapacity:persistent:)' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
41 |     @inline(__always)
42 |     public init(_ dictionary: [Key: Value]) {
43 |         self.init(minimumCapacity: dictionary.count)
   |              |- warning: initializer 'init(minimumCapacity:persistent:)' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |              `- note: The missing import of module 'OrderedCollections' will be added implicitly
44 |         for (key, value) in dictionary {
45 |             self[key] = value
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:45:13: warning: subscript 'subscript(_:)' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
43 |         self.init(minimumCapacity: dictionary.count)
44 |         for (key, value) in dictionary {
45 |             self[key] = value
   |             |- warning: subscript 'subscript(_:)' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |             `- note: The missing import of module 'OrderedCollections' will be added implicitly
46 |         }
47 |     }
[711/727] Compiling DoggieCore Decimal.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:30:12: warning: generic struct 'OrderedDictionary' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
28 |     @inlinable
29 |     @inline(__always)
30 |     public init(_ dictionary: OrderedDictionary<Key, Value>) {
   |            |- warning: generic struct 'OrderedDictionary' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |            `- note: The missing import of module 'OrderedCollections' will be added implicitly
31 |         self.init(minimumCapacity: dictionary.count)
32 |         for (key, value) in dictionary {
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:31:47: warning: property 'count' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
29 |     @inline(__always)
30 |     public init(_ dictionary: OrderedDictionary<Key, Value>) {
31 |         self.init(minimumCapacity: dictionary.count)
   |                                               |- warning: property 'count' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |                                               `- note: The missing import of module 'OrderedCollections' will be added implicitly
32 |         for (key, value) in dictionary {
33 |             self[key] = value
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:32:9: warning: instance method 'makeIterator()' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
30 |     public init(_ dictionary: OrderedDictionary<Key, Value>) {
31 |         self.init(minimumCapacity: dictionary.count)
32 |         for (key, value) in dictionary {
   |         |- warning: instance method 'makeIterator()' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'OrderedCollections' will be added implicitly
33 |             self[key] = value
34 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:32:9: warning: instance method 'next()' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
30 |     public init(_ dictionary: OrderedDictionary<Key, Value>) {
31 |         self.init(minimumCapacity: dictionary.count)
32 |         for (key, value) in dictionary {
   |         |- warning: instance method 'next()' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'OrderedCollections' will be added implicitly
33 |             self[key] = value
34 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:43:14: warning: initializer 'init(minimumCapacity:persistent:)' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
41 |     @inline(__always)
42 |     public init(_ dictionary: [Key: Value]) {
43 |         self.init(minimumCapacity: dictionary.count)
   |              |- warning: initializer 'init(minimumCapacity:persistent:)' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |              `- note: The missing import of module 'OrderedCollections' will be added implicitly
44 |         for (key, value) in dictionary {
45 |             self[key] = value
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:45:13: warning: subscript 'subscript(_:)' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
43 |         self.init(minimumCapacity: dictionary.count)
44 |         for (key, value) in dictionary {
45 |             self[key] = value
   |             |- warning: subscript 'subscript(_:)' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |             `- note: The missing import of module 'OrderedCollections' will be added implicitly
46 |         }
47 |     }
[712/727] Compiling DoggieCore Dictionary.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:30:12: warning: generic struct 'OrderedDictionary' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
28 |     @inlinable
29 |     @inline(__always)
30 |     public init(_ dictionary: OrderedDictionary<Key, Value>) {
   |            |- warning: generic struct 'OrderedDictionary' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |            `- note: The missing import of module 'OrderedCollections' will be added implicitly
31 |         self.init(minimumCapacity: dictionary.count)
32 |         for (key, value) in dictionary {
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:31:47: warning: property 'count' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
29 |     @inline(__always)
30 |     public init(_ dictionary: OrderedDictionary<Key, Value>) {
31 |         self.init(minimumCapacity: dictionary.count)
   |                                               |- warning: property 'count' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |                                               `- note: The missing import of module 'OrderedCollections' will be added implicitly
32 |         for (key, value) in dictionary {
33 |             self[key] = value
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:32:9: warning: instance method 'makeIterator()' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
30 |     public init(_ dictionary: OrderedDictionary<Key, Value>) {
31 |         self.init(minimumCapacity: dictionary.count)
32 |         for (key, value) in dictionary {
   |         |- warning: instance method 'makeIterator()' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'OrderedCollections' will be added implicitly
33 |             self[key] = value
34 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:32:9: warning: instance method 'next()' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
30 |     public init(_ dictionary: OrderedDictionary<Key, Value>) {
31 |         self.init(minimumCapacity: dictionary.count)
32 |         for (key, value) in dictionary {
   |         |- warning: instance method 'next()' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'OrderedCollections' will be added implicitly
33 |             self[key] = value
34 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:43:14: warning: initializer 'init(minimumCapacity:persistent:)' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
41 |     @inline(__always)
42 |     public init(_ dictionary: [Key: Value]) {
43 |         self.init(minimumCapacity: dictionary.count)
   |              |- warning: initializer 'init(minimumCapacity:persistent:)' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |              `- note: The missing import of module 'OrderedCollections' will be added implicitly
44 |         for (key, value) in dictionary {
45 |             self[key] = value
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:45:13: warning: subscript 'subscript(_:)' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
43 |         self.init(minimumCapacity: dictionary.count)
44 |         for (key, value) in dictionary {
45 |             self[key] = value
   |             |- warning: subscript 'subscript(_:)' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |             `- note: The missing import of module 'OrderedCollections' will be added implicitly
46 |         }
47 |     }
[713/727] Compiling DoggieCore Equatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:30:12: warning: generic struct 'OrderedDictionary' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
28 |     @inlinable
29 |     @inline(__always)
30 |     public init(_ dictionary: OrderedDictionary<Key, Value>) {
   |            |- warning: generic struct 'OrderedDictionary' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |            `- note: The missing import of module 'OrderedCollections' will be added implicitly
31 |         self.init(minimumCapacity: dictionary.count)
32 |         for (key, value) in dictionary {
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:31:47: warning: property 'count' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
29 |     @inline(__always)
30 |     public init(_ dictionary: OrderedDictionary<Key, Value>) {
31 |         self.init(minimumCapacity: dictionary.count)
   |                                               |- warning: property 'count' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |                                               `- note: The missing import of module 'OrderedCollections' will be added implicitly
32 |         for (key, value) in dictionary {
33 |             self[key] = value
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:32:9: warning: instance method 'makeIterator()' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
30 |     public init(_ dictionary: OrderedDictionary<Key, Value>) {
31 |         self.init(minimumCapacity: dictionary.count)
32 |         for (key, value) in dictionary {
   |         |- warning: instance method 'makeIterator()' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'OrderedCollections' will be added implicitly
33 |             self[key] = value
34 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:32:9: warning: instance method 'next()' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
30 |     public init(_ dictionary: OrderedDictionary<Key, Value>) {
31 |         self.init(minimumCapacity: dictionary.count)
32 |         for (key, value) in dictionary {
   |         |- warning: instance method 'next()' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'OrderedCollections' will be added implicitly
33 |             self[key] = value
34 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:43:14: warning: initializer 'init(minimumCapacity:persistent:)' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
41 |     @inline(__always)
42 |     public init(_ dictionary: [Key: Value]) {
43 |         self.init(minimumCapacity: dictionary.count)
   |              |- warning: initializer 'init(minimumCapacity:persistent:)' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |              `- note: The missing import of module 'OrderedCollections' will be added implicitly
44 |         for (key, value) in dictionary {
45 |             self[key] = value
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:45:13: warning: subscript 'subscript(_:)' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
43 |         self.init(minimumCapacity: dictionary.count)
44 |         for (key, value) in dictionary {
45 |             self[key] = value
   |             |- warning: subscript 'subscript(_:)' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |             `- note: The missing import of module 'OrderedCollections' will be added implicitly
46 |         }
47 |     }
[714/727] Compiling DoggieCore FloatingPoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:30:12: warning: generic struct 'OrderedDictionary' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
28 |     @inlinable
29 |     @inline(__always)
30 |     public init(_ dictionary: OrderedDictionary<Key, Value>) {
   |            |- warning: generic struct 'OrderedDictionary' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |            `- note: The missing import of module 'OrderedCollections' will be added implicitly
31 |         self.init(minimumCapacity: dictionary.count)
32 |         for (key, value) in dictionary {
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:31:47: warning: property 'count' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
29 |     @inline(__always)
30 |     public init(_ dictionary: OrderedDictionary<Key, Value>) {
31 |         self.init(minimumCapacity: dictionary.count)
   |                                               |- warning: property 'count' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |                                               `- note: The missing import of module 'OrderedCollections' will be added implicitly
32 |         for (key, value) in dictionary {
33 |             self[key] = value
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:32:9: warning: instance method 'makeIterator()' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
30 |     public init(_ dictionary: OrderedDictionary<Key, Value>) {
31 |         self.init(minimumCapacity: dictionary.count)
32 |         for (key, value) in dictionary {
   |         |- warning: instance method 'makeIterator()' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'OrderedCollections' will be added implicitly
33 |             self[key] = value
34 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:32:9: warning: instance method 'next()' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
30 |     public init(_ dictionary: OrderedDictionary<Key, Value>) {
31 |         self.init(minimumCapacity: dictionary.count)
32 |         for (key, value) in dictionary {
   |         |- warning: instance method 'next()' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'OrderedCollections' will be added implicitly
33 |             self[key] = value
34 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:43:14: warning: initializer 'init(minimumCapacity:persistent:)' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
41 |     @inline(__always)
42 |     public init(_ dictionary: [Key: Value]) {
43 |         self.init(minimumCapacity: dictionary.count)
   |              |- warning: initializer 'init(minimumCapacity:persistent:)' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |              `- note: The missing import of module 'OrderedCollections' will be added implicitly
44 |         for (key, value) in dictionary {
45 |             self[key] = value
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:45:13: warning: subscript 'subscript(_:)' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
43 |         self.init(minimumCapacity: dictionary.count)
44 |         for (key, value) in dictionary {
45 |             self[key] = value
   |             |- warning: subscript 'subscript(_:)' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |             `- note: The missing import of module 'OrderedCollections' will be added implicitly
46 |         }
47 |     }
[715/727] Compiling DoggieCore Integer.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:30:12: warning: generic struct 'OrderedDictionary' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
28 |     @inlinable
29 |     @inline(__always)
30 |     public init(_ dictionary: OrderedDictionary<Key, Value>) {
   |            |- warning: generic struct 'OrderedDictionary' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |            `- note: The missing import of module 'OrderedCollections' will be added implicitly
31 |         self.init(minimumCapacity: dictionary.count)
32 |         for (key, value) in dictionary {
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:31:47: warning: property 'count' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
29 |     @inline(__always)
30 |     public init(_ dictionary: OrderedDictionary<Key, Value>) {
31 |         self.init(minimumCapacity: dictionary.count)
   |                                               |- warning: property 'count' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |                                               `- note: The missing import of module 'OrderedCollections' will be added implicitly
32 |         for (key, value) in dictionary {
33 |             self[key] = value
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:32:9: warning: instance method 'makeIterator()' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
30 |     public init(_ dictionary: OrderedDictionary<Key, Value>) {
31 |         self.init(minimumCapacity: dictionary.count)
32 |         for (key, value) in dictionary {
   |         |- warning: instance method 'makeIterator()' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'OrderedCollections' will be added implicitly
33 |             self[key] = value
34 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:32:9: warning: instance method 'next()' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
30 |     public init(_ dictionary: OrderedDictionary<Key, Value>) {
31 |         self.init(minimumCapacity: dictionary.count)
32 |         for (key, value) in dictionary {
   |         |- warning: instance method 'next()' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'OrderedCollections' will be added implicitly
33 |             self[key] = value
34 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:43:14: warning: initializer 'init(minimumCapacity:persistent:)' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
41 |     @inline(__always)
42 |     public init(_ dictionary: [Key: Value]) {
43 |         self.init(minimumCapacity: dictionary.count)
   |              |- warning: initializer 'init(minimumCapacity:persistent:)' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |              `- note: The missing import of module 'OrderedCollections' will be added implicitly
44 |         for (key, value) in dictionary {
45 |             self[key] = value
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:45:13: warning: subscript 'subscript(_:)' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
43 |         self.init(minimumCapacity: dictionary.count)
44 |         for (key, value) in dictionary {
45 |             self[key] = value
   |             |- warning: subscript 'subscript(_:)' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |             `- note: The missing import of module 'OrderedCollections' will be added implicitly
46 |         }
47 |     }
[716/727] Emitting module DoggieCore
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Foundation/MappedBuffer.swift:287:22: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
268 |     @inlinable
269 |     @inline(__always)
270 |     public mutating func append<S: Sequence>(contentsOf newElements: S) where S.Element == Element {
    |                                 `- note: 'S' previously declared here
271 |
272 |         let old_count = base.count
    :
285 |
286 |         @inline(__always)
287 |         func _append<S: Sequence>(_ newElements: S) where S.Element == Element {
    |                      `- warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
288 |
289 |             let buffer = UnsafeMutableBufferPointer(start: base.address + old_count, count: underestimatedCount - old_count)
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Foundation/MappedBuffer.swift:375:26: warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
345 |     @inlinable
346 |     @inline(__always)
347 |     public mutating func replaceSubrange<C: Collection>(_ subRange: Range<Int>, with newElements: C) where C.Element == Element {
    |                                          `- note: 'C' previously declared here
348 |
349 |         precondition(0 <= subRange.lowerBound, "Index out of range.")
    :
373 |
374 |             @inline(__always)
375 |             func _append<C: Collection>(_ newElements: C) where C.Element == Element {
    |                          `- warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
376 |
377 |                 let buffer = UnsafeMutableBufferPointer(start: base.address + subRange.lowerBound, count: newElements_count)
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Foundation/MappedBuffer.swift:402:26: warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
345 |     @inlinable
346 |     @inline(__always)
347 |     public mutating func replaceSubrange<C: Collection>(_ subRange: Range<Int>, with newElements: C) where C.Element == Element {
    |                                          `- note: 'C' previously declared here
348 |
349 |         precondition(0 <= subRange.lowerBound, "Index out of range.")
    :
400 |
401 |             @inline(__always)
402 |             func _append<C: Collection>(_ newElements: C) where C.Element == Element {
    |                          `- warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
403 |
404 |                 let buffer = UnsafeMutableBufferPointer(start: address, count: newElements_count)
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Json/Json.swift:103:12: warning: generic struct 'OrderedDictionary' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
101 |
102 |     @inlinable
103 |     public init<Value: JsonConvertible>(_ elements: OrderedDictionary<String, Value>) {
    |            |- warning: generic struct 'OrderedDictionary' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
    |            `- note: The missing import of module 'OrderedCollections' will be added implicitly
104 |         self = .dictionary(Dictionary(elements.mapValues { $0.toJson() }))
105 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Json/Json.swift:104:48: warning: instance method 'mapValues' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
102 |     @inlinable
103 |     public init<Value: JsonConvertible>(_ elements: OrderedDictionary<String, Value>) {
104 |         self = .dictionary(Dictionary(elements.mapValues { $0.toJson() }))
    |                                                |- warning: instance method 'mapValues' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
    |                                                `- note: The missing import of module 'OrderedCollections' will be added implicitly
105 |     }
106 | }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Json/JsonConvertible.swift:155:44: warning: instance method 'mapValues' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
153 |     @inlinable
154 |     public func toJson() -> Json {
155 |         return .dictionary(Dictionary(self.mapValues { $0.toJson() }))
    |                                            |- warning: instance method 'mapValues' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
    |                                            `- note: The missing import of module 'OrderedCollections' will be added implicitly
156 |     }
157 | }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:30:12: warning: generic struct 'OrderedDictionary' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
28 |     @inlinable
29 |     @inline(__always)
30 |     public init(_ dictionary: OrderedDictionary<Key, Value>) {
   |            |- warning: generic struct 'OrderedDictionary' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |            `- note: The missing import of module 'OrderedCollections' will be added implicitly
31 |         self.init(minimumCapacity: dictionary.count)
32 |         for (key, value) in dictionary {
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:31:47: warning: property 'count' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
29 |     @inline(__always)
30 |     public init(_ dictionary: OrderedDictionary<Key, Value>) {
31 |         self.init(minimumCapacity: dictionary.count)
   |                                               |- warning: property 'count' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |                                               `- note: The missing import of module 'OrderedCollections' will be added implicitly
32 |         for (key, value) in dictionary {
33 |             self[key] = value
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:32:9: warning: instance method 'makeIterator()' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
30 |     public init(_ dictionary: OrderedDictionary<Key, Value>) {
31 |         self.init(minimumCapacity: dictionary.count)
32 |         for (key, value) in dictionary {
   |         |- warning: instance method 'makeIterator()' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'OrderedCollections' will be added implicitly
33 |             self[key] = value
34 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:32:9: warning: instance method 'next()' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
30 |     public init(_ dictionary: OrderedDictionary<Key, Value>) {
31 |         self.init(minimumCapacity: dictionary.count)
32 |         for (key, value) in dictionary {
   |         |- warning: instance method 'next()' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |         `- note: The missing import of module 'OrderedCollections' will be added implicitly
33 |             self[key] = value
34 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:43:14: warning: initializer 'init(minimumCapacity:persistent:)' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
41 |     @inline(__always)
42 |     public init(_ dictionary: [Key: Value]) {
43 |         self.init(minimumCapacity: dictionary.count)
   |              |- warning: initializer 'init(minimumCapacity:persistent:)' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |              `- note: The missing import of module 'OrderedCollections' will be added implicitly
44 |         for (key, value) in dictionary {
45 |             self[key] = value
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Swift/Dictionary.swift:45:13: warning: subscript 'subscript(_:)' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
43 |         self.init(minimumCapacity: dictionary.count)
44 |         for (key, value) in dictionary {
45 |             self[key] = value
   |             |- warning: subscript 'subscript(_:)' cannot be used in an '@inlinable' function because 'OrderedCollections' was not imported by this file; this is an error in the Swift 6 language mode
   |             `- note: The missing import of module 'OrderedCollections' will be added implicitly
46 |         }
47 |     }
[717/727] Compiling DoggieCore MIMEType.swift
[718/727] Compiling DoggieCore MediaType.swift
[719/727] Compiling DoggieCore BinaryFixedPoint.swift
[720/727] Compiling DoggieCore ByteCodable.swift
[721/727] Compiling DoggieCore Endianness.swift
[722/727] Compiling DoggieCore Signature.swift
[723/727] Compiling DoggieCore SDXMLAttribute.swift
[724/727] Compiling DoggieCore SDXMLDocument.swift
[725/727] Compiling DoggieCore SDXMLElement.swift
[726/727] Compiling DoggieCore SDXMLParser.swift
[727/727] Compiling DoggieCore SDXMLString.swift
[728/755] Compiling DoggieMath DirectConvolve.swift
[729/755] Compiling DoggieMath LinearAlgebra.swift
[730/755] Compiling DoggieMath Move.swift
[731/757] Compiling DoggieMath half_cooleytukey_16.swift
[732/757] Compiling DoggieMath half_cooleytukey_2.swift
[733/757] Compiling DoggieMath half_cooleytukey_4.swift
[734/757] Compiling DoggieMath OverlapAddConvolve.swift
[735/757] Compiling DoggieMath HalfInverseRadix2CooleyTukey.swift
[736/757] Compiling DoggieMath HalfRadix2CooleyTukey.swift
[737/757] Compiling DoggieMath Rational.swift
[738/757] Compiling DoggieMath SafeFunction.swift
[739/757] Compiling DoggieMath Complex.swift
[740/757] Compiling DoggieMath Exported.swift
[741/757] Compiling DoggieMath Extension.swift
[742/757] Compiling DoggieMath InverseRadix2CooleyTukey.swift
[743/757] Compiling DoggieMath Radix2CooleyTukey.swift
[744/757] Compiling DoggieMath cooleytukey_16.swift
[745/757] Compiling DoggieMath cooleytukey_2.swift
[746/757] Compiling DoggieMath cooleytukey_4.swift
[747/757] Compiling DoggieMath cooleytukey_8.swift
[748/757] Compiling DoggieMath half_cooleytukey_8.swift
[749/757] Compiling DoggieMath Wrapper.swift
[750/757] Compiling DoggieMath Arithmetic.swift
[751/757] Compiling DoggieMath Fourier.swift
[752/757] Compiling DoggieMath Maths.swift
[753/757] Compiling DoggieMath Polynomial.swift
[754/757] Compiling DoggieMath CircularConvolve.swift
[755/757] Compiling DoggieMath CircularConvolve2D.swift
[756/757] Compiling DoggieMath CooleyTukey2D.swift
[757/757] Emitting module DoggieMath
[758/796] Compiling DoggieGeometry Extension.swift
[759/796] Compiling DoggieGeometry EdgeInsets.swift
[760/796] Compiling DoggieGeometry Ellipse.swift
[761/796] Compiling DoggieGeometry Geometry.swift
[762/800] Compiling DoggieGeometry ShapeTweening.swift
[763/800] Compiling DoggieGeometry ShapeWinding.swift
[764/800] Compiling DoggieGeometry VariableRoundStroke.swift
[765/800] Compiling DoggieGeometry BreakLoop.swift
[766/800] Compiling DoggieGeometry CGSize.swift
[767/800] Compiling DoggieGeometry SwiftPlayground.swift
[768/800] Compiling DoggieGeometry Arithmetic.swift
[769/800] Compiling DoggieGeometry Bezier.swift
[770/800] Compiling DoggieGeometry BezierArc.swift
[771/800] Compiling DoggieGeometry CubicBezierTriangularPatch.swift
[772/800] Compiling DoggieGeometry LineSegment.swift
[773/800] Compiling DoggieGeometry QuadBezier.swift
[774/800] Compiling DoggieGeometry Exported.swift
[775/800] Compiling DoggieGeometry Size.swift
[776/800] Compiling DoggieGeometry Tensor.swift
[777/800] Compiling DoggieGeometry Vector.swift
[778/800] Compiling DoggieGeometry PathCoder.swift
[779/800] Compiling DoggieGeometry PathBuilder.swift
[780/800] Compiling DoggieGeometry ShapeRegion.swift
[781/800] Compiling DoggieGeometry ShapeRegionOp.swift
[782/800] Compiling DoggieGeometry ShapeRegionWinding.swift
[783/800] Compiling DoggieGeometry AppleExported.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGeometry/ApplePlatform/Geometry/CGPath.swift:235:13: warning: switch must be exhaustive
233 |         for i in 0..<self.elementCount {
234 |             let type = self.element(at: i, associatedPoints: &points)
235 |             switch type {
    |             |- warning: switch must be exhaustive
    |             |- note: add missing case: '.cubicCurveTo'
    |             |- note: add missing case: '.quadraticCurveTo'
    |             `- note: add missing cases
236 |             case .moveTo: path._move(to: Point(points[0]))
237 |             case .lineTo: path._line(to: Point(points[0]))
[784/800] Compiling DoggieGeometry CGAffineTransform.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGeometry/ApplePlatform/Geometry/CGPath.swift:235:13: warning: switch must be exhaustive
233 |         for i in 0..<self.elementCount {
234 |             let type = self.element(at: i, associatedPoints: &points)
235 |             switch type {
    |             |- warning: switch must be exhaustive
    |             |- note: add missing case: '.cubicCurveTo'
    |             |- note: add missing case: '.quadraticCurveTo'
    |             `- note: add missing cases
236 |             case .moveTo: path._move(to: Point(points[0]))
237 |             case .lineTo: path._line(to: Point(points[0]))
[785/800] Compiling DoggieGeometry CGPath.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGeometry/ApplePlatform/Geometry/CGPath.swift:235:13: warning: switch must be exhaustive
233 |         for i in 0..<self.elementCount {
234 |             let type = self.element(at: i, associatedPoints: &points)
235 |             switch type {
    |             |- warning: switch must be exhaustive
    |             |- note: add missing case: '.cubicCurveTo'
    |             |- note: add missing case: '.quadraticCurveTo'
    |             `- note: add missing cases
236 |             case .moveTo: path._move(to: Point(points[0]))
237 |             case .lineTo: path._line(to: Point(points[0]))
[786/800] Compiling DoggieGeometry CGPoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGeometry/ApplePlatform/Geometry/CGPath.swift:235:13: warning: switch must be exhaustive
233 |         for i in 0..<self.elementCount {
234 |             let type = self.element(at: i, associatedPoints: &points)
235 |             switch type {
    |             |- warning: switch must be exhaustive
    |             |- note: add missing case: '.cubicCurveTo'
    |             |- note: add missing case: '.quadraticCurveTo'
    |             `- note: add missing cases
236 |             case .moveTo: path._move(to: Point(points[0]))
237 |             case .lineTo: path._line(to: Point(points[0]))
[787/800] Compiling DoggieGeometry CGRect.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGeometry/ApplePlatform/Geometry/CGPath.swift:235:13: warning: switch must be exhaustive
233 |         for i in 0..<self.elementCount {
234 |             let type = self.element(at: i, associatedPoints: &points)
235 |             switch type {
    |             |- warning: switch must be exhaustive
    |             |- note: add missing case: '.cubicCurveTo'
    |             |- note: add missing case: '.quadraticCurveTo'
    |             `- note: add missing cases
236 |             case .moveTo: path._move(to: Point(points[0]))
237 |             case .lineTo: path._line(to: Point(points[0]))
[788/800] Compiling DoggieGeometry BezierOffset.swift
[789/800] Compiling DoggieGeometry BezierProtocol.swift
[790/800] Compiling DoggieGeometry CubicBezier.swift
[791/800] Compiling DoggieGeometry CubicBezierPatch.swift
[792/800] Compiling DoggieGeometry Matrix.swift
[793/800] Compiling DoggieGeometry Point.swift
[794/800] Compiling DoggieGeometry Rect.swift
[795/800] Compiling DoggieGeometry SDTransform.swift
[796/800] Compiling DoggieGeometry PathStroke.swift
[797/800] Compiling DoggieGeometry SVGPathCoder.swift
[798/800] Compiling DoggieGeometry Shape.swift
[799/800] Compiling DoggieGeometry ShapeSegment.swift
[800/800] Emitting module DoggieGeometry
[801/1017] Compiling DoggieGraphics DrawGradient.swift
[802/1017] Compiling DoggieGraphics DrawImage.swift
[803/1017] Compiling DoggieGraphics DrawMeshGradient.swift
[804/1017] Compiling DoggieGraphics DrawPattern.swift
[805/1017] Compiling DoggieGraphics DrawShadow.swift
[806/1017] Compiling DoggieGraphics DrawShape.swift
[807/1017] Compiling DoggieGraphics ImageContext.swift
[808/1017] Compiling DoggieGraphics ImageContextExtension.swift
[809/1017] Compiling DoggieGraphics PixelBlender.swift
[810/1017] Compiling DoggieGraphics Rasterizer.swift
[811/1017] Compiling DoggieGraphics Rendering.swift
[812/1017] Compiling DoggieGraphics SetClip.swift
[813/1017] Compiling DoggieGraphics Stencil.swift
[814/1017] Compiling DoggieGraphics BayerDithering.swift
[815/1017] Compiling DoggieGraphics BilateralFilter.swift
[816/1017] Compiling DoggieGraphics ColorSeparation.swift
[817/1017] Compiling DoggieGraphics DifferenceOfGaussian.swift
[818/1017] Compiling DoggieGraphics DisplacementMap.swift
[819/1017] Compiling DoggieGraphics GaussianBlur.swift
[820/1017] Compiling DoggieGraphics ImageConvolution.swift
[821/1017] Compiling DoggieGraphics LaplacianOfGaussian.swift
[822/1017] Compiling DoggieGraphics SVGTurbulence.swift
[823/1017] Compiling DoggieGraphics Underpainting.swift
[824/1017] Compiling DoggieGraphics kMeansClustering.swift
[825/1017] Compiling DoggieGraphics Stroke.swift
[826/1017] Compiling DoggieGraphics Exported.swift
[827/1017] Compiling DoggieGraphics CFF2Decoder.swift
[828/1017] Compiling DoggieGraphics CFF2INDEX.swift
[829/1017] Compiling DoggieGraphics CFFCharStrings.swift
[830/1017] Compiling DoggieGraphics CFFDICT.swift
[831/1017] Compiling DoggieGraphics CFFDecoder.swift
[832/1017] Compiling DoggieGraphics CFFEncoding.swift
[833/1017] Compiling DoggieGraphics CFFFDSelect.swift
[834/1017] Compiling DoggieGraphics CFFFontFace.swift
[835/1017] Compiling DoggieGraphics CFFINDEX.swift
[836/1017] Compiling DoggieGraphics FontDecoder.swift
[837/1017] Compiling DoggieGraphics OpenTypeDecoder.swift
[838/1017] Compiling DoggieGraphics AATStateTable.swift
[839/1017] Compiling DoggieGraphics OTFFeatureList.swift
[840/1017] Compiling DoggieGraphics OTFGDEF.swift
[841/1017] Compiling DoggieGraphics OTFGPOS.swift
[842/1017] Compiling DoggieGraphics OTFGSUB.swift
[843/1017] Compiling DoggieGraphics OTFLookupList.swift
[844/1017] Compiling DoggieGraphics OTFScriptList.swift
[845/1017] Compiling DoggieGraphics SFNTCMAP.swift
[846/1017] Compiling DoggieGraphics SFNTFEAT.swift
[847/1017] Compiling DoggieGraphics SFNTFontFace.swift
[848/1017] Compiling DoggieGraphics SFNTGLYF.swift
[849/1017] Compiling DoggieGraphics SFNTHEAD.swift
[850/1017] Compiling DoggieGraphics SFNTHHEA.swift
[851/1017] Compiling DoggieGraphics SFNTLTAG.swift
[852/1017] Compiling DoggieGraphics SFNTMAXP.swift
[853/1017] Compiling DoggieGraphics SFNTMORX.swift
[854/1017] Compiling DoggieGraphics SFNTNAME.swift
[855/1017] Compiling DoggieGraphics SFNTOS2.swift
[856/1017] Compiling DoggieGraphics SFNTPOST.swift
[857/1017] Compiling DoggieGraphics SFNTPlatform.swift
[858/1017] Compiling DoggieGraphics SFNTSBIX.swift
[859/1017] Compiling DoggieGraphics SFNTVHEA.swift
[860/1017] Compiling DoggieGraphics TTCDecoder.swift
[861/1017] Compiling DoggieGraphics WOFFDecoder.swift
[862/1017] Compiling DoggieGraphics FontFaceEncoder.swift
[863/1017] Compiling DoggieGraphics OTFEncoder.swift
[864/1017] Compiling DoggieGraphics WOFFEncoder.swift
[865/1017] Compiling DoggieGraphics Font.swift
[866/1017] Compiling DoggieGraphics FontCollection.swift
[867/1017] Compiling DoggieGraphics AnyImage.swift
[868/1017] Compiling DoggieGraphics Image.swift
[869/1017] Compiling DoggieGraphics ImageOrientation.swift
[870/1017] Compiling DoggieGraphics ImageProtocol.swift
[871/1017] Compiling DoggieGraphics RawPixelProtocol.swift
[872/1017] Compiling DoggieGraphics Resampling.swift
[873/1017] Compiling DoggieGraphics TIFFDecoder.swift
[874/1017] Compiling DoggieGraphics WEBPDecoder.swift
[875/1017] Compiling DoggieGraphics BMPEncoder.swift
[876/1017] Compiling DoggieGraphics ImageRepEncoder.swift
[877/1017] Compiling DoggieGraphics JPEGEncoder.swift
[878/1017] Compiling DoggieGraphics PNGEncoder.swift
[879/1017] Compiling DoggieGraphics TIFFEncoder.swift
[880/1017] Compiling DoggieGraphics WEBPEncoder.swift
[881/1017] Compiling DoggieGraphics ImageRep.swift
[882/1017] Compiling DoggieGraphics FastDecode.swift
[883/1017] Compiling DoggieGraphics _fast_decode_alpha_first.swift
[884/1017] Compiling DoggieGraphics _fast_decode_alpha_last.swift
[885/1017] Compiling DoggieGraphics _fast_decode_alpha_none.swift
[886/1017] Compiling DoggieGraphics _fast_decode_float.swift
[887/1017] Compiling DoggieGraphics _fast_decode_pixel.swift
[888/1017] Compiling DoggieGraphics RawBitmap.swift
[889/1017] Compiling DoggieGraphics SlowDecode.swift
[890/1017] Compiling DoggieGraphics _aligned_channel.swift
[891/1017] Compiling DoggieGraphics _aligned_float_channel.swift
[892/1017] Compiling DoggieGraphics _channel_to_double.swift
[893/1017] Compiling DoggieGraphics _float_channel.swift
[894/1017] Compiling DoggieGraphics _unsigned_aligned_channel.swift
[895/1017] Compiling DoggieGraphics _unsigned_channel.swift
[896/1017] Compiling DoggieGraphics _unsigned_pixel.swift
[897/1065] Compiling DoggieGraphics AppleExported.swift
[898/1065] Compiling DoggieGraphics CGColor.swift
[899/1065] Compiling DoggieGraphics CGColorSpace.swift
[900/1065] Compiling DoggieGraphics CGContext.swift
[901/1065] Compiling DoggieGraphics CGFont.swift
[902/1065] Compiling DoggieGraphics CGGradient.swift
[903/1065] Compiling DoggieGraphics CGPattern.swift
[904/1065] Compiling DoggieGraphics CGShading.swift
[905/1065] Compiling DoggieGraphics CoreText.swift
[906/1065] Compiling DoggieGraphics CGImage.swift
[907/1065] Compiling DoggieGraphics CVPixelFormat.swift
[908/1065] Compiling DoggieGraphics CoreVideo.swift
[909/1065] Compiling DoggieGraphics IOSurface.swift
[910/1065] Compiling DoggieGraphics NSImage.swift
[911/1065] Compiling DoggieGraphics UIImage.swift
[912/1065] Compiling DoggieGraphics AVDepthData.swift
[913/1065] Compiling DoggieGraphics AVPortraitEffectsMatte.swift
[914/1065] Compiling DoggieGraphics CGAnimatedImage.swift
[915/1065] Compiling DoggieGraphics CGImageDestination.swift
[916/1065] Compiling DoggieGraphics CGImageRep.swift
[917/1065] Compiling DoggieGraphics CGImageSource.swift
[918/1065] Compiling DoggieGraphics Metal.swift
[919/1065] Compiling DoggieGraphics CIContext.swift
[920/1065] Compiling DoggieGraphics CIContextPool.swift
[921/1065] Compiling DoggieGraphics SwiftPlayground.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:106:1: warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
104 | #elseif canImport(AppKit)
105 |
106 | extension Shape: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |
108 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:116:1: warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
114 | #endif
115 |
116 | extension Shape.Component: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
117 |
118 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:124:1: warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
122 | }
123 |
124 | extension ShapeRegion: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
125 |
126 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:132:1: warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
130 | }
131 |
132 | extension ShapeRegion.Solid: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |
134 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/Color/Color.swift:471:25: warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 25 |
 26 | @frozen
 27 | public struct Color<Model: ColorModel>: ColorProtocol, _ColorProtocol {
    |                     `- note: 'Model' previously declared here
 28 |
 29 |     public var colorSpace: DoggieGraphics.ColorSpace<Model>
    :
469 |
470 |     @inlinable
471 |     public func convert<Model>(to colorSpace: DoggieGraphics.ColorSpace<Model>, intent: RenderingIntent = .default) -> Color<Model> {
    |                         `- warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
472 |         let _color = self.colorSpace.convert(self.color, to: colorSpace, intent: intent)
473 |         return Color<Model>(colorSpace: colorSpace, color: _color, opacity: self.opacity)
[922/1065] Compiling DoggieGraphics AnyColor.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:106:1: warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
104 | #elseif canImport(AppKit)
105 |
106 | extension Shape: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |
108 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:116:1: warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
114 | #endif
115 |
116 | extension Shape.Component: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
117 |
118 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:124:1: warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
122 | }
123 |
124 | extension ShapeRegion: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
125 |
126 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:132:1: warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
130 | }
131 |
132 | extension ShapeRegion.Solid: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |
134 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/Color/Color.swift:471:25: warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 25 |
 26 | @frozen
 27 | public struct Color<Model: ColorModel>: ColorProtocol, _ColorProtocol {
    |                     `- note: 'Model' previously declared here
 28 |
 29 |     public var colorSpace: DoggieGraphics.ColorSpace<Model>
    :
469 |
470 |     @inlinable
471 |     public func convert<Model>(to colorSpace: DoggieGraphics.ColorSpace<Model>, intent: RenderingIntent = .default) -> Color<Model> {
    |                         `- warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
472 |         let _color = self.colorSpace.convert(self.color, to: colorSpace, intent: intent)
473 |         return Color<Model>(colorSpace: colorSpace, color: _color, opacity: self.opacity)
[923/1065] Compiling DoggieGraphics Color.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:106:1: warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
104 | #elseif canImport(AppKit)
105 |
106 | extension Shape: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |
108 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:116:1: warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
114 | #endif
115 |
116 | extension Shape.Component: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
117 |
118 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:124:1: warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
122 | }
123 |
124 | extension ShapeRegion: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
125 |
126 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:132:1: warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
130 | }
131 |
132 | extension ShapeRegion.Solid: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |
134 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/Color/Color.swift:471:25: warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 25 |
 26 | @frozen
 27 | public struct Color<Model: ColorModel>: ColorProtocol, _ColorProtocol {
    |                     `- note: 'Model' previously declared here
 28 |
 29 |     public var colorSpace: DoggieGraphics.ColorSpace<Model>
    :
469 |
470 |     @inlinable
471 |     public func convert<Model>(to colorSpace: DoggieGraphics.ColorSpace<Model>, intent: RenderingIntent = .default) -> Color<Model> {
    |                         `- warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
472 |         let _color = self.colorSpace.convert(self.color, to: colorSpace, intent: intent)
473 |         return Color<Model>(colorSpace: colorSpace, color: _color, opacity: self.opacity)
[924/1065] Compiling DoggieGraphics ColorProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:106:1: warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
104 | #elseif canImport(AppKit)
105 |
106 | extension Shape: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |
108 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:116:1: warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
114 | #endif
115 |
116 | extension Shape.Component: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
117 |
118 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:124:1: warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
122 | }
123 |
124 | extension ShapeRegion: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
125 |
126 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:132:1: warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
130 | }
131 |
132 | extension ShapeRegion.Solid: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |
134 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/Color/Color.swift:471:25: warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 25 |
 26 | @frozen
 27 | public struct Color<Model: ColorModel>: ColorProtocol, _ColorProtocol {
    |                     `- note: 'Model' previously declared here
 28 |
 29 |     public var colorSpace: DoggieGraphics.ColorSpace<Model>
    :
469 |
470 |     @inlinable
471 |     public func convert<Model>(to colorSpace: DoggieGraphics.ColorSpace<Model>, intent: RenderingIntent = .default) -> Color<Model> {
    |                         `- warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
472 |         let _color = self.colorSpace.convert(self.color, to: colorSpace, intent: intent)
473 |         return Color<Model>(colorSpace: colorSpace, color: _color, opacity: self.opacity)
[925/1065] Compiling DoggieGraphics PredefinedColor.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:106:1: warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
104 | #elseif canImport(AppKit)
105 |
106 | extension Shape: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |
108 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:116:1: warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
114 | #endif
115 |
116 | extension Shape.Component: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
117 |
118 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:124:1: warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
122 | }
123 |
124 | extension ShapeRegion: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
125 |
126 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:132:1: warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
130 | }
131 |
132 | extension ShapeRegion.Solid: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |
134 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/Color/Color.swift:471:25: warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 25 |
 26 | @frozen
 27 | public struct Color<Model: ColorModel>: ColorProtocol, _ColorProtocol {
    |                     `- note: 'Model' previously declared here
 28 |
 29 |     public var colorSpace: DoggieGraphics.ColorSpace<Model>
    :
469 |
470 |     @inlinable
471 |     public func convert<Model>(to colorSpace: DoggieGraphics.ColorSpace<Model>, intent: RenderingIntent = .default) -> Color<Model> {
    |                         `- warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
472 |         let _color = self.colorSpace.convert(self.color, to: colorSpace, intent: intent)
473 |         return Color<Model>(colorSpace: colorSpace, color: _color, opacity: self.opacity)
[926/1065] Compiling DoggieGraphics ColorBlendKernel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:106:1: warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
104 | #elseif canImport(AppKit)
105 |
106 | extension Shape: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |
108 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:116:1: warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
114 | #endif
115 |
116 | extension Shape.Component: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
117 |
118 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:124:1: warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
122 | }
123 |
124 | extension ShapeRegion: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
125 |
126 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:132:1: warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
130 | }
131 |
132 | extension ShapeRegion.Solid: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |
134 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/Color/Color.swift:471:25: warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 25 |
 26 | @frozen
 27 | public struct Color<Model: ColorModel>: ColorProtocol, _ColorProtocol {
    |                     `- note: 'Model' previously declared here
 28 |
 29 |     public var colorSpace: DoggieGraphics.ColorSpace<Model>
    :
469 |
470 |     @inlinable
471 |     public func convert<Model>(to colorSpace: DoggieGraphics.ColorSpace<Model>, intent: RenderingIntent = .default) -> Color<Model> {
    |                         `- warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
472 |         let _color = self.colorSpace.convert(self.color, to: colorSpace, intent: intent)
473 |         return Color<Model>(colorSpace: colorSpace, color: _color, opacity: self.opacity)
[927/1065] Compiling DoggieGraphics ColorBlendMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:106:1: warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
104 | #elseif canImport(AppKit)
105 |
106 | extension Shape: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |
108 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:116:1: warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
114 | #endif
115 |
116 | extension Shape.Component: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
117 |
118 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:124:1: warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
122 | }
123 |
124 | extension ShapeRegion: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
125 |
126 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:132:1: warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
130 | }
131 |
132 | extension ShapeRegion.Solid: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |
134 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/Color/Color.swift:471:25: warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 25 |
 26 | @frozen
 27 | public struct Color<Model: ColorModel>: ColorProtocol, _ColorProtocol {
    |                     `- note: 'Model' previously declared here
 28 |
 29 |     public var colorSpace: DoggieGraphics.ColorSpace<Model>
    :
469 |
470 |     @inlinable
471 |     public func convert<Model>(to colorSpace: DoggieGraphics.ColorSpace<Model>, intent: RenderingIntent = .default) -> Color<Model> {
    |                         `- warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
472 |         let _color = self.colorSpace.convert(self.color, to: colorSpace, intent: intent)
473 |         return Color<Model>(colorSpace: colorSpace, color: _color, opacity: self.opacity)
[928/1065] Compiling DoggieGraphics ColorModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:106:1: warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
104 | #elseif canImport(AppKit)
105 |
106 | extension Shape: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |
108 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:116:1: warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
114 | #endif
115 |
116 | extension Shape.Component: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
117 |
118 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:124:1: warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
122 | }
123 |
124 | extension ShapeRegion: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
125 |
126 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:132:1: warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
130 | }
131 |
132 | extension ShapeRegion.Solid: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |
134 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/Color/Color.swift:471:25: warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 25 |
 26 | @frozen
 27 | public struct Color<Model: ColorModel>: ColorProtocol, _ColorProtocol {
    |                     `- note: 'Model' previously declared here
 28 |
 29 |     public var colorSpace: DoggieGraphics.ColorSpace<Model>
    :
469 |
470 |     @inlinable
471 |     public func convert<Model>(to colorSpace: DoggieGraphics.ColorSpace<Model>, intent: RenderingIntent = .default) -> Color<Model> {
    |                         `- warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
472 |         let _color = self.colorSpace.convert(self.color, to: colorSpace, intent: intent)
473 |         return Color<Model>(colorSpace: colorSpace, color: _color, opacity: self.opacity)
[929/1065] Compiling DoggieGraphics CMYColorModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:106:1: warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
104 | #elseif canImport(AppKit)
105 |
106 | extension Shape: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |
108 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:116:1: warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
114 | #endif
115 |
116 | extension Shape.Component: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
117 |
118 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:124:1: warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
122 | }
123 |
124 | extension ShapeRegion: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
125 |
126 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:132:1: warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
130 | }
131 |
132 | extension ShapeRegion.Solid: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |
134 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/Color/Color.swift:471:25: warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 25 |
 26 | @frozen
 27 | public struct Color<Model: ColorModel>: ColorProtocol, _ColorProtocol {
    |                     `- note: 'Model' previously declared here
 28 |
 29 |     public var colorSpace: DoggieGraphics.ColorSpace<Model>
    :
469 |
470 |     @inlinable
471 |     public func convert<Model>(to colorSpace: DoggieGraphics.ColorSpace<Model>, intent: RenderingIntent = .default) -> Color<Model> {
    |                         `- warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
472 |         let _color = self.colorSpace.convert(self.color, to: colorSpace, intent: intent)
473 |         return Color<Model>(colorSpace: colorSpace, color: _color, opacity: self.opacity)
[930/1065] Compiling DoggieGraphics CMYKColorModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:106:1: warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
104 | #elseif canImport(AppKit)
105 |
106 | extension Shape: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |
108 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:116:1: warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
114 | #endif
115 |
116 | extension Shape.Component: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
117 |
118 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:124:1: warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
122 | }
123 |
124 | extension ShapeRegion: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
125 |
126 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:132:1: warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
130 | }
131 |
132 | extension ShapeRegion.Solid: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |
134 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/Color/Color.swift:471:25: warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 25 |
 26 | @frozen
 27 | public struct Color<Model: ColorModel>: ColorProtocol, _ColorProtocol {
    |                     `- note: 'Model' previously declared here
 28 |
 29 |     public var colorSpace: DoggieGraphics.ColorSpace<Model>
    :
469 |
470 |     @inlinable
471 |     public func convert<Model>(to colorSpace: DoggieGraphics.ColorSpace<Model>, intent: RenderingIntent = .default) -> Color<Model> {
    |                         `- warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
472 |         let _color = self.colorSpace.convert(self.color, to: colorSpace, intent: intent)
473 |         return Color<Model>(colorSpace: colorSpace, color: _color, opacity: self.opacity)
[931/1065] Compiling DoggieGraphics DeviceNColorModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:106:1: warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
104 | #elseif canImport(AppKit)
105 |
106 | extension Shape: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |
108 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:116:1: warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
114 | #endif
115 |
116 | extension Shape.Component: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
117 |
118 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:124:1: warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
122 | }
123 |
124 | extension ShapeRegion: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
125 |
126 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:132:1: warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
130 | }
131 |
132 | extension ShapeRegion.Solid: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |
134 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/Color/Color.swift:471:25: warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 25 |
 26 | @frozen
 27 | public struct Color<Model: ColorModel>: ColorProtocol, _ColorProtocol {
    |                     `- note: 'Model' previously declared here
 28 |
 29 |     public var colorSpace: DoggieGraphics.ColorSpace<Model>
    :
469 |
470 |     @inlinable
471 |     public func convert<Model>(to colorSpace: DoggieGraphics.ColorSpace<Model>, intent: RenderingIntent = .default) -> Color<Model> {
    |                         `- warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
472 |         let _color = self.colorSpace.convert(self.color, to: colorSpace, intent: intent)
473 |         return Color<Model>(colorSpace: colorSpace, color: _color, opacity: self.opacity)
[932/1065] Compiling DoggieGraphics GrayColorModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:106:1: warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
104 | #elseif canImport(AppKit)
105 |
106 | extension Shape: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |
108 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:116:1: warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
114 | #endif
115 |
116 | extension Shape.Component: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
117 |
118 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:124:1: warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
122 | }
123 |
124 | extension ShapeRegion: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
125 |
126 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:132:1: warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
130 | }
131 |
132 | extension ShapeRegion.Solid: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |
134 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/Color/Color.swift:471:25: warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 25 |
 26 | @frozen
 27 | public struct Color<Model: ColorModel>: ColorProtocol, _ColorProtocol {
    |                     `- note: 'Model' previously declared here
 28 |
 29 |     public var colorSpace: DoggieGraphics.ColorSpace<Model>
    :
469 |
470 |     @inlinable
471 |     public func convert<Model>(to colorSpace: DoggieGraphics.ColorSpace<Model>, intent: RenderingIntent = .default) -> Color<Model> {
    |                         `- warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
472 |         let _color = self.colorSpace.convert(self.color, to: colorSpace, intent: intent)
473 |         return Color<Model>(colorSpace: colorSpace, color: _color, opacity: self.opacity)
[933/1065] Compiling DoggieGraphics LabColorModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:106:1: warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
104 | #elseif canImport(AppKit)
105 |
106 | extension Shape: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |
108 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:116:1: warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
114 | #endif
115 |
116 | extension Shape.Component: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
117 |
118 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:124:1: warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
122 | }
123 |
124 | extension ShapeRegion: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
125 |
126 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:132:1: warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
130 | }
131 |
132 | extension ShapeRegion.Solid: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |
134 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/Color/Color.swift:471:25: warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 25 |
 26 | @frozen
 27 | public struct Color<Model: ColorModel>: ColorProtocol, _ColorProtocol {
    |                     `- note: 'Model' previously declared here
 28 |
 29 |     public var colorSpace: DoggieGraphics.ColorSpace<Model>
    :
469 |
470 |     @inlinable
471 |     public func convert<Model>(to colorSpace: DoggieGraphics.ColorSpace<Model>, intent: RenderingIntent = .default) -> Color<Model> {
    |                         `- warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
472 |         let _color = self.colorSpace.convert(self.color, to: colorSpace, intent: intent)
473 |         return Color<Model>(colorSpace: colorSpace, color: _color, opacity: self.opacity)
[934/1065] Compiling DoggieGraphics LuvColorModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:106:1: warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
104 | #elseif canImport(AppKit)
105 |
106 | extension Shape: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |
108 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:116:1: warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
114 | #endif
115 |
116 | extension Shape.Component: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
117 |
118 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:124:1: warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
122 | }
123 |
124 | extension ShapeRegion: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
125 |
126 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:132:1: warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
130 | }
131 |
132 | extension ShapeRegion.Solid: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |
134 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/Color/Color.swift:471:25: warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 25 |
 26 | @frozen
 27 | public struct Color<Model: ColorModel>: ColorProtocol, _ColorProtocol {
    |                     `- note: 'Model' previously declared here
 28 |
 29 |     public var colorSpace: DoggieGraphics.ColorSpace<Model>
    :
469 |
470 |     @inlinable
471 |     public func convert<Model>(to colorSpace: DoggieGraphics.ColorSpace<Model>, intent: RenderingIntent = .default) -> Color<Model> {
    |                         `- warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
472 |         let _color = self.colorSpace.convert(self.color, to: colorSpace, intent: intent)
473 |         return Color<Model>(colorSpace: colorSpace, color: _color, opacity: self.opacity)
[935/1065] Compiling DoggieGraphics RGBColorModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:106:1: warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
104 | #elseif canImport(AppKit)
105 |
106 | extension Shape: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |
108 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:116:1: warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
114 | #endif
115 |
116 | extension Shape.Component: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
117 |
118 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:124:1: warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
122 | }
123 |
124 | extension ShapeRegion: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
125 |
126 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:132:1: warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
130 | }
131 |
132 | extension ShapeRegion.Solid: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |
134 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/Color/Color.swift:471:25: warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 25 |
 26 | @frozen
 27 | public struct Color<Model: ColorModel>: ColorProtocol, _ColorProtocol {
    |                     `- note: 'Model' previously declared here
 28 |
 29 |     public var colorSpace: DoggieGraphics.ColorSpace<Model>
    :
469 |
470 |     @inlinable
471 |     public func convert<Model>(to colorSpace: DoggieGraphics.ColorSpace<Model>, intent: RenderingIntent = .default) -> Color<Model> {
    |                         `- warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
472 |         let _color = self.colorSpace.convert(self.color, to: colorSpace, intent: intent)
473 |         return Color<Model>(colorSpace: colorSpace, color: _color, opacity: self.opacity)
[936/1065] Compiling DoggieGraphics XYZColorModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:106:1: warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
104 | #elseif canImport(AppKit)
105 |
106 | extension Shape: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |
108 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:116:1: warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
114 | #endif
115 |
116 | extension Shape.Component: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
117 |
118 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:124:1: warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
122 | }
123 |
124 | extension ShapeRegion: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
125 |
126 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:132:1: warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
130 | }
131 |
132 | extension ShapeRegion.Solid: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |
134 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/Color/Color.swift:471:25: warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 25 |
 26 | @frozen
 27 | public struct Color<Model: ColorModel>: ColorProtocol, _ColorProtocol {
    |                     `- note: 'Model' previously declared here
 28 |
 29 |     public var colorSpace: DoggieGraphics.ColorSpace<Model>
    :
469 |
470 |     @inlinable
471 |     public func convert<Model>(to colorSpace: DoggieGraphics.ColorSpace<Model>, intent: RenderingIntent = .default) -> Color<Model> {
    |                         `- warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
472 |         let _color = self.colorSpace.convert(self.color, to: colorSpace, intent: intent)
473 |         return Color<Model>(colorSpace: colorSpace, color: _color, opacity: self.opacity)
[937/1065] Compiling DoggieGraphics YCbCrColorModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:106:1: warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
104 | #elseif canImport(AppKit)
105 |
106 | extension Shape: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |
108 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:116:1: warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
114 | #endif
115 |
116 | extension Shape.Component: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
117 |
118 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:124:1: warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
122 | }
123 |
124 | extension ShapeRegion: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
125 |
126 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:132:1: warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
130 | }
131 |
132 | extension ShapeRegion.Solid: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |
134 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/Color/Color.swift:471:25: warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 25 |
 26 | @frozen
 27 | public struct Color<Model: ColorModel>: ColorProtocol, _ColorProtocol {
    |                     `- note: 'Model' previously declared here
 28 |
 29 |     public var colorSpace: DoggieGraphics.ColorSpace<Model>
    :
469 |
470 |     @inlinable
471 |     public func convert<Model>(to colorSpace: DoggieGraphics.ColorSpace<Model>, intent: RenderingIntent = .default) -> Color<Model> {
    |                         `- warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
472 |         let _color = self.colorSpace.convert(self.color, to: colorSpace, intent: intent)
473 |         return Color<Model>(colorSpace: colorSpace, color: _color, opacity: self.opacity)
[938/1065] Compiling DoggieGraphics YxyColorModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:106:1: warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
104 | #elseif canImport(AppKit)
105 |
106 | extension Shape: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |
108 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:116:1: warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
114 | #endif
115 |
116 | extension Shape.Component: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
117 |
118 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:124:1: warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
122 | }
123 |
124 | extension ShapeRegion: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
125 |
126 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:132:1: warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
130 | }
131 |
132 | extension ShapeRegion.Solid: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |
134 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/Color/Color.swift:471:25: warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 25 |
 26 | @frozen
 27 | public struct Color<Model: ColorModel>: ColorProtocol, _ColorProtocol {
    |                     `- note: 'Model' previously declared here
 28 |
 29 |     public var colorSpace: DoggieGraphics.ColorSpace<Model>
    :
469 |
470 |     @inlinable
471 |     public func convert<Model>(to colorSpace: DoggieGraphics.ColorSpace<Model>, intent: RenderingIntent = .default) -> Color<Model> {
    |                         `- warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
472 |         let _color = self.colorSpace.convert(self.color, to: colorSpace, intent: intent)
473 |         return Color<Model>(colorSpace: colorSpace, color: _color, opacity: self.opacity)
[939/1065] Compiling DoggieGraphics ColorCompositingKernel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:106:1: warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
104 | #elseif canImport(AppKit)
105 |
106 | extension Shape: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |
108 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:116:1: warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
114 | #endif
115 |
116 | extension Shape.Component: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
117 |
118 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:124:1: warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
122 | }
123 |
124 | extension ShapeRegion: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
125 |
126 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:132:1: warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
130 | }
131 |
132 | extension ShapeRegion.Solid: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |
134 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/Color/Color.swift:471:25: warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 25 |
 26 | @frozen
 27 | public struct Color<Model: ColorModel>: ColorProtocol, _ColorProtocol {
    |                     `- note: 'Model' previously declared here
 28 |
 29 |     public var colorSpace: DoggieGraphics.ColorSpace<Model>
    :
469 |
470 |     @inlinable
471 |     public func convert<Model>(to colorSpace: DoggieGraphics.ColorSpace<Model>, intent: RenderingIntent = .default) -> Color<Model> {
    |                         `- warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
472 |         let _color = self.colorSpace.convert(self.color, to: colorSpace, intent: intent)
473 |         return Color<Model>(colorSpace: colorSpace, color: _color, opacity: self.opacity)
[940/1065] Compiling DoggieGraphics ColorCompositingMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:106:1: warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
104 | #elseif canImport(AppKit)
105 |
106 | extension Shape: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |
108 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:116:1: warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
114 | #endif
115 |
116 | extension Shape.Component: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
117 |
118 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:124:1: warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
122 | }
123 |
124 | extension ShapeRegion: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
125 |
126 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:132:1: warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
130 | }
131 |
132 | extension ShapeRegion.Solid: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |
134 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/Color/Color.swift:471:25: warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 25 |
 26 | @frozen
 27 | public struct Color<Model: ColorModel>: ColorProtocol, _ColorProtocol {
    |                     `- note: 'Model' previously declared here
 28 |
 29 |     public var colorSpace: DoggieGraphics.ColorSpace<Model>
    :
469 |
470 |     @inlinable
471 |     public func convert<Model>(to colorSpace: DoggieGraphics.ColorSpace<Model>, intent: RenderingIntent = .default) -> Color<Model> {
    |                         `- warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
472 |         let _color = self.colorSpace.convert(self.color, to: colorSpace, intent: intent)
473 |         return Color<Model>(colorSpace: colorSpace, color: _color, opacity: self.opacity)
[941/1065] Compiling DoggieGraphics ColorPixel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:106:1: warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
104 | #elseif canImport(AppKit)
105 |
106 | extension Shape: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |
108 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:116:1: warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
114 | #endif
115 |
116 | extension Shape.Component: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
117 |
118 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:124:1: warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
122 | }
123 |
124 | extension ShapeRegion: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
125 |
126 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:132:1: warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
130 | }
131 |
132 | extension ShapeRegion.Solid: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |
134 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/Color/Color.swift:471:25: warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 25 |
 26 | @frozen
 27 | public struct Color<Model: ColorModel>: ColorProtocol, _ColorProtocol {
    |                     `- note: 'Model' previously declared here
 28 |
 29 |     public var colorSpace: DoggieGraphics.ColorSpace<Model>
    :
469 |
470 |     @inlinable
471 |     public func convert<Model>(to colorSpace: DoggieGraphics.ColorSpace<Model>, intent: RenderingIntent = .default) -> Color<Model> {
    |                         `- warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
472 |         let _color = self.colorSpace.convert(self.color, to: colorSpace, intent: intent)
473 |         return Color<Model>(colorSpace: colorSpace, color: _color, opacity: self.opacity)
[942/1065] Compiling DoggieGraphics Float16ColorPixel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:106:1: warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
104 | #elseif canImport(AppKit)
105 |
106 | extension Shape: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |
108 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:116:1: warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
114 | #endif
115 |
116 | extension Shape.Component: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
117 |
118 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:124:1: warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
122 | }
123 |
124 | extension ShapeRegion: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
125 |
126 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:132:1: warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
130 | }
131 |
132 | extension ShapeRegion.Solid: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |
134 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/Color/Color.swift:471:25: warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 25 |
 26 | @frozen
 27 | public struct Color<Model: ColorModel>: ColorProtocol, _ColorProtocol {
    |                     `- note: 'Model' previously declared here
 28 |
 29 |     public var colorSpace: DoggieGraphics.ColorSpace<Model>
    :
469 |
470 |     @inlinable
471 |     public func convert<Model>(to colorSpace: DoggieGraphics.ColorSpace<Model>, intent: RenderingIntent = .default) -> Color<Model> {
    |                         `- warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
472 |         let _color = self.colorSpace.convert(self.color, to: colorSpace, intent: intent)
473 |         return Color<Model>(colorSpace: colorSpace, color: _color, opacity: self.opacity)
[943/1065] Compiling DoggieGraphics Float32ColorPixel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:106:1: warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
104 | #elseif canImport(AppKit)
105 |
106 | extension Shape: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |
108 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:116:1: warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
114 | #endif
115 |
116 | extension Shape.Component: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
117 |
118 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:124:1: warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
122 | }
123 |
124 | extension ShapeRegion: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
125 |
126 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:132:1: warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
130 | }
131 |
132 | extension ShapeRegion.Solid: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |
134 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/Color/Color.swift:471:25: warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 25 |
 26 | @frozen
 27 | public struct Color<Model: ColorModel>: ColorProtocol, _ColorProtocol {
    |                     `- note: 'Model' previously declared here
 28 |
 29 |     public var colorSpace: DoggieGraphics.ColorSpace<Model>
    :
469 |
470 |     @inlinable
471 |     public func convert<Model>(to colorSpace: DoggieGraphics.ColorSpace<Model>, intent: RenderingIntent = .default) -> Color<Model> {
    |                         `- warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
472 |         let _color = self.colorSpace.convert(self.color, to: colorSpace, intent: intent)
473 |         return Color<Model>(colorSpace: colorSpace, color: _color, opacity: self.opacity)
[944/1065] Compiling DoggieGraphics Float64ColorPixel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:106:1: warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
104 | #elseif canImport(AppKit)
105 |
106 | extension Shape: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |
108 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:116:1: warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
114 | #endif
115 |
116 | extension Shape.Component: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
117 |
118 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:124:1: warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
122 | }
123 |
124 | extension ShapeRegion: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
125 |
126 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:132:1: warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
130 | }
131 |
132 | extension ShapeRegion.Solid: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |
134 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/Color/Color.swift:471:25: warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 25 |
 26 | @frozen
 27 | public struct Color<Model: ColorModel>: ColorProtocol, _ColorProtocol {
    |                     `- note: 'Model' previously declared here
 28 |
 29 |     public var colorSpace: DoggieGraphics.ColorSpace<Model>
    :
469 |
470 |     @inlinable
471 |     public func convert<Model>(to colorSpace: DoggieGraphics.ColorSpace<Model>, intent: RenderingIntent = .default) -> Color<Model> {
    |                         `- warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
472 |         let _color = self.colorSpace.convert(self.color, to: colorSpace, intent: intent)
473 |         return Color<Model>(colorSpace: colorSpace, color: _color, opacity: self.opacity)
[945/1065] Compiling DoggieGraphics Resolution.swift
[946/1065] Compiling DoggieGraphics StencilTexture.swift
[947/1065] Compiling DoggieGraphics Texture.swift
[948/1065] Compiling DoggieGraphics TextureProtocol.swift
[949/1065] Compiling DoggieGraphics GrayPixelDecoder.swift
[950/1065] Compiling DoggieGraphics PNGChunk.swift
[951/1065] Compiling DoggieGraphics PNGFilter0.swift
[952/1065] Compiling DoggieGraphics PNGInterlace.swift
[953/1065] Compiling DoggieGraphics PNGRegion.swift
[954/1065] Compiling DoggieGraphics RGBPixelDecoder.swift
[955/1065] Compiling DoggieGraphics TIFFCompression.swift
[956/1065] Compiling DoggieGraphics TIFFLZWCompression.swift
[957/1065] Compiling DoggieGraphics TIFFPackBitsCompression.swift
[958/1065] Compiling DoggieGraphics TIFFEncodablePixel.swift
[959/1065] Compiling DoggieGraphics TIFFPrediction.swift
[960/1065] Compiling DoggieGraphics TIFFRawRepresentable.swift
[961/1065] Compiling DoggieGraphics AnimatedImage.swift
[962/1065] Compiling DoggieGraphics PNGAnimatedEncoder.swift
[963/1065] Compiling DoggieGraphics WEBPAnimatedEncoder.swift
[964/1065] Compiling DoggieGraphics APNGDecoder.swift
[965/1065] Compiling DoggieGraphics BMPDecoder.swift
[966/1065] Compiling DoggieGraphics ImageRepDecoder.swift
[967/1065] Compiling DoggieGraphics JPEGDecoder.swift
[968/1065] Compiling DoggieGraphics PNGDecoder.swift
[969/1065] Compiling DoggieGraphics ICC Creator.swift
[970/1065] Compiling DoggieGraphics ICCColorSpace.swift
[971/1065] Compiling DoggieGraphics iccProfile.swift
[972/1065] Compiling DoggieGraphics iccCurve.swift
[973/1065] Compiling DoggieGraphics iccLUTTransform.swift
[974/1065] Compiling DoggieGraphics iccMultiLocalizedUnicode.swift
[975/1065] Compiling DoggieGraphics iccNamedColor.swift
[976/1065] Compiling DoggieGraphics iccTagData.swift
[977/1065] Compiling DoggieGraphics iccTextDescription.swift
[978/1065] Compiling DoggieGraphics iccTransform.swift
[979/1065] Compiling DoggieGraphics iccDateTimeNumber.swift
[980/1065] Compiling DoggieGraphics iccMatrix.swift
[981/1065] Compiling DoggieGraphics iccType.swift
[982/1065] Compiling DoggieGraphics iccXYZNumber.swift
[983/1065] Compiling DoggieGraphics LinearToneColorSpace.swift
[984/1065] Compiling DoggieGraphics PredefinedColorSpace.swift
[985/1065] Compiling DoggieGraphics WrappedColorSpace.swift
[986/1065] Compiling DoggieGraphics ColorSpaceProtocol.swift
[987/1065] Compiling DoggieGraphics Illuminant.swift
[988/1065] Compiling DoggieGraphics RenderingIntent.swift
[989/1065] Compiling DoggieGraphics DrawableContext.swift
[990/1065] Compiling DoggieGraphics Gradient.swift
[991/1065] Compiling DoggieGraphics MeshGradient.swift
[992/1065] Compiling DoggieGraphics Pattern.swift
[993/1065] Compiling DoggieGraphics FloatComponentPixel.swift
[994/1065] Compiling DoggieGraphics Gray16ColorPixel.swift
[995/1065] Compiling DoggieGraphics Gray32ColorPixel.swift
[996/1065] Compiling DoggieGraphics GrayColorPixel.swift
[997/1065] Compiling DoggieGraphics ABGR32ColorPixel.swift
[998/1065] Compiling DoggieGraphics ARGB32ColorPixel.swift
[999/1065] Compiling DoggieGraphics ARGB64ColorPixel.swift
[1000/1065] Compiling DoggieGraphics BGRA32ColorPixel.swift
[1001/1065] Compiling DoggieGraphics RGBA32ColorPixel.swift
[1002/1065] Compiling DoggieGraphics RGBA64ColorPixel.swift
[1003/1065] Compiling DoggieGraphics RGBColorPixel.swift
[1004/1065] Compiling DoggieGraphics AnyColorSpace.swift
[1005/1065] Compiling DoggieGraphics ChromaticAdaptationAlgorithm.swift
[1006/1065] Compiling DoggieGraphics ColorSpace.swift
[1007/1065] Compiling DoggieGraphics CIELabColorSpace.swift
[1008/1065] Compiling DoggieGraphics CIELuvColorSpace.swift
[1009/1065] Compiling DoggieGraphics CIEXYZColorSpace.swift
[1010/1065] Compiling DoggieGraphics CIEYxyColorSpace.swift
[1011/1065] Compiling DoggieGraphics CalibratedGrayColorSpace.swift
[1012/1065] Compiling DoggieGraphics AdobeRGB.swift
[1013/1065] Compiling DoggieGraphics CalibratedRGBColorSpace.swift
[1014/1065] Compiling DoggieGraphics displayP3.swift
[1015/1065] Compiling DoggieGraphics sRGB.swift
[1016/1065] Compiling DoggieGraphics ColorSpaceBaseProtocol.swift
[1017/1065] Emitting module DoggieGraphics
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:106:1: warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
104 | #elseif canImport(AppKit)
105 |
106 | extension Shape: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Shape' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |
108 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:116:1: warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
114 | #endif
115 |
116 | extension Shape.Component: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Component' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
117 |
118 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:124:1: warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
122 | }
123 |
124 | extension ShapeRegion: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'ShapeRegion' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
125 |
126 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift:132:1: warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
130 | }
131 |
132 | extension ShapeRegion.Solid: CustomPlaygroundDisplayConvertible {
    | |- warning: extension declares a conformance of imported type 'Solid' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'DoggieGeometry' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |
134 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGraphics/Color/Color.swift:471:25: warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 25 |
 26 | @frozen
 27 | public struct Color<Model: ColorModel>: ColorProtocol, _ColorProtocol {
    |                     `- note: 'Model' previously declared here
 28 |
 29 |     public var colorSpace: DoggieGraphics.ColorSpace<Model>
    :
469 |
470 |     @inlinable
471 |     public func convert<Model>(to colorSpace: DoggieGraphics.ColorSpace<Model>, intent: RenderingIntent = .default) -> Color<Model> {
    |                         `- warning: generic parameter 'Model' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
472 |         let _color = self.colorSpace.convert(self.color, to: colorSpace, intent: intent)
473 |         return Color<Model>(colorSpace: colorSpace, color: _color, opacity: self.opacity)
[1018/1065] Compiling DoggieGraphics AvailableColorSpaces.swift
[1019/1065] Compiling DoggieGraphics AvailableFonts.swift
[1020/1065] Compiling DoggieGraphics Prespecialize.swift
[1021/1065] Compiling DoggieGraphics SVGContext.swift
[1022/1065] Compiling DoggieGraphics SVGBlendEffect.swift
[1023/1065] Compiling DoggieGraphics SVGColorMatrixEffect.swift
[1024/1065] Compiling DoggieGraphics SVGComponentTransferEffect.swift
[1025/1065] Compiling DoggieGraphics SVGConvolveMatrixEffect.swift
[1026/1065] Compiling DoggieGraphics SVGDisplacementMapEffect.swift
[1027/1065] Compiling DoggieGraphics SVGDropShadowEffect.swift
[1028/1065] Compiling DoggieGraphics SVGEffect.swift
[1029/1065] Compiling DoggieGraphics SVGFloodEffect.swift
[1030/1065] Compiling DoggieGraphics SVGGaussianBlurEffect.swift
[1031/1065] Compiling DoggieGraphics SVGHueRotateEffect.swift
[1032/1065] Compiling DoggieGraphics SVGImageEffect.swift
[1033/1065] Compiling DoggieGraphics SVGLightingEffect.swift
[1034/1065] Compiling DoggieGraphics SVGLuminanceToAlphaEffect.swift
[1035/1065] Compiling DoggieGraphics SVGMergeEffect.swift
[1036/1065] Compiling DoggieGraphics SVGMorphologyEffect.swift
[1037/1065] Compiling DoggieGraphics SVGOffsetEffect.swift
[1038/1065] Compiling DoggieGraphics SVGSaturateEffect.swift
[1039/1065] Compiling DoggieGraphics SVGTileEffect.swift
[1040/1065] Compiling DoggieGraphics SVGTurbulenceEffect.swift
[1041/1065] Compiling DoggieGraphics FixedNumber.swift
[1042/1065] Compiling DoggieGraphics SVGNoiseGenerator.swift
[1043/1065] Compiling DoggieGraphics SimplexNoise.swift
[1044/1065] Compiling DoggieGraphics PDFContext.swift
[1045/1065] Compiling DoggieGraphics PDFContextEncoder.swift
[1046/1065] Compiling DoggieGraphics PDFContextImage.swift
[1047/1065] Compiling DoggieGraphics PDFContextPage.swift
[1048/1065] Compiling DoggieGraphics PDFDecoder.swift
[1049/1065] Compiling DoggieGraphics PDFDocument.swift
[1050/1065] Compiling DoggieGraphics ASCII85Filter.swift
[1051/1065] Compiling DoggieGraphics ASCIIHexFilter.swift
[1052/1065] Compiling DoggieGraphics PDFFilter.swift
[1053/1065] Compiling DoggieGraphics PDFName.swift
[1054/1065] Compiling DoggieGraphics PDFNumber.swift
[1055/1065] Compiling DoggieGraphics PDFObject.swift
[1056/1065] Compiling DoggieGraphics PDFPage.swift
[1057/1065] Compiling DoggieGraphics PDFBitmap.swift
[1058/1065] Compiling DoggieGraphics PDFColorSpace.swift
[1059/1065] Compiling DoggieGraphics PDFCommand.swift
[1060/1065] Compiling DoggieGraphics PDFDrawPage.swift
[1061/1065] Compiling DoggieGraphics PDFFunction.swift
[1062/1065] Compiling DoggieGraphics PDFRenderer.swift
[1063/1065] Compiling DoggieGraphics PDFStream.swift
[1064/1065] Compiling DoggieGraphics PDFString.swift
[1065/1065] Compiling DoggieGraphics PDFXref.swift
[1066/1090] Compiling DoggieGPU BilateralFilter.swift
[1067/1090] Compiling DoggieGPU CIImage.swift
[1068/1090] Compiling DoggieGPU CIVector.swift
[1069/1090] Compiling DoggieGPU GPContext.swift
[1070/1090] Compiling DoggieGPU GPContextBase.swift
[1071/1092] Emitting module DoggieGPU
[1072/1092] Compiling DoggieGPU Packed.swift
[1073/1092] Compiling DoggieGPU SIMD.swift
[1074/1092] Compiling DoggieGPU GPContextExtension.swift
[1075/1092] Compiling DoggieGPU GPContextPattern.swift
[1076/1092] Compiling DoggieGPU SVGDisplacementMapKernel.swift
[1077/1092] Compiling DoggieGPU SVGLightingKernel.swift
[1078/1092] Compiling DoggieGPU SVGTurbulenceKernel.swift
[1079/1092] Compiling DoggieGPU ShaderLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/ShaderLoader.swift:39:96: error: type 'Bundle' has no member 'module'
37 |         defer { lck.unlock() }
38 |
39 |         guard let library = try? libraries[device] ?? device.makeDefaultLibrary(bundle: Bundle.module) else { return nil }
   |                                                                                                `- error: type 'Bundle' has no member 'module'
40 |         libraries[device] = library
41 |
[1080/1092] Compiling DoggieGPU WrapTileKernel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/ShaderLoader.swift:39:96: error: type 'Bundle' has no member 'module'
37 |         defer { lck.unlock() }
38 |
39 |         guard let library = try? libraries[device] ?? device.makeDefaultLibrary(bundle: Bundle.module) else { return nil }
   |                                                                                                `- error: type 'Bundle' has no member 'module'
40 |         libraries[device] = library
41 |
[1081/1092] Compiling DoggieGPU kMeansClusteringKernel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/ShaderLoader.swift:39:96: error: type 'Bundle' has no member 'module'
37 |         defer { lck.unlock() }
38 |
39 |         guard let library = try? libraries[device] ?? device.makeDefaultLibrary(bundle: Bundle.module) else { return nil }
   |                                                                                                `- error: type 'Bundle' has no member 'module'
40 |         libraries[device] = library
41 |
[1082/1092] Compiling DoggieGPU PalettizeKernel.swift
[1083/1092] Compiling DoggieGPU SVGComponentTransferKernel.swift
[1084/1092] Compiling DoggieGPU SVGConvolveKernel.swift
[1085/1092] Compiling DoggieGPU Exported.swift
[1086/1092] Compiling DoggieGPU CGContextProcessorKernel.swift
[1087/1092] Compiling DoggieGPU CGPathProcessorKernel.swift
[1088/1092] Compiling DoggieGPU MeshGradientKernel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/GPContext/MeshGradientKernel.swift:89:79: error: type 'Bundle' has no member 'module'
 87 |         } else {
 88 |
 89 |             guard let library = try? device.makeDefaultLibrary(bundle: Bundle.module) else { return nil }
    |                                                                               `- error: type 'Bundle' has no member 'module'
 90 |             guard let _pipeline = Pipeline(device: device, library: library) else { return nil }
 91 |
[1089/1092] Compiling DoggieGPU MTLDevice.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/GPContext/MeshGradientKernel.swift:89:79: error: type 'Bundle' has no member 'module'
 87 |         } else {
 88 |
 89 |             guard let library = try? device.makeDefaultLibrary(bundle: Bundle.module) else { return nil }
    |                                                                               `- error: type 'Bundle' has no member 'module'
 90 |             guard let _pipeline = Pipeline(device: device, library: library) else { return nil }
 91 |
[1090/1092] Compiling DoggieGPU ConvolveKernel.swift
[1091/1092] Compiling DoggieGPU CoreImage.swift
[1092/1092] Compiling DoggieGPU MorphologyKernel.swift
warning: 'spi-builder-workspace': found 10 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/Shaders/SVGComponentTransferKernel.metal
    /Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/Shaders/WrapTileKernel.metal
    /Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/Shaders/BilateralFilter.metal
    /Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/Shaders/SVGLightingKernel.metal
    /Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/GPContext/MeshGradientKernel.metal
    /Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/Shaders/SVGTurbulenceKernel.metal
    /Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/Shaders/PalettizeKernel.metal
    /Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/Shaders/SVGConvolveKernel.metal
    /Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/Shaders/kMeansClusteringKernel.metal
    /Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/Shaders/SVGDisplacementMapKernel.metal
BUILD FAILURE 6.3 macosSpm