Build Information
Successful build of Doggie, reference 6.7.1 (421a7a
), with Swift 6.2 (beta) for Linux on 21 Jun 2025 14:16:15 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
46 |
47 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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)
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
49 |
50 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
52 |
53 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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 enum LanguageDirection : UInt, Sendable {
4 | case unknown
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
55 |
56 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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 private(set) var uuid: (UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8) { get }
4 | public init()
/host/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, *)
/host/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 |
/host/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 |
/host/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 |
[655/659] Compiling DoggieCore UnsafeSendable.swift
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
28 |
29 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.Decimal:2:15: note: 'Decimal' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct Decimal : Sendable {
| `- note: 'Decimal' declares conformance to protocol 'Sendable' here
3 | public typealias Mantissa = (UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16)
4 | public init(_exponent: Int32 = 0, _length: UInt32, _isNegative: UInt32 = 0, _isCompact: UInt32, _reserved: UInt32 = 0, _mantissa: Decimal.Mantissa)
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
31 |
32 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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 init?(string: __shared String)
4 | public init?(string: __shared String, relativeTo url: __shared URL?)
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
34 |
35 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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)
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
37 |
38 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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>
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
40 |
41 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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 }
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
43 |
44 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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 }
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
46 |
47 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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)
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
49 |
50 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
52 |
53 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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 enum LanguageDirection : UInt, Sendable {
4 | case unknown
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
55 |
56 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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 private(set) var uuid: (UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8) { get }
4 | public init()
/host/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, *)
/host/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 |
/host/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 |
/host/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 |
[656/659] Compiling DoggieCore Exported.swift
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
28 |
29 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.Decimal:2:15: note: 'Decimal' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct Decimal : Sendable {
| `- note: 'Decimal' declares conformance to protocol 'Sendable' here
3 | public typealias Mantissa = (UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16)
4 | public init(_exponent: Int32 = 0, _length: UInt32, _isNegative: UInt32 = 0, _isCompact: UInt32, _reserved: UInt32 = 0, _mantissa: Decimal.Mantissa)
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
31 |
32 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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 init?(string: __shared String)
4 | public init?(string: __shared String, relativeTo url: __shared URL?)
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
34 |
35 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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)
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
37 |
38 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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>
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
40 |
41 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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 }
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
43 |
44 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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 }
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
46 |
47 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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)
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
49 |
50 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
52 |
53 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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 enum LanguageDirection : UInt, Sendable {
4 | case unknown
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
55 |
56 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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 private(set) var uuid: (UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8) { get }
4 | public init()
/host/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, *)
/host/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 |
/host/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 |
/host/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 |
[657/659] Compiling DoggieCore Algorithm.swift
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
28 |
29 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.Decimal:2:15: note: 'Decimal' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct Decimal : Sendable {
| `- note: 'Decimal' declares conformance to protocol 'Sendable' here
3 | public typealias Mantissa = (UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16)
4 | public init(_exponent: Int32 = 0, _length: UInt32, _isNegative: UInt32 = 0, _isCompact: UInt32, _reserved: UInt32 = 0, _mantissa: Decimal.Mantissa)
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
31 |
32 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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 init?(string: __shared String)
4 | public init?(string: __shared String, relativeTo url: __shared URL?)
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
34 |
35 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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)
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
37 |
38 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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>
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
40 |
41 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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 }
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
43 |
44 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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 }
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
46 |
47 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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)
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
49 |
50 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
52 |
53 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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 enum LanguageDirection : UInt, Sendable {
4 | case unknown
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
55 |
56 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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 private(set) var uuid: (UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8) { get }
4 | public init()
/host/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, *)
/host/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 |
/host/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 |
/host/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 |
[658/659] Compiling DoggieCore Cache.swift
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
28 |
29 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.Decimal:2:15: note: 'Decimal' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct Decimal : Sendable {
| `- note: 'Decimal' declares conformance to protocol 'Sendable' here
3 | public typealias Mantissa = (UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16)
4 | public init(_exponent: Int32 = 0, _length: UInt32, _isNegative: UInt32 = 0, _isCompact: UInt32, _reserved: UInt32 = 0, _mantissa: Decimal.Mantissa)
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
31 |
32 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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 init?(string: __shared String)
4 | public init?(string: __shared String, relativeTo url: __shared URL?)
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
34 |
35 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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)
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
37 |
38 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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>
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
40 |
41 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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 }
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
43 |
44 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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 }
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
46 |
47 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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)
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
49 |
50 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
52 |
53 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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 enum LanguageDirection : UInt, Sendable {
4 | case unknown
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
55 |
56 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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 private(set) var uuid: (UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8) { get }
4 | public init()
/host/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, *)
/host/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 |
/host/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 |
/host/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 |
[659/659] Emitting module DoggieCore
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
28 |
29 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.Decimal:2:15: note: 'Decimal' declares conformance to protocol 'Sendable' here
1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
2 | public struct Decimal : Sendable {
| `- note: 'Decimal' declares conformance to protocol 'Sendable' here
3 | public typealias Mantissa = (UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16)
4 | public init(_exponent: Int32 = 0, _length: UInt32, _isNegative: UInt32 = 0, _isCompact: UInt32, _reserved: UInt32 = 0, _mantissa: Decimal.Mantissa)
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
31 |
32 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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 init?(string: __shared String)
4 | public init?(string: __shared String, relativeTo url: __shared URL?)
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
34 |
35 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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)
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
37 |
38 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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>
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
40 |
41 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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 }
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
43 |
44 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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 }
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
46 |
47 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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)
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
49 |
50 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
52 |
53 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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 enum LanguageDirection : UInt, Sendable {
4 | case unknown
/host/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 'FoundationEssentials'
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 'FoundationEssentials'
55 |
56 | @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
FoundationEssentials.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 private(set) var uuid: (UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8) { get }
4 | public init()
/host/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, *)
/host/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 |
/host/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 |
/host/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 |
/host/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)
/host/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)
/host/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)
[661/687] Compiling DoggieMath Arithmetic.swift
[662/687] Compiling DoggieMath Complex.swift
[663/687] Compiling DoggieMath Exported.swift
[664/687] Compiling DoggieMath half_cooleytukey_2.swift
[665/687] Compiling DoggieMath half_cooleytukey_4.swift
[666/687] Compiling DoggieMath half_cooleytukey_8.swift
[667/687] Compiling DoggieMath Wrapper.swift
[668/690] Compiling DoggieMath LinearAlgebra.swift
[669/690] Compiling DoggieMath Move.swift
[670/690] Compiling DoggieMath OverlapAddConvolve.swift
[671/690] Compiling DoggieMath HalfInverseRadix2CooleyTukey.swift
[672/690] Compiling DoggieMath CircularConvolve.swift
[673/690] Compiling DoggieMath CircularConvolve2D.swift
[674/690] Compiling DoggieMath CooleyTukey2D.swift
[675/690] Compiling DoggieMath DirectConvolve.swift
[676/690] Compiling DoggieMath HalfRadix2CooleyTukey.swift
[677/690] Compiling DoggieMath InverseRadix2CooleyTukey.swift
[678/690] Compiling DoggieMath Radix2CooleyTukey.swift
[679/690] Compiling DoggieMath cooleytukey_16.swift
[680/690] Compiling DoggieMath Polynomial.swift
[681/690] Compiling DoggieMath Rational.swift
[682/690] Compiling DoggieMath SafeFunction.swift
[683/690] Compiling DoggieMath cooleytukey_2.swift
[684/690] Compiling DoggieMath cooleytukey_4.swift
[685/690] Compiling DoggieMath cooleytukey_8.swift
[686/690] Compiling DoggieMath half_cooleytukey_16.swift
[687/690] Compiling DoggieMath Extension.swift
[688/690] Compiling DoggieMath Fourier.swift
[689/690] Compiling DoggieMath Maths.swift
[690/690] Emitting module DoggieMath
[692/729] Compiling DoggieGeometry SwiftPlayground.swift
[693/729] Compiling DoggieGeometry Arithmetic.swift
[694/729] Compiling DoggieGeometry Bezier.swift
[695/729] Compiling DoggieGeometry BezierArc.swift
[696/729] Compiling DoggieGeometry BezierOffset.swift
[697/729] Compiling DoggieGeometry BezierProtocol.swift
[698/734] Compiling DoggieGeometry Matrix.swift
[699/734] Compiling DoggieGeometry Point.swift
[700/734] Compiling DoggieGeometry Rect.swift
[701/734] Compiling DoggieGeometry SDTransform.swift
[702/734] Compiling DoggieGeometry Size.swift
[703/734] Compiling DoggieGeometry Tensor.swift
[704/734] Compiling DoggieGeometry Vector.swift
[705/734] Compiling DoggieGeometry PathCoder.swift
[706/734] Compiling DoggieGeometry PathStroke.swift
[707/734] Compiling DoggieGeometry SVGPathCoder.swift
[708/734] Compiling DoggieGeometry Shape.swift
[709/734] Compiling DoggieGeometry ShapeSegment.swift
[710/734] Compiling DoggieGeometry ShapeTweening.swift
[711/734] Compiling DoggieGeometry ShapeWinding.swift
[712/734] Compiling DoggieGeometry VariableRoundStroke.swift
[713/734] Compiling DoggieGeometry BreakLoop.swift
[714/734] Compiling DoggieGeometry PathBuilder.swift
[715/734] Compiling DoggieGeometry ShapeRegion.swift
[716/734] Compiling DoggieGeometry ShapeRegionOp.swift
[717/734] Compiling DoggieGeometry ShapeRegionWinding.swift
[718/734] Compiling DoggieGeometry CubicBezier.swift
[719/734] Compiling DoggieGeometry CubicBezierPatch.swift
[720/734] Compiling DoggieGeometry CubicBezierTriangularPatch.swift
[721/734] Compiling DoggieGeometry LineSegment.swift
[722/734] Compiling DoggieGeometry QuadBezier.swift
[723/734] Compiling DoggieGeometry AppleExported.swift
[724/734] Compiling DoggieGeometry CGAffineTransform.swift
[725/734] Compiling DoggieGeometry CGPath.swift
[726/734] Compiling DoggieGeometry CGPoint.swift
[727/734] Compiling DoggieGeometry CGRect.swift
[728/734] Compiling DoggieGeometry CGSize.swift
[729/734] Compiling DoggieGeometry Exported.swift
[730/734] Compiling DoggieGeometry Extension.swift
[731/734] Compiling DoggieGeometry EdgeInsets.swift
[732/734] Compiling DoggieGeometry Ellipse.swift
[733/734] Compiling DoggieGeometry Geometry.swift
[734/734] Emitting module DoggieGeometry
[736/904] Compiling DoggieGraphics SFNTHEAD.swift
[737/904] Compiling DoggieGraphics SFNTHHEA.swift
[738/904] Compiling DoggieGraphics SFNTLTAG.swift
[739/904] Compiling DoggieGraphics SFNTMAXP.swift
[740/904] Compiling DoggieGraphics SFNTMORX.swift
[741/904] Compiling DoggieGraphics SFNTNAME.swift
[742/904] Compiling DoggieGraphics SFNTOS2.swift
[743/904] Compiling DoggieGraphics SFNTPOST.swift
[744/904] Compiling DoggieGraphics SFNTPlatform.swift
[745/904] Compiling DoggieGraphics SFNTSBIX.swift
[746/904] Compiling DoggieGraphics SFNTVHEA.swift
[747/904] Compiling DoggieGraphics TTCDecoder.swift
[748/904] Compiling DoggieGraphics WOFFDecoder.swift
[749/904] Compiling DoggieGraphics FontFaceEncoder.swift
[750/904] Compiling DoggieGraphics OTFEncoder.swift
[751/904] Compiling DoggieGraphics WOFFEncoder.swift
[752/904] Compiling DoggieGraphics Font.swift
[753/904] Compiling DoggieGraphics FontCollection.swift
[754/904] Compiling DoggieGraphics AnyImage.swift
[755/904] Compiling DoggieGraphics Image.swift
[756/904] Compiling DoggieGraphics ImageOrientation.swift
[757/904] Compiling DoggieGraphics ImageProtocol.swift
[758/904] Compiling DoggieGraphics RawPixelProtocol.swift
[759/904] Compiling DoggieGraphics Resampling.swift
[760/904] Compiling DoggieGraphics ICC Creator.swift
[761/904] Compiling DoggieGraphics ICCColorSpace.swift
[762/904] Compiling DoggieGraphics iccProfile.swift
[763/904] Compiling DoggieGraphics iccCurve.swift
[764/904] Compiling DoggieGraphics iccLUTTransform.swift
[765/904] Compiling DoggieGraphics iccMultiLocalizedUnicode.swift
[766/904] Compiling DoggieGraphics iccNamedColor.swift
[767/904] Compiling DoggieGraphics iccTagData.swift
[768/904] Compiling DoggieGraphics iccTextDescription.swift
[769/904] Compiling DoggieGraphics iccTransform.swift
[770/904] Compiling DoggieGraphics iccDateTimeNumber.swift
[771/904] Compiling DoggieGraphics iccMatrix.swift
[772/904] Compiling DoggieGraphics iccType.swift
[773/904] Compiling DoggieGraphics iccXYZNumber.swift
[774/904] Compiling DoggieGraphics LinearToneColorSpace.swift
[775/904] Compiling DoggieGraphics PredefinedColorSpace.swift
[776/904] Compiling DoggieGraphics WrappedColorSpace.swift
[777/904] Compiling DoggieGraphics ColorSpaceProtocol.swift
[778/904] Compiling DoggieGraphics Illuminant.swift
[779/904] Compiling DoggieGraphics RenderingIntent.swift
[780/904] Compiling DoggieGraphics DrawableContext.swift
[781/904] Compiling DoggieGraphics Gradient.swift
[782/904] Compiling DoggieGraphics MeshGradient.swift
[783/904] Compiling DoggieGraphics Pattern.swift
[784/928] Compiling DoggieGraphics AppleExported.swift
[785/928] Compiling DoggieGraphics CGColor.swift
[786/928] Compiling DoggieGraphics CGColorSpace.swift
[787/928] Compiling DoggieGraphics CGContext.swift
[788/928] Compiling DoggieGraphics CGFont.swift
[789/928] Compiling DoggieGraphics CGGradient.swift
[790/928] Compiling DoggieGraphics CGPattern.swift
[791/928] Compiling DoggieGraphics CGShading.swift
[792/928] Compiling DoggieGraphics CoreText.swift
[793/928] Compiling DoggieGraphics CGImage.swift
[794/928] Compiling DoggieGraphics CVPixelFormat.swift
[795/928] Compiling DoggieGraphics CoreVideo.swift
[796/928] Compiling DoggieGraphics IOSurface.swift
[797/928] Compiling DoggieGraphics NSImage.swift
[798/928] Compiling DoggieGraphics UIImage.swift
[799/928] Compiling DoggieGraphics AVDepthData.swift
[800/928] Compiling DoggieGraphics AVPortraitEffectsMatte.swift
[801/928] Compiling DoggieGraphics CGAnimatedImage.swift
[802/928] Compiling DoggieGraphics CGImageDestination.swift
[803/928] Compiling DoggieGraphics CGImageRep.swift
[804/928] Compiling DoggieGraphics CGImageSource.swift
[805/928] Compiling DoggieGraphics Metal.swift
[806/928] Compiling DoggieGraphics CIContext.swift
[807/928] Compiling DoggieGraphics CIContextPool.swift
[808/928] Compiling DoggieGraphics Stroke.swift
[809/928] Compiling DoggieGraphics Exported.swift
[810/928] Compiling DoggieGraphics CFF2Decoder.swift
[811/928] Compiling DoggieGraphics CFF2INDEX.swift
[812/928] Compiling DoggieGraphics CFFCharStrings.swift
[813/928] Compiling DoggieGraphics CFFDICT.swift
[814/928] Compiling DoggieGraphics CFFDecoder.swift
[815/928] Compiling DoggieGraphics CFFEncoding.swift
[816/928] Compiling DoggieGraphics CFFFDSelect.swift
[817/928] Compiling DoggieGraphics CFFFontFace.swift
[818/928] Compiling DoggieGraphics CFFINDEX.swift
[819/928] Compiling DoggieGraphics FontDecoder.swift
[820/928] Compiling DoggieGraphics OpenTypeDecoder.swift
[821/928] Compiling DoggieGraphics AATStateTable.swift
[822/928] Compiling DoggieGraphics OTFFeatureList.swift
[823/928] Compiling DoggieGraphics OTFGDEF.swift
[824/928] Compiling DoggieGraphics OTFGPOS.swift
[825/928] Compiling DoggieGraphics OTFGSUB.swift
[826/928] Compiling DoggieGraphics OTFLookupList.swift
[827/928] Compiling DoggieGraphics OTFScriptList.swift
[828/928] Compiling DoggieGraphics SFNTCMAP.swift
[829/928] Compiling DoggieGraphics SFNTFEAT.swift
[830/928] Compiling DoggieGraphics SFNTFontFace.swift
[831/928] Compiling DoggieGraphics SFNTGLYF.swift
[832/928] Compiling DoggieGraphics Resolution.swift
[833/928] Compiling DoggieGraphics StencilTexture.swift
[834/928] Compiling DoggieGraphics Texture.swift
[835/928] Compiling DoggieGraphics TextureProtocol.swift
[836/928] Compiling DoggieGraphics GrayPixelDecoder.swift
[837/928] Compiling DoggieGraphics PNGChunk.swift
[838/928] Compiling DoggieGraphics PNGFilter0.swift
[839/928] Compiling DoggieGraphics PNGInterlace.swift
[840/928] Compiling DoggieGraphics PNGRegion.swift
[841/928] Compiling DoggieGraphics RGBPixelDecoder.swift
[842/928] Compiling DoggieGraphics TIFFCompression.swift
[843/928] Compiling DoggieGraphics TIFFLZWCompression.swift
[844/928] Compiling DoggieGraphics TIFFPackBitsCompression.swift
[845/928] Compiling DoggieGraphics TIFFEncodablePixel.swift
[846/928] Compiling DoggieGraphics TIFFPrediction.swift
[847/928] Compiling DoggieGraphics TIFFRawRepresentable.swift
[848/928] Compiling DoggieGraphics AnimatedImage.swift
[849/928] Compiling DoggieGraphics PNGAnimatedEncoder.swift
[850/928] Compiling DoggieGraphics WEBPAnimatedEncoder.swift
[851/928] Compiling DoggieGraphics APNGDecoder.swift
[852/928] Compiling DoggieGraphics BMPDecoder.swift
[853/928] Compiling DoggieGraphics ImageRepDecoder.swift
[854/928] Compiling DoggieGraphics JPEGDecoder.swift
[855/928] Compiling DoggieGraphics PNGDecoder.swift
[856/1000] Compiling DoggieGraphics FloatComponentPixel.swift
[857/1000] Compiling DoggieGraphics Gray16ColorPixel.swift
[858/1000] Compiling DoggieGraphics Gray32ColorPixel.swift
[859/1000] Compiling DoggieGraphics GrayColorPixel.swift
[860/1000] Compiling DoggieGraphics ABGR32ColorPixel.swift
[861/1000] Compiling DoggieGraphics ARGB32ColorPixel.swift
[862/1000] Compiling DoggieGraphics ARGB64ColorPixel.swift
[863/1000] Compiling DoggieGraphics BGRA32ColorPixel.swift
[864/1000] Compiling DoggieGraphics RGBA32ColorPixel.swift
[865/1000] Compiling DoggieGraphics RGBA64ColorPixel.swift
[866/1000] Compiling DoggieGraphics RGBColorPixel.swift
[867/1000] Compiling DoggieGraphics AnyColorSpace.swift
[868/1000] Compiling DoggieGraphics ChromaticAdaptationAlgorithm.swift
[869/1000] Compiling DoggieGraphics ColorSpace.swift
[870/1000] Compiling DoggieGraphics CIELabColorSpace.swift
[871/1000] Compiling DoggieGraphics CIELuvColorSpace.swift
[872/1000] Compiling DoggieGraphics CIEXYZColorSpace.swift
[873/1000] Compiling DoggieGraphics CIEYxyColorSpace.swift
[874/1000] Compiling DoggieGraphics CalibratedGrayColorSpace.swift
[875/1000] Compiling DoggieGraphics AdobeRGB.swift
[876/1000] Compiling DoggieGraphics CalibratedRGBColorSpace.swift
[877/1000] Compiling DoggieGraphics displayP3.swift
[878/1000] Compiling DoggieGraphics sRGB.swift
[879/1000] Compiling DoggieGraphics ColorSpaceBaseProtocol.swift
[880/1000] Emitting module DoggieGraphics
/host/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
/host/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
/host/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
/host/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)
[881/1000] Compiling DoggieGraphics SwiftPlayground.swift
/host/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
/host/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
/host/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
/host/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)
[882/1000] Compiling DoggieGraphics AnyColor.swift
/host/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
/host/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
/host/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
/host/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)
[883/1000] Compiling DoggieGraphics Color.swift
/host/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
/host/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
/host/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
/host/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)
[884/1000] Compiling DoggieGraphics ColorProtocol.swift
/host/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
/host/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
/host/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
/host/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)
[885/1000] Compiling DoggieGraphics PredefinedColor.swift
/host/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
/host/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
/host/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
/host/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)
[886/1000] Compiling DoggieGraphics ColorBlendKernel.swift
/host/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
/host/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
/host/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
/host/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)
[887/1000] Compiling DoggieGraphics ColorBlendMode.swift
/host/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
/host/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
/host/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
/host/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)
[888/1000] Compiling DoggieGraphics ColorModel.swift
/host/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
/host/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
/host/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
/host/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)
[889/1000] Compiling DoggieGraphics CMYColorModel.swift
/host/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
/host/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
/host/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
/host/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)
[890/1000] Compiling DoggieGraphics CMYKColorModel.swift
/host/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
/host/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
/host/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
/host/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)
[891/1000] Compiling DoggieGraphics DeviceNColorModel.swift
/host/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
/host/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
/host/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
/host/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)
[892/1000] Compiling DoggieGraphics GrayColorModel.swift
/host/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
/host/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
/host/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
/host/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)
[893/1000] Compiling DoggieGraphics LabColorModel.swift
/host/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
/host/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
/host/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
/host/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)
[894/1000] Compiling DoggieGraphics LuvColorModel.swift
/host/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
/host/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
/host/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
/host/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)
[895/1000] Compiling DoggieGraphics RGBColorModel.swift
/host/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
/host/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
/host/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
/host/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)
[896/1000] Compiling DoggieGraphics XYZColorModel.swift
/host/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
/host/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
/host/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
/host/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)
[897/1000] Compiling DoggieGraphics YCbCrColorModel.swift
/host/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
/host/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
/host/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
/host/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)
[898/1000] Compiling DoggieGraphics YxyColorModel.swift
/host/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
/host/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
/host/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
/host/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)
[899/1000] Compiling DoggieGraphics ColorCompositingKernel.swift
/host/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
/host/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
/host/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
/host/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)
[900/1000] Compiling DoggieGraphics ColorCompositingMode.swift
/host/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
/host/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
/host/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
/host/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)
[901/1000] Compiling DoggieGraphics ColorPixel.swift
/host/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
/host/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
/host/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
/host/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)
[902/1000] Compiling DoggieGraphics Float16ColorPixel.swift
/host/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
/host/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
/host/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
/host/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)
[903/1000] Compiling DoggieGraphics Float32ColorPixel.swift
/host/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
/host/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
/host/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
/host/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)
[904/1000] Compiling DoggieGraphics Float64ColorPixel.swift
/host/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
/host/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
/host/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
/host/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)
[905/1000] Compiling DoggieGraphics AvailableColorSpaces.swift
[906/1000] Compiling DoggieGraphics AvailableFonts.swift
[907/1000] Compiling DoggieGraphics Prespecialize.swift
[908/1000] Compiling DoggieGraphics SVGContext.swift
[909/1000] Compiling DoggieGraphics SVGBlendEffect.swift
[910/1000] Compiling DoggieGraphics SVGColorMatrixEffect.swift
[911/1000] Compiling DoggieGraphics SVGComponentTransferEffect.swift
[912/1000] Compiling DoggieGraphics SVGConvolveMatrixEffect.swift
[913/1000] Compiling DoggieGraphics SVGDisplacementMapEffect.swift
[914/1000] Compiling DoggieGraphics SVGDropShadowEffect.swift
[915/1000] Compiling DoggieGraphics SVGEffect.swift
[916/1000] Compiling DoggieGraphics SVGFloodEffect.swift
[917/1000] Compiling DoggieGraphics SVGGaussianBlurEffect.swift
[918/1000] Compiling DoggieGraphics SVGHueRotateEffect.swift
[919/1000] Compiling DoggieGraphics SVGImageEffect.swift
[920/1000] Compiling DoggieGraphics SVGLightingEffect.swift
[921/1000] Compiling DoggieGraphics SVGLuminanceToAlphaEffect.swift
[922/1000] Compiling DoggieGraphics SVGMergeEffect.swift
[923/1000] Compiling DoggieGraphics SVGMorphologyEffect.swift
[924/1000] Compiling DoggieGraphics SVGOffsetEffect.swift
[925/1000] Compiling DoggieGraphics SVGSaturateEffect.swift
[926/1000] Compiling DoggieGraphics SVGTileEffect.swift
[927/1000] Compiling DoggieGraphics SVGTurbulenceEffect.swift
[928/1000] Compiling DoggieGraphics FixedNumber.swift
[929/1000] Compiling DoggieGraphics TIFFDecoder.swift
[930/1000] Compiling DoggieGraphics WEBPDecoder.swift
[931/1000] Compiling DoggieGraphics BMPEncoder.swift
[932/1000] Compiling DoggieGraphics ImageRepEncoder.swift
[933/1000] Compiling DoggieGraphics JPEGEncoder.swift
[934/1000] Compiling DoggieGraphics PNGEncoder.swift
[935/1000] Compiling DoggieGraphics TIFFEncoder.swift
[936/1000] Compiling DoggieGraphics WEBPEncoder.swift
[937/1000] Compiling DoggieGraphics ImageRep.swift
[938/1000] Compiling DoggieGraphics FastDecode.swift
[939/1000] Compiling DoggieGraphics _fast_decode_alpha_first.swift
[940/1000] Compiling DoggieGraphics _fast_decode_alpha_last.swift
[941/1000] Compiling DoggieGraphics _fast_decode_alpha_none.swift
[942/1000] Compiling DoggieGraphics _fast_decode_float.swift
[943/1000] Compiling DoggieGraphics _fast_decode_pixel.swift
[944/1000] Compiling DoggieGraphics RawBitmap.swift
[945/1000] Compiling DoggieGraphics SlowDecode.swift
[946/1000] Compiling DoggieGraphics _aligned_channel.swift
[947/1000] Compiling DoggieGraphics _aligned_float_channel.swift
[948/1000] Compiling DoggieGraphics _channel_to_double.swift
[949/1000] Compiling DoggieGraphics _float_channel.swift
[950/1000] Compiling DoggieGraphics _unsigned_aligned_channel.swift
[951/1000] Compiling DoggieGraphics _unsigned_channel.swift
[952/1000] Compiling DoggieGraphics _unsigned_pixel.swift
[953/1000] Compiling DoggieGraphics DrawGradient.swift
[954/1000] Compiling DoggieGraphics DrawImage.swift
[955/1000] Compiling DoggieGraphics DrawMeshGradient.swift
[956/1000] Compiling DoggieGraphics DrawPattern.swift
[957/1000] Compiling DoggieGraphics DrawShadow.swift
[958/1000] Compiling DoggieGraphics DrawShape.swift
[959/1000] Compiling DoggieGraphics ImageContext.swift
[960/1000] Compiling DoggieGraphics ImageContextExtension.swift
[961/1000] Compiling DoggieGraphics PixelBlender.swift
[962/1000] Compiling DoggieGraphics Rasterizer.swift
[963/1000] Compiling DoggieGraphics Rendering.swift
[964/1000] Compiling DoggieGraphics SetClip.swift
[965/1000] Compiling DoggieGraphics Stencil.swift
[966/1000] Compiling DoggieGraphics BayerDithering.swift
[967/1000] Compiling DoggieGraphics BilateralFilter.swift
[968/1000] Compiling DoggieGraphics ColorSeparation.swift
[969/1000] Compiling DoggieGraphics DifferenceOfGaussian.swift
[970/1000] Compiling DoggieGraphics DisplacementMap.swift
[971/1000] Compiling DoggieGraphics GaussianBlur.swift
[972/1000] Compiling DoggieGraphics ImageConvolution.swift
[973/1000] Compiling DoggieGraphics LaplacianOfGaussian.swift
[974/1000] Compiling DoggieGraphics SVGTurbulence.swift
[975/1000] Compiling DoggieGraphics Underpainting.swift
[976/1000] Compiling DoggieGraphics kMeansClustering.swift
[977/1000] Compiling DoggieGraphics SVGNoiseGenerator.swift
[978/1000] Compiling DoggieGraphics SimplexNoise.swift
[979/1000] Compiling DoggieGraphics PDFContext.swift
[980/1000] Compiling DoggieGraphics PDFContextEncoder.swift
[981/1000] Compiling DoggieGraphics PDFContextImage.swift
[982/1000] Compiling DoggieGraphics PDFContextPage.swift
[983/1000] Compiling DoggieGraphics PDFDecoder.swift
[984/1000] Compiling DoggieGraphics PDFDocument.swift
[985/1000] Compiling DoggieGraphics ASCII85Filter.swift
[986/1000] Compiling DoggieGraphics ASCIIHexFilter.swift
[987/1000] Compiling DoggieGraphics PDFFilter.swift
[988/1000] Compiling DoggieGraphics PDFName.swift
[989/1000] Compiling DoggieGraphics PDFNumber.swift
[990/1000] Compiling DoggieGraphics PDFObject.swift
[991/1000] Compiling DoggieGraphics PDFPage.swift
[992/1000] Compiling DoggieGraphics PDFBitmap.swift
[993/1000] Compiling DoggieGraphics PDFColorSpace.swift
[994/1000] Compiling DoggieGraphics PDFCommand.swift
[995/1000] Compiling DoggieGraphics PDFDrawPage.swift
[996/1000] Compiling DoggieGraphics PDFFunction.swift
[997/1000] Compiling DoggieGraphics PDFRenderer.swift
[998/1000] Compiling DoggieGraphics PDFStream.swift
[999/1000] Compiling DoggieGraphics PDFString.swift
[1000/1000] Compiling DoggieGraphics PDFXref.swift
[1002/1025] Compiling DoggieGPU SVGTurbulenceKernel.swift
[1003/1025] Compiling DoggieGPU ShaderLoader.swift
[1004/1025] Compiling DoggieGPU WrapTileKernel.swift
[1005/1028] Compiling DoggieGPU GPContextExtension.swift
[1006/1028] Compiling DoggieGPU GPContextPattern.swift
[1007/1028] Compiling DoggieGPU MeshGradientKernel.swift
[1008/1028] Compiling DoggieGPU kMeansClusteringKernel.swift
[1009/1028] Compiling DoggieGPU Exported.swift
[1010/1028] Compiling DoggieGPU CGContextProcessorKernel.swift
[1011/1028] Emitting module DoggieGPU
[1012/1028] Compiling DoggieGPU SVGConvolveKernel.swift
[1013/1028] Compiling DoggieGPU SVGDisplacementMapKernel.swift
[1014/1028] Compiling DoggieGPU SVGLightingKernel.swift
[1015/1028] Compiling DoggieGPU CGPathProcessorKernel.swift
[1016/1028] Compiling DoggieGPU GPContext.swift
[1017/1028] Compiling DoggieGPU GPContextBase.swift
[1018/1028] Compiling DoggieGPU CoreImage.swift
[1019/1028] Compiling DoggieGPU MorphologyKernel.swift
[1020/1028] Compiling DoggieGPU PalettizeKernel.swift
[1021/1028] Compiling DoggieGPU SVGComponentTransferKernel.swift
[1022/1028] Compiling DoggieGPU BilateralFilter.swift
[1023/1028] Compiling DoggieGPU CIImage.swift
[1024/1028] Compiling DoggieGPU CIVector.swift
[1025/1028] Compiling DoggieGPU ConvolveKernel.swift
[1026/1028] Compiling DoggieGPU MTLDevice.swift
[1027/1028] Compiling DoggieGPU Packed.swift
[1028/1028] Compiling DoggieGPU SIMD.swift
[1030/1031] Compiling Doggie Exported.swift
[1031/1031] Emitting module Doggie
Build complete! (284.80s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics"
},
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "float16",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SusanDoggie/Float16"
},
{
"identity" : "brotli",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SusanDoggie/brotli"
},
{
"identity" : "libwebp",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SusanDoggie/libwebp"
},
{
"identity" : "libjpeg",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SusanDoggie/libjpeg"
}
],
"manifest_display_name" : "Doggie",
"name" : "Doggie",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DoggieCore",
"targets" : [
"DoggieCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DoggieMath",
"targets" : [
"DoggieMath"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DoggieGeometry",
"targets" : [
"DoggieGeometry"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DoggieGraphics",
"targets" : [
"DoggieGraphics"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DoggieGPU",
"targets" : [
"DoggieGPU"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Doggie",
"targets" : [
"Doggie"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "zlib_c",
"module_type" : "ClangTarget",
"name" : "zlib_c",
"path" : "Sources/zlib_c",
"product_memberships" : [
"DoggieCore",
"DoggieMath",
"DoggieGeometry",
"DoggieGraphics",
"DoggieGPU",
"Doggie"
],
"sources" : [
"empty.c"
],
"type" : "library"
},
{
"c99name" : "DoggieTests",
"module_type" : "SwiftTarget",
"name" : "DoggieTests",
"path" : "Tests/DoggieTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/DoggieTests/images",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ArithmeticTest.swift",
"BrotliTest.swift",
"CollectionTest.swift",
"ColorSpaceTest.swift",
"ColorTest.swift",
"ConcurrencyTest.swift",
"FontTest.swift",
"FourierSpeedTest.swift",
"FourierTest.swift",
"GeometryTest.swift",
"ImageCodecTest.swift",
"ImageContextTest.swift",
"ImageTest.swift",
"JsonTest.swift",
"LayoutTest.swift",
"MappedBufferTest.swift",
"MathTest.swift",
"PDFContextTest.swift",
"PolynomialTest.swift",
"ShapeRegionTest.swift",
"XMLTest.swift",
"ZlibTest.swift"
],
"target_dependencies" : [
"Doggie"
],
"type" : "test"
},
{
"c99name" : "DoggieMath",
"module_type" : "SwiftTarget",
"name" : "DoggieMath",
"path" : "Sources/DoggieMath",
"product_memberships" : [
"DoggieMath",
"DoggieGeometry",
"DoggieGraphics",
"DoggieGPU",
"Doggie"
],
"sources" : [
"Accelerate/CircularConvolve.swift",
"Accelerate/CircularConvolve2D.swift",
"Accelerate/CooleyTukey2D.swift",
"Accelerate/DirectConvolve.swift",
"Accelerate/LinearAlgebra.swift",
"Accelerate/Move.swift",
"Accelerate/OverlapAddConvolve.swift",
"Accelerate/Radix2CooleyTukey/HalfInverseRadix2CooleyTukey.swift",
"Accelerate/Radix2CooleyTukey/HalfRadix2CooleyTukey.swift",
"Accelerate/Radix2CooleyTukey/InverseRadix2CooleyTukey.swift",
"Accelerate/Radix2CooleyTukey/Radix2CooleyTukey.swift",
"Accelerate/Radix2CooleyTukey/cooleytukey_16.swift",
"Accelerate/Radix2CooleyTukey/cooleytukey_2.swift",
"Accelerate/Radix2CooleyTukey/cooleytukey_4.swift",
"Accelerate/Radix2CooleyTukey/cooleytukey_8.swift",
"Accelerate/Radix2CooleyTukey/half_cooleytukey_16.swift",
"Accelerate/Radix2CooleyTukey/half_cooleytukey_2.swift",
"Accelerate/Radix2CooleyTukey/half_cooleytukey_4.swift",
"Accelerate/Radix2CooleyTukey/half_cooleytukey_8.swift",
"Accelerate/Wrapper.swift",
"Arithmetic.swift",
"Complex.swift",
"Exported.swift",
"Extension.swift",
"Fourier.swift",
"Maths.swift",
"Polynomial.swift",
"Rational.swift",
"SafeFunction.swift"
],
"target_dependencies" : [
"DoggieCore"
],
"type" : "library"
},
{
"c99name" : "DoggieGraphics",
"module_type" : "SwiftTarget",
"name" : "DoggieGraphics",
"path" : "Sources/DoggieGraphics",
"product_dependencies" : [
"libwebp",
"libjpeg"
],
"product_memberships" : [
"DoggieGraphics",
"DoggieGPU",
"Doggie"
],
"sources" : [
"ApplePlatform/AppleExported.swift",
"ApplePlatform/Graphic/CGColor.swift",
"ApplePlatform/Graphic/CGColorSpace.swift",
"ApplePlatform/Graphic/CGContext.swift",
"ApplePlatform/Graphic/CGFont.swift",
"ApplePlatform/Graphic/CGGradient.swift",
"ApplePlatform/Graphic/CGPattern.swift",
"ApplePlatform/Graphic/CGShading.swift",
"ApplePlatform/Graphic/CoreText.swift",
"ApplePlatform/Image/CGImage.swift",
"ApplePlatform/Image/CVPixelFormat.swift",
"ApplePlatform/Image/CoreVideo.swift",
"ApplePlatform/Image/IOSurface.swift",
"ApplePlatform/Image/NSImage.swift",
"ApplePlatform/Image/UIImage.swift",
"ApplePlatform/ImageIO/AVDepthData.swift",
"ApplePlatform/ImageIO/AVPortraitEffectsMatte.swift",
"ApplePlatform/ImageIO/CGAnimatedImage.swift",
"ApplePlatform/ImageIO/CGImageDestination.swift",
"ApplePlatform/ImageIO/CGImageRep.swift",
"ApplePlatform/ImageIO/CGImageSource.swift",
"ApplePlatform/Metal.swift",
"ApplePlatform/Performance/CIContext.swift",
"ApplePlatform/Performance/CIContextPool.swift",
"ApplePlatform/SwiftPlayground.swift",
"Color/AnyColor.swift",
"Color/Color.swift",
"Color/ColorProtocol.swift",
"Color/PredefinedColor.swift",
"ColorModel/ColorBlendKernel.swift",
"ColorModel/ColorBlendMode.swift",
"ColorModel/ColorModel.swift",
"ColorModel/Model/CMYColorModel.swift",
"ColorModel/Model/CMYKColorModel.swift",
"ColorModel/Model/DeviceNColorModel.swift",
"ColorModel/Model/GrayColorModel.swift",
"ColorModel/Model/LabColorModel.swift",
"ColorModel/Model/LuvColorModel.swift",
"ColorModel/Model/RGBColorModel.swift",
"ColorModel/Model/XYZColorModel.swift",
"ColorModel/Model/YCbCrColorModel.swift",
"ColorModel/Model/YxyColorModel.swift",
"ColorPixel/ColorCompositingKernel.swift",
"ColorPixel/ColorCompositingMode.swift",
"ColorPixel/ColorPixel.swift",
"ColorPixel/FloatComponentPixel/Float16ColorPixel.swift",
"ColorPixel/FloatComponentPixel/Float32ColorPixel.swift",
"ColorPixel/FloatComponentPixel/Float64ColorPixel.swift",
"ColorPixel/FloatComponentPixel/FloatComponentPixel.swift",
"ColorPixel/Gray/Gray16ColorPixel.swift",
"ColorPixel/Gray/Gray32ColorPixel.swift",
"ColorPixel/Gray/GrayColorPixel.swift",
"ColorPixel/RGB/ABGR32ColorPixel.swift",
"ColorPixel/RGB/ARGB32ColorPixel.swift",
"ColorPixel/RGB/ARGB64ColorPixel.swift",
"ColorPixel/RGB/BGRA32ColorPixel.swift",
"ColorPixel/RGB/RGBA32ColorPixel.swift",
"ColorPixel/RGB/RGBA64ColorPixel.swift",
"ColorPixel/RGB/RGBColorPixel.swift",
"ColorSpace/AnyColorSpace.swift",
"ColorSpace/ChromaticAdaptationAlgorithm.swift",
"ColorSpace/ColorSpace.swift",
"ColorSpace/ColorSpaceBase/CIEColorSpace/CIELabColorSpace.swift",
"ColorSpace/ColorSpaceBase/CIEColorSpace/CIELuvColorSpace.swift",
"ColorSpace/ColorSpaceBase/CIEColorSpace/CIEXYZColorSpace.swift",
"ColorSpace/ColorSpaceBase/CIEColorSpace/CIEYxyColorSpace.swift",
"ColorSpace/ColorSpaceBase/CalibratedGrayColorSpace/CalibratedGrayColorSpace.swift",
"ColorSpace/ColorSpaceBase/CalibratedRGBColorSpace/AdobeRGB.swift",
"ColorSpace/ColorSpaceBase/CalibratedRGBColorSpace/CalibratedRGBColorSpace.swift",
"ColorSpace/ColorSpaceBase/CalibratedRGBColorSpace/displayP3.swift",
"ColorSpace/ColorSpaceBase/CalibratedRGBColorSpace/sRGB.swift",
"ColorSpace/ColorSpaceBase/ColorSpaceBaseProtocol.swift",
"ColorSpace/ColorSpaceBase/ICC/ICC Creator.swift",
"ColorSpace/ColorSpaceBase/ICC/ICCColorSpace.swift",
"ColorSpace/ColorSpaceBase/ICC/iccProfile/iccProfile.swift",
"ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccCurve.swift",
"ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccLUTTransform.swift",
"ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccMultiLocalizedUnicode.swift",
"ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccNamedColor.swift",
"ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccTagData.swift",
"ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccTextDescription.swift",
"ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccTransform.swift",
"ColorSpace/ColorSpaceBase/ICC/iccProfile/iccType/iccDateTimeNumber.swift",
"ColorSpace/ColorSpaceBase/ICC/iccProfile/iccType/iccMatrix.swift",
"ColorSpace/ColorSpaceBase/ICC/iccProfile/iccType/iccType.swift",
"ColorSpace/ColorSpaceBase/ICC/iccProfile/iccType/iccXYZNumber.swift",
"ColorSpace/ColorSpaceBase/LinearToneColorSpace.swift",
"ColorSpace/ColorSpaceBase/PredefinedColorSpace.swift",
"ColorSpace/ColorSpaceBase/WrappedColorSpace.swift",
"ColorSpace/ColorSpaceProtocol.swift",
"ColorSpace/Illuminant.swift",
"ColorSpace/RenderingIntent.swift",
"DrawableContext/DrawableContext.swift",
"DrawableContext/Gradient.swift",
"DrawableContext/MeshGradient.swift",
"DrawableContext/Pattern.swift",
"DrawableContext/Stroke.swift",
"Exported.swift",
"Font/Decoder/CFF2Decoder/CFF2Decoder.swift",
"Font/Decoder/CFF2Decoder/CFF2INDEX.swift",
"Font/Decoder/CFFDecoder/CFFCharStrings.swift",
"Font/Decoder/CFFDecoder/CFFDICT.swift",
"Font/Decoder/CFFDecoder/CFFDecoder.swift",
"Font/Decoder/CFFDecoder/CFFEncoding.swift",
"Font/Decoder/CFFDecoder/CFFFDSelect.swift",
"Font/Decoder/CFFDecoder/CFFFontFace.swift",
"Font/Decoder/CFFDecoder/CFFINDEX.swift",
"Font/Decoder/FontDecoder.swift",
"Font/Decoder/OpenTypeDecoder.swift",
"Font/Decoder/SFNTFontFace/AATStateTable.swift",
"Font/Decoder/SFNTFontFace/OTFFeatureList.swift",
"Font/Decoder/SFNTFontFace/OTFGDEF.swift",
"Font/Decoder/SFNTFontFace/OTFGPOS.swift",
"Font/Decoder/SFNTFontFace/OTFGSUB.swift",
"Font/Decoder/SFNTFontFace/OTFLookupList.swift",
"Font/Decoder/SFNTFontFace/OTFScriptList.swift",
"Font/Decoder/SFNTFontFace/SFNTCMAP.swift",
"Font/Decoder/SFNTFontFace/SFNTFEAT.swift",
"Font/Decoder/SFNTFontFace/SFNTFontFace.swift",
"Font/Decoder/SFNTFontFace/SFNTGLYF.swift",
"Font/Decoder/SFNTFontFace/SFNTHEAD.swift",
"Font/Decoder/SFNTFontFace/SFNTHHEA.swift",
"Font/Decoder/SFNTFontFace/SFNTLTAG.swift",
"Font/Decoder/SFNTFontFace/SFNTMAXP.swift",
"Font/Decoder/SFNTFontFace/SFNTMORX.swift",
"Font/Decoder/SFNTFontFace/SFNTNAME.swift",
"Font/Decoder/SFNTFontFace/SFNTOS2.swift",
"Font/Decoder/SFNTFontFace/SFNTPOST.swift",
"Font/Decoder/SFNTFontFace/SFNTPlatform.swift",
"Font/Decoder/SFNTFontFace/SFNTSBIX.swift",
"Font/Decoder/SFNTFontFace/SFNTVHEA.swift",
"Font/Decoder/TTCDecoder.swift",
"Font/Decoder/WOFFDecoder.swift",
"Font/Encoder/FontFaceEncoder.swift",
"Font/Encoder/OTFEncoder.swift",
"Font/Encoder/WOFFEncoder.swift",
"Font/Font.swift",
"Font/FontCollection.swift",
"Image/AnyImage.swift",
"Image/Image.swift",
"Image/ImageOrientation.swift",
"Image/ImageProtocol.swift",
"Image/RawPixelProtocol.swift",
"Image/Resampling.swift",
"Image/Resolution.swift",
"Image/StencilTexture.swift",
"Image/Texture.swift",
"Image/TextureProtocol.swift",
"ImageCodec/Algorithm/GrayPixelDecoder.swift",
"ImageCodec/Algorithm/PNG/PNGChunk.swift",
"ImageCodec/Algorithm/PNG/PNGFilter0.swift",
"ImageCodec/Algorithm/PNG/PNGInterlace.swift",
"ImageCodec/Algorithm/PNG/PNGRegion.swift",
"ImageCodec/Algorithm/RGBPixelDecoder.swift",
"ImageCodec/Algorithm/TIFF/TIFFCompression/TIFFCompression.swift",
"ImageCodec/Algorithm/TIFF/TIFFCompression/TIFFLZWCompression.swift",
"ImageCodec/Algorithm/TIFF/TIFFCompression/TIFFPackBitsCompression.swift",
"ImageCodec/Algorithm/TIFF/TIFFEncodablePixel.swift",
"ImageCodec/Algorithm/TIFF/TIFFPrediction.swift",
"ImageCodec/Algorithm/TIFF/TIFFRawRepresentable.swift",
"ImageCodec/AnimatedEncoder/AnimatedImage.swift",
"ImageCodec/AnimatedEncoder/PNGAnimatedEncoder.swift",
"ImageCodec/AnimatedEncoder/WEBPAnimatedEncoder.swift",
"ImageCodec/Decoder/APNGDecoder.swift",
"ImageCodec/Decoder/BMPDecoder.swift",
"ImageCodec/Decoder/ImageRepDecoder.swift",
"ImageCodec/Decoder/JPEGDecoder.swift",
"ImageCodec/Decoder/PNGDecoder.swift",
"ImageCodec/Decoder/TIFFDecoder.swift",
"ImageCodec/Decoder/WEBPDecoder.swift",
"ImageCodec/Encoder/BMPEncoder.swift",
"ImageCodec/Encoder/ImageRepEncoder.swift",
"ImageCodec/Encoder/JPEGEncoder.swift",
"ImageCodec/Encoder/PNGEncoder.swift",
"ImageCodec/Encoder/TIFFEncoder.swift",
"ImageCodec/Encoder/WEBPEncoder.swift",
"ImageCodec/ImageRep.swift",
"ImageCodec/RawBitmap/FastDecode.swift",
"ImageCodec/RawBitmap/FastDecode/_fast_decode_alpha_first.swift",
"ImageCodec/RawBitmap/FastDecode/_fast_decode_alpha_last.swift",
"ImageCodec/RawBitmap/FastDecode/_fast_decode_alpha_none.swift",
"ImageCodec/RawBitmap/FastDecode/_fast_decode_float.swift",
"ImageCodec/RawBitmap/FastDecode/_fast_decode_pixel.swift",
"ImageCodec/RawBitmap/RawBitmap.swift",
"ImageCodec/RawBitmap/SlowDecode.swift",
"ImageCodec/RawBitmap/SlowDecode/_aligned_channel.swift",
"ImageCodec/RawBitmap/SlowDecode/_aligned_float_channel.swift",
"ImageCodec/RawBitmap/SlowDecode/_channel_to_double.swift",
"ImageCodec/RawBitmap/SlowDecode/_float_channel.swift",
"ImageCodec/RawBitmap/SlowDecode/_unsigned_aligned_channel.swift",
"ImageCodec/RawBitmap/SlowDecode/_unsigned_channel.swift",
"ImageCodec/RawBitmap/SlowDecode/_unsigned_pixel.swift",
"ImageContext/DrawGradient.swift",
"ImageContext/DrawImage.swift",
"ImageContext/DrawMeshGradient.swift",
"ImageContext/DrawPattern.swift",
"ImageContext/DrawShadow.swift",
"ImageContext/DrawShape.swift",
"ImageContext/ImageContext.swift",
"ImageContext/ImageContextExtension.swift",
"ImageContext/PixelBlender.swift",
"ImageContext/Rasterizer.swift",
"ImageContext/Rendering.swift",
"ImageContext/SetClip.swift",
"ImageContext/Stencil.swift",
"ImageFilter/BayerDithering.swift",
"ImageFilter/BilateralFilter.swift",
"ImageFilter/ColorSeparation.swift",
"ImageFilter/DifferenceOfGaussian.swift",
"ImageFilter/DisplacementMap.swift",
"ImageFilter/GaussianBlur.swift",
"ImageFilter/ImageConvolution.swift",
"ImageFilter/LaplacianOfGaussian.swift",
"ImageFilter/SVGTurbulence.swift",
"ImageFilter/Underpainting.swift",
"ImageFilter/kMeansClustering.swift",
"Noise/SVGNoiseGenerator.swift",
"Noise/SimplexNoise.swift",
"PDFContext/PDFContext.swift",
"PDFContext/PDFContextEncoder.swift",
"PDFContext/PDFContextImage.swift",
"PDFContext/PDFContextPage.swift",
"PDFDocument/PDFDecoder.swift",
"PDFDocument/PDFDocument.swift",
"PDFDocument/PDFFilter/ASCII85Filter.swift",
"PDFDocument/PDFFilter/ASCIIHexFilter.swift",
"PDFDocument/PDFFilter/PDFFilter.swift",
"PDFDocument/PDFName.swift",
"PDFDocument/PDFNumber.swift",
"PDFDocument/PDFObject.swift",
"PDFDocument/PDFPage.swift",
"PDFDocument/PDFRenderer/PDFBitmap.swift",
"PDFDocument/PDFRenderer/PDFColorSpace.swift",
"PDFDocument/PDFRenderer/PDFCommand.swift",
"PDFDocument/PDFRenderer/PDFDrawPage.swift",
"PDFDocument/PDFRenderer/PDFFunction.swift",
"PDFDocument/PDFRenderer/PDFRenderer.swift",
"PDFDocument/PDFStream.swift",
"PDFDocument/PDFString.swift",
"PDFDocument/PDFXref.swift",
"Platform/AvailableColorSpaces.swift",
"Platform/AvailableFonts.swift",
"Prespecialize.swift",
"SVGContext/SVGContext.swift",
"SVGContext/SVGEffect/SVGBlendEffect.swift",
"SVGContext/SVGEffect/SVGColorMatrixEffect.swift",
"SVGContext/SVGEffect/SVGComponentTransferEffect.swift",
"SVGContext/SVGEffect/SVGConvolveMatrixEffect.swift",
"SVGContext/SVGEffect/SVGDisplacementMapEffect.swift",
"SVGContext/SVGEffect/SVGDropShadowEffect.swift",
"SVGContext/SVGEffect/SVGEffect.swift",
"SVGContext/SVGEffect/SVGFloodEffect.swift",
"SVGContext/SVGEffect/SVGGaussianBlurEffect.swift",
"SVGContext/SVGEffect/SVGHueRotateEffect.swift",
"SVGContext/SVGEffect/SVGImageEffect.swift",
"SVGContext/SVGEffect/SVGLightingEffect.swift",
"SVGContext/SVGEffect/SVGLuminanceToAlphaEffect.swift",
"SVGContext/SVGEffect/SVGMergeEffect.swift",
"SVGContext/SVGEffect/SVGMorphologyEffect.swift",
"SVGContext/SVGEffect/SVGOffsetEffect.swift",
"SVGContext/SVGEffect/SVGSaturateEffect.swift",
"SVGContext/SVGEffect/SVGTileEffect.swift",
"SVGContext/SVGEffect/SVGTurbulenceEffect.swift",
"Serialization/FixedNumber.swift"
],
"target_dependencies" : [
"DoggieCore",
"DoggieMath",
"DoggieGeometry"
],
"type" : "library"
},
{
"c99name" : "DoggieGeometry",
"module_type" : "SwiftTarget",
"name" : "DoggieGeometry",
"path" : "Sources/DoggieGeometry",
"product_memberships" : [
"DoggieGeometry",
"DoggieGraphics",
"DoggieGPU",
"Doggie"
],
"sources" : [
"ApplePlatform/AppleExported.swift",
"ApplePlatform/Geometry/CGAffineTransform.swift",
"ApplePlatform/Geometry/CGPath.swift",
"ApplePlatform/Geometry/CGPoint.swift",
"ApplePlatform/Geometry/CGRect.swift",
"ApplePlatform/Geometry/CGSize.swift",
"ApplePlatform/SwiftPlayground.swift",
"Arithmetic.swift",
"Bezier/Bezier.swift",
"Bezier/BezierArc.swift",
"Bezier/BezierOffset.swift",
"Bezier/BezierProtocol.swift",
"Bezier/CubicBezier.swift",
"Bezier/CubicBezierPatch.swift",
"Bezier/CubicBezierTriangularPatch.swift",
"Bezier/LineSegment.swift",
"Bezier/QuadBezier.swift",
"Exported.swift",
"Extension.swift",
"Geometry/EdgeInsets.swift",
"Geometry/Ellipse.swift",
"Geometry/Geometry.swift",
"Geometry/Matrix.swift",
"Geometry/Point.swift",
"Geometry/Rect.swift",
"Geometry/SDTransform.swift",
"Geometry/Size.swift",
"Geometry/Tensor.swift",
"Geometry/Vector.swift",
"Shape/PathCoder.swift",
"Shape/PathStroke.swift",
"Shape/SVGPathCoder.swift",
"Shape/Shape.swift",
"Shape/ShapeSegment.swift",
"Shape/ShapeTweening.swift",
"Shape/ShapeWinding.swift",
"Shape/VariableRoundStroke.swift",
"ShapeRegion/BreakLoop.swift",
"ShapeRegion/PathBuilder.swift",
"ShapeRegion/ShapeRegion.swift",
"ShapeRegion/ShapeRegionOp.swift",
"ShapeRegion/ShapeRegionWinding.swift"
],
"target_dependencies" : [
"DoggieCore",
"DoggieMath"
],
"type" : "library"
},
{
"c99name" : "DoggieGPU",
"module_type" : "SwiftTarget",
"name" : "DoggieGPU",
"path" : "Sources/DoggieGPU",
"product_memberships" : [
"DoggieGPU",
"Doggie"
],
"sources" : [
"CoreImage/BilateralFilter.swift",
"CoreImage/CIImage.swift",
"CoreImage/CIVector.swift",
"CoreImage/ConvolveKernel.swift",
"CoreImage/CoreImage.swift",
"CoreImage/MorphologyKernel.swift",
"CoreImage/PalettizeKernel.swift",
"CoreImage/SVGComponentTransferKernel.swift",
"CoreImage/SVGConvolveKernel.swift",
"CoreImage/SVGDisplacementMapKernel.swift",
"CoreImage/SVGLightingKernel.swift",
"CoreImage/SVGTurbulenceKernel.swift",
"CoreImage/ShaderLoader.swift",
"CoreImage/WrapTileKernel.swift",
"CoreImage/kMeansClusteringKernel.swift",
"Exported.swift",
"GPContext/CGContextProcessorKernel.swift",
"GPContext/CGPathProcessorKernel.swift",
"GPContext/GPContext.swift",
"GPContext/GPContextBase.swift",
"GPContext/GPContextExtension.swift",
"GPContext/GPContextPattern.swift",
"GPContext/MeshGradientKernel.swift",
"Metal/MTLDevice.swift",
"Packed.swift",
"SIMD.swift"
],
"target_dependencies" : [
"DoggieGraphics"
],
"type" : "library"
},
{
"c99name" : "DoggieCore",
"module_type" : "SwiftTarget",
"name" : "DoggieCore",
"path" : "Sources/DoggieCore",
"product_dependencies" : [
"RealModule",
"Algorithms",
"Collections",
"Float16",
"brotli"
],
"product_memberships" : [
"DoggieCore",
"DoggieMath",
"DoggieGeometry",
"DoggieGraphics",
"DoggieGPU",
"Doggie"
],
"sources" : [
"ApplePlatform/AppleCompression.swift",
"ApplePlatform/AppleExported.swift",
"ApplePlatform/Metal.swift",
"ApplePlatform/NSItemProvider.swift",
"Compression/CompressionCodec.swift",
"Compression/brotli/BrotliDecoder.swift",
"Compression/brotli/BrotliEncoder.swift",
"Compression/zlib/Deflate.swift",
"Compression/zlib/Inflate.swift",
"Compression/zlib/zlib.swift",
"Concurrency/Sendable.swift",
"Concurrency/SerialRunLoop.swift",
"Concurrency/UnsafeSendable.swift",
"Exported.swift",
"Foundation/Algorithm.swift",
"Foundation/Cache.swift",
"Foundation/ContiguousBuffer.swift",
"Foundation/Data.swift",
"Foundation/Date.swift",
"Foundation/FileManager.swift",
"Foundation/Graph.swift",
"Foundation/Locking.swift",
"Foundation/MappedBuffer.swift",
"Foundation/Parallel.swift",
"Foundation/TypePunned.swift",
"Foundation/TypedData.swift",
"Foundation/URLComponents.swift",
"Foundation/UUID.swift",
"Foundation/WeakDictionary.swift",
"Foundation/WeakSet.swift",
"Json/Json.swift",
"Json/JsonCodable.swift",
"Json/JsonConvertible.swift",
"Json/JsonNumber.swift",
"Json/JsonNumberCodable.swift",
"MediaType/FileExtension.swift",
"MediaType/MIMEType.swift",
"MediaType/MediaType.swift",
"Serialization/BinaryFixedPoint.swift",
"Serialization/ByteCodable.swift",
"Serialization/Endianness.swift",
"Serialization/Signature.swift",
"Swift/CollectionExtension.swift",
"Swift/Decimal.swift",
"Swift/Dictionary.swift",
"Swift/Equatable.swift",
"Swift/FloatingPoint.swift",
"Swift/Integer.swift",
"Swift/OptionOneCollection.swift",
"Swift/Policy.swift",
"Swift/RawBitPattern.swift",
"Swift/String.swift",
"Swift/replaceValue.swift",
"XML/SDXMLAttribute.swift",
"XML/SDXMLDocument.swift",
"XML/SDXMLElement.swift",
"XML/SDXMLParser.swift",
"XML/SDXMLString.swift"
],
"target_dependencies" : [
"zlib_c"
],
"type" : "library"
},
{
"c99name" : "Doggie",
"module_type" : "SwiftTarget",
"name" : "Doggie",
"path" : "Sources/Doggie",
"product_memberships" : [
"Doggie"
],
"sources" : [
"Exported.swift"
],
"target_dependencies" : [
"DoggieCore",
"DoggieMath",
"DoggieGeometry",
"DoggieGraphics",
"DoggieGPU"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.