Build Information
Failed to build Doggie, reference 6.7.1 (421a7a
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 10:02:43 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
43 | signed int _exponent:8;
44 | unsigned int _length:4; // length == 0 && isNegative -> NaN
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:30:27: warning: conformance of 'URL' to protocol 'Sendable' was already stated in the type's module 'Foundation'
28 |
29 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
30 | extension URL: @unchecked Sendable { }
| `- warning: conformance of 'URL' to protocol 'Sendable' was already stated in the type's module 'Foundation'
31 |
32 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.URL:2:15: note: 'URL' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct URL : Equatable, Sendable, Hashable {
| `- note: 'URL' declares conformance to protocol 'Sendable' here
3 | public typealias BookmarkResolutionOptions = NSURL.BookmarkResolutionOptions
4 | public typealias BookmarkCreationOptions = NSURL.BookmarkCreationOptions
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:33:37: warning: conformance of 'URLComponents' to protocol 'Sendable' was already stated in the type's module 'Foundation'
31 |
32 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
33 | extension URLComponents: @unchecked Sendable { }
| `- warning: conformance of 'URLComponents' to protocol 'Sendable' was already stated in the type's module 'Foundation'
34 |
35 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.URLComponents:2:15: note: 'URLComponents' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct URLComponents : Hashable, Equatable, Sendable {
| `- note: 'URLComponents' declares conformance to protocol 'Sendable' here
3 | public init()
4 | public init?(url: __shared URL, resolvingAgainstBaseURL resolve: Bool)
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:36:28: warning: conformance of 'Data' to protocol 'Sendable' was already stated in the type's module 'Foundation'
34 |
35 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
36 | extension Data: @unchecked Sendable { }
| `- warning: conformance of 'Data' to protocol 'Sendable' was already stated in the type's module 'Foundation'
37 |
38 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.Data:2:23: note: 'Data' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | @frozen public struct Data : Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes, Sendable {
| `- note: 'Data' declares conformance to protocol 'Sendable' here
3 | public typealias Index = Int
4 | public typealias Indices = Range<Int>
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:39:28: warning: conformance of 'Date' to protocol 'Sendable' was already stated in the type's module 'Foundation'
37 |
38 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
39 | extension Date: @unchecked Sendable { }
| `- warning: conformance of 'Date' to protocol 'Sendable' was already stated in the type's module 'Foundation'
40 |
41 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.Date:2:15: note: 'Date' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct Date : Comparable, Hashable, Equatable, Sendable {
| `- note: 'Date' declares conformance to protocol 'Sendable' here
3 | public static let timeIntervalBetween1970AndReferenceDate: Double
4 | public static var timeIntervalSinceReferenceDate: TimeInterval { get }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:42:38: warning: conformance of 'DateComponents' to protocol 'Sendable' was already stated in the type's module 'Foundation'
40 |
41 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
42 | extension DateComponents: @unchecked Sendable { }
| `- warning: conformance of 'DateComponents' to protocol 'Sendable' was already stated in the type's module 'Foundation'
43 |
44 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.DateComponents:2:15: note: 'DateComponents' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.9, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct DateComponents : Hashable, Equatable, Sendable {
| `- note: 'DateComponents' declares conformance to protocol 'Sendable' here
3 | public init(calendar: Calendar? = nil, timeZone: TimeZone? = nil, era: Int? = nil, year: Int? = nil, month: Int? = nil, day: Int? = nil, hour: Int? = nil, minute: Int? = nil, second: Int? = nil, nanosecond: Int? = nil, weekday: Int? = nil, weekdayOrdinal: Int? = nil, quarter: Int? = nil, weekOfMonth: Int? = nil, weekOfYear: Int? = nil, yearForWeekOfYear: Int? = nil)
4 | public var calendar: Calendar? { get set }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:45:32: warning: conformance of 'TimeZone' to protocol 'Sendable' was already stated in the type's module 'Foundation'
43 |
44 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
45 | extension TimeZone: @unchecked Sendable { }
| `- warning: conformance of 'TimeZone' to protocol 'Sendable' was already stated in the type's module 'Foundation'
46 |
47 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.TimeZone:2:15: note: 'TimeZone' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct TimeZone : Hashable, Equatable, Sendable {
| `- note: 'TimeZone' declares conformance to protocol 'Sendable' here
3 | public init?(identifier: __shared String)
4 | public init?(secondsFromGMT seconds: Int)
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:48:32: warning: conformance of 'Calendar' to protocol 'Sendable' was already stated in the type's module 'Foundation'
46 |
47 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
48 | extension Calendar: @unchecked Sendable { }
| `- warning: conformance of 'Calendar' to protocol 'Sendable' was already stated in the type's module 'Foundation'
49 |
50 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.Calendar:2:15: note: 'Calendar' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct Calendar : Hashable, Equatable, Sendable {
| `- note: 'Calendar' declares conformance to protocol 'Sendable' here
3 | public enum Identifier : Sendable, CustomDebugStringConvertible {
4 | case gregorian
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:51:30: warning: conformance of 'Locale' to protocol 'Sendable' was already stated in the type's module 'Foundation'
49 |
50 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
51 | extension Locale: @unchecked Sendable { }
| `- warning: conformance of 'Locale' to protocol 'Sendable' was already stated in the type's module 'Foundation'
52 |
53 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.Locale:2:15: note: 'Locale' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct Locale : Hashable, Equatable, Sendable {
| `- note: 'Locale' declares conformance to protocol 'Sendable' here
3 | public typealias LanguageDirection = NSLocale.LanguageDirection
4 | @available(macOS 13, iOS 16, tvOS 16, watchOS 9, *)
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:54:28: warning: conformance of 'UUID' to protocol 'Sendable' was already stated in the type's module 'Foundation'
52 |
53 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
54 | extension UUID: @unchecked Sendable { }
| `- warning: conformance of 'UUID' to protocol 'Sendable' was already stated in the type's module 'Foundation'
55 |
56 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.UUID:2:15: note: 'UUID' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.8, iOS 6.0, tvOS 9.0, watchOS 2.0, *)
2 | public struct UUID : Hashable, Equatable, CustomStringConvertible, Sendable {
| `- note: 'UUID' declares conformance to protocol 'Sendable' here
3 | public var uuid: (UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8) { get }
4 | public init()
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:57:34: warning: conformance of 'OrderedSet<Element>' to protocol 'Sendable' was already stated in the type's module 'OrderedCollections'
55 |
56 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
57 | extension OrderedSet: @unchecked Sendable where Element: Sendable { }
| `- warning: conformance of 'OrderedSet<Element>' to protocol 'Sendable' was already stated in the type's module 'OrderedCollections'
58 |
59 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+Sendable.swift:12:1: note: 'OrderedSet<Element>' declares conformance to protocol 'Sendable' here
10 | //===----------------------------------------------------------------------===//
11 |
12 | extension OrderedSet: @unchecked Sendable where Element: Sendable {}
| `- note: 'OrderedSet<Element>' declares conformance to protocol 'Sendable' here
13 |
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:60:41: warning: conformance of 'OrderedDictionary<Key, Value>' to protocol 'Sendable' was already stated in the type's module 'OrderedCollections'
58 |
59 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
60 | extension OrderedDictionary: @unchecked Sendable where Key: Sendable, Value: Sendable { }
| `- warning: conformance of 'OrderedDictionary<Key, Value>' to protocol 'Sendable' was already stated in the type's module 'OrderedCollections'
61 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-collections/Sources/OrderedCollections/OrderedDictionary/OrderedDictionary+Sendable.swift:12:1: note: 'OrderedDictionary<Key, Value>' declares conformance to protocol 'Sendable' here
10 | //===----------------------------------------------------------------------===//
11 |
12 | extension OrderedDictionary: @unchecked Sendable
| `- note: 'OrderedDictionary<Key, Value>' declares conformance to protocol 'Sendable' here
13 | where Key: Sendable, Value: Sendable {}
14 |
[616/648] Compiling DoggieCore Sendable.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:27:31: warning: conformance of 'Decimal' to protocol 'Sendable' was already stated in the type's module 'Foundation'
25 |
26 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
27 | extension Decimal: @unchecked Sendable { }
| `- warning: conformance of 'Decimal' to protocol 'Sendable' was already stated in the type's module 'Foundation'
28 |
29 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimal.h:42:9: note: 'Decimal' implicitly conforms to protocol 'Sendable' here
40 | #define NSDecimalNoScale SHRT_MAX
41 |
42 | typedef struct NS_SWIFT_SENDABLE {
| `- note: 'Decimal' implicitly conforms to protocol 'Sendable' here
43 | signed int _exponent:8;
44 | unsigned int _length:4; // length == 0 && isNegative -> NaN
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:27:31: warning: conformance of 'Decimal' to protocol 'SendableMetatype' was already stated in the type's module 'Foundation'
25 |
26 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
27 | extension Decimal: @unchecked Sendable { }
| `- warning: conformance of 'Decimal' to protocol 'SendableMetatype' was already stated in the type's module 'Foundation'
28 |
29 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimal.h:42:9: note: conformance to 'SendableMetatype' generated by macro here
40 | #define NSDecimalNoScale SHRT_MAX
41 |
42 | typedef struct NS_SWIFT_SENDABLE {
| `- note: conformance to 'SendableMetatype' generated by macro here
43 | signed int _exponent:8;
44 | unsigned int _length:4; // length == 0 && isNegative -> NaN
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:30:27: warning: conformance of 'URL' to protocol 'Sendable' was already stated in the type's module 'Foundation'
28 |
29 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
30 | extension URL: @unchecked Sendable { }
| `- warning: conformance of 'URL' to protocol 'Sendable' was already stated in the type's module 'Foundation'
31 |
32 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.URL:2:15: note: 'URL' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct URL : Equatable, Sendable, Hashable {
| `- note: 'URL' declares conformance to protocol 'Sendable' here
3 | public typealias BookmarkResolutionOptions = NSURL.BookmarkResolutionOptions
4 | public typealias BookmarkCreationOptions = NSURL.BookmarkCreationOptions
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:33:37: warning: conformance of 'URLComponents' to protocol 'Sendable' was already stated in the type's module 'Foundation'
31 |
32 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
33 | extension URLComponents: @unchecked Sendable { }
| `- warning: conformance of 'URLComponents' to protocol 'Sendable' was already stated in the type's module 'Foundation'
34 |
35 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.URLComponents:2:15: note: 'URLComponents' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct URLComponents : Hashable, Equatable, Sendable {
| `- note: 'URLComponents' declares conformance to protocol 'Sendable' here
3 | public init()
4 | public init?(url: __shared URL, resolvingAgainstBaseURL resolve: Bool)
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:36:28: warning: conformance of 'Data' to protocol 'Sendable' was already stated in the type's module 'Foundation'
34 |
35 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
36 | extension Data: @unchecked Sendable { }
| `- warning: conformance of 'Data' to protocol 'Sendable' was already stated in the type's module 'Foundation'
37 |
38 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.Data:2:23: note: 'Data' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | @frozen public struct Data : Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes, Sendable {
| `- note: 'Data' declares conformance to protocol 'Sendable' here
3 | public typealias Index = Int
4 | public typealias Indices = Range<Int>
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:39:28: warning: conformance of 'Date' to protocol 'Sendable' was already stated in the type's module 'Foundation'
37 |
38 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
39 | extension Date: @unchecked Sendable { }
| `- warning: conformance of 'Date' to protocol 'Sendable' was already stated in the type's module 'Foundation'
40 |
41 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.Date:2:15: note: 'Date' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct Date : Comparable, Hashable, Equatable, Sendable {
| `- note: 'Date' declares conformance to protocol 'Sendable' here
3 | public static let timeIntervalBetween1970AndReferenceDate: Double
4 | public static var timeIntervalSinceReferenceDate: TimeInterval { get }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:42:38: warning: conformance of 'DateComponents' to protocol 'Sendable' was already stated in the type's module 'Foundation'
40 |
41 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
42 | extension DateComponents: @unchecked Sendable { }
| `- warning: conformance of 'DateComponents' to protocol 'Sendable' was already stated in the type's module 'Foundation'
43 |
44 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.DateComponents:2:15: note: 'DateComponents' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.9, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct DateComponents : Hashable, Equatable, Sendable {
| `- note: 'DateComponents' declares conformance to protocol 'Sendable' here
3 | public init(calendar: Calendar? = nil, timeZone: TimeZone? = nil, era: Int? = nil, year: Int? = nil, month: Int? = nil, day: Int? = nil, hour: Int? = nil, minute: Int? = nil, second: Int? = nil, nanosecond: Int? = nil, weekday: Int? = nil, weekdayOrdinal: Int? = nil, quarter: Int? = nil, weekOfMonth: Int? = nil, weekOfYear: Int? = nil, yearForWeekOfYear: Int? = nil)
4 | public var calendar: Calendar? { get set }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:45:32: warning: conformance of 'TimeZone' to protocol 'Sendable' was already stated in the type's module 'Foundation'
43 |
44 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
45 | extension TimeZone: @unchecked Sendable { }
| `- warning: conformance of 'TimeZone' to protocol 'Sendable' was already stated in the type's module 'Foundation'
46 |
47 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.TimeZone:2:15: note: 'TimeZone' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct TimeZone : Hashable, Equatable, Sendable {
| `- note: 'TimeZone' declares conformance to protocol 'Sendable' here
3 | public init?(identifier: __shared String)
4 | public init?(secondsFromGMT seconds: Int)
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:48:32: warning: conformance of 'Calendar' to protocol 'Sendable' was already stated in the type's module 'Foundation'
46 |
47 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
48 | extension Calendar: @unchecked Sendable { }
| `- warning: conformance of 'Calendar' to protocol 'Sendable' was already stated in the type's module 'Foundation'
49 |
50 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.Calendar:2:15: note: 'Calendar' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct Calendar : Hashable, Equatable, Sendable {
| `- note: 'Calendar' declares conformance to protocol 'Sendable' here
3 | public enum Identifier : Sendable, CustomDebugStringConvertible {
4 | case gregorian
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:51:30: warning: conformance of 'Locale' to protocol 'Sendable' was already stated in the type's module 'Foundation'
49 |
50 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
51 | extension Locale: @unchecked Sendable { }
| `- warning: conformance of 'Locale' to protocol 'Sendable' was already stated in the type's module 'Foundation'
52 |
53 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.Locale:2:15: note: 'Locale' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct Locale : Hashable, Equatable, Sendable {
| `- note: 'Locale' declares conformance to protocol 'Sendable' here
3 | public typealias LanguageDirection = NSLocale.LanguageDirection
4 | @available(macOS 13, iOS 16, tvOS 16, watchOS 9, *)
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:54:28: warning: conformance of 'UUID' to protocol 'Sendable' was already stated in the type's module 'Foundation'
52 |
53 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
54 | extension UUID: @unchecked Sendable { }
| `- warning: conformance of 'UUID' to protocol 'Sendable' was already stated in the type's module 'Foundation'
55 |
56 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.UUID:2:15: note: 'UUID' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.8, iOS 6.0, tvOS 9.0, watchOS 2.0, *)
2 | public struct UUID : Hashable, Equatable, CustomStringConvertible, Sendable {
| `- note: 'UUID' declares conformance to protocol 'Sendable' here
3 | public var uuid: (UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8) { get }
4 | public init()
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:57:34: warning: conformance of 'OrderedSet<Element>' to protocol 'Sendable' was already stated in the type's module 'OrderedCollections'
55 |
56 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
57 | extension OrderedSet: @unchecked Sendable where Element: Sendable { }
| `- warning: conformance of 'OrderedSet<Element>' to protocol 'Sendable' was already stated in the type's module 'OrderedCollections'
58 |
59 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+Sendable.swift:12:1: note: 'OrderedSet<Element>' declares conformance to protocol 'Sendable' here
10 | //===----------------------------------------------------------------------===//
11 |
12 | extension OrderedSet: @unchecked Sendable where Element: Sendable {}
| `- note: 'OrderedSet<Element>' declares conformance to protocol 'Sendable' here
13 |
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:60:41: warning: conformance of 'OrderedDictionary<Key, Value>' to protocol 'Sendable' was already stated in the type's module 'OrderedCollections'
58 |
59 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
60 | extension OrderedDictionary: @unchecked Sendable where Key: Sendable, Value: Sendable { }
| `- warning: conformance of 'OrderedDictionary<Key, Value>' to protocol 'Sendable' was already stated in the type's module 'OrderedCollections'
61 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-collections/Sources/OrderedCollections/OrderedDictionary/OrderedDictionary+Sendable.swift:12:1: note: 'OrderedDictionary<Key, Value>' declares conformance to protocol 'Sendable' here
10 | //===----------------------------------------------------------------------===//
11 |
12 | extension OrderedDictionary: @unchecked Sendable
| `- note: 'OrderedDictionary<Key, Value>' declares conformance to protocol 'Sendable' here
13 | where Key: Sendable, Value: Sendable {}
14 |
[617/648] Compiling DoggieCore SerialRunLoop.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:27:31: warning: conformance of 'Decimal' to protocol 'Sendable' was already stated in the type's module 'Foundation'
25 |
26 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
27 | extension Decimal: @unchecked Sendable { }
| `- warning: conformance of 'Decimal' to protocol 'Sendable' was already stated in the type's module 'Foundation'
28 |
29 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimal.h:42:9: note: 'Decimal' implicitly conforms to protocol 'Sendable' here
40 | #define NSDecimalNoScale SHRT_MAX
41 |
42 | typedef struct NS_SWIFT_SENDABLE {
| `- note: 'Decimal' implicitly conforms to protocol 'Sendable' here
43 | signed int _exponent:8;
44 | unsigned int _length:4; // length == 0 && isNegative -> NaN
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:27:31: warning: conformance of 'Decimal' to protocol 'SendableMetatype' was already stated in the type's module 'Foundation'
25 |
26 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
27 | extension Decimal: @unchecked Sendable { }
| `- warning: conformance of 'Decimal' to protocol 'SendableMetatype' was already stated in the type's module 'Foundation'
28 |
29 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimal.h:42:9: note: conformance to 'SendableMetatype' generated by macro here
40 | #define NSDecimalNoScale SHRT_MAX
41 |
42 | typedef struct NS_SWIFT_SENDABLE {
| `- note: conformance to 'SendableMetatype' generated by macro here
43 | signed int _exponent:8;
44 | unsigned int _length:4; // length == 0 && isNegative -> NaN
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:30:27: warning: conformance of 'URL' to protocol 'Sendable' was already stated in the type's module 'Foundation'
28 |
29 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
30 | extension URL: @unchecked Sendable { }
| `- warning: conformance of 'URL' to protocol 'Sendable' was already stated in the type's module 'Foundation'
31 |
32 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.URL:2:15: note: 'URL' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct URL : Equatable, Sendable, Hashable {
| `- note: 'URL' declares conformance to protocol 'Sendable' here
3 | public typealias BookmarkResolutionOptions = NSURL.BookmarkResolutionOptions
4 | public typealias BookmarkCreationOptions = NSURL.BookmarkCreationOptions
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:33:37: warning: conformance of 'URLComponents' to protocol 'Sendable' was already stated in the type's module 'Foundation'
31 |
32 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
33 | extension URLComponents: @unchecked Sendable { }
| `- warning: conformance of 'URLComponents' to protocol 'Sendable' was already stated in the type's module 'Foundation'
34 |
35 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.URLComponents:2:15: note: 'URLComponents' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct URLComponents : Hashable, Equatable, Sendable {
| `- note: 'URLComponents' declares conformance to protocol 'Sendable' here
3 | public init()
4 | public init?(url: __shared URL, resolvingAgainstBaseURL resolve: Bool)
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:36:28: warning: conformance of 'Data' to protocol 'Sendable' was already stated in the type's module 'Foundation'
34 |
35 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
36 | extension Data: @unchecked Sendable { }
| `- warning: conformance of 'Data' to protocol 'Sendable' was already stated in the type's module 'Foundation'
37 |
38 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.Data:2:23: note: 'Data' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | @frozen public struct Data : Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes, Sendable {
| `- note: 'Data' declares conformance to protocol 'Sendable' here
3 | public typealias Index = Int
4 | public typealias Indices = Range<Int>
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:39:28: warning: conformance of 'Date' to protocol 'Sendable' was already stated in the type's module 'Foundation'
37 |
38 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
39 | extension Date: @unchecked Sendable { }
| `- warning: conformance of 'Date' to protocol 'Sendable' was already stated in the type's module 'Foundation'
40 |
41 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.Date:2:15: note: 'Date' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct Date : Comparable, Hashable, Equatable, Sendable {
| `- note: 'Date' declares conformance to protocol 'Sendable' here
3 | public static let timeIntervalBetween1970AndReferenceDate: Double
4 | public static var timeIntervalSinceReferenceDate: TimeInterval { get }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:42:38: warning: conformance of 'DateComponents' to protocol 'Sendable' was already stated in the type's module 'Foundation'
40 |
41 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
42 | extension DateComponents: @unchecked Sendable { }
| `- warning: conformance of 'DateComponents' to protocol 'Sendable' was already stated in the type's module 'Foundation'
43 |
44 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.DateComponents:2:15: note: 'DateComponents' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.9, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct DateComponents : Hashable, Equatable, Sendable {
| `- note: 'DateComponents' declares conformance to protocol 'Sendable' here
3 | public init(calendar: Calendar? = nil, timeZone: TimeZone? = nil, era: Int? = nil, year: Int? = nil, month: Int? = nil, day: Int? = nil, hour: Int? = nil, minute: Int? = nil, second: Int? = nil, nanosecond: Int? = nil, weekday: Int? = nil, weekdayOrdinal: Int? = nil, quarter: Int? = nil, weekOfMonth: Int? = nil, weekOfYear: Int? = nil, yearForWeekOfYear: Int? = nil)
4 | public var calendar: Calendar? { get set }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:45:32: warning: conformance of 'TimeZone' to protocol 'Sendable' was already stated in the type's module 'Foundation'
43 |
44 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
45 | extension TimeZone: @unchecked Sendable { }
| `- warning: conformance of 'TimeZone' to protocol 'Sendable' was already stated in the type's module 'Foundation'
46 |
47 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.TimeZone:2:15: note: 'TimeZone' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct TimeZone : Hashable, Equatable, Sendable {
| `- note: 'TimeZone' declares conformance to protocol 'Sendable' here
3 | public init?(identifier: __shared String)
4 | public init?(secondsFromGMT seconds: Int)
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:48:32: warning: conformance of 'Calendar' to protocol 'Sendable' was already stated in the type's module 'Foundation'
46 |
47 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
48 | extension Calendar: @unchecked Sendable { }
| `- warning: conformance of 'Calendar' to protocol 'Sendable' was already stated in the type's module 'Foundation'
49 |
50 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.Calendar:2:15: note: 'Calendar' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct Calendar : Hashable, Equatable, Sendable {
| `- note: 'Calendar' declares conformance to protocol 'Sendable' here
3 | public enum Identifier : Sendable, CustomDebugStringConvertible {
4 | case gregorian
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:51:30: warning: conformance of 'Locale' to protocol 'Sendable' was already stated in the type's module 'Foundation'
49 |
50 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
51 | extension Locale: @unchecked Sendable { }
| `- warning: conformance of 'Locale' to protocol 'Sendable' was already stated in the type's module 'Foundation'
52 |
53 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.Locale:2:15: note: 'Locale' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct Locale : Hashable, Equatable, Sendable {
| `- note: 'Locale' declares conformance to protocol 'Sendable' here
3 | public typealias LanguageDirection = NSLocale.LanguageDirection
4 | @available(macOS 13, iOS 16, tvOS 16, watchOS 9, *)
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:54:28: warning: conformance of 'UUID' to protocol 'Sendable' was already stated in the type's module 'Foundation'
52 |
53 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
54 | extension UUID: @unchecked Sendable { }
| `- warning: conformance of 'UUID' to protocol 'Sendable' was already stated in the type's module 'Foundation'
55 |
56 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.UUID:2:15: note: 'UUID' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.8, iOS 6.0, tvOS 9.0, watchOS 2.0, *)
2 | public struct UUID : Hashable, Equatable, CustomStringConvertible, Sendable {
| `- note: 'UUID' declares conformance to protocol 'Sendable' here
3 | public var uuid: (UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8) { get }
4 | public init()
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:57:34: warning: conformance of 'OrderedSet<Element>' to protocol 'Sendable' was already stated in the type's module 'OrderedCollections'
55 |
56 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
57 | extension OrderedSet: @unchecked Sendable where Element: Sendable { }
| `- warning: conformance of 'OrderedSet<Element>' to protocol 'Sendable' was already stated in the type's module 'OrderedCollections'
58 |
59 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+Sendable.swift:12:1: note: 'OrderedSet<Element>' declares conformance to protocol 'Sendable' here
10 | //===----------------------------------------------------------------------===//
11 |
12 | extension OrderedSet: @unchecked Sendable where Element: Sendable {}
| `- note: 'OrderedSet<Element>' declares conformance to protocol 'Sendable' here
13 |
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:60:41: warning: conformance of 'OrderedDictionary<Key, Value>' to protocol 'Sendable' was already stated in the type's module 'OrderedCollections'
58 |
59 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
60 | extension OrderedDictionary: @unchecked Sendable where Key: Sendable, Value: Sendable { }
| `- warning: conformance of 'OrderedDictionary<Key, Value>' to protocol 'Sendable' was already stated in the type's module 'OrderedCollections'
61 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-collections/Sources/OrderedCollections/OrderedDictionary/OrderedDictionary+Sendable.swift:12:1: note: 'OrderedDictionary<Key, Value>' declares conformance to protocol 'Sendable' here
10 | //===----------------------------------------------------------------------===//
11 |
12 | extension OrderedDictionary: @unchecked Sendable
| `- note: 'OrderedDictionary<Key, Value>' declares conformance to protocol 'Sendable' here
13 | where Key: Sendable, Value: Sendable {}
14 |
[618/648] Compiling DoggieCore Json.swift
[619/648] Compiling DoggieCore JsonCodable.swift
[620/648] Compiling DoggieCore JsonConvertible.swift
[621/648] Compiling DoggieCore JsonNumber.swift
[622/648] Compiling DoggieCore JsonNumberCodable.swift
[623/648] Compiling DoggieCore FileExtension.swift
[624/648] Compiling DoggieCore MIMEType.swift
[625/648] Compiling DoggieCore MediaType.swift
[626/648] Compiling DoggieCore BinaryFixedPoint.swift
[627/648] Compiling DoggieCore ByteCodable.swift
[628/648] Compiling DoggieCore Endianness.swift
[629/648] Compiling DoggieCore Signature.swift
[630/648] Compiling DoggieCore UnsafeSendable.swift
[631/648] Compiling DoggieCore Exported.swift
[632/648] Compiling DoggieCore Algorithm.swift
[633/648] Compiling DoggieCore Cache.swift
[634/648] Compiling DoggieCore ContiguousBuffer.swift
[635/648] Compiling DoggieCore Data.swift
[636/648] Compiling DoggieCore TypePunned.swift
[637/648] Compiling DoggieCore TypedData.swift
[638/648] Compiling DoggieCore URLComponents.swift
[639/648] Compiling DoggieCore UUID.swift
[640/648] Compiling DoggieCore WeakDictionary.swift
[641/648] Compiling DoggieCore WeakSet.swift
[642/648] Compiling DoggieCore AppleCompression.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/ApplePlatform/NSItemProvider.swift:122:72: warning: capture of non-sendable type 'Decoder.Type' in an isolated closure
120 | @discardableResult
121 | public func loadObject<Decoder: NSItemProviderDecoder>(ofType aType: Decoder.Type, completionHandler: @escaping (Decoder?, Error?) -> Void) -> Progress {
122 | return self.loadObject(ofClass: _ItemProvider<Decoder>.self) { completionHandler($0.flatMap { $0 as? _ItemProvider<Decoder> }.map { $0.item }, $1) }
| `- warning: capture of non-sendable type 'Decoder.Type' in an isolated closure
123 | }
124 | }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/ApplePlatform/NSItemProvider.swift:121:88: warning: capture of non-sendable type 'Decoder.Type' in an isolated closure
119 |
120 | @discardableResult
121 | public func loadObject<Decoder: NSItemProviderDecoder>(ofType aType: Decoder.Type, completionHandler: @escaping (Decoder?, Error?) -> Void) -> Progress {
| `- warning: capture of non-sendable type 'Decoder.Type' in an isolated closure
122 | return self.loadObject(ofClass: _ItemProvider<Decoder>.self) { completionHandler($0.flatMap { $0 as? _ItemProvider<Decoder> }.map { $0.item }, $1) }
123 | }
[643/648] Compiling DoggieCore AppleExported.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/ApplePlatform/NSItemProvider.swift:122:72: warning: capture of non-sendable type 'Decoder.Type' in an isolated closure
120 | @discardableResult
121 | public func loadObject<Decoder: NSItemProviderDecoder>(ofType aType: Decoder.Type, completionHandler: @escaping (Decoder?, Error?) -> Void) -> Progress {
122 | return self.loadObject(ofClass: _ItemProvider<Decoder>.self) { completionHandler($0.flatMap { $0 as? _ItemProvider<Decoder> }.map { $0.item }, $1) }
| `- warning: capture of non-sendable type 'Decoder.Type' in an isolated closure
123 | }
124 | }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/ApplePlatform/NSItemProvider.swift:121:88: warning: capture of non-sendable type 'Decoder.Type' in an isolated closure
119 |
120 | @discardableResult
121 | public func loadObject<Decoder: NSItemProviderDecoder>(ofType aType: Decoder.Type, completionHandler: @escaping (Decoder?, Error?) -> Void) -> Progress {
| `- warning: capture of non-sendable type 'Decoder.Type' in an isolated closure
122 | return self.loadObject(ofClass: _ItemProvider<Decoder>.self) { completionHandler($0.flatMap { $0 as? _ItemProvider<Decoder> }.map { $0.item }, $1) }
123 | }
[644/648] Compiling DoggieCore Metal.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/ApplePlatform/NSItemProvider.swift:122:72: warning: capture of non-sendable type 'Decoder.Type' in an isolated closure
120 | @discardableResult
121 | public func loadObject<Decoder: NSItemProviderDecoder>(ofType aType: Decoder.Type, completionHandler: @escaping (Decoder?, Error?) -> Void) -> Progress {
122 | return self.loadObject(ofClass: _ItemProvider<Decoder>.self) { completionHandler($0.flatMap { $0 as? _ItemProvider<Decoder> }.map { $0.item }, $1) }
| `- warning: capture of non-sendable type 'Decoder.Type' in an isolated closure
123 | }
124 | }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/ApplePlatform/NSItemProvider.swift:121:88: warning: capture of non-sendable type 'Decoder.Type' in an isolated closure
119 |
120 | @discardableResult
121 | public func loadObject<Decoder: NSItemProviderDecoder>(ofType aType: Decoder.Type, completionHandler: @escaping (Decoder?, Error?) -> Void) -> Progress {
| `- warning: capture of non-sendable type 'Decoder.Type' in an isolated closure
122 | return self.loadObject(ofClass: _ItemProvider<Decoder>.self) { completionHandler($0.flatMap { $0 as? _ItemProvider<Decoder> }.map { $0.item }, $1) }
123 | }
[645/648] Compiling DoggieCore NSItemProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/ApplePlatform/NSItemProvider.swift:122:72: warning: capture of non-sendable type 'Decoder.Type' in an isolated closure
120 | @discardableResult
121 | public func loadObject<Decoder: NSItemProviderDecoder>(ofType aType: Decoder.Type, completionHandler: @escaping (Decoder?, Error?) -> Void) -> Progress {
122 | return self.loadObject(ofClass: _ItemProvider<Decoder>.self) { completionHandler($0.flatMap { $0 as? _ItemProvider<Decoder> }.map { $0.item }, $1) }
| `- warning: capture of non-sendable type 'Decoder.Type' in an isolated closure
123 | }
124 | }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/ApplePlatform/NSItemProvider.swift:121:88: warning: capture of non-sendable type 'Decoder.Type' in an isolated closure
119 |
120 | @discardableResult
121 | public func loadObject<Decoder: NSItemProviderDecoder>(ofType aType: Decoder.Type, completionHandler: @escaping (Decoder?, Error?) -> Void) -> Progress {
| `- warning: capture of non-sendable type 'Decoder.Type' in an isolated closure
122 | return self.loadObject(ofClass: _ItemProvider<Decoder>.self) { completionHandler($0.flatMap { $0 as? _ItemProvider<Decoder> }.map { $0.item }, $1) }
123 | }
[646/648] Compiling DoggieCore CompressionCodec.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/ApplePlatform/NSItemProvider.swift:122:72: warning: capture of non-sendable type 'Decoder.Type' in an isolated closure
120 | @discardableResult
121 | public func loadObject<Decoder: NSItemProviderDecoder>(ofType aType: Decoder.Type, completionHandler: @escaping (Decoder?, Error?) -> Void) -> Progress {
122 | return self.loadObject(ofClass: _ItemProvider<Decoder>.self) { completionHandler($0.flatMap { $0 as? _ItemProvider<Decoder> }.map { $0.item }, $1) }
| `- warning: capture of non-sendable type 'Decoder.Type' in an isolated closure
123 | }
124 | }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/ApplePlatform/NSItemProvider.swift:121:88: warning: capture of non-sendable type 'Decoder.Type' in an isolated closure
119 |
120 | @discardableResult
121 | public func loadObject<Decoder: NSItemProviderDecoder>(ofType aType: Decoder.Type, completionHandler: @escaping (Decoder?, Error?) -> Void) -> Progress {
| `- warning: capture of non-sendable type 'Decoder.Type' in an isolated closure
122 | return self.loadObject(ofClass: _ItemProvider<Decoder>.self) { completionHandler($0.flatMap { $0 as? _ItemProvider<Decoder> }.map { $0.item }, $1) }
123 | }
[647/648] Compiling DoggieCore BrotliDecoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/ApplePlatform/NSItemProvider.swift:122:72: warning: capture of non-sendable type 'Decoder.Type' in an isolated closure
120 | @discardableResult
121 | public func loadObject<Decoder: NSItemProviderDecoder>(ofType aType: Decoder.Type, completionHandler: @escaping (Decoder?, Error?) -> Void) -> Progress {
122 | return self.loadObject(ofClass: _ItemProvider<Decoder>.self) { completionHandler($0.flatMap { $0 as? _ItemProvider<Decoder> }.map { $0.item }, $1) }
| `- warning: capture of non-sendable type 'Decoder.Type' in an isolated closure
123 | }
124 | }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/ApplePlatform/NSItemProvider.swift:121:88: warning: capture of non-sendable type 'Decoder.Type' in an isolated closure
119 |
120 | @discardableResult
121 | public func loadObject<Decoder: NSItemProviderDecoder>(ofType aType: Decoder.Type, completionHandler: @escaping (Decoder?, Error?) -> Void) -> Progress {
| `- warning: capture of non-sendable type 'Decoder.Type' in an isolated closure
122 | return self.loadObject(ofClass: _ItemProvider<Decoder>.self) { completionHandler($0.flatMap { $0 as? _ItemProvider<Decoder> }.map { $0.item }, $1) }
123 | }
[648/648] Emitting module DoggieCore
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:27:31: warning: conformance of 'Decimal' to protocol 'Sendable' was already stated in the type's module 'Foundation'
25 |
26 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
27 | extension Decimal: @unchecked Sendable { }
| `- warning: conformance of 'Decimal' to protocol 'Sendable' was already stated in the type's module 'Foundation'
28 |
29 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimal.h:42:9: note: 'Decimal' implicitly conforms to protocol 'Sendable' here
40 | #define NSDecimalNoScale SHRT_MAX
41 |
42 | typedef struct NS_SWIFT_SENDABLE {
| `- note: 'Decimal' implicitly conforms to protocol 'Sendable' here
43 | signed int _exponent:8;
44 | unsigned int _length:4; // length == 0 && isNegative -> NaN
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:27:31: warning: conformance of 'Decimal' to protocol 'SendableMetatype' was already stated in the type's module 'Foundation'
25 |
26 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
27 | extension Decimal: @unchecked Sendable { }
| `- warning: conformance of 'Decimal' to protocol 'SendableMetatype' was already stated in the type's module 'Foundation'
28 |
29 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimal.h:42:9: note: conformance to 'SendableMetatype' generated by macro here
40 | #define NSDecimalNoScale SHRT_MAX
41 |
42 | typedef struct NS_SWIFT_SENDABLE {
| `- note: conformance to 'SendableMetatype' generated by macro here
43 | signed int _exponent:8;
44 | unsigned int _length:4; // length == 0 && isNegative -> NaN
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:30:27: warning: conformance of 'URL' to protocol 'Sendable' was already stated in the type's module 'Foundation'
28 |
29 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
30 | extension URL: @unchecked Sendable { }
| `- warning: conformance of 'URL' to protocol 'Sendable' was already stated in the type's module 'Foundation'
31 |
32 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.URL:2:15: note: 'URL' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct URL : Equatable, Sendable, Hashable {
| `- note: 'URL' declares conformance to protocol 'Sendable' here
3 | public typealias BookmarkResolutionOptions = NSURL.BookmarkResolutionOptions
4 | public typealias BookmarkCreationOptions = NSURL.BookmarkCreationOptions
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:33:37: warning: conformance of 'URLComponents' to protocol 'Sendable' was already stated in the type's module 'Foundation'
31 |
32 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
33 | extension URLComponents: @unchecked Sendable { }
| `- warning: conformance of 'URLComponents' to protocol 'Sendable' was already stated in the type's module 'Foundation'
34 |
35 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.URLComponents:2:15: note: 'URLComponents' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct URLComponents : Hashable, Equatable, Sendable {
| `- note: 'URLComponents' declares conformance to protocol 'Sendable' here
3 | public init()
4 | public init?(url: __shared URL, resolvingAgainstBaseURL resolve: Bool)
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:36:28: warning: conformance of 'Data' to protocol 'Sendable' was already stated in the type's module 'Foundation'
34 |
35 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
36 | extension Data: @unchecked Sendable { }
| `- warning: conformance of 'Data' to protocol 'Sendable' was already stated in the type's module 'Foundation'
37 |
38 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.Data:2:23: note: 'Data' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | @frozen public struct Data : Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes, Sendable {
| `- note: 'Data' declares conformance to protocol 'Sendable' here
3 | public typealias Index = Int
4 | public typealias Indices = Range<Int>
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:39:28: warning: conformance of 'Date' to protocol 'Sendable' was already stated in the type's module 'Foundation'
37 |
38 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
39 | extension Date: @unchecked Sendable { }
| `- warning: conformance of 'Date' to protocol 'Sendable' was already stated in the type's module 'Foundation'
40 |
41 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.Date:2:15: note: 'Date' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct Date : Comparable, Hashable, Equatable, Sendable {
| `- note: 'Date' declares conformance to protocol 'Sendable' here
3 | public static let timeIntervalBetween1970AndReferenceDate: Double
4 | public static var timeIntervalSinceReferenceDate: TimeInterval { get }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:42:38: warning: conformance of 'DateComponents' to protocol 'Sendable' was already stated in the type's module 'Foundation'
40 |
41 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
42 | extension DateComponents: @unchecked Sendable { }
| `- warning: conformance of 'DateComponents' to protocol 'Sendable' was already stated in the type's module 'Foundation'
43 |
44 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.DateComponents:2:15: note: 'DateComponents' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.9, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct DateComponents : Hashable, Equatable, Sendable {
| `- note: 'DateComponents' declares conformance to protocol 'Sendable' here
3 | public init(calendar: Calendar? = nil, timeZone: TimeZone? = nil, era: Int? = nil, year: Int? = nil, month: Int? = nil, day: Int? = nil, hour: Int? = nil, minute: Int? = nil, second: Int? = nil, nanosecond: Int? = nil, weekday: Int? = nil, weekdayOrdinal: Int? = nil, quarter: Int? = nil, weekOfMonth: Int? = nil, weekOfYear: Int? = nil, yearForWeekOfYear: Int? = nil)
4 | public var calendar: Calendar? { get set }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:45:32: warning: conformance of 'TimeZone' to protocol 'Sendable' was already stated in the type's module 'Foundation'
43 |
44 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
45 | extension TimeZone: @unchecked Sendable { }
| `- warning: conformance of 'TimeZone' to protocol 'Sendable' was already stated in the type's module 'Foundation'
46 |
47 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.TimeZone:2:15: note: 'TimeZone' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct TimeZone : Hashable, Equatable, Sendable {
| `- note: 'TimeZone' declares conformance to protocol 'Sendable' here
3 | public init?(identifier: __shared String)
4 | public init?(secondsFromGMT seconds: Int)
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:48:32: warning: conformance of 'Calendar' to protocol 'Sendable' was already stated in the type's module 'Foundation'
46 |
47 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
48 | extension Calendar: @unchecked Sendable { }
| `- warning: conformance of 'Calendar' to protocol 'Sendable' was already stated in the type's module 'Foundation'
49 |
50 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.Calendar:2:15: note: 'Calendar' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct Calendar : Hashable, Equatable, Sendable {
| `- note: 'Calendar' declares conformance to protocol 'Sendable' here
3 | public enum Identifier : Sendable, CustomDebugStringConvertible {
4 | case gregorian
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:51:30: warning: conformance of 'Locale' to protocol 'Sendable' was already stated in the type's module 'Foundation'
49 |
50 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
51 | extension Locale: @unchecked Sendable { }
| `- warning: conformance of 'Locale' to protocol 'Sendable' was already stated in the type's module 'Foundation'
52 |
53 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.Locale:2:15: note: 'Locale' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct Locale : Hashable, Equatable, Sendable {
| `- note: 'Locale' declares conformance to protocol 'Sendable' here
3 | public typealias LanguageDirection = NSLocale.LanguageDirection
4 | @available(macOS 13, iOS 16, tvOS 16, watchOS 9, *)
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:54:28: warning: conformance of 'UUID' to protocol 'Sendable' was already stated in the type's module 'Foundation'
52 |
53 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
54 | extension UUID: @unchecked Sendable { }
| `- warning: conformance of 'UUID' to protocol 'Sendable' was already stated in the type's module 'Foundation'
55 |
56 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
Foundation.UUID:2:15: note: 'UUID' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.8, iOS 6.0, tvOS 9.0, watchOS 2.0, *)
2 | public struct UUID : Hashable, Equatable, CustomStringConvertible, Sendable {
| `- note: 'UUID' declares conformance to protocol 'Sendable' here
3 | public var uuid: (UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8) { get }
4 | public init()
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:57:34: warning: conformance of 'OrderedSet<Element>' to protocol 'Sendable' was already stated in the type's module 'OrderedCollections'
55 |
56 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
57 | extension OrderedSet: @unchecked Sendable where Element: Sendable { }
| `- warning: conformance of 'OrderedSet<Element>' to protocol 'Sendable' was already stated in the type's module 'OrderedCollections'
58 |
59 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-collections/Sources/OrderedCollections/OrderedSet/OrderedSet+Sendable.swift:12:1: note: 'OrderedSet<Element>' declares conformance to protocol 'Sendable' here
10 | //===----------------------------------------------------------------------===//
11 |
12 | extension OrderedSet: @unchecked Sendable where Element: Sendable {}
| `- note: 'OrderedSet<Element>' declares conformance to protocol 'Sendable' here
13 |
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Concurrency/Sendable.swift:60:41: warning: conformance of 'OrderedDictionary<Key, Value>' to protocol 'Sendable' was already stated in the type's module 'OrderedCollections'
58 |
59 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
60 | extension OrderedDictionary: @unchecked Sendable where Key: Sendable, Value: Sendable { }
| `- warning: conformance of 'OrderedDictionary<Key, Value>' to protocol 'Sendable' was already stated in the type's module 'OrderedCollections'
61 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-collections/Sources/OrderedCollections/OrderedDictionary/OrderedDictionary+Sendable.swift:12:1: note: 'OrderedDictionary<Key, Value>' declares conformance to protocol 'Sendable' here
10 | //===----------------------------------------------------------------------===//
11 |
12 | extension OrderedDictionary: @unchecked Sendable
| `- note: 'OrderedDictionary<Key, Value>' declares conformance to protocol 'Sendable' here
13 | where Key: Sendable, Value: Sendable {}
14 |
/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/Foundation/Parallel.swift:46:30: warning: capture of non-sendable type 'Self.Type' in an isolated closure
44 | @inlinable
45 | @inline(__always)
46 | public func parallelEach(body: (Element) -> Void) {
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
47 | DispatchQueue.concurrentPerform(iterations: self.count) { body(self[self.index(startIndex, offsetBy: $0)]) }
48 | }
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Foundation/Parallel.swift:47:72: warning: capture of non-sendable type 'Self.Type' in an isolated closure
45 | @inline(__always)
46 | public func parallelEach(body: (Element) -> Void) {
47 | DispatchQueue.concurrentPerform(iterations: self.count) { body(self[self.index(startIndex, offsetBy: $0)]) }
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
48 | }
49 |
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Foundation/Parallel.swift:47:82: warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
45 | @inline(__always)
46 | public func parallelEach(body: (Element) -> Void) {
47 | DispatchQueue.concurrentPerform(iterations: self.count) { body(self[self.index(startIndex, offsetBy: $0)]) }
| `- warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
48 | }
49 |
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Foundation/Parallel.swift:84:34: warning: capture of non-sendable type 'Self.Type' in an isolated closure
82 | /// sequence.
83 | @inlinable
84 | public func parallelMap<T>(_ transform: (Element) -> T) -> [T] {
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
85 |
86 | let count = self.count
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Foundation/Parallel.swift:91:56: warning: capture of non-sendable type 'Self.Type' in an isolated closure
89 | guard let buffer = buffer.baseAddress else { return }
90 | DispatchQueue.concurrentPerform(iterations: count) {
91 | (buffer + $0).initialize(to: transform(self[self.index(startIndex, offsetBy: $0)]))
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
92 | }
93 | initializedCount = count
/Users/admin/builder/spi-builder-workspace/Sources/DoggieCore/Foundation/Parallel.swift:91:66: warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
89 | guard let buffer = buffer.baseAddress else { return }
90 | DispatchQueue.concurrentPerform(iterations: count) {
91 | (buffer + $0).initialize(to: transform(self[self.index(startIndex, offsetBy: $0)]))
| `- warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
92 | }
93 | initializedCount = count
[649/676] Compiling DoggieMath half_cooleytukey_8.swift
[650/676] Compiling DoggieMath Wrapper.swift
[651/676] Compiling DoggieMath Arithmetic.swift
[652/676] Compiling DoggieMath DirectConvolve.swift
[653/676] Compiling DoggieMath LinearAlgebra.swift
[654/676] Compiling DoggieMath Move.swift
[655/678] Compiling DoggieMath half_cooleytukey_16.swift
[656/678] Compiling DoggieMath half_cooleytukey_2.swift
[657/678] Compiling DoggieMath half_cooleytukey_4.swift
[658/678] Compiling DoggieMath Complex.swift
[659/678] Compiling DoggieMath Exported.swift
[660/678] Compiling DoggieMath Extension.swift
[661/678] Compiling DoggieMath CircularConvolve.swift
[662/678] Compiling DoggieMath CircularConvolve2D.swift
[663/678] Compiling DoggieMath CooleyTukey2D.swift
[664/678] Compiling DoggieMath Rational.swift
[665/678] Compiling DoggieMath SafeFunction.swift
[666/678] Compiling DoggieMath cooleytukey_2.swift
[667/678] Compiling DoggieMath cooleytukey_4.swift
[668/678] Compiling DoggieMath cooleytukey_8.swift
[669/678] Compiling DoggieMath OverlapAddConvolve.swift
[670/678] Compiling DoggieMath HalfInverseRadix2CooleyTukey.swift
[671/678] Compiling DoggieMath HalfRadix2CooleyTukey.swift
[672/678] Compiling DoggieMath InverseRadix2CooleyTukey.swift
[673/678] Compiling DoggieMath Radix2CooleyTukey.swift
[674/678] Compiling DoggieMath cooleytukey_16.swift
[675/678] Compiling DoggieMath Fourier.swift
[676/678] Compiling DoggieMath Maths.swift
[677/678] Compiling DoggieMath Polynomial.swift
[678/678] Emitting module DoggieMath
[679/717] Compiling DoggieGeometry Size.swift
[680/717] Compiling DoggieGeometry Tensor.swift
[681/717] Compiling DoggieGeometry Vector.swift
[682/717] Compiling DoggieGeometry PathCoder.swift
[683/721] Compiling DoggieGeometry Matrix.swift
[684/721] Compiling DoggieGeometry Point.swift
[685/721] Compiling DoggieGeometry Rect.swift
[686/721] Compiling DoggieGeometry SDTransform.swift
[687/721] Compiling DoggieGeometry CGSize.swift
[688/721] Compiling DoggieGeometry SwiftPlayground.swift
[689/721] Compiling DoggieGeometry Arithmetic.swift
[690/721] Compiling DoggieGeometry Bezier.swift
[691/721] Compiling DoggieGeometry BezierArc.swift
[692/721] Compiling DoggieGeometry PathBuilder.swift
[693/721] Compiling DoggieGeometry ShapeRegion.swift
[694/721] Compiling DoggieGeometry ShapeRegionOp.swift
[695/721] Compiling DoggieGeometry ShapeRegionWinding.swift
[696/721] Compiling DoggieGeometry PathStroke.swift
[697/721] Compiling DoggieGeometry SVGPathCoder.swift
[698/721] Compiling DoggieGeometry Shape.swift
[699/721] Compiling DoggieGeometry ShapeSegment.swift
[700/721] 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]))
[701/721] 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]))
[702/721] 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]))
[703/721] 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]))
[704/721] 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]))
[705/721] Compiling DoggieGeometry ShapeTweening.swift
[706/721] Compiling DoggieGeometry ShapeWinding.swift
[707/721] Compiling DoggieGeometry VariableRoundStroke.swift
[708/721] Compiling DoggieGeometry BreakLoop.swift
[709/721] Compiling DoggieGeometry BezierOffset.swift
[710/721] Compiling DoggieGeometry BezierProtocol.swift
[711/721] Compiling DoggieGeometry CubicBezier.swift
[712/721] Compiling DoggieGeometry CubicBezierPatch.swift
[713/721] Compiling DoggieGeometry Extension.swift
[714/721] Compiling DoggieGeometry EdgeInsets.swift
[715/721] Compiling DoggieGeometry Ellipse.swift
[716/721] Compiling DoggieGeometry Geometry.swift
[717/721] Compiling DoggieGeometry CubicBezierTriangularPatch.swift
[718/721] Compiling DoggieGeometry LineSegment.swift
[719/721] Compiling DoggieGeometry QuadBezier.swift
[720/721] Compiling DoggieGeometry Exported.swift
[721/721] Emitting module DoggieGeometry
[722/938] Compiling DoggieGraphics ICC Creator.swift
[723/938] Compiling DoggieGraphics ICCColorSpace.swift
[724/938] Compiling DoggieGraphics iccProfile.swift
[725/938] Compiling DoggieGraphics iccCurve.swift
[726/938] Compiling DoggieGraphics iccLUTTransform.swift
[727/938] Compiling DoggieGraphics iccMultiLocalizedUnicode.swift
[728/938] Compiling DoggieGraphics iccNamedColor.swift
[729/938] Compiling DoggieGraphics iccTagData.swift
[730/938] Compiling DoggieGraphics iccTextDescription.swift
[731/938] Compiling DoggieGraphics iccTransform.swift
[732/938] Compiling DoggieGraphics iccDateTimeNumber.swift
[733/938] Compiling DoggieGraphics iccMatrix.swift
[734/938] Compiling DoggieGraphics iccType.swift
[735/938] Compiling DoggieGraphics iccXYZNumber.swift
[736/938] Compiling DoggieGraphics LinearToneColorSpace.swift
[737/938] Compiling DoggieGraphics PredefinedColorSpace.swift
[738/938] Compiling DoggieGraphics WrappedColorSpace.swift
[739/938] Compiling DoggieGraphics ColorSpaceProtocol.swift
[740/938] Compiling DoggieGraphics Illuminant.swift
[741/938] Compiling DoggieGraphics RenderingIntent.swift
[742/938] Compiling DoggieGraphics DrawableContext.swift
[743/938] Compiling DoggieGraphics Gradient.swift
[744/938] Compiling DoggieGraphics MeshGradient.swift
[745/938] Compiling DoggieGraphics Pattern.swift
[746/962] Compiling DoggieGraphics TIFFDecoder.swift
[747/962] Compiling DoggieGraphics WEBPDecoder.swift
[748/962] Compiling DoggieGraphics BMPEncoder.swift
[749/962] Compiling DoggieGraphics ImageRepEncoder.swift
[750/962] Compiling DoggieGraphics JPEGEncoder.swift
[751/962] Compiling DoggieGraphics PNGEncoder.swift
[752/962] Compiling DoggieGraphics TIFFEncoder.swift
[753/962] Compiling DoggieGraphics WEBPEncoder.swift
[754/962] Compiling DoggieGraphics ImageRep.swift
[755/962] Compiling DoggieGraphics FastDecode.swift
[756/962] Compiling DoggieGraphics _fast_decode_alpha_first.swift
[757/962] Compiling DoggieGraphics _fast_decode_alpha_last.swift
[758/962] Compiling DoggieGraphics _fast_decode_alpha_none.swift
[759/962] Compiling DoggieGraphics _fast_decode_float.swift
[760/962] Compiling DoggieGraphics _fast_decode_pixel.swift
[761/962] Compiling DoggieGraphics RawBitmap.swift
[762/962] Compiling DoggieGraphics SlowDecode.swift
[763/962] Compiling DoggieGraphics _aligned_channel.swift
[764/962] Compiling DoggieGraphics _aligned_float_channel.swift
[765/962] Compiling DoggieGraphics _channel_to_double.swift
[766/962] Compiling DoggieGraphics _float_channel.swift
[767/962] Compiling DoggieGraphics _unsigned_aligned_channel.swift
[768/962] Compiling DoggieGraphics _unsigned_channel.swift
[769/962] Compiling DoggieGraphics _unsigned_pixel.swift
[770/962] Compiling DoggieGraphics FloatComponentPixel.swift
[771/962] Compiling DoggieGraphics Gray16ColorPixel.swift
[772/962] Compiling DoggieGraphics Gray32ColorPixel.swift
[773/962] Compiling DoggieGraphics GrayColorPixel.swift
[774/962] Compiling DoggieGraphics ABGR32ColorPixel.swift
[775/962] Compiling DoggieGraphics ARGB32ColorPixel.swift
[776/962] Compiling DoggieGraphics ARGB64ColorPixel.swift
[777/962] Compiling DoggieGraphics BGRA32ColorPixel.swift
[778/962] Compiling DoggieGraphics RGBA32ColorPixel.swift
[779/962] Compiling DoggieGraphics RGBA64ColorPixel.swift
[780/962] Compiling DoggieGraphics RGBColorPixel.swift
[781/962] Compiling DoggieGraphics AnyColorSpace.swift
[782/962] Compiling DoggieGraphics ChromaticAdaptationAlgorithm.swift
[783/962] Compiling DoggieGraphics ColorSpace.swift
[784/962] Compiling DoggieGraphics CIELabColorSpace.swift
[785/962] Compiling DoggieGraphics CIELuvColorSpace.swift
[786/962] Compiling DoggieGraphics CIEXYZColorSpace.swift
[787/962] Compiling DoggieGraphics CIEYxyColorSpace.swift
[788/962] Compiling DoggieGraphics CalibratedGrayColorSpace.swift
[789/962] Compiling DoggieGraphics AdobeRGB.swift
[790/962] Compiling DoggieGraphics CalibratedRGBColorSpace.swift
[791/962] Compiling DoggieGraphics displayP3.swift
[792/962] Compiling DoggieGraphics sRGB.swift
[793/962] Compiling DoggieGraphics ColorSpaceBaseProtocol.swift
[794/962] Compiling DoggieGraphics AppleExported.swift
[795/962] Compiling DoggieGraphics CGColor.swift
[796/962] Compiling DoggieGraphics CGColorSpace.swift
[797/962] Compiling DoggieGraphics CGContext.swift
[798/962] Compiling DoggieGraphics CGFont.swift
[799/962] Compiling DoggieGraphics CGGradient.swift
[800/962] Compiling DoggieGraphics CGPattern.swift
[801/962] Compiling DoggieGraphics CGShading.swift
[802/962] Compiling DoggieGraphics CoreText.swift
[803/962] Compiling DoggieGraphics CGImage.swift
[804/962] Compiling DoggieGraphics CVPixelFormat.swift
[805/962] Compiling DoggieGraphics CoreVideo.swift
[806/962] Compiling DoggieGraphics IOSurface.swift
[807/962] Compiling DoggieGraphics NSImage.swift
[808/962] Compiling DoggieGraphics UIImage.swift
[809/962] Compiling DoggieGraphics AVDepthData.swift
[810/962] Compiling DoggieGraphics AVPortraitEffectsMatte.swift
[811/962] Compiling DoggieGraphics CGAnimatedImage.swift
[812/962] Compiling DoggieGraphics CGImageDestination.swift
[813/962] Compiling DoggieGraphics CGImageRep.swift
[814/962] Compiling DoggieGraphics CGImageSource.swift
[815/962] Compiling DoggieGraphics Metal.swift
[816/962] Compiling DoggieGraphics CIContext.swift
[817/962] Compiling DoggieGraphics CIContextPool.swift
[818/962] Compiling DoggieGraphics DrawGradient.swift
[819/962] Compiling DoggieGraphics DrawImage.swift
[820/962] Compiling DoggieGraphics DrawMeshGradient.swift
[821/962] Compiling DoggieGraphics DrawPattern.swift
[822/962] Compiling DoggieGraphics DrawShadow.swift
[823/962] Compiling DoggieGraphics DrawShape.swift
[824/962] Compiling DoggieGraphics ImageContext.swift
[825/962] Compiling DoggieGraphics ImageContextExtension.swift
[826/962] Compiling DoggieGraphics PixelBlender.swift
[827/962] Compiling DoggieGraphics Rasterizer.swift
[828/962] Compiling DoggieGraphics Rendering.swift
[829/962] Compiling DoggieGraphics SetClip.swift
[830/962] Compiling DoggieGraphics Stencil.swift
[831/962] Compiling DoggieGraphics BayerDithering.swift
[832/962] Compiling DoggieGraphics BilateralFilter.swift
[833/962] Compiling DoggieGraphics ColorSeparation.swift
[834/962] Compiling DoggieGraphics DifferenceOfGaussian.swift
[835/962] Compiling DoggieGraphics DisplacementMap.swift
[836/962] Compiling DoggieGraphics GaussianBlur.swift
[837/962] Compiling DoggieGraphics ImageConvolution.swift
[838/962] Compiling DoggieGraphics LaplacianOfGaussian.swift
[839/962] Compiling DoggieGraphics SVGTurbulence.swift
[840/962] Compiling DoggieGraphics Underpainting.swift
[841/962] Compiling DoggieGraphics kMeansClustering.swift
[842/962] 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)
[843/962] 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)
[844/962] 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)
[845/962] 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)
[846/962] 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)
[847/962] 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)
[848/962] 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)
[849/962] 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)
[850/962] 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)
[851/962] 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)
[852/962] 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)
[853/962] 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)
[854/962] 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)
[855/962] 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)
[856/962] 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)
[857/962] 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)
[858/962] 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)
[859/962] 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)
[860/962] 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)
[861/962] 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)
[862/962] 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)
[863/962] 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)
[864/962] 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)
[865/962] 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)
[866/962] Compiling DoggieGraphics SFNTHEAD.swift
[867/962] Compiling DoggieGraphics SFNTHHEA.swift
[868/962] Compiling DoggieGraphics SFNTLTAG.swift
[869/962] Compiling DoggieGraphics SFNTMAXP.swift
[870/962] Compiling DoggieGraphics SFNTMORX.swift
[871/962] Compiling DoggieGraphics SFNTNAME.swift
[872/962] Compiling DoggieGraphics SFNTOS2.swift
[873/962] Compiling DoggieGraphics SFNTPOST.swift
[874/962] Compiling DoggieGraphics SFNTPlatform.swift
[875/962] Compiling DoggieGraphics SFNTSBIX.swift
[876/962] Compiling DoggieGraphics SFNTVHEA.swift
[877/962] Compiling DoggieGraphics TTCDecoder.swift
[878/962] Compiling DoggieGraphics WOFFDecoder.swift
[879/962] Compiling DoggieGraphics FontFaceEncoder.swift
[880/962] Compiling DoggieGraphics OTFEncoder.swift
[881/962] Compiling DoggieGraphics WOFFEncoder.swift
[882/962] Compiling DoggieGraphics Font.swift
[883/962] Compiling DoggieGraphics FontCollection.swift
[884/962] Compiling DoggieGraphics AnyImage.swift
[885/962] Compiling DoggieGraphics Image.swift
[886/962] Compiling DoggieGraphics ImageOrientation.swift
[887/962] Compiling DoggieGraphics ImageProtocol.swift
[888/962] Compiling DoggieGraphics RawPixelProtocol.swift
[889/962] Compiling DoggieGraphics Resampling.swift
[890/962] Compiling DoggieGraphics Stroke.swift
[891/962] Compiling DoggieGraphics Exported.swift
[892/962] Compiling DoggieGraphics CFF2Decoder.swift
[893/962] Compiling DoggieGraphics CFF2INDEX.swift
[894/962] Compiling DoggieGraphics CFFCharStrings.swift
[895/962] Compiling DoggieGraphics CFFDICT.swift
[896/962] Compiling DoggieGraphics CFFDecoder.swift
[897/962] Compiling DoggieGraphics CFFEncoding.swift
[898/962] Compiling DoggieGraphics CFFFDSelect.swift
[899/962] Compiling DoggieGraphics CFFFontFace.swift
[900/962] Compiling DoggieGraphics CFFINDEX.swift
[901/962] Compiling DoggieGraphics FontDecoder.swift
[902/962] Compiling DoggieGraphics OpenTypeDecoder.swift
[903/962] Compiling DoggieGraphics AATStateTable.swift
[904/962] Compiling DoggieGraphics OTFFeatureList.swift
[905/962] Compiling DoggieGraphics OTFGDEF.swift
[906/962] Compiling DoggieGraphics OTFGPOS.swift
[907/962] Compiling DoggieGraphics OTFGSUB.swift
[908/962] Compiling DoggieGraphics OTFLookupList.swift
[909/962] Compiling DoggieGraphics OTFScriptList.swift
[910/962] Compiling DoggieGraphics SFNTCMAP.swift
[911/962] Compiling DoggieGraphics SFNTFEAT.swift
[912/962] Compiling DoggieGraphics SFNTFontFace.swift
[913/962] Compiling DoggieGraphics SFNTGLYF.swift
[914/962] Compiling DoggieGraphics Resolution.swift
[915/962] Compiling DoggieGraphics StencilTexture.swift
[916/962] Compiling DoggieGraphics Texture.swift
[917/962] Compiling DoggieGraphics TextureProtocol.swift
[918/962] Compiling DoggieGraphics GrayPixelDecoder.swift
[919/962] Compiling DoggieGraphics PNGChunk.swift
[920/962] Compiling DoggieGraphics PNGFilter0.swift
[921/962] Compiling DoggieGraphics PNGInterlace.swift
[922/962] Compiling DoggieGraphics PNGRegion.swift
[923/962] Compiling DoggieGraphics RGBPixelDecoder.swift
[924/962] Compiling DoggieGraphics TIFFCompression.swift
[925/962] Compiling DoggieGraphics TIFFLZWCompression.swift
[926/962] Compiling DoggieGraphics TIFFPackBitsCompression.swift
[927/962] Compiling DoggieGraphics TIFFEncodablePixel.swift
[928/962] Compiling DoggieGraphics TIFFPrediction.swift
[929/962] Compiling DoggieGraphics TIFFRawRepresentable.swift
[930/962] Compiling DoggieGraphics AnimatedImage.swift
[931/962] Compiling DoggieGraphics PNGAnimatedEncoder.swift
[932/962] Compiling DoggieGraphics WEBPAnimatedEncoder.swift
[933/962] Compiling DoggieGraphics APNGDecoder.swift
[934/962] Compiling DoggieGraphics BMPDecoder.swift
[935/962] Compiling DoggieGraphics ImageRepDecoder.swift
[936/962] Compiling DoggieGraphics JPEGDecoder.swift
[937/962] Compiling DoggieGraphics PNGDecoder.swift
[938/986] 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)
[939/986] Compiling DoggieGraphics SVGNoiseGenerator.swift
[940/986] Compiling DoggieGraphics SimplexNoise.swift
[941/986] Compiling DoggieGraphics PDFContext.swift
[942/986] Compiling DoggieGraphics PDFContextEncoder.swift
[943/986] Compiling DoggieGraphics PDFContextImage.swift
[944/986] Compiling DoggieGraphics PDFContextPage.swift
[945/986] Compiling DoggieGraphics PDFDecoder.swift
[946/986] Compiling DoggieGraphics PDFDocument.swift
[947/986] Compiling DoggieGraphics ASCII85Filter.swift
[948/986] Compiling DoggieGraphics ASCIIHexFilter.swift
[949/986] Compiling DoggieGraphics PDFFilter.swift
[950/986] Compiling DoggieGraphics PDFName.swift
[951/986] Compiling DoggieGraphics PDFNumber.swift
[952/986] Compiling DoggieGraphics PDFObject.swift
[953/986] Compiling DoggieGraphics PDFPage.swift
[954/986] Compiling DoggieGraphics PDFBitmap.swift
[955/986] Compiling DoggieGraphics PDFColorSpace.swift
[956/986] Compiling DoggieGraphics PDFCommand.swift
[957/986] Compiling DoggieGraphics PDFDrawPage.swift
[958/986] Compiling DoggieGraphics PDFFunction.swift
[959/986] Compiling DoggieGraphics PDFRenderer.swift
[960/986] Compiling DoggieGraphics PDFStream.swift
[961/986] Compiling DoggieGraphics PDFString.swift
[962/986] Compiling DoggieGraphics PDFXref.swift
[963/986] Compiling DoggieGraphics AvailableColorSpaces.swift
[964/986] Compiling DoggieGraphics AvailableFonts.swift
[965/986] Compiling DoggieGraphics Prespecialize.swift
[966/986] Compiling DoggieGraphics SVGContext.swift
[967/986] Compiling DoggieGraphics SVGBlendEffect.swift
[968/986] Compiling DoggieGraphics SVGColorMatrixEffect.swift
[969/986] Compiling DoggieGraphics SVGComponentTransferEffect.swift
[970/986] Compiling DoggieGraphics SVGConvolveMatrixEffect.swift
[971/986] Compiling DoggieGraphics SVGDisplacementMapEffect.swift
[972/986] Compiling DoggieGraphics SVGDropShadowEffect.swift
[973/986] Compiling DoggieGraphics SVGEffect.swift
[974/986] Compiling DoggieGraphics SVGFloodEffect.swift
[975/986] Compiling DoggieGraphics SVGGaussianBlurEffect.swift
[976/986] Compiling DoggieGraphics SVGHueRotateEffect.swift
[977/986] Compiling DoggieGraphics SVGImageEffect.swift
[978/986] Compiling DoggieGraphics SVGLightingEffect.swift
[979/986] Compiling DoggieGraphics SVGLuminanceToAlphaEffect.swift
[980/986] Compiling DoggieGraphics SVGMergeEffect.swift
[981/986] Compiling DoggieGraphics SVGMorphologyEffect.swift
[982/986] Compiling DoggieGraphics SVGOffsetEffect.swift
[983/986] Compiling DoggieGraphics SVGSaturateEffect.swift
[984/986] Compiling DoggieGraphics SVGTileEffect.swift
[985/986] Compiling DoggieGraphics SVGTurbulenceEffect.swift
[986/986] Compiling DoggieGraphics FixedNumber.swift
[987/1011] Compiling DoggieGPU ShaderLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/ShaderLoader.swift:39:96: error: type 'Bundle' has no member 'module'
37 | defer { lck.unlock() }
38 |
39 | guard let library = try? libraries[device] ?? device.makeDefaultLibrary(bundle: Bundle.module) else { return nil }
| `- error: type 'Bundle' has no member 'module'
40 | libraries[device] = library
41 |
[988/1011] Compiling DoggieGPU WrapTileKernel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/ShaderLoader.swift:39:96: error: type 'Bundle' has no member 'module'
37 | defer { lck.unlock() }
38 |
39 | guard let library = try? libraries[device] ?? device.makeDefaultLibrary(bundle: Bundle.module) else { return nil }
| `- error: type 'Bundle' has no member 'module'
40 | libraries[device] = library
41 |
[989/1011] Compiling DoggieGPU kMeansClusteringKernel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/ShaderLoader.swift:39:96: error: type 'Bundle' has no member 'module'
37 | defer { lck.unlock() }
38 |
39 | guard let library = try? libraries[device] ?? device.makeDefaultLibrary(bundle: Bundle.module) else { return nil }
| `- error: type 'Bundle' has no member 'module'
40 | libraries[device] = library
41 |
[990/1013] Emitting module DoggieGPU
[991/1013] Compiling DoggieGPU Packed.swift
[992/1013] Compiling DoggieGPU SIMD.swift
[993/1013] Compiling DoggieGPU Exported.swift
[994/1013] Compiling DoggieGPU CGContextProcessorKernel.swift
[995/1013] Compiling DoggieGPU CGPathProcessorKernel.swift
[996/1013] Compiling DoggieGPU GPContextExtension.swift
[997/1013] Compiling DoggieGPU GPContextPattern.swift
[998/1013] Compiling DoggieGPU PalettizeKernel.swift
[999/1013] Compiling DoggieGPU SVGComponentTransferKernel.swift
[1000/1013] Compiling DoggieGPU SVGConvolveKernel.swift
[1001/1013] Compiling DoggieGPU MeshGradientKernel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/GPContext/MeshGradientKernel.swift:89:79: error: type 'Bundle' has no member 'module'
87 | } else {
88 |
89 | guard let library = try? device.makeDefaultLibrary(bundle: Bundle.module) else { return nil }
| `- error: type 'Bundle' has no member 'module'
90 | guard let _pipeline = Pipeline(device: device, library: library) else { return nil }
91 |
[1002/1013] Compiling DoggieGPU MTLDevice.swift
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/GPContext/MeshGradientKernel.swift:89:79: error: type 'Bundle' has no member 'module'
87 | } else {
88 |
89 | guard let library = try? device.makeDefaultLibrary(bundle: Bundle.module) else { return nil }
| `- error: type 'Bundle' has no member 'module'
90 | guard let _pipeline = Pipeline(device: device, library: library) else { return nil }
91 |
[1003/1013] Compiling DoggieGPU ConvolveKernel.swift
[1004/1013] Compiling DoggieGPU CoreImage.swift
[1005/1013] Compiling DoggieGPU MorphologyKernel.swift
[1006/1013] Compiling DoggieGPU SVGDisplacementMapKernel.swift
[1007/1013] Compiling DoggieGPU SVGLightingKernel.swift
[1008/1013] Compiling DoggieGPU SVGTurbulenceKernel.swift
[1009/1013] Compiling DoggieGPU GPContext.swift
[1010/1013] Compiling DoggieGPU GPContextBase.swift
[1011/1013] Compiling DoggieGPU BilateralFilter.swift
[1012/1013] Compiling DoggieGPU CIImage.swift
[1013/1013] Compiling DoggieGPU CIVector.swift
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/SusanDoggie/libjpeg
Fetching https://github.com/SusanDoggie/libwebp
Fetching https://github.com/SusanDoggie/Float16
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/SusanDoggie/brotli
[1/78] Fetching libwebp
[79/388] Fetching libwebp, float16
[129/458] Fetching libwebp, float16, brotli
[363/761] Fetching libwebp, float16, brotli, libjpeg
[518/6720] Fetching libwebp, float16, brotli, libjpeg, swift-algorithms
[519/12477] Fetching libwebp, float16, brotli, libjpeg, swift-algorithms, swift-numerics
[1060/29117] Fetching libwebp, float16, brotli, libjpeg, swift-algorithms, swift-numerics, swift-collections
Fetched https://github.com/SusanDoggie/libjpeg from cache (1.63s)
Fetched https://github.com/apple/swift-numerics from cache (1.63s)
[7413/23057] Fetching libwebp, float16, brotli, swift-algorithms, swift-collections
Fetched https://github.com/SusanDoggie/libwebp from cache (9.60s)
Fetched https://github.com/apple/swift-collections from cache (9.60s)
Fetched https://github.com/SusanDoggie/brotli from cache (9.60s)
Fetched https://github.com/apple/swift-algorithms from cache (9.60s)
Fetched https://github.com/SusanDoggie/Float16 from cache (9.60s)
Computing version for https://github.com/SusanDoggie/Float16
Computed https://github.com/SusanDoggie/Float16 at 1.1.1 (10.13s)
Computing version for https://github.com/SusanDoggie/libjpeg
Computed https://github.com/SusanDoggie/libjpeg at 1.0.3 (0.48s)
Computing version for https://github.com/SusanDoggie/libwebp
Computed https://github.com/SusanDoggie/libwebp at 1.0.3 (0.52s)
Computing version for https://github.com/SusanDoggie/brotli
Computed https://github.com/SusanDoggie/brotli at 1.0.3 (0.49s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (0.48s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (0.51s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.48s)
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/SusanDoggie/libwebp
Working copy of https://github.com/SusanDoggie/libwebp resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
Creating working copy for https://github.com/SusanDoggie/Float16
Working copy of https://github.com/SusanDoggie/Float16 resolved at 1.1.1
Creating working copy for https://github.com/SusanDoggie/libjpeg
Working copy of https://github.com/SusanDoggie/libjpeg resolved at 1.0.3
Creating working copy for https://github.com/SusanDoggie/brotli
Working copy of https://github.com/SusanDoggie/brotli resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
warning: 'spi-builder-workspace': found 10 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/GPContext/MeshGradientKernel.metal
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/Shaders/BilateralFilter.metal
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/Shaders/SVGLightingKernel.metal
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/Shaders/SVGTurbulenceKernel.metal
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/Shaders/SVGConvolveKernel.metal
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/Shaders/WrapTileKernel.metal
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/Shaders/kMeansClusteringKernel.metal
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/Shaders/SVGComponentTransferKernel.metal
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/Shaders/SVGDisplacementMapKernel.metal
/Users/admin/builder/spi-builder-workspace/Sources/DoggieGPU/CoreImage/Shaders/PalettizeKernel.metal
BUILD FAILURE 6.2 macosSpm