Build Information
Successful build of Doggie, reference main (d49683), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 19:50:46 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
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)
[698/737] 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)
[699/737] 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)
[700/737] 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)
[701/737] 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)
[702/737] 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)
[703/737] Compiling DoggieCore SDXMLAttribute.swift
[704/737] Compiling DoggieCore SDXMLDocument.swift
[705/737] Compiling DoggieCore SDXMLElement.swift
[706/737] Compiling DoggieCore SDXMLParser.swift
[707/737] Compiling DoggieCore SDXMLString.swift
[708/737] Compiling DoggieCore MIMEType.swift
[709/737] Compiling DoggieCore MediaType.swift
[710/737] Compiling DoggieCore BinaryFixedPoint.swift
[711/737] Compiling DoggieCore ByteCodable.swift
[712/737] Compiling DoggieCore Endianness.swift
[713/737] Compiling DoggieCore Signature.swift
[714/737] Compiling DoggieCore OptionOneCollection.swift
[715/737] Compiling DoggieCore Policy.swift
[716/737] Compiling DoggieCore RawBitPattern.swift
[717/737] Compiling DoggieCore String.swift
[718/737] Compiling DoggieCore replaceValue.swift
[719/737] Compiling DoggieCore UnsafeSendable.swift
[720/737] Compiling DoggieCore Exported.swift
[721/737] Compiling DoggieCore Algorithm.swift
[722/737] Compiling DoggieCore Cache.swift
[723/737] Compiling DoggieCore ContiguousBuffer.swift
[724/737] Compiling DoggieCore Data.swift
[725/737] Compiling DoggieCore Json.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 | }
[726/737] Compiling DoggieCore JsonCodable.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 | }
[727/737] 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 | }
[728/737] 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 | }
[729/737] 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 | }
[730/737] 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 | }
[731/737] Compiling DoggieCore AppleCompression.swift
[732/737] Compiling DoggieCore AppleExported.swift
[733/737] Compiling DoggieCore Metal.swift
[734/737] Compiling DoggieCore NSItemProvider.swift
[735/737] Compiling DoggieCore CompressionCodec.swift
[736/737] Compiling DoggieCore BrotliDecoder.swift
[737/737] 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 | }
[738/765] Compiling DoggieMath DirectConvolve.swift
[739/765] Compiling DoggieMath LinearAlgebra.swift
[740/765] Compiling DoggieMath Move.swift
[741/767] Compiling DoggieMath Complex.swift
[742/767] Compiling DoggieMath Exported.swift
[743/767] Compiling DoggieMath Extension.swift
[744/767] Compiling DoggieMath cooleytukey_2.swift
[745/767] Compiling DoggieMath cooleytukey_4.swift
[746/767] Compiling DoggieMath cooleytukey_8.swift
[747/767] Compiling DoggieMath half_cooleytukey_8.swift
[748/767] Compiling DoggieMath Wrapper.swift
[749/767] Compiling DoggieMath Arithmetic.swift
[750/767] Compiling DoggieMath CircularConvolve.swift
[751/767] Compiling DoggieMath CircularConvolve2D.swift
[752/767] Compiling DoggieMath CooleyTukey2D.swift
[753/767] Compiling DoggieMath Rational.swift
[754/767] Compiling DoggieMath SafeFunction.swift
[755/767] Compiling DoggieMath half_cooleytukey_16.swift
[756/767] Compiling DoggieMath half_cooleytukey_2.swift
[757/767] Compiling DoggieMath half_cooleytukey_4.swift
[758/767] Compiling DoggieMath InverseRadix2CooleyTukey.swift
[759/767] Compiling DoggieMath Radix2CooleyTukey.swift
[760/767] Compiling DoggieMath cooleytukey_16.swift
[761/767] Compiling DoggieMath OverlapAddConvolve.swift
[762/767] Compiling DoggieMath HalfInverseRadix2CooleyTukey.swift
[763/767] Compiling DoggieMath HalfRadix2CooleyTukey.swift
[764/767] Compiling DoggieMath Fourier.swift
[765/767] Compiling DoggieMath Maths.swift
[766/767] Compiling DoggieMath Polynomial.swift
[767/767] Emitting module DoggieMath
[768/806] Compiling DoggieGeometry Extension.swift
[769/806] Compiling DoggieGeometry EdgeInsets.swift
[770/806] Compiling DoggieGeometry Ellipse.swift
[771/806] Compiling DoggieGeometry Geometry.swift
[772/810] Compiling DoggieGeometry Matrix.swift
[773/810] Compiling DoggieGeometry Point.swift
[774/810] Compiling DoggieGeometry Rect.swift
[775/810] Compiling DoggieGeometry SDTransform.swift
[776/810] Compiling DoggieGeometry PathBuilder.swift
[777/810] Compiling DoggieGeometry ShapeRegion.swift
[778/810] Compiling DoggieGeometry ShapeRegionOp.swift
[779/810] Compiling DoggieGeometry ShapeRegionWinding.swift
[780/810] Compiling DoggieGeometry CubicBezierTriangularPatch.swift
[781/810] Compiling DoggieGeometry LineSegment.swift
[782/810] Compiling DoggieGeometry QuadBezier.swift
[783/810] Compiling DoggieGeometry Exported.swift
[784/810] 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]))
[785/810] 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]))
[786/810] 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]))
[787/810] 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]))
[788/810] 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]))
[789/810] Compiling DoggieGeometry CGSize.swift
[790/810] Compiling DoggieGeometry SwiftPlayground.swift
[791/810] Compiling DoggieGeometry Arithmetic.swift
[792/810] Compiling DoggieGeometry Bezier.swift
[793/810] Compiling DoggieGeometry BezierArc.swift
[794/810] Compiling DoggieGeometry Size.swift
[795/810] Compiling DoggieGeometry Tensor.swift
[796/810] Compiling DoggieGeometry Vector.swift
[797/810] Compiling DoggieGeometry PathCoder.swift
[798/810] Compiling DoggieGeometry ShapeTweening.swift
[799/810] Compiling DoggieGeometry ShapeWinding.swift
[800/810] Compiling DoggieGeometry VariableRoundStroke.swift
[801/810] Compiling DoggieGeometry BreakLoop.swift
[802/810] Compiling DoggieGeometry BezierOffset.swift
[803/810] Compiling DoggieGeometry BezierProtocol.swift
[804/810] Compiling DoggieGeometry CubicBezier.swift
[805/810] Compiling DoggieGeometry CubicBezierPatch.swift
[806/810] Compiling DoggieGeometry PathStroke.swift
[807/810] Compiling DoggieGeometry SVGPathCoder.swift
[808/810] Compiling DoggieGeometry Shape.swift
[809/810] Compiling DoggieGeometry ShapeSegment.swift
[810/810] Emitting module DoggieGeometry
[811/1027] Compiling DoggieGraphics AppleExported.swift
[812/1027] Compiling DoggieGraphics CGColor.swift
[813/1027] Compiling DoggieGraphics CGColorSpace.swift
[814/1027] Compiling DoggieGraphics CGContext.swift
[815/1027] Compiling DoggieGraphics CGFont.swift
[816/1027] Compiling DoggieGraphics CGGradient.swift
[817/1027] Compiling DoggieGraphics CGPattern.swift
[818/1027] Compiling DoggieGraphics CGShading.swift
[819/1027] Compiling DoggieGraphics CoreText.swift
[820/1027] Compiling DoggieGraphics CGImage.swift
[821/1027] Compiling DoggieGraphics CVPixelFormat.swift
[822/1027] Compiling DoggieGraphics CoreVideo.swift
[823/1027] Compiling DoggieGraphics IOSurface.swift
[824/1027] Compiling DoggieGraphics NSImage.swift
[825/1027] Compiling DoggieGraphics UIImage.swift
[826/1027] Compiling DoggieGraphics AVDepthData.swift
[827/1027] Compiling DoggieGraphics AVPortraitEffectsMatte.swift
[828/1027] Compiling DoggieGraphics CGAnimatedImage.swift
[829/1027] Compiling DoggieGraphics CGImageDestination.swift
[830/1027] Compiling DoggieGraphics CGImageRep.swift
[831/1027] Compiling DoggieGraphics CGImageSource.swift
[832/1027] Compiling DoggieGraphics Metal.swift
[833/1027] Compiling DoggieGraphics CIContext.swift
[834/1027] Compiling DoggieGraphics CIContextPool.swift
[835/1027] Compiling DoggieGraphics DrawGradient.swift
[836/1027] Compiling DoggieGraphics DrawImage.swift
[837/1027] Compiling DoggieGraphics DrawMeshGradient.swift
[838/1027] Compiling DoggieGraphics DrawPattern.swift
[839/1027] Compiling DoggieGraphics DrawShadow.swift
[840/1027] Compiling DoggieGraphics DrawShape.swift
[841/1027] Compiling DoggieGraphics ImageContext.swift
[842/1027] Compiling DoggieGraphics ImageContextExtension.swift
[843/1027] Compiling DoggieGraphics PixelBlender.swift
[844/1027] Compiling DoggieGraphics Rasterizer.swift
[845/1027] Compiling DoggieGraphics Rendering.swift
[846/1027] Compiling DoggieGraphics SetClip.swift
[847/1027] Compiling DoggieGraphics Stencil.swift
[848/1027] Compiling DoggieGraphics BayerDithering.swift
[849/1027] Compiling DoggieGraphics BilateralFilter.swift
[850/1027] Compiling DoggieGraphics ColorSeparation.swift
[851/1027] Compiling DoggieGraphics DifferenceOfGaussian.swift
[852/1027] Compiling DoggieGraphics DisplacementMap.swift
[853/1027] Compiling DoggieGraphics GaussianBlur.swift
[854/1027] Compiling DoggieGraphics ImageConvolution.swift
[855/1027] Compiling DoggieGraphics LaplacianOfGaussian.swift
[856/1027] Compiling DoggieGraphics SVGTurbulence.swift
[857/1027] Compiling DoggieGraphics Underpainting.swift
[858/1027] Compiling DoggieGraphics kMeansClustering.swift
[859/1075] Compiling DoggieGraphics ICC Creator.swift
[860/1075] Compiling DoggieGraphics ICCColorSpace.swift
[861/1075] Compiling DoggieGraphics iccProfile.swift
[862/1075] Compiling DoggieGraphics iccCurve.swift
[863/1075] Compiling DoggieGraphics iccLUTTransform.swift
[864/1075] Compiling DoggieGraphics iccMultiLocalizedUnicode.swift
[865/1075] Compiling DoggieGraphics iccNamedColor.swift
[866/1075] Compiling DoggieGraphics iccTagData.swift
[867/1075] Compiling DoggieGraphics iccTextDescription.swift
[868/1075] Compiling DoggieGraphics iccTransform.swift
[869/1075] Compiling DoggieGraphics iccDateTimeNumber.swift
[870/1075] Compiling DoggieGraphics iccMatrix.swift
[871/1075] Compiling DoggieGraphics iccType.swift
[872/1075] Compiling DoggieGraphics iccXYZNumber.swift
[873/1075] Compiling DoggieGraphics LinearToneColorSpace.swift
[874/1075] Compiling DoggieGraphics PredefinedColorSpace.swift
[875/1075] Compiling DoggieGraphics WrappedColorSpace.swift
[876/1075] Compiling DoggieGraphics ColorSpaceProtocol.swift
[877/1075] Compiling DoggieGraphics Illuminant.swift
[878/1075] Compiling DoggieGraphics RenderingIntent.swift
[879/1075] Compiling DoggieGraphics DrawableContext.swift
[880/1075] Compiling DoggieGraphics Gradient.swift
[881/1075] Compiling DoggieGraphics MeshGradient.swift
[882/1075] Compiling DoggieGraphics Pattern.swift
[883/1075] Compiling DoggieGraphics TIFFDecoder.swift
[884/1075] Compiling DoggieGraphics WEBPDecoder.swift
[885/1075] Compiling DoggieGraphics BMPEncoder.swift
[886/1075] Compiling DoggieGraphics ImageRepEncoder.swift
[887/1075] Compiling DoggieGraphics JPEGEncoder.swift
[888/1075] Compiling DoggieGraphics PNGEncoder.swift
[889/1075] Compiling DoggieGraphics TIFFEncoder.swift
[890/1075] Compiling DoggieGraphics WEBPEncoder.swift
[891/1075] Compiling DoggieGraphics ImageRep.swift
[892/1075] Compiling DoggieGraphics FastDecode.swift
[893/1075] Compiling DoggieGraphics _fast_decode_alpha_first.swift
[894/1075] Compiling DoggieGraphics _fast_decode_alpha_last.swift
[895/1075] Compiling DoggieGraphics _fast_decode_alpha_none.swift
[896/1075] Compiling DoggieGraphics _fast_decode_float.swift
[897/1075] Compiling DoggieGraphics _fast_decode_pixel.swift
[898/1075] Compiling DoggieGraphics RawBitmap.swift
[899/1075] Compiling DoggieGraphics SlowDecode.swift
[900/1075] Compiling DoggieGraphics _aligned_channel.swift
[901/1075] Compiling DoggieGraphics _aligned_float_channel.swift
[902/1075] Compiling DoggieGraphics _channel_to_double.swift
[903/1075] Compiling DoggieGraphics _float_channel.swift
[904/1075] Compiling DoggieGraphics _unsigned_aligned_channel.swift
[905/1075] Compiling DoggieGraphics _unsigned_channel.swift
[906/1075] Compiling DoggieGraphics _unsigned_pixel.swift
[907/1075] 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)
[908/1075] 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)
[909/1075] 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)
[910/1075] 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)
[911/1075] 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)
[912/1075] 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)
[913/1075] 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)
[914/1075] 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)
[915/1075] 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)
[916/1075] 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)
[917/1075] 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)
[918/1075] 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)
[919/1075] 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)
[920/1075] 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)
[921/1075] 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)
[922/1075] 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)
[923/1075] 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)
[924/1075] 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)
[925/1075] 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)
[926/1075] 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)
[927/1075] 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)
[928/1075] 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)
[929/1075] 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)
[930/1075] 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)
[931/1075] Compiling DoggieGraphics FloatComponentPixel.swift
[932/1075] Compiling DoggieGraphics Gray16ColorPixel.swift
[933/1075] Compiling DoggieGraphics Gray32ColorPixel.swift
[934/1075] Compiling DoggieGraphics GrayColorPixel.swift
[935/1075] Compiling DoggieGraphics ABGR32ColorPixel.swift
[936/1075] Compiling DoggieGraphics ARGB32ColorPixel.swift
[937/1075] Compiling DoggieGraphics ARGB64ColorPixel.swift
[938/1075] Compiling DoggieGraphics BGRA32ColorPixel.swift
[939/1075] Compiling DoggieGraphics RGBA32ColorPixel.swift
[940/1075] Compiling DoggieGraphics RGBA64ColorPixel.swift
[941/1075] Compiling DoggieGraphics RGBColorPixel.swift
[942/1075] Compiling DoggieGraphics AnyColorSpace.swift
[943/1075] Compiling DoggieGraphics ChromaticAdaptationAlgorithm.swift
[944/1075] Compiling DoggieGraphics ColorSpace.swift
[945/1075] Compiling DoggieGraphics CIELabColorSpace.swift
[946/1075] Compiling DoggieGraphics CIELuvColorSpace.swift
[947/1075] Compiling DoggieGraphics CIEXYZColorSpace.swift
[948/1075] Compiling DoggieGraphics CIEYxyColorSpace.swift
[949/1075] Compiling DoggieGraphics CalibratedGrayColorSpace.swift
[950/1075] Compiling DoggieGraphics AdobeRGB.swift
[951/1075] Compiling DoggieGraphics CalibratedRGBColorSpace.swift
[952/1075] Compiling DoggieGraphics displayP3.swift
[953/1075] Compiling DoggieGraphics sRGB.swift
[954/1075] Compiling DoggieGraphics ColorSpaceBaseProtocol.swift
[955/1075] Compiling DoggieGraphics Stroke.swift
[956/1075] Compiling DoggieGraphics Exported.swift
[957/1075] Compiling DoggieGraphics CFF2Decoder.swift
[958/1075] Compiling DoggieGraphics CFF2INDEX.swift
[959/1075] Compiling DoggieGraphics CFFCharStrings.swift
[960/1075] Compiling DoggieGraphics CFFDICT.swift
[961/1075] Compiling DoggieGraphics CFFDecoder.swift
[962/1075] Compiling DoggieGraphics CFFEncoding.swift
[963/1075] Compiling DoggieGraphics CFFFDSelect.swift
[964/1075] Compiling DoggieGraphics CFFFontFace.swift
[965/1075] Compiling DoggieGraphics CFFINDEX.swift
[966/1075] Compiling DoggieGraphics FontDecoder.swift
[967/1075] Compiling DoggieGraphics OpenTypeDecoder.swift
[968/1075] Compiling DoggieGraphics AATStateTable.swift
[969/1075] Compiling DoggieGraphics OTFFeatureList.swift
[970/1075] Compiling DoggieGraphics OTFGDEF.swift
[971/1075] Compiling DoggieGraphics OTFGPOS.swift
[972/1075] Compiling DoggieGraphics OTFGSUB.swift
[973/1075] Compiling DoggieGraphics OTFLookupList.swift
[974/1075] Compiling DoggieGraphics OTFScriptList.swift
[975/1075] Compiling DoggieGraphics SFNTCMAP.swift
[976/1075] Compiling DoggieGraphics SFNTFEAT.swift
[977/1075] Compiling DoggieGraphics SFNTFontFace.swift
[978/1075] Compiling DoggieGraphics SFNTGLYF.swift
[979/1075] Compiling DoggieGraphics SFNTHEAD.swift
[980/1075] Compiling DoggieGraphics SFNTHHEA.swift
[981/1075] Compiling DoggieGraphics SFNTLTAG.swift
[982/1075] Compiling DoggieGraphics SFNTMAXP.swift
[983/1075] Compiling DoggieGraphics SFNTMORX.swift
[984/1075] Compiling DoggieGraphics SFNTNAME.swift
[985/1075] Compiling DoggieGraphics SFNTOS2.swift
[986/1075] Compiling DoggieGraphics SFNTPOST.swift
[987/1075] Compiling DoggieGraphics SFNTPlatform.swift
[988/1075] Compiling DoggieGraphics SFNTSBIX.swift
[989/1075] Compiling DoggieGraphics SFNTVHEA.swift
[990/1075] Compiling DoggieGraphics TTCDecoder.swift
[991/1075] Compiling DoggieGraphics WOFFDecoder.swift
[992/1075] Compiling DoggieGraphics FontFaceEncoder.swift
[993/1075] Compiling DoggieGraphics OTFEncoder.swift
[994/1075] Compiling DoggieGraphics WOFFEncoder.swift
[995/1075] Compiling DoggieGraphics Font.swift
[996/1075] Compiling DoggieGraphics FontCollection.swift
[997/1075] Compiling DoggieGraphics AnyImage.swift
[998/1075] Compiling DoggieGraphics Image.swift
[999/1075] Compiling DoggieGraphics ImageOrientation.swift
[1000/1075] Compiling DoggieGraphics ImageProtocol.swift
[1001/1075] Compiling DoggieGraphics RawPixelProtocol.swift
[1002/1075] Compiling DoggieGraphics Resampling.swift
[1003/1075] Compiling DoggieGraphics Resolution.swift
[1004/1075] Compiling DoggieGraphics StencilTexture.swift
[1005/1075] Compiling DoggieGraphics Texture.swift
[1006/1075] Compiling DoggieGraphics TextureProtocol.swift
[1007/1075] Compiling DoggieGraphics GrayPixelDecoder.swift
[1008/1075] Compiling DoggieGraphics PNGChunk.swift
[1009/1075] Compiling DoggieGraphics PNGFilter0.swift
[1010/1075] Compiling DoggieGraphics PNGInterlace.swift
[1011/1075] Compiling DoggieGraphics PNGRegion.swift
[1012/1075] Compiling DoggieGraphics RGBPixelDecoder.swift
[1013/1075] Compiling DoggieGraphics TIFFCompression.swift
[1014/1075] Compiling DoggieGraphics TIFFLZWCompression.swift
[1015/1075] Compiling DoggieGraphics TIFFPackBitsCompression.swift
[1016/1075] Compiling DoggieGraphics TIFFEncodablePixel.swift
[1017/1075] Compiling DoggieGraphics TIFFPrediction.swift
[1018/1075] Compiling DoggieGraphics TIFFRawRepresentable.swift
[1019/1075] Compiling DoggieGraphics AnimatedImage.swift
[1020/1075] Compiling DoggieGraphics PNGAnimatedEncoder.swift
[1021/1075] Compiling DoggieGraphics WEBPAnimatedEncoder.swift
[1022/1075] Compiling DoggieGraphics APNGDecoder.swift
[1023/1075] Compiling DoggieGraphics BMPDecoder.swift
[1024/1075] Compiling DoggieGraphics ImageRepDecoder.swift
[1025/1075] Compiling DoggieGraphics JPEGDecoder.swift
[1026/1075] Compiling DoggieGraphics PNGDecoder.swift
[1027/1075] Compiling DoggieGraphics AvailableColorSpaces.swift
[1028/1075] Compiling DoggieGraphics AvailableFonts.swift
[1029/1075] Compiling DoggieGraphics Prespecialize.swift
[1030/1075] Compiling DoggieGraphics SVGContext.swift
[1031/1075] Compiling DoggieGraphics SVGBlendEffect.swift
[1032/1075] Compiling DoggieGraphics SVGColorMatrixEffect.swift
[1033/1075] Compiling DoggieGraphics SVGComponentTransferEffect.swift
[1034/1075] Compiling DoggieGraphics SVGConvolveMatrixEffect.swift
[1035/1075] Compiling DoggieGraphics SVGDisplacementMapEffect.swift
[1036/1075] Compiling DoggieGraphics SVGDropShadowEffect.swift
[1037/1075] Compiling DoggieGraphics SVGEffect.swift
[1038/1075] Compiling DoggieGraphics SVGFloodEffect.swift
[1039/1075] Compiling DoggieGraphics SVGGaussianBlurEffect.swift
[1040/1075] Compiling DoggieGraphics SVGHueRotateEffect.swift
[1041/1075] Compiling DoggieGraphics SVGImageEffect.swift
[1042/1075] Compiling DoggieGraphics SVGLightingEffect.swift
[1043/1075] Compiling DoggieGraphics SVGLuminanceToAlphaEffect.swift
[1044/1075] Compiling DoggieGraphics SVGMergeEffect.swift
[1045/1075] Compiling DoggieGraphics SVGMorphologyEffect.swift
[1046/1075] Compiling DoggieGraphics SVGOffsetEffect.swift
[1047/1075] Compiling DoggieGraphics SVGSaturateEffect.swift
[1048/1075] Compiling DoggieGraphics SVGTileEffect.swift
[1049/1075] Compiling DoggieGraphics SVGTurbulenceEffect.swift
[1050/1075] Compiling DoggieGraphics FixedNumber.swift
[1051/1075] 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)
[1052/1075] Compiling DoggieGraphics SVGNoiseGenerator.swift
[1053/1075] Compiling DoggieGraphics SimplexNoise.swift
[1054/1075] Compiling DoggieGraphics PDFContext.swift
[1055/1075] Compiling DoggieGraphics PDFContextEncoder.swift
[1056/1075] Compiling DoggieGraphics PDFContextImage.swift
[1057/1075] Compiling DoggieGraphics PDFContextPage.swift
[1058/1075] Compiling DoggieGraphics PDFDecoder.swift
[1059/1075] Compiling DoggieGraphics PDFDocument.swift
[1060/1075] Compiling DoggieGraphics ASCII85Filter.swift
[1061/1075] Compiling DoggieGraphics ASCIIHexFilter.swift
[1062/1075] Compiling DoggieGraphics PDFFilter.swift
[1063/1075] Compiling DoggieGraphics PDFName.swift
[1064/1075] Compiling DoggieGraphics PDFNumber.swift
[1065/1075] Compiling DoggieGraphics PDFObject.swift
[1066/1075] Compiling DoggieGraphics PDFPage.swift
[1067/1075] Compiling DoggieGraphics PDFBitmap.swift
[1068/1075] Compiling DoggieGraphics PDFColorSpace.swift
[1069/1075] Compiling DoggieGraphics PDFCommand.swift
[1070/1075] Compiling DoggieGraphics PDFDrawPage.swift
[1071/1075] Compiling DoggieGraphics PDFFunction.swift
[1072/1075] Compiling DoggieGraphics PDFRenderer.swift
[1073/1075] Compiling DoggieGraphics PDFStream.swift
[1074/1075] Compiling DoggieGraphics PDFString.swift
[1075/1075] Compiling DoggieGraphics PDFXref.swift
[1076/1101] Compiling DoggieGPU MTLDevice.swift
[1077/1101] Compiling DoggieGPU Packed.swift
[1078/1103] Compiling DoggieGPU BilateralFilter.swift
[1079/1103] Compiling DoggieGPU CIImage.swift
[1080/1103] Compiling DoggieGPU CIVector.swift
[1081/1103] Compiling DoggieGPU SIMD.swift
[1082/1103] Compiling DoggieGPU resource_bundle_accessor.swift
[1083/1103] Emitting module DoggieGPU
[1084/1103] Compiling DoggieGPU GPContext.swift
[1085/1103] Compiling DoggieGPU GPContextBase.swift
[1086/1103] Compiling DoggieGPU GPContextExtension.swift
[1087/1103] Compiling DoggieGPU Exported.swift
[1088/1103] Compiling DoggieGPU CGContextProcessorKernel.swift
[1089/1103] Compiling DoggieGPU CGPathProcessorKernel.swift
[1090/1103] Compiling DoggieGPU GPContextPattern.swift
[1091/1103] Compiling DoggieGPU MeshGradientKernel.swift
[1092/1103] Compiling DoggieGPU SVGDisplacementMapKernel.swift
[1093/1103] Compiling DoggieGPU SVGLightingKernel.swift
[1094/1103] Compiling DoggieGPU SVGTurbulenceKernel.swift
[1095/1103] Compiling DoggieGPU PalettizeKernel.swift
[1096/1103] Compiling DoggieGPU SVGComponentTransferKernel.swift
[1097/1103] Compiling DoggieGPU SVGConvolveKernel.swift
[1098/1103] Compiling DoggieGPU ShaderLoader.swift
[1099/1103] Compiling DoggieGPU WrapTileKernel.swift
[1100/1103] Compiling DoggieGPU kMeansClusteringKernel.swift
[1101/1103] Compiling DoggieGPU ConvolveKernel.swift
[1102/1103] Compiling DoggieGPU CoreImage.swift
[1103/1103] Compiling DoggieGPU MorphologyKernel.swift
[1104/1105] Emitting module Doggie
[1105/1105] Compiling Doggie Exported.swift
Build complete! (40.83s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics"
},
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "float16",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SusanDoggie/Float16"
},
{
"identity" : "brotli",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SusanDoggie/brotli"
},
{
"identity" : "libwebp",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SusanDoggie/libwebp"
},
{
"identity" : "libjpeg",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SusanDoggie/libjpeg"
}
],
"manifest_display_name" : "Doggie",
"name" : "Doggie",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DoggieCore",
"targets" : [
"DoggieCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DoggieMath",
"targets" : [
"DoggieMath"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DoggieGeometry",
"targets" : [
"DoggieGeometry"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DoggieGraphics",
"targets" : [
"DoggieGraphics"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DoggieGPU",
"targets" : [
"DoggieGPU"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Doggie",
"targets" : [
"Doggie"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "zlib_c",
"module_type" : "ClangTarget",
"name" : "zlib_c",
"path" : "Sources/zlib_c",
"product_memberships" : [
"DoggieCore",
"DoggieMath",
"DoggieGeometry",
"DoggieGraphics",
"DoggieGPU",
"Doggie"
],
"sources" : [
"empty.c"
],
"type" : "library"
},
{
"c99name" : "DoggieTests",
"module_type" : "SwiftTarget",
"name" : "DoggieTests",
"path" : "Tests/DoggieTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/DoggieTests/images",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ArithmeticTest.swift",
"BrotliTest.swift",
"CollectionTest.swift",
"ColorSpaceTest.swift",
"ColorTest.swift",
"ConcurrencyTest.swift",
"FontTest.swift",
"FourierSpeedTest.swift",
"FourierTest.swift",
"GeometryTest.swift",
"ImageCodecTest.swift",
"ImageContextTest.swift",
"ImageTest.swift",
"JsonTest.swift",
"LayoutTest.swift",
"MappedBufferTest.swift",
"MathTest.swift",
"PDFContextTest.swift",
"PolynomialTest.swift",
"ShapeRegionTest.swift",
"XMLTest.swift",
"ZlibTest.swift"
],
"target_dependencies" : [
"Doggie"
],
"type" : "test"
},
{
"c99name" : "DoggieMath",
"module_type" : "SwiftTarget",
"name" : "DoggieMath",
"path" : "Sources/DoggieMath",
"product_memberships" : [
"DoggieMath",
"DoggieGeometry",
"DoggieGraphics",
"DoggieGPU",
"Doggie"
],
"sources" : [
"Accelerate/CircularConvolve.swift",
"Accelerate/CircularConvolve2D.swift",
"Accelerate/CooleyTukey2D.swift",
"Accelerate/DirectConvolve.swift",
"Accelerate/LinearAlgebra.swift",
"Accelerate/Move.swift",
"Accelerate/OverlapAddConvolve.swift",
"Accelerate/Radix2CooleyTukey/HalfInverseRadix2CooleyTukey.swift",
"Accelerate/Radix2CooleyTukey/HalfRadix2CooleyTukey.swift",
"Accelerate/Radix2CooleyTukey/InverseRadix2CooleyTukey.swift",
"Accelerate/Radix2CooleyTukey/Radix2CooleyTukey.swift",
"Accelerate/Radix2CooleyTukey/cooleytukey_16.swift",
"Accelerate/Radix2CooleyTukey/cooleytukey_2.swift",
"Accelerate/Radix2CooleyTukey/cooleytukey_4.swift",
"Accelerate/Radix2CooleyTukey/cooleytukey_8.swift",
"Accelerate/Radix2CooleyTukey/half_cooleytukey_16.swift",
"Accelerate/Radix2CooleyTukey/half_cooleytukey_2.swift",
"Accelerate/Radix2CooleyTukey/half_cooleytukey_4.swift",
"Accelerate/Radix2CooleyTukey/half_cooleytukey_8.swift",
"Accelerate/Wrapper.swift",
"Arithmetic.swift",
"Complex.swift",
"Exported.swift",
"Extension.swift",
"Fourier.swift",
"Maths.swift",
"Polynomial.swift",
"Rational.swift",
"SafeFunction.swift"
],
"target_dependencies" : [
"DoggieCore"
],
"type" : "library"
},
{
"c99name" : "DoggieGraphics",
"module_type" : "SwiftTarget",
"name" : "DoggieGraphics",
"path" : "Sources/DoggieGraphics",
"product_dependencies" : [
"libwebp",
"libjpeg"
],
"product_memberships" : [
"DoggieGraphics",
"DoggieGPU",
"Doggie"
],
"sources" : [
"ApplePlatform/AppleExported.swift",
"ApplePlatform/Graphic/CGColor.swift",
"ApplePlatform/Graphic/CGColorSpace.swift",
"ApplePlatform/Graphic/CGContext.swift",
"ApplePlatform/Graphic/CGFont.swift",
"ApplePlatform/Graphic/CGGradient.swift",
"ApplePlatform/Graphic/CGPattern.swift",
"ApplePlatform/Graphic/CGShading.swift",
"ApplePlatform/Graphic/CoreText.swift",
"ApplePlatform/Image/CGImage.swift",
"ApplePlatform/Image/CVPixelFormat.swift",
"ApplePlatform/Image/CoreVideo.swift",
"ApplePlatform/Image/IOSurface.swift",
"ApplePlatform/Image/NSImage.swift",
"ApplePlatform/Image/UIImage.swift",
"ApplePlatform/ImageIO/AVDepthData.swift",
"ApplePlatform/ImageIO/AVPortraitEffectsMatte.swift",
"ApplePlatform/ImageIO/CGAnimatedImage.swift",
"ApplePlatform/ImageIO/CGImageDestination.swift",
"ApplePlatform/ImageIO/CGImageRep.swift",
"ApplePlatform/ImageIO/CGImageSource.swift",
"ApplePlatform/Metal.swift",
"ApplePlatform/Performance/CIContext.swift",
"ApplePlatform/Performance/CIContextPool.swift",
"ApplePlatform/SwiftPlayground.swift",
"Color/AnyColor.swift",
"Color/Color.swift",
"Color/ColorProtocol.swift",
"Color/PredefinedColor.swift",
"ColorModel/ColorBlendKernel.swift",
"ColorModel/ColorBlendMode.swift",
"ColorModel/ColorModel.swift",
"ColorModel/Model/CMYColorModel.swift",
"ColorModel/Model/CMYKColorModel.swift",
"ColorModel/Model/DeviceNColorModel.swift",
"ColorModel/Model/GrayColorModel.swift",
"ColorModel/Model/LabColorModel.swift",
"ColorModel/Model/LuvColorModel.swift",
"ColorModel/Model/RGBColorModel.swift",
"ColorModel/Model/XYZColorModel.swift",
"ColorModel/Model/YCbCrColorModel.swift",
"ColorModel/Model/YxyColorModel.swift",
"ColorPixel/ColorCompositingKernel.swift",
"ColorPixel/ColorCompositingMode.swift",
"ColorPixel/ColorPixel.swift",
"ColorPixel/FloatComponentPixel/Float16ColorPixel.swift",
"ColorPixel/FloatComponentPixel/Float32ColorPixel.swift",
"ColorPixel/FloatComponentPixel/Float64ColorPixel.swift",
"ColorPixel/FloatComponentPixel/FloatComponentPixel.swift",
"ColorPixel/Gray/Gray16ColorPixel.swift",
"ColorPixel/Gray/Gray32ColorPixel.swift",
"ColorPixel/Gray/GrayColorPixel.swift",
"ColorPixel/RGB/ABGR32ColorPixel.swift",
"ColorPixel/RGB/ARGB32ColorPixel.swift",
"ColorPixel/RGB/ARGB64ColorPixel.swift",
"ColorPixel/RGB/BGRA32ColorPixel.swift",
"ColorPixel/RGB/RGBA32ColorPixel.swift",
"ColorPixel/RGB/RGBA64ColorPixel.swift",
"ColorPixel/RGB/RGBColorPixel.swift",
"ColorSpace/AnyColorSpace.swift",
"ColorSpace/ChromaticAdaptationAlgorithm.swift",
"ColorSpace/ColorSpace.swift",
"ColorSpace/ColorSpaceBase/CIEColorSpace/CIELabColorSpace.swift",
"ColorSpace/ColorSpaceBase/CIEColorSpace/CIELuvColorSpace.swift",
"ColorSpace/ColorSpaceBase/CIEColorSpace/CIEXYZColorSpace.swift",
"ColorSpace/ColorSpaceBase/CIEColorSpace/CIEYxyColorSpace.swift",
"ColorSpace/ColorSpaceBase/CalibratedGrayColorSpace/CalibratedGrayColorSpace.swift",
"ColorSpace/ColorSpaceBase/CalibratedRGBColorSpace/AdobeRGB.swift",
"ColorSpace/ColorSpaceBase/CalibratedRGBColorSpace/CalibratedRGBColorSpace.swift",
"ColorSpace/ColorSpaceBase/CalibratedRGBColorSpace/displayP3.swift",
"ColorSpace/ColorSpaceBase/CalibratedRGBColorSpace/sRGB.swift",
"ColorSpace/ColorSpaceBase/ColorSpaceBaseProtocol.swift",
"ColorSpace/ColorSpaceBase/ICC/ICC Creator.swift",
"ColorSpace/ColorSpaceBase/ICC/ICCColorSpace.swift",
"ColorSpace/ColorSpaceBase/ICC/iccProfile/iccProfile.swift",
"ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccCurve.swift",
"ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccLUTTransform.swift",
"ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccMultiLocalizedUnicode.swift",
"ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccNamedColor.swift",
"ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccTagData.swift",
"ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccTextDescription.swift",
"ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccTransform.swift",
"ColorSpace/ColorSpaceBase/ICC/iccProfile/iccType/iccDateTimeNumber.swift",
"ColorSpace/ColorSpaceBase/ICC/iccProfile/iccType/iccMatrix.swift",
"ColorSpace/ColorSpaceBase/ICC/iccProfile/iccType/iccType.swift",
"ColorSpace/ColorSpaceBase/ICC/iccProfile/iccType/iccXYZNumber.swift",
"ColorSpace/ColorSpaceBase/LinearToneColorSpace.swift",
"ColorSpace/ColorSpaceBase/PredefinedColorSpace.swift",
"ColorSpace/ColorSpaceBase/WrappedColorSpace.swift",
"ColorSpace/ColorSpaceProtocol.swift",
"ColorSpace/Illuminant.swift",
"ColorSpace/RenderingIntent.swift",
"DrawableContext/DrawableContext.swift",
"DrawableContext/Gradient.swift",
"DrawableContext/MeshGradient.swift",
"DrawableContext/Pattern.swift",
"DrawableContext/Stroke.swift",
"Exported.swift",
"Font/Decoder/CFF2Decoder/CFF2Decoder.swift",
"Font/Decoder/CFF2Decoder/CFF2INDEX.swift",
"Font/Decoder/CFFDecoder/CFFCharStrings.swift",
"Font/Decoder/CFFDecoder/CFFDICT.swift",
"Font/Decoder/CFFDecoder/CFFDecoder.swift",
"Font/Decoder/CFFDecoder/CFFEncoding.swift",
"Font/Decoder/CFFDecoder/CFFFDSelect.swift",
"Font/Decoder/CFFDecoder/CFFFontFace.swift",
"Font/Decoder/CFFDecoder/CFFINDEX.swift",
"Font/Decoder/FontDecoder.swift",
"Font/Decoder/OpenTypeDecoder.swift",
"Font/Decoder/SFNTFontFace/AATStateTable.swift",
"Font/Decoder/SFNTFontFace/OTFFeatureList.swift",
"Font/Decoder/SFNTFontFace/OTFGDEF.swift",
"Font/Decoder/SFNTFontFace/OTFGPOS.swift",
"Font/Decoder/SFNTFontFace/OTFGSUB.swift",
"Font/Decoder/SFNTFontFace/OTFLookupList.swift",
"Font/Decoder/SFNTFontFace/OTFScriptList.swift",
"Font/Decoder/SFNTFontFace/SFNTCMAP.swift",
"Font/Decoder/SFNTFontFace/SFNTFEAT.swift",
"Font/Decoder/SFNTFontFace/SFNTFontFace.swift",
"Font/Decoder/SFNTFontFace/SFNTGLYF.swift",
"Font/Decoder/SFNTFontFace/SFNTHEAD.swift",
"Font/Decoder/SFNTFontFace/SFNTHHEA.swift",
"Font/Decoder/SFNTFontFace/SFNTLTAG.swift",
"Font/Decoder/SFNTFontFace/SFNTMAXP.swift",
"Font/Decoder/SFNTFontFace/SFNTMORX.swift",
"Font/Decoder/SFNTFontFace/SFNTNAME.swift",
"Font/Decoder/SFNTFontFace/SFNTOS2.swift",
"Font/Decoder/SFNTFontFace/SFNTPOST.swift",
"Font/Decoder/SFNTFontFace/SFNTPlatform.swift",
"Font/Decoder/SFNTFontFace/SFNTSBIX.swift",
"Font/Decoder/SFNTFontFace/SFNTVHEA.swift",
"Font/Decoder/TTCDecoder.swift",
"Font/Decoder/WOFFDecoder.swift",
"Font/Encoder/FontFaceEncoder.swift",
"Font/Encoder/OTFEncoder.swift",
"Font/Encoder/WOFFEncoder.swift",
"Font/Font.swift",
"Font/FontCollection.swift",
"Image/AnyImage.swift",
"Image/Image.swift",
"Image/ImageOrientation.swift",
"Image/ImageProtocol.swift",
"Image/RawPixelProtocol.swift",
"Image/Resampling.swift",
"Image/Resolution.swift",
"Image/StencilTexture.swift",
"Image/Texture.swift",
"Image/TextureProtocol.swift",
"ImageCodec/Algorithm/GrayPixelDecoder.swift",
"ImageCodec/Algorithm/PNG/PNGChunk.swift",
"ImageCodec/Algorithm/PNG/PNGFilter0.swift",
"ImageCodec/Algorithm/PNG/PNGInterlace.swift",
"ImageCodec/Algorithm/PNG/PNGRegion.swift",
"ImageCodec/Algorithm/RGBPixelDecoder.swift",
"ImageCodec/Algorithm/TIFF/TIFFCompression/TIFFCompression.swift",
"ImageCodec/Algorithm/TIFF/TIFFCompression/TIFFLZWCompression.swift",
"ImageCodec/Algorithm/TIFF/TIFFCompression/TIFFPackBitsCompression.swift",
"ImageCodec/Algorithm/TIFF/TIFFEncodablePixel.swift",
"ImageCodec/Algorithm/TIFF/TIFFPrediction.swift",
"ImageCodec/Algorithm/TIFF/TIFFRawRepresentable.swift",
"ImageCodec/AnimatedEncoder/AnimatedImage.swift",
"ImageCodec/AnimatedEncoder/PNGAnimatedEncoder.swift",
"ImageCodec/AnimatedEncoder/WEBPAnimatedEncoder.swift",
"ImageCodec/Decoder/APNGDecoder.swift",
"ImageCodec/Decoder/BMPDecoder.swift",
"ImageCodec/Decoder/ImageRepDecoder.swift",
"ImageCodec/Decoder/JPEGDecoder.swift",
"ImageCodec/Decoder/PNGDecoder.swift",
"ImageCodec/Decoder/TIFFDecoder.swift",
"ImageCodec/Decoder/WEBPDecoder.swift",
"ImageCodec/Encoder/BMPEncoder.swift",
"ImageCodec/Encoder/ImageRepEncoder.swift",
"ImageCodec/Encoder/JPEGEncoder.swift",
"ImageCodec/Encoder/PNGEncoder.swift",
"ImageCodec/Encoder/TIFFEncoder.swift",
"ImageCodec/Encoder/WEBPEncoder.swift",
"ImageCodec/ImageRep.swift",
"ImageCodec/RawBitmap/FastDecode.swift",
"ImageCodec/RawBitmap/FastDecode/_fast_decode_alpha_first.swift",
"ImageCodec/RawBitmap/FastDecode/_fast_decode_alpha_last.swift",
"ImageCodec/RawBitmap/FastDecode/_fast_decode_alpha_none.swift",
"ImageCodec/RawBitmap/FastDecode/_fast_decode_float.swift",
"ImageCodec/RawBitmap/FastDecode/_fast_decode_pixel.swift",
"ImageCodec/RawBitmap/RawBitmap.swift",
"ImageCodec/RawBitmap/SlowDecode.swift",
"ImageCodec/RawBitmap/SlowDecode/_aligned_channel.swift",
"ImageCodec/RawBitmap/SlowDecode/_aligned_float_channel.swift",
"ImageCodec/RawBitmap/SlowDecode/_channel_to_double.swift",
"ImageCodec/RawBitmap/SlowDecode/_float_channel.swift",
"ImageCodec/RawBitmap/SlowDecode/_unsigned_aligned_channel.swift",
"ImageCodec/RawBitmap/SlowDecode/_unsigned_channel.swift",
"ImageCodec/RawBitmap/SlowDecode/_unsigned_pixel.swift",
"ImageContext/DrawGradient.swift",
"ImageContext/DrawImage.swift",
"ImageContext/DrawMeshGradient.swift",
"ImageContext/DrawPattern.swift",
"ImageContext/DrawShadow.swift",
"ImageContext/DrawShape.swift",
"ImageContext/ImageContext.swift",
"ImageContext/ImageContextExtension.swift",
"ImageContext/PixelBlender.swift",
"ImageContext/Rasterizer.swift",
"ImageContext/Rendering.swift",
"ImageContext/SetClip.swift",
"ImageContext/Stencil.swift",
"ImageFilter/BayerDithering.swift",
"ImageFilter/BilateralFilter.swift",
"ImageFilter/ColorSeparation.swift",
"ImageFilter/DifferenceOfGaussian.swift",
"ImageFilter/DisplacementMap.swift",
"ImageFilter/GaussianBlur.swift",
"ImageFilter/ImageConvolution.swift",
"ImageFilter/LaplacianOfGaussian.swift",
"ImageFilter/SVGTurbulence.swift",
"ImageFilter/Underpainting.swift",
"ImageFilter/kMeansClustering.swift",
"Noise/SVGNoiseGenerator.swift",
"Noise/SimplexNoise.swift",
"PDFContext/PDFContext.swift",
"PDFContext/PDFContextEncoder.swift",
"PDFContext/PDFContextImage.swift",
"PDFContext/PDFContextPage.swift",
"PDFDocument/PDFDecoder.swift",
"PDFDocument/PDFDocument.swift",
"PDFDocument/PDFFilter/ASCII85Filter.swift",
"PDFDocument/PDFFilter/ASCIIHexFilter.swift",
"PDFDocument/PDFFilter/PDFFilter.swift",
"PDFDocument/PDFName.swift",
"PDFDocument/PDFNumber.swift",
"PDFDocument/PDFObject.swift",
"PDFDocument/PDFPage.swift",
"PDFDocument/PDFRenderer/PDFBitmap.swift",
"PDFDocument/PDFRenderer/PDFColorSpace.swift",
"PDFDocument/PDFRenderer/PDFCommand.swift",
"PDFDocument/PDFRenderer/PDFDrawPage.swift",
"PDFDocument/PDFRenderer/PDFFunction.swift",
"PDFDocument/PDFRenderer/PDFRenderer.swift",
"PDFDocument/PDFStream.swift",
"PDFDocument/PDFString.swift",
"PDFDocument/PDFXref.swift",
"Platform/AvailableColorSpaces.swift",
"Platform/AvailableFonts.swift",
"Prespecialize.swift",
"SVGContext/SVGContext.swift",
"SVGContext/SVGEffect/SVGBlendEffect.swift",
"SVGContext/SVGEffect/SVGColorMatrixEffect.swift",
"SVGContext/SVGEffect/SVGComponentTransferEffect.swift",
"SVGContext/SVGEffect/SVGConvolveMatrixEffect.swift",
"SVGContext/SVGEffect/SVGDisplacementMapEffect.swift",
"SVGContext/SVGEffect/SVGDropShadowEffect.swift",
"SVGContext/SVGEffect/SVGEffect.swift",
"SVGContext/SVGEffect/SVGFloodEffect.swift",
"SVGContext/SVGEffect/SVGGaussianBlurEffect.swift",
"SVGContext/SVGEffect/SVGHueRotateEffect.swift",
"SVGContext/SVGEffect/SVGImageEffect.swift",
"SVGContext/SVGEffect/SVGLightingEffect.swift",
"SVGContext/SVGEffect/SVGLuminanceToAlphaEffect.swift",
"SVGContext/SVGEffect/SVGMergeEffect.swift",
"SVGContext/SVGEffect/SVGMorphologyEffect.swift",
"SVGContext/SVGEffect/SVGOffsetEffect.swift",
"SVGContext/SVGEffect/SVGSaturateEffect.swift",
"SVGContext/SVGEffect/SVGTileEffect.swift",
"SVGContext/SVGEffect/SVGTurbulenceEffect.swift",
"Serialization/FixedNumber.swift"
],
"target_dependencies" : [
"DoggieCore",
"DoggieMath",
"DoggieGeometry"
],
"type" : "library"
},
{
"c99name" : "DoggieGeometry",
"module_type" : "SwiftTarget",
"name" : "DoggieGeometry",
"path" : "Sources/DoggieGeometry",
"product_memberships" : [
"DoggieGeometry",
"DoggieGraphics",
"DoggieGPU",
"Doggie"
],
"sources" : [
"ApplePlatform/AppleExported.swift",
"ApplePlatform/Geometry/CGAffineTransform.swift",
"ApplePlatform/Geometry/CGPath.swift",
"ApplePlatform/Geometry/CGPoint.swift",
"ApplePlatform/Geometry/CGRect.swift",
"ApplePlatform/Geometry/CGSize.swift",
"ApplePlatform/SwiftPlayground.swift",
"Arithmetic.swift",
"Bezier/Bezier.swift",
"Bezier/BezierArc.swift",
"Bezier/BezierOffset.swift",
"Bezier/BezierProtocol.swift",
"Bezier/CubicBezier.swift",
"Bezier/CubicBezierPatch.swift",
"Bezier/CubicBezierTriangularPatch.swift",
"Bezier/LineSegment.swift",
"Bezier/QuadBezier.swift",
"Exported.swift",
"Extension.swift",
"Geometry/EdgeInsets.swift",
"Geometry/Ellipse.swift",
"Geometry/Geometry.swift",
"Geometry/Matrix.swift",
"Geometry/Point.swift",
"Geometry/Rect.swift",
"Geometry/SDTransform.swift",
"Geometry/Size.swift",
"Geometry/Tensor.swift",
"Geometry/Vector.swift",
"Shape/PathCoder.swift",
"Shape/PathStroke.swift",
"Shape/SVGPathCoder.swift",
"Shape/Shape.swift",
"Shape/ShapeSegment.swift",
"Shape/ShapeTweening.swift",
"Shape/ShapeWinding.swift",
"Shape/VariableRoundStroke.swift",
"ShapeRegion/BreakLoop.swift",
"ShapeRegion/PathBuilder.swift",
"ShapeRegion/ShapeRegion.swift",
"ShapeRegion/ShapeRegionOp.swift",
"ShapeRegion/ShapeRegionWinding.swift"
],
"target_dependencies" : [
"DoggieCore",
"DoggieMath"
],
"type" : "library"
},
{
"c99name" : "DoggieGPU",
"module_type" : "SwiftTarget",
"name" : "DoggieGPU",
"path" : "Sources/DoggieGPU",
"product_memberships" : [
"DoggieGPU",
"Doggie"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/Shaders/BilateralFilter.metal",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/Shaders/PalettizeKernel.metal",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/Shaders/SVGComponentTransferKernel.metal",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/Shaders/SVGConvolveKernel.metal",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/Shaders/SVGDisplacementMapKernel.metal",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/Shaders/SVGLightingKernel.metal",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/Shaders/SVGTurbulenceKernel.metal",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/Shaders/WrapTileKernel.metal",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/Shaders/kMeansClusteringKernel.metal",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/GPContext/Shaders/MeshGradientKernel.metal",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"CoreImage/BilateralFilter.swift",
"CoreImage/CIImage.swift",
"CoreImage/CIVector.swift",
"CoreImage/ConvolveKernel.swift",
"CoreImage/CoreImage.swift",
"CoreImage/MorphologyKernel.swift",
"CoreImage/PalettizeKernel.swift",
"CoreImage/SVGComponentTransferKernel.swift",
"CoreImage/SVGConvolveKernel.swift",
"CoreImage/SVGDisplacementMapKernel.swift",
"CoreImage/SVGLightingKernel.swift",
"CoreImage/SVGTurbulenceKernel.swift",
"CoreImage/ShaderLoader.swift",
"CoreImage/WrapTileKernel.swift",
"CoreImage/kMeansClusteringKernel.swift",
"Exported.swift",
"GPContext/CGContextProcessorKernel.swift",
"GPContext/CGPathProcessorKernel.swift",
"GPContext/GPContext.swift",
"GPContext/GPContextBase.swift",
"GPContext/GPContextExtension.swift",
"GPContext/GPContextPattern.swift",
"GPContext/MeshGradientKernel.swift",
"Metal/MTLDevice.swift",
"Packed.swift",
"SIMD.swift"
],
"target_dependencies" : [
"DoggieGraphics"
],
"type" : "library"
},
{
"c99name" : "DoggieCore",
"module_type" : "SwiftTarget",
"name" : "DoggieCore",
"path" : "Sources/DoggieCore",
"product_dependencies" : [
"RealModule",
"Algorithms",
"Collections",
"Float16",
"brotli"
],
"product_memberships" : [
"DoggieCore",
"DoggieMath",
"DoggieGeometry",
"DoggieGraphics",
"DoggieGPU",
"Doggie"
],
"sources" : [
"ApplePlatform/AppleCompression.swift",
"ApplePlatform/AppleExported.swift",
"ApplePlatform/Metal.swift",
"ApplePlatform/NSItemProvider.swift",
"Compression/CompressionCodec.swift",
"Compression/brotli/BrotliDecoder.swift",
"Compression/brotli/BrotliEncoder.swift",
"Compression/zlib/Deflate.swift",
"Compression/zlib/Inflate.swift",
"Compression/zlib/zlib.swift",
"Concurrency/Sendable.swift",
"Concurrency/SerialRunLoop.swift",
"Concurrency/UnsafeSendable.swift",
"Exported.swift",
"Foundation/Algorithm.swift",
"Foundation/Cache.swift",
"Foundation/ContiguousBuffer.swift",
"Foundation/Data.swift",
"Foundation/Date.swift",
"Foundation/FileManager.swift",
"Foundation/Graph.swift",
"Foundation/Locking.swift",
"Foundation/MappedBuffer.swift",
"Foundation/Parallel.swift",
"Foundation/TypePunned.swift",
"Foundation/TypedData.swift",
"Foundation/URLComponents.swift",
"Foundation/UUID.swift",
"Foundation/WeakDictionary.swift",
"Foundation/WeakSet.swift",
"Json/Json.swift",
"Json/JsonCodable.swift",
"Json/JsonConvertible.swift",
"Json/JsonNumber.swift",
"Json/JsonNumberCodable.swift",
"MediaType/FileExtension.swift",
"MediaType/MIMEType.swift",
"MediaType/MediaType.swift",
"Serialization/BinaryFixedPoint.swift",
"Serialization/ByteCodable.swift",
"Serialization/Endianness.swift",
"Serialization/Signature.swift",
"Swift/CollectionExtension.swift",
"Swift/Decimal.swift",
"Swift/Dictionary.swift",
"Swift/Equatable.swift",
"Swift/FloatingPoint.swift",
"Swift/Integer.swift",
"Swift/OptionOneCollection.swift",
"Swift/Policy.swift",
"Swift/RawBitPattern.swift",
"Swift/String.swift",
"Swift/replaceValue.swift",
"XML/SDXMLAttribute.swift",
"XML/SDXMLDocument.swift",
"XML/SDXMLElement.swift",
"XML/SDXMLParser.swift",
"XML/SDXMLString.swift"
],
"target_dependencies" : [
"zlib_c"
],
"type" : "library"
},
{
"c99name" : "Doggie",
"module_type" : "SwiftTarget",
"name" : "Doggie",
"path" : "Sources/Doggie",
"product_memberships" : [
"Doggie"
],
"sources" : [
"Exported.swift"
],
"target_dependencies" : [
"DoggieCore",
"DoggieMath",
"DoggieGeometry",
"DoggieGraphics",
"DoggieGPU"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.