The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FoundationExtensions, reference v2.0.8 (a14cd7), with Swift 6.1 for macOS (SPM) on 3 Feb 2026 03:55:09 UTC.

Build Command

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

Build Log

 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 | }
/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 | }
/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 | }
/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 | }
/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 | }
[227/229] Write Objects.LinkFileList
[228/229] Linking libFoundationExtensionsDynamic.dylib
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
[2/205] Compiling FoundationExtensionsDynamic UInt+Extensions.swift
[3/205] Compiling FoundationExtensionsDynamic UInt16+Extensions.swift
[4/205] Compiling FoundationExtensionsDynamic UInt32+Extensions.swift
[5/205] Compiling FoundationExtensionsDynamic UInt64+Extensions.swift
[6/205] Compiling FoundationExtensionsDynamic UInt8+Extensions.swift
[7/205] Compiling FoundationExtensionsDynamic Optional+AssociatedValues.swift
[8/205] Compiling FoundationExtensionsDynamic Optional+Extensions.swift
[9/205] Compiling FoundationExtensionsDynamic Optional+Fold.swift
[10/205] Compiling FoundationExtensionsDynamic Optional+Traverse.swift
[11/205] Compiling FoundationExtensionsDynamic Optional+Zip.swift
[12/205] Compiling FoundationExtensionsDynamic Reader+Collection.swift
[13/206] Compiling FoundationExtensionsDynamic Double+Extensions.swift
[14/207] Compiling FoundationExtensionsDynamic Duration+Extensions.swift
[15/207] Compiling FoundationExtensionsDynamic Float+Extensions.swift
[16/207] Compiling FoundationExtensionsDynamic Int+Extensions.swift
[17/207] Compiling FoundationExtensionsDynamic Int16+Extensions.swift
[18/207] Compiling FoundationExtensionsDynamic Int32+Extensions.swift
[19/207] Compiling FoundationExtensionsDynamic Int64+Extensions.swift
[20/207] Compiling FoundationExtensionsDynamic NSNumber+Extensions.swift
[21/207] Compiling FoundationExtensionsDynamic Numeric+Extensions.swift
[22/207] Compiling FoundationExtensionsDynamic SignedStringConvertible.swift
[23/207] Compiling FoundationExtensionsDynamic TimeInterval+Extensions.swift
[24/227] Compiling FoundationExtensionsDynamic AccessibilityIdentifiable.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 |
[25/227] Compiling FoundationExtensionsDynamic AccessibilityIdentifier.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 |
[26/227] Compiling FoundationExtensionsDynamic AnyEncodable.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 |
[27/227] Compiling FoundationExtensionsDynamic Never+Extensions.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 |
[28/227] Compiling FoundationExtensionsDynamic Transient.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 |
[29/227] Compiling FoundationExtensionsDynamic Array+AppendUnique.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 |
[30/227] Compiling FoundationExtensionsDynamic Array+Extensions.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 |
[31/227] Compiling FoundationExtensionsDynamic Array+Identifiable.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 |
[32/227] Compiling FoundationExtensionsDynamic Array+LeftRightOf.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 |
[33/227] Compiling FoundationExtensionsDynamic Collection+Extensions.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 |
[34/227] Compiling FoundationExtensionsDynamic Collection+Traverse.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 |
[46/227] Compiling FoundationExtensionsDynamic Dictionary+Extensions.swift
[47/227] 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 |
[48/227] 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 |
[49/227] 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 |
[50/227] 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 |
[51/227] Compiling FoundationExtensionsDynamic Publishers+CombineLatest.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 |
[52/227] Compiling FoundationExtensionsDynamic 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 |
[53/227] Compiling FoundationExtensionsDynamic 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 |
[54/227] Compiling FoundationExtensionsDynamic 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 |
[55/227] Compiling FoundationExtensionsDynamic 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 |
[56/227] Compiling FoundationExtensionsDynamic 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 |
[57/227] Compiling FoundationExtensionsDynamic 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 |
[69/227] Compiling FoundationExtensionsDynamic FileManager+Extensions.swift
[70/227] Compiling FoundationExtensionsDynamic MoveFile.swift
[71/227] Compiling FoundationExtensionsDynamic ReadFileContents.swift
[72/227] Compiling FoundationExtensionsDynamic Composition.swift
[73/227] Compiling FoundationExtensionsDynamic FPUtils.swift
[74/227] Compiling FoundationExtensionsDynamic Function+Zip.swift
[75/227] Compiling FoundationExtensionsDynamic Operators.swift
[76/227] Compiling FoundationExtensionsDynamic L10n.swift
[77/227] Compiling FoundationExtensionsDynamic Localizable.swift
[78/227] Compiling FoundationExtensionsDynamic Localizer.swift
[79/227] Compiling FoundationExtensionsDynamic BinaryFloatingPoint+Extensions.swift
[80/227] Compiling FoundationExtensionsDynamic ResultType+AssociatedValues.swift
/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 |
[81/227] Compiling FoundationExtensionsDynamic ResultType+Codable.swift
/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 |
[82/227] Compiling FoundationExtensionsDynamic ResultType+CustomStringConvertible.swift
/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 |
[83/227] Compiling FoundationExtensionsDynamic ResultType+Fold.swift
/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 |
[84/227] Compiling FoundationExtensionsDynamic ResultType+Map.swift
/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 |
[85/227] Compiling FoundationExtensionsDynamic ResultType+Recoverable.swift
/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 |
[86/227] Compiling FoundationExtensionsDynamic ResultType+Sequence.swift
/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 |
[87/227] Compiling FoundationExtensionsDynamic ResultType+Traverse.swift
/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 |
[88/227] Compiling FoundationExtensionsDynamic ResultType.swift
/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 |
[89/227] Compiling FoundationExtensionsDynamic RuntimeWarning.swift
/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 |
[90/227] Compiling FoundationExtensionsDynamic EnumCodable.generated.swift
/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 |
/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+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+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+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+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+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+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+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+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+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+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 |
[124/227] Compiling FoundationExtensionsDynamic Reader+Map.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 | }
[125/227] Compiling FoundationExtensionsDynamic Reader+Publisher.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 | }
[126/227] Compiling FoundationExtensionsDynamic Reader+Pure.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 | }
[127/227] Compiling FoundationExtensionsDynamic Reader+ResultType.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 | }
[128/227] Compiling FoundationExtensionsDynamic Reader+Zip.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 | }
[129/227] Compiling FoundationExtensionsDynamic Reader.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 | }
[130/227] Compiling FoundationExtensionsDynamic Result+Promise.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 | }
[131/227] Compiling FoundationExtensionsDynamic Result+Pure.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 | }
[132/227] Compiling FoundationExtensionsDynamic Result+ResultType.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 | }
[133/227] Compiling FoundationExtensionsDynamic Result+Zip.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 | }
[134/227] Compiling FoundationExtensionsDynamic ResultConvertibleType.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 | }
[135/227] Emitting module FoundationExtensions
/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/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 |
[136/227] Compiling FoundationExtensionsDynamic Locale+Extensions.swift
[137/227] Compiling FoundationExtensionsDynamic CGFloat+Extensions.swift
[138/227] Compiling FoundationExtensionsDynamic CGPoint+Extensions.swift
[139/227] Compiling FoundationExtensionsDynamic CGSize+Extensions.swift
[140/227] Compiling FoundationExtensionsDynamic Data+Extensions.swift
[141/227] Compiling FoundationExtensionsDynamic Data+MD5.swift
[142/227] Compiling FoundationExtensionsDynamic Data+Matches.swift
[143/227] Compiling FoundationExtensionsDynamic DispatchTimeInterval+Codable.swift
[144/227] Compiling FoundationExtensionsDynamic DispatchTimeInterval+Prism.swift
[145/227] Compiling FoundationExtensionsDynamic DispatchTimeInterval+TimeInterval.swift
[146/227] Compiling FoundationExtensionsDynamic FileExists.swift
[147/227] Compiling FoundationExtensionsDynamic Sequence+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/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 | }
[148/227] Compiling FoundationExtensionsDynamic String+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/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 | }
[149/227] Compiling FoundationExtensionsDynamic AnyPublisher+Create.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/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 | }
[150/227] Compiling FoundationExtensionsDynamic Combine+SinkBlocking.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/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 | }
[151/227] Compiling FoundationExtensionsDynamic Completion+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/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 | }
[152/227] Compiling FoundationExtensionsDynamic Promise+Operators.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/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 | }
[153/227] Compiling FoundationExtensionsDynamic Promise.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/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 | }
[154/227] Compiling FoundationExtensionsDynamic PromiseGate.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/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 | }
[155/227] Compiling FoundationExtensionsDynamic Publisher+Debug.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/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 | }
[156/227] Compiling FoundationExtensionsDynamic Publisher+EraseFailureToError.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/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 | }
[157/227] Compiling FoundationExtensionsDynamic Publisher+FlatMapResult.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/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 | }
[158/227] Emitting module FoundationExtensionsDynamic
/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/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 |
/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/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 |
[159/227] Compiling FoundationExtensions Localizable.generated.swift
[160/227] Compiling FoundationExtensions Prism.generated.swift
[161/227] Compiling FoundationExtensions TypeErase.generated.abstract.swift
[162/227] Compiling FoundationExtensions TypeErase.generated.swift
[163/227] Compiling FoundationExtensions TimerProtocol.swift
[164/227] Compiling FoundationExtensions AggregratedError.swift
[165/227] Compiling FoundationExtensions Emptyable.swift
[166/227] Compiling FoundationExtensions Mergeable.swift
[167/227] Compiling FoundationExtensions MutableParameter.swift
[168/227] Compiling FoundationExtensions OSLog.swift
[169/227] Compiling FoundationExtensions TypePathConvertible.swift
/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/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/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/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/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/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/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/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/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/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/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/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/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/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
BUILD FAILURE 6.1 macosSpm