The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FoundationExtensions, reference master (a14cd7), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 10:20:43 UTC.

Build Command

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

Build Log

115 |         _ r4: OriginResult
116 |     ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
117 |         FoundationExtensions.zip(r1, r2, r3, r4)
    |         `- error: cannot find 'FoundationExtensions' in scope
118 |     }
119 | }
[14/218] Compiling FoundationExtensions Collection+Traverse.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:62:43: error: cannot find 'FoundationExtensions' in scope
 60 |         _ second: @escaping (E2) -> Second)
 61 |         -> Reader<E2, Value> where Environment == (First, Second) {
 62 |             return contramapEnvironment { FoundationExtensions.zip(first, second)($0) }
    |                                           `- error: cannot find 'FoundationExtensions' in scope
 63 |     }
 64 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:70:43: error: cannot find 'FoundationExtensions' in scope
 68 |         _ third: @escaping (E2) -> Third)
 69 |         -> Reader<E2, Value> where Environment == (First, Second, Third) {
 70 |             return contramapEnvironment { FoundationExtensions.zip(first, second, third)($0) }
    |                                           `- error: cannot find 'FoundationExtensions' in scope
 71 |     }
 72 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:79:43: error: cannot find 'FoundationExtensions' in scope
 77 |         _ fourth: @escaping (E2) -> Fourth)
 78 |         -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth) {
 79 |             return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth)($0) }
    |                                           `- error: cannot find 'FoundationExtensions' in scope
 80 |     }
 81 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:89:43: error: cannot find 'FoundationExtensions' in scope
 87 |         _ fifth: @escaping (E2) -> Fifth)
 88 |         -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth) {
 89 |             return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth)($0) }
    |                                           `- error: cannot find 'FoundationExtensions' in scope
 90 |     }
 91 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:100:43: error: cannot find 'FoundationExtensions' in scope
 98 |         _ sixth: @escaping (E2) -> Sixth)
 99 |         -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth, Sixth) {
100 |             return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth, sixth)($0) }
    |                                           `- error: cannot find 'FoundationExtensions' in scope
101 |     }
102 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:85:9: error: cannot find 'FoundationExtensions' in scope
 83 |         _ r2: OriginResult
 84 |     ) -> Result<(OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
 85 |         FoundationExtensions.zip(r1, r2)
    |         `- error: cannot find 'FoundationExtensions' in scope
 86 |     }
 87 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:100:9: error: cannot find 'FoundationExtensions' in scope
 98 |         _ r3: OriginResult
 99 |     ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
100 |         FoundationExtensions.zip(r1, r2, r3)
    |         `- error: cannot find 'FoundationExtensions' in scope
101 |     }
102 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:117:9: error: cannot find 'FoundationExtensions' in scope
115 |         _ r4: OriginResult
116 |     ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
117 |         FoundationExtensions.zip(r1, r2, r3, r4)
    |         `- error: cannot find 'FoundationExtensions' in scope
118 |     }
119 | }
[15/218] Compiling FoundationExtensions Dictionary+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:62:43: error: cannot find 'FoundationExtensions' in scope
 60 |         _ second: @escaping (E2) -> Second)
 61 |         -> Reader<E2, Value> where Environment == (First, Second) {
 62 |             return contramapEnvironment { FoundationExtensions.zip(first, second)($0) }
    |                                           `- error: cannot find 'FoundationExtensions' in scope
 63 |     }
 64 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:70:43: error: cannot find 'FoundationExtensions' in scope
 68 |         _ third: @escaping (E2) -> Third)
 69 |         -> Reader<E2, Value> where Environment == (First, Second, Third) {
 70 |             return contramapEnvironment { FoundationExtensions.zip(first, second, third)($0) }
    |                                           `- error: cannot find 'FoundationExtensions' in scope
 71 |     }
 72 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:79:43: error: cannot find 'FoundationExtensions' in scope
 77 |         _ fourth: @escaping (E2) -> Fourth)
 78 |         -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth) {
 79 |             return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth)($0) }
    |                                           `- error: cannot find 'FoundationExtensions' in scope
 80 |     }
 81 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:89:43: error: cannot find 'FoundationExtensions' in scope
 87 |         _ fifth: @escaping (E2) -> Fifth)
 88 |         -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth) {
 89 |             return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth)($0) }
    |                                           `- error: cannot find 'FoundationExtensions' in scope
 90 |     }
 91 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:100:43: error: cannot find 'FoundationExtensions' in scope
 98 |         _ sixth: @escaping (E2) -> Sixth)
 99 |         -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth, Sixth) {
100 |             return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth, sixth)($0) }
    |                                           `- error: cannot find 'FoundationExtensions' in scope
101 |     }
102 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:85:9: error: cannot find 'FoundationExtensions' in scope
 83 |         _ r2: OriginResult
 84 |     ) -> Result<(OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
 85 |         FoundationExtensions.zip(r1, r2)
    |         `- error: cannot find 'FoundationExtensions' in scope
 86 |     }
 87 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:100:9: error: cannot find 'FoundationExtensions' in scope
 98 |         _ r3: OriginResult
 99 |     ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
100 |         FoundationExtensions.zip(r1, r2, r3)
    |         `- error: cannot find 'FoundationExtensions' in scope
101 |     }
102 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:117:9: error: cannot find 'FoundationExtensions' in scope
115 |         _ r4: OriginResult
116 |     ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
117 |         FoundationExtensions.zip(r1, r2, r3, r4)
    |         `- error: cannot find 'FoundationExtensions' in scope
118 |     }
119 | }
[16/218] Compiling FoundationExtensionsDynamic Reader+Collection.swift
[17/218] Compiling FoundationExtensions Reader+Publisher.swift
[18/218] Compiling FoundationExtensions Reader+Pure.swift
[19/218] Compiling FoundationExtensions Reader+ResultType.swift
[20/218] Compiling FoundationExtensions Reader+Zip.swift
[21/218] Compiling FoundationExtensions Reader.swift
[22/218] Compiling FoundationExtensions Result+Promise.swift
[23/218] Compiling FoundationExtensions Result+Pure.swift
[24/218] Compiling FoundationExtensions Result+ResultType.swift
[25/218] Compiling FoundationExtensions Result+Zip.swift
[26/218] Compiling FoundationExtensions ResultConvertibleType.swift
[27/223] Compiling FoundationExtensionsDynamic UInt+Extensions.swift
[28/223] Compiling FoundationExtensionsDynamic UInt16+Extensions.swift
[29/223] Compiling FoundationExtensionsDynamic UInt32+Extensions.swift
[30/223] Compiling FoundationExtensionsDynamic UInt64+Extensions.swift
[31/223] Compiling FoundationExtensionsDynamic UInt8+Extensions.swift
[32/223] Compiling FoundationExtensionsDynamic Optional+AssociatedValues.swift
[33/223] Compiling FoundationExtensionsDynamic Optional+Extensions.swift
[34/224] Compiling FoundationExtensionsDynamic Optional+Fold.swift
[35/224] Compiling FoundationExtensionsDynamic Optional+Traverse.swift
[36/224] Compiling FoundationExtensionsDynamic Optional+Zip.swift
[38/229] Compiling FoundationExtensions String+Extensions.swift
[39/229] Compiling FoundationExtensions AnyPublisher+Create.swift
[40/229] Compiling FoundationExtensions Combine+SinkBlocking.swift
[41/229] Compiling FoundationExtensions Completion+Extensions.swift
[42/229] Compiling FoundationExtensions Promise+Operators.swift
[43/229] Compiling FoundationExtensions Promise.swift
[44/229] Compiling FoundationExtensions PromiseGate.swift
[45/229] Compiling FoundationExtensions Publisher+Debug.swift
[46/229] Compiling FoundationExtensions Publisher+EraseFailureToError.swift
[47/229] Compiling FoundationExtensions Publisher+FlatMapResult.swift
[48/229] Compiling FoundationExtensions UInt+Extensions.swift
[49/229] Compiling FoundationExtensionsDynamic AccessibilityIdentifiable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Never: Codable {
   | |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
 7 |     /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
[50/229] Compiling FoundationExtensionsDynamic AccessibilityIdentifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Never: Codable {
   | |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
 7 |     /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
[51/229] Compiling FoundationExtensionsDynamic AnyEncodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Never: Codable {
   | |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
 7 |     /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
[52/229] Compiling FoundationExtensionsDynamic Never+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Never: Codable {
   | |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
 7 |     /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
[53/229] Compiling FoundationExtensionsDynamic Transient.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Never: Codable {
   | |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
 7 |     /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
[54/229] Compiling FoundationExtensionsDynamic Array+AppendUnique.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Never: Codable {
   | |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
 7 |     /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
[55/229] Compiling FoundationExtensionsDynamic Array+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Never: Codable {
   | |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
 7 |     /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
[56/229] Compiling FoundationExtensionsDynamic Array+Identifiable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Never: Codable {
   | |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
 7 |     /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
[57/229] Compiling FoundationExtensionsDynamic Array+LeftRightOf.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Never: Codable {
   | |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
 7 |     /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
[58/229] Compiling FoundationExtensionsDynamic Collection+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Never: Codable {
   | |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
 7 |     /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
[59/229] Compiling FoundationExtensionsDynamic Collection+Traverse.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Never: Codable {
   | |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
 7 |     /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
[60/229] Compiling FoundationExtensionsDynamic Dictionary+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Never: Codable {
   | |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
 7 |     /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: Codable where Success: Codable, Failure: Codable { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 | }
20 |
[62/229] Compiling FoundationExtensionsDynamic FileManager+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: Codable where Success: Codable, Failure: Codable { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 | }
20 |
[63/229] Compiling FoundationExtensionsDynamic MoveFile.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: Codable where Success: Codable, Failure: Codable { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 | }
20 |
[64/229] Compiling FoundationExtensionsDynamic ReadFileContents.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: Codable where Success: Codable, Failure: Codable { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 | }
20 |
[65/229] Compiling FoundationExtensionsDynamic Composition.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: Codable where Success: Codable, Failure: Codable { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 | }
20 |
[66/229] Compiling FoundationExtensionsDynamic FPUtils.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: Codable where Success: Codable, Failure: Codable { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 | }
20 |
[67/229] Compiling FoundationExtensionsDynamic Function+Zip.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: Codable where Success: Codable, Failure: Codable { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 | }
20 |
[68/229] Compiling FoundationExtensionsDynamic Operators.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: Codable where Success: Codable, Failure: Codable { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 | }
20 |
[69/229] Compiling FoundationExtensionsDynamic L10n.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: Codable where Success: Codable, Failure: Codable { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 | }
20 |
[70/229] Compiling FoundationExtensionsDynamic Localizable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: Codable where Success: Codable, Failure: Codable { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 | }
20 |
[71/229] Compiling FoundationExtensionsDynamic Localizer.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: Codable where Success: Codable, Failure: Codable { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 | }
20 |
[72/229] Compiling FoundationExtensionsDynamic Publisher+Promise.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 59 | }
 60 |
 61 | final class AtomicInt: NSLock {
    |             `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 62 |     fileprivate var value: Int32
 63 |     init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
21 |
[73/229] Compiling FoundationExtensionsDynamic Publisher+ScanIntoUnique.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 59 | }
 60 |
 61 | final class AtomicInt: NSLock {
    |             `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 62 |     fileprivate var value: Int32
 63 |     init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
21 |
[74/229] Compiling FoundationExtensionsDynamic Publisher+Traverse.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 59 | }
 60 |
 61 | final class AtomicInt: NSLock {
    |             `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 62 |     fileprivate var value: Int32
 63 |     init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
21 |
[75/229] Compiling FoundationExtensionsDynamic Publisher+Zip.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 59 | }
 60 |
 61 | final class AtomicInt: NSLock {
    |             `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 62 |     fileprivate var value: Int32
 63 |     init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
21 |
[76/229] Compiling FoundationExtensions Publishers+FlatMapLatest.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 59 | }
 60 |
 61 | final class AtomicInt: NSLock {
    |             `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 62 |     fileprivate var value: Int32
 63 |     init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
21 |
[77/229] Compiling FoundationExtensions Publishers+PrependLatest.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 59 | }
 60 |
 61 | final class AtomicInt: NSLock {
    |             `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 62 |     fileprivate var value: Int32
 63 |     init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
21 |
[78/229] Compiling FoundationExtensions SingleAssignmentCancellable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 59 | }
 60 |
 61 | final class AtomicInt: NSLock {
    |             `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 62 |     fileprivate var value: Int32
 63 |     init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
21 |
[79/229] Compiling FoundationExtensions Comparable+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 59 | }
 60 |
 61 | final class AtomicInt: NSLock {
    |             `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 62 |     fileprivate var value: Int32
 63 |     init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
21 |
[80/229] Compiling FoundationExtensions Strideable+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 59 | }
 60 |
 61 | final class AtomicInt: NSLock {
    |             `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 62 |     fileprivate var value: Int32
 63 |     init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
21 |
[81/229] Compiling FoundationExtensions AsyncSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 59 | }
 60 |
 61 | final class AtomicInt: NSLock {
    |             `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 62 |     fileprivate var value: Int32
 63 |     init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
21 |
[82/229] Compiling FoundationExtensions Sequence+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 59 | }
 60 |
 61 | final class AtomicInt: NSLock {
    |             `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 62 |     fileprivate var value: Int32
 63 |     init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
21 |
[84/229] Compiling FoundationExtensions UInt16+Extensions.swift
[85/229] Compiling FoundationExtensions UInt32+Extensions.swift
[86/229] Compiling FoundationExtensions UInt64+Extensions.swift
[87/229] Compiling FoundationExtensions UInt8+Extensions.swift
[88/229] Compiling FoundationExtensions Optional+AssociatedValues.swift
[89/229] Compiling FoundationExtensions Optional+Extensions.swift
[90/229] Compiling FoundationExtensions Optional+Fold.swift
[91/229] Compiling FoundationExtensions Optional+Traverse.swift
[92/229] Compiling FoundationExtensions Optional+Zip.swift
[93/229] Compiling FoundationExtensions Reader+Collection.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
26 |     public var errorDescription: String? {
27 |         self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
26 |     public var errorDescription: String? {
27 |         self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
26 |     public var errorDescription: String? {
27 |         self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
26 |     public var errorDescription: String? {
27 |         self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
26 |     public var errorDescription: String? {
27 |         self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
26 |     public var errorDescription: String? {
27 |         self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
26 |     public var errorDescription: String? {
27 |         self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
26 |     public var errorDescription: String? {
27 |         self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
26 |     public var errorDescription: String? {
27 |         self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
26 |     public var errorDescription: String? {
27 |         self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
26 |     public var errorDescription: String? {
27 |         self
[105/229] Compiling FoundationExtensionsDynamic FileExists.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 59 | }
 60 |
 61 | final class AtomicInt: NSLock {
    |             `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 62 |     fileprivate var value: Int32
 63 |     init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 59 | }
 60 |
 61 | final class AtomicInt: NSLock {
    |             `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 62 |     fileprivate var value: Int32
 63 |     init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 59 | }
 60 |
 61 | final class AtomicInt: NSLock {
    |             `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 62 |     fileprivate var value: Int32
 63 |     init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 59 | }
 60 |
 61 | final class AtomicInt: NSLock {
    |             `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 62 |     fileprivate var value: Int32
 63 |     init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 59 | }
 60 |
 61 | final class AtomicInt: NSLock {
    |             `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 62 |     fileprivate var value: Int32
 63 |     init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 59 | }
 60 |
 61 | final class AtomicInt: NSLock {
    |             `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 62 |     fileprivate var value: Int32
 63 |     init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 59 | }
 60 |
 61 | final class AtomicInt: NSLock {
    |             `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 62 |     fileprivate var value: Int32
 63 |     init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 59 | }
 60 |
 61 | final class AtomicInt: NSLock {
    |             `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 62 |     fileprivate var value: Int32
 63 |     init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 59 | }
 60 |
 61 | final class AtomicInt: NSLock {
    |             `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 62 |     fileprivate var value: Int32
 63 |     init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 59 | }
 60 |
 61 | final class AtomicInt: NSLock {
    |             `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 62 |     fileprivate var value: Int32
 63 |     init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 59 | }
 60 |
 61 | final class AtomicInt: NSLock {
    |             `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 62 |     fileprivate var value: Int32
 63 |     init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
21 |
[116/229] Emitting module FoundationExtensions
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Never: Codable {
   | |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
 7 |     /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
26 |     public var errorDescription: String? {
27 |         self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 59 | }
 60 |
 61 | final class AtomicInt: NSLock {
    |             `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
 62 |     fileprivate var value: Int32
 63 |     init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
 4 |
 5 | // MARK: - AdditiveArithmetic Conformance
 6 | extension CGPoint: AdditiveArithmetic {
   | |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
 8 |         lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension DispatchTimeInterval: Codable {
   | |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     enum CodingKeys: String, CodingKey {
 7 |         case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: Codable where Success: Codable, Failure: Codable { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 | }
20 |
[117/229] Compiling FoundationExtensions AccessibilityIdentifiable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Never: Codable {
   | |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
 7 |     /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Never: Codable {
   | |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
 7 |     /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Never: Codable {
   | |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
 7 |     /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Never: Codable {
   | |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
 7 |     /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Never: Codable {
   | |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
 7 |     /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Never: Codable {
   | |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
 7 |     /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Never: Codable {
   | |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
 7 |     /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Never: Codable {
   | |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
 7 |     /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Never: Codable {
   | |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
 7 |     /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Never: Codable {
   | |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
 7 |     /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Never: Codable {
   | |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
 7 |     /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Never: Codable {
   | |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
 7 |     /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
[129/229] Compiling FoundationExtensions Double+Extensions.swift
[130/229] Compiling FoundationExtensions Duration+Extensions.swift
[131/229] Compiling FoundationExtensions Float+Extensions.swift
[132/229] Compiling FoundationExtensions Int+Extensions.swift
[133/229] Compiling FoundationExtensions Int16+Extensions.swift
[134/229] Compiling FoundationExtensions Int32+Extensions.swift
[135/229] Compiling FoundationExtensions Int64+Extensions.swift
[136/229] Compiling FoundationExtensions NSNumber+Extensions.swift
[137/229] Compiling FoundationExtensions Numeric+Extensions.swift
[138/229] Compiling FoundationExtensions SignedStringConvertible.swift
[139/229] Compiling FoundationExtensions TimeInterval+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: Codable where Success: Codable, Failure: Codable { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: Codable where Success: Codable, Failure: Codable { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: Codable where Success: Codable, Failure: Codable { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: Codable where Success: Codable, Failure: Codable { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: Codable where Success: Codable, Failure: Codable { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: Codable where Success: Codable, Failure: Codable { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: Codable where Success: Codable, Failure: Codable { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: Codable where Success: Codable, Failure: Codable { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: Codable where Success: Codable, Failure: Codable { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: Codable where Success: Codable, Failure: Codable { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: Codable where Success: Codable, Failure: Codable { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |
 7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
26 |     public var errorDescription: String? {
27 |         self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
26 |     public var errorDescription: String? {
27 |         self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
26 |     public var errorDescription: String? {
27 |         self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
26 |     public var errorDescription: String? {
27 |         self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
26 |     public var errorDescription: String? {
27 |         self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
26 |     public var errorDescription: String? {
27 |         self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
26 |     public var errorDescription: String? {
27 |         self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
26 |     public var errorDescription: String? {
27 |         self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
26 |     public var errorDescription: String? {
27 |         self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
26 |     public var errorDescription: String? {
27 |         self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
26 |     public var errorDescription: String? {
27 |         self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
 4 |
 5 | // MARK: - AdditiveArithmetic Conformance
 6 | extension CGPoint: AdditiveArithmetic {
   | |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
 8 |         lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension DispatchTimeInterval: Codable {
   | |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     enum CodingKeys: String, CodingKey {
 7 |         case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 14 |
 15 |         var mutableCopy = value
 16 |         replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
    |                                                                     `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 17 |     }
 18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 22 |         var selfCopy = self
 23 |         let size = MemoryLayout<Self>.size
 24 |         return Data(bytes: &selfCopy, count: size)
    |                            `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 25 |     }
 26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
 4 |
 5 | // MARK: - AdditiveArithmetic Conformance
 6 | extension CGPoint: AdditiveArithmetic {
   | |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
 8 |         lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension DispatchTimeInterval: Codable {
   | |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     enum CodingKeys: String, CodingKey {
 7 |         case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 14 |
 15 |         var mutableCopy = value
 16 |         replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
    |                                                                     `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 17 |     }
 18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 22 |         var selfCopy = self
 23 |         let size = MemoryLayout<Self>.size
 24 |         return Data(bytes: &selfCopy, count: size)
    |                            `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 25 |     }
 26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
 4 |
 5 | // MARK: - AdditiveArithmetic Conformance
 6 | extension CGPoint: AdditiveArithmetic {
   | |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
 8 |         lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension DispatchTimeInterval: Codable {
   | |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     enum CodingKeys: String, CodingKey {
 7 |         case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 14 |
 15 |         var mutableCopy = value
 16 |         replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
    |                                                                     `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 17 |     }
 18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 22 |         var selfCopy = self
 23 |         let size = MemoryLayout<Self>.size
 24 |         return Data(bytes: &selfCopy, count: size)
    |                            `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 25 |     }
 26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
 4 |
 5 | // MARK: - AdditiveArithmetic Conformance
 6 | extension CGPoint: AdditiveArithmetic {
   | |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
 8 |         lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension DispatchTimeInterval: Codable {
   | |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     enum CodingKeys: String, CodingKey {
 7 |         case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 14 |
 15 |         var mutableCopy = value
 16 |         replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
    |                                                                     `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 17 |     }
 18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 22 |         var selfCopy = self
 23 |         let size = MemoryLayout<Self>.size
 24 |         return Data(bytes: &selfCopy, count: size)
    |                            `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 25 |     }
 26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
 4 |
 5 | // MARK: - AdditiveArithmetic Conformance
 6 | extension CGPoint: AdditiveArithmetic {
   | |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
 8 |         lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension DispatchTimeInterval: Codable {
   | |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     enum CodingKeys: String, CodingKey {
 7 |         case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 14 |
 15 |         var mutableCopy = value
 16 |         replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
    |                                                                     `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 17 |     }
 18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 22 |         var selfCopy = self
 23 |         let size = MemoryLayout<Self>.size
 24 |         return Data(bytes: &selfCopy, count: size)
    |                            `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 25 |     }
 26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
 4 |
 5 | // MARK: - AdditiveArithmetic Conformance
 6 | extension CGPoint: AdditiveArithmetic {
   | |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
 8 |         lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension DispatchTimeInterval: Codable {
   | |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     enum CodingKeys: String, CodingKey {
 7 |         case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 14 |
 15 |         var mutableCopy = value
 16 |         replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
    |                                                                     `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 17 |     }
 18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 22 |         var selfCopy = self
 23 |         let size = MemoryLayout<Self>.size
 24 |         return Data(bytes: &selfCopy, count: size)
    |                            `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 25 |     }
 26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
 4 |
 5 | // MARK: - AdditiveArithmetic Conformance
 6 | extension CGPoint: AdditiveArithmetic {
   | |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
 8 |         lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension DispatchTimeInterval: Codable {
   | |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     enum CodingKeys: String, CodingKey {
 7 |         case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 14 |
 15 |         var mutableCopy = value
 16 |         replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
    |                                                                     `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 17 |     }
 18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 22 |         var selfCopy = self
 23 |         let size = MemoryLayout<Self>.size
 24 |         return Data(bytes: &selfCopy, count: size)
    |                            `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 25 |     }
 26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
 4 |
 5 | // MARK: - AdditiveArithmetic Conformance
 6 | extension CGPoint: AdditiveArithmetic {
   | |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
 8 |         lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension DispatchTimeInterval: Codable {
   | |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     enum CodingKeys: String, CodingKey {
 7 |         case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 14 |
 15 |         var mutableCopy = value
 16 |         replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
    |                                                                     `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 17 |     }
 18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 22 |         var selfCopy = self
 23 |         let size = MemoryLayout<Self>.size
 24 |         return Data(bytes: &selfCopy, count: size)
    |                            `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 25 |     }
 26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
 4 |
 5 | // MARK: - AdditiveArithmetic Conformance
 6 | extension CGPoint: AdditiveArithmetic {
   | |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
 8 |         lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension DispatchTimeInterval: Codable {
   | |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     enum CodingKeys: String, CodingKey {
 7 |         case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 14 |
 15 |         var mutableCopy = value
 16 |         replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
    |                                                                     `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 17 |     }
 18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 22 |         var selfCopy = self
 23 |         let size = MemoryLayout<Self>.size
 24 |         return Data(bytes: &selfCopy, count: size)
    |                            `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 25 |     }
 26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
 4 |
 5 | // MARK: - AdditiveArithmetic Conformance
 6 | extension CGPoint: AdditiveArithmetic {
   | |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
 8 |         lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension DispatchTimeInterval: Codable {
   | |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     enum CodingKeys: String, CodingKey {
 7 |         case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 14 |
 15 |         var mutableCopy = value
 16 |         replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
    |                                                                     `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 17 |     }
 18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 22 |         var selfCopy = self
 23 |         let size = MemoryLayout<Self>.size
 24 |         return Data(bytes: &selfCopy, count: size)
    |                            `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 25 |     }
 26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
 4 |
 5 | // MARK: - AdditiveArithmetic Conformance
 6 | extension CGPoint: AdditiveArithmetic {
   | |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
 8 |         lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension DispatchTimeInterval: Codable {
   | |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     enum CodingKeys: String, CodingKey {
 7 |         case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 14 |
 15 |         var mutableCopy = value
 16 |         replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
    |                                                                     `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 17 |     }
 18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 22 |         var selfCopy = self
 23 |         let size = MemoryLayout<Self>.size
 24 |         return Data(bytes: &selfCopy, count: size)
    |                            `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 25 |     }
 26 | }
[173/229] Compiling FoundationExtensionsDynamic BinaryFloatingPoint+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
 4 |
 5 | // MARK: - AdditiveArithmetic Conformance
 6 | extension CGPoint: AdditiveArithmetic {
   | |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
 8 |         lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension DispatchTimeInterval: Codable {
   | |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     enum CodingKeys: String, CodingKey {
 7 |         case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 14 |
 15 |         var mutableCopy = value
 16 |         replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
    |                                                                     `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 17 |     }
 18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 22 |         var selfCopy = self
 23 |         let size = MemoryLayout<Self>.size
 24 |         return Data(bytes: &selfCopy, count: size)
    |                            `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 25 |     }
 26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
 4 |
 5 | // MARK: - AdditiveArithmetic Conformance
 6 | extension CGPoint: AdditiveArithmetic {
   | |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
 8 |         lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension DispatchTimeInterval: Codable {
   | |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     enum CodingKeys: String, CodingKey {
 7 |         case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 14 |
 15 |         var mutableCopy = value
 16 |         replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
    |                                                                     `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 17 |     }
 18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 22 |         var selfCopy = self
 23 |         let size = MemoryLayout<Self>.size
 24 |         return Data(bytes: &selfCopy, count: size)
    |                            `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 25 |     }
 26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
 4 |
 5 | // MARK: - AdditiveArithmetic Conformance
 6 | extension CGPoint: AdditiveArithmetic {
   | |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
 8 |         lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension DispatchTimeInterval: Codable {
   | |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     enum CodingKeys: String, CodingKey {
 7 |         case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 14 |
 15 |         var mutableCopy = value
 16 |         replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
    |                                                                     `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 17 |     }
 18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 22 |         var selfCopy = self
 23 |         let size = MemoryLayout<Self>.size
 24 |         return Data(bytes: &selfCopy, count: size)
    |                            `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 25 |     }
 26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
 4 |
 5 | // MARK: - AdditiveArithmetic Conformance
 6 | extension CGPoint: AdditiveArithmetic {
   | |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
 8 |         lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension DispatchTimeInterval: Codable {
   | |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     enum CodingKeys: String, CodingKey {
 7 |         case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 14 |
 15 |         var mutableCopy = value
 16 |         replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
    |                                                                     `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 17 |     }
 18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 22 |         var selfCopy = self
 23 |         let size = MemoryLayout<Self>.size
 24 |         return Data(bytes: &selfCopy, count: size)
    |                            `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 25 |     }
 26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
 4 |
 5 | // MARK: - AdditiveArithmetic Conformance
 6 | extension CGPoint: AdditiveArithmetic {
   | |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
 8 |         lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension DispatchTimeInterval: Codable {
   | |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     enum CodingKeys: String, CodingKey {
 7 |         case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 14 |
 15 |         var mutableCopy = value
 16 |         replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
    |                                                                     `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 17 |     }
 18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 22 |         var selfCopy = self
 23 |         let size = MemoryLayout<Self>.size
 24 |         return Data(bytes: &selfCopy, count: size)
    |                            `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 25 |     }
 26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
 4 |
 5 | // MARK: - AdditiveArithmetic Conformance
 6 | extension CGPoint: AdditiveArithmetic {
   | |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
 8 |         lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension DispatchTimeInterval: Codable {
   | |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     enum CodingKeys: String, CodingKey {
 7 |         case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 14 |
 15 |         var mutableCopy = value
 16 |         replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
    |                                                                     `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 17 |     }
 18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 22 |         var selfCopy = self
 23 |         let size = MemoryLayout<Self>.size
 24 |         return Data(bytes: &selfCopy, count: size)
    |                            `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 25 |     }
 26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
 4 |
 5 | // MARK: - AdditiveArithmetic Conformance
 6 | extension CGPoint: AdditiveArithmetic {
   | |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
 8 |         lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension DispatchTimeInterval: Codable {
   | |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     enum CodingKeys: String, CodingKey {
 7 |         case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 14 |
 15 |         var mutableCopy = value
 16 |         replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
    |                                                                     `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 17 |     }
 18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 22 |         var selfCopy = self
 23 |         let size = MemoryLayout<Self>.size
 24 |         return Data(bytes: &selfCopy, count: size)
    |                            `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 25 |     }
 26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
 4 |
 5 | // MARK: - AdditiveArithmetic Conformance
 6 | extension CGPoint: AdditiveArithmetic {
   | |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
 8 |         lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension DispatchTimeInterval: Codable {
   | |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     enum CodingKeys: String, CodingKey {
 7 |         case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 14 |
 15 |         var mutableCopy = value
 16 |         replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
    |                                                                     `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 17 |     }
 18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 22 |         var selfCopy = self
 23 |         let size = MemoryLayout<Self>.size
 24 |         return Data(bytes: &selfCopy, count: size)
    |                            `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 25 |     }
 26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
 4 |
 5 | // MARK: - AdditiveArithmetic Conformance
 6 | extension CGPoint: AdditiveArithmetic {
   | |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
 8 |         lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension DispatchTimeInterval: Codable {
   | |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     enum CodingKeys: String, CodingKey {
 7 |         case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 14 |
 15 |         var mutableCopy = value
 16 |         replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
    |                                                                     `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 17 |     }
 18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 22 |         var selfCopy = self
 23 |         let size = MemoryLayout<Self>.size
 24 |         return Data(bytes: &selfCopy, count: size)
    |                            `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 25 |     }
 26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
 4 |
 5 | // MARK: - AdditiveArithmetic Conformance
 6 | extension CGPoint: AdditiveArithmetic {
   | |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
 8 |         lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension DispatchTimeInterval: Codable {
   | |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     enum CodingKeys: String, CodingKey {
 7 |         case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 14 |
 15 |         var mutableCopy = value
 16 |         replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
    |                                                                     `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 17 |     }
 18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 22 |         var selfCopy = self
 23 |         let size = MemoryLayout<Self>.size
 24 |         return Data(bytes: &selfCopy, count: size)
    |                            `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 25 |     }
 26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
 4 |
 5 | // MARK: - AdditiveArithmetic Conformance
 6 | extension CGPoint: AdditiveArithmetic {
   | |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
 8 |         lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 3 | import Foundation
 4 |
 5 | extension DispatchTimeInterval: Codable {
   | |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     enum CodingKeys: String, CodingKey {
 7 |         case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 14 |
 15 |         var mutableCopy = value
 16 |         replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
    |                                                                     `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 17 |     }
 18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 22 |         var selfCopy = self
 23 |         let size = MemoryLayout<Self>.size
 24 |         return Data(bytes: &selfCopy, count: size)
    |                            `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
 25 |     }
 26 | }
[195/229] Compiling FoundationExtensions Localizable.generated.swift
[196/229] Compiling FoundationExtensions Prism.generated.swift
[197/229] Compiling FoundationExtensions TypeErase.generated.abstract.swift
[198/229] Compiling FoundationExtensions TypeErase.generated.swift
[199/229] Compiling FoundationExtensions TimerProtocol.swift
[200/229] Compiling FoundationExtensions AggregratedError.swift
[201/229] Compiling FoundationExtensions Emptyable.swift
[202/229] Compiling FoundationExtensions Mergeable.swift
[203/229] Compiling FoundationExtensions MutableParameter.swift
[204/229] Compiling FoundationExtensions OSLog.swift
[205/229] Compiling FoundationExtensions TypePathConvertible.swift
[227/229] Write Objects.LinkFileList
[228/229] Linking libFoundationExtensionsDynamic.dylib
BUILD FAILURE 6.3 macosSpm