Build Information
Failed to build FoundationExtensions, reference master (a14cd7), with Swift 6.0 for macOS (SPM) on 2 Feb 2026 19:52:27 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/teufelaudio/FoundationExtensions.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/teufelaudio/FoundationExtensions
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at a14cd7a More gating / cleanup (#71)
Cloned https://github.com/teufelaudio/FoundationExtensions.git
Revision (git rev-parse @):
a14cd7aa848c831661a8cc18b1c9d0b2551e7aba
SUCCESS checkout https://github.com/teufelaudio/FoundationExtensions.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/teufelaudio/FoundationExtensions.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[2/5] Write swift-version-5BDAB9E9C0126B9D.txt
[4/207] 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 |
[5/218] 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 |
[6/229] Compiling FoundationExtensions 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 |
[7/229] Compiling FoundationExtensions 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 |
[8/229] Compiling FoundationExtensions 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 |
[9/229] Compiling FoundationExtensions 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 |
[10/229] Compiling FoundationExtensions 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 |
[11/229] Compiling FoundationExtensions 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 |
[12/229] Compiling FoundationExtensions 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 |
[13/229] Compiling FoundationExtensions 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 |
[14/229] Compiling FoundationExtensions 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 |
[15/229] Compiling FoundationExtensions 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 |
[16/229] Compiling FoundationExtensions 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/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/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/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/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/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/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/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/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/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/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/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 |
[28/229] Compiling FoundationExtensionsDynamic Dictionary+Extensions.swift
[29/229] Compiling FoundationExtensionsDynamic FileManager+Extensions.swift
[30/229] Compiling FoundationExtensionsDynamic MoveFile.swift
[31/229] Compiling FoundationExtensionsDynamic ReadFileContents.swift
[32/229] Compiling FoundationExtensionsDynamic Composition.swift
[33/229] Compiling FoundationExtensionsDynamic FPUtils.swift
[34/229] Compiling FoundationExtensions Optional+Extensions.swift
[35/229] Compiling FoundationExtensionsDynamic Operators.swift
[36/229] Compiling FoundationExtensionsDynamic L10n.swift
[37/229] Compiling FoundationExtensionsDynamic Localizable.swift
[38/229] Compiling FoundationExtensionsDynamic Localizer.swift
[39/229] Compiling FoundationExtensions Sequence+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
[40/229] Compiling FoundationExtensions String+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
[41/229] Compiling FoundationExtensions AnyPublisher+Create.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
[42/229] Compiling FoundationExtensions Combine+SinkBlocking.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
[43/229] Compiling FoundationExtensions Completion+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
[44/229] Compiling FoundationExtensionsDynamic Array+AppendUnique.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
[45/229] Compiling FoundationExtensionsDynamic Array+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
[46/229] Compiling FoundationExtensionsDynamic Array+Identifiable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
[47/229] Compiling FoundationExtensionsDynamic Array+LeftRightOf.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
[48/229] Compiling FoundationExtensions Publisher+EraseFailureToError.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
[49/229] Compiling FoundationExtensions Publisher+FlatMapResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
[50/229] Compiling FoundationExtensionsDynamic Reader+Collection.swift
[51/229] Compiling FoundationExtensionsDynamic ResultType+AssociatedValues.swift
[52/229] Compiling FoundationExtensionsDynamic ResultType+Codable.swift
[53/229] Compiling FoundationExtensionsDynamic ResultType+CustomStringConvertible.swift
[54/229] Compiling FoundationExtensionsDynamic ResultType+Fold.swift
[55/229] Compiling FoundationExtensionsDynamic ResultType+Map.swift
[56/229] Compiling FoundationExtensionsDynamic ResultType+Recoverable.swift
[57/229] Compiling FoundationExtensionsDynamic ResultType+Sequence.swift
[58/229] Compiling FoundationExtensionsDynamic ResultType+Traverse.swift
[59/229] Compiling FoundationExtensionsDynamic ResultType.swift
[60/229] Compiling FoundationExtensionsDynamic RuntimeWarning.swift
[61/229] Compiling FoundationExtensionsDynamic EnumCodable.generated.swift
[62/229] Compiling FoundationExtensionsDynamic BinaryFloatingPoint+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 |
[63/229] Compiling FoundationExtensionsDynamic UInt+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 |
[64/229] Compiling FoundationExtensionsDynamic UInt16+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 |
[65/229] Compiling FoundationExtensions Publisher+Zip.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 |
[66/229] Compiling FoundationExtensionsDynamic UInt64+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 |
[67/229] Compiling FoundationExtensionsDynamic UInt8+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 |
[68/229] Compiling FoundationExtensions Publishers+PrependLatest.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 |
[69/229] Compiling FoundationExtensionsDynamic Optional+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 |
[70/229] Compiling FoundationExtensionsDynamic Optional+Fold.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 |
[71/229] Compiling FoundationExtensionsDynamic Optional+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 |
[72/229] Compiling FoundationExtensionsDynamic Optional+Zip.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 |
[73/229] Compiling FoundationExtensions Reader+Map.swift
/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
[74/229] Compiling FoundationExtensions Reader+Publisher.swift
/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
[75/229] Compiling FoundationExtensions Reader+Pure.swift
/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
[76/229] Compiling FoundationExtensions Reader+ResultType.swift
/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
[77/229] Compiling FoundationExtensions Reader+Zip.swift
/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
[78/229] Compiling FoundationExtensions Reader.swift
/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
[79/229] Compiling FoundationExtensions Result+Promise.swift
/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
[80/229] Compiling FoundationExtensions Result+Pure.swift
/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
[81/229] Compiling FoundationExtensions Result+ResultType.swift
/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
[82/229] Compiling FoundationExtensions Result+Zip.swift
/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
[83/229] Compiling FoundationExtensions ResultConvertibleType.swift
/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
[84/229] Compiling FoundationExtensionsDynamic Double+Extensions.swift
[85/229] Compiling FoundationExtensionsDynamic Duration+Extensions.swift
[86/229] Compiling FoundationExtensionsDynamic Float+Extensions.swift
[87/229] Compiling FoundationExtensionsDynamic Int+Extensions.swift
[88/229] Compiling FoundationExtensionsDynamic Int16+Extensions.swift
[89/229] Compiling FoundationExtensions Int32+Extensions.swift
[90/229] Compiling FoundationExtensions Int64+Extensions.swift
[91/229] Compiling FoundationExtensions NSNumber+Extensions.swift
[92/229] Compiling FoundationExtensions Numeric+Extensions.swift
[93/229] Compiling FoundationExtensions SignedStringConvertible.swift
[94/229] Compiling FoundationExtensions TimeInterval+Extensions.swift
/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 |
[117/229] Compiling FoundationExtensions Locale+Extensions.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 | }
[118/229] Compiling FoundationExtensions CGFloat+Extensions.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 | }
[119/229] Compiling FoundationExtensions CGPoint+Extensions.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 | }
[120/229] Compiling FoundationExtensions CGSize+Extensions.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 | }
[121/229] Compiling FoundationExtensions Data+Extensions.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 | }
[122/229] Compiling FoundationExtensions Data+MD5.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 | }
[123/229] Compiling FoundationExtensions Data+Matches.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 | }
[124/229] Compiling FoundationExtensions DispatchTimeInterval+Codable.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 | }
[125/229] Compiling FoundationExtensions DispatchTimeInterval+Prism.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 | }
[126/229] Compiling FoundationExtensions DispatchTimeInterval+TimeInterval.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 | }
[127/229] Compiling FoundationExtensions FileExists.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 | }
[128/229] Compiling FoundationExtensions FileManager+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:62:43: error: cannot find 'FoundationExtensions' in scope
60 | _ second: @escaping (E2) -> Second)
61 | -> Reader<E2, Value> where Environment == (First, Second) {
62 | return contramapEnvironment { FoundationExtensions.zip(first, second)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
63 | }
64 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:70:43: error: cannot find 'FoundationExtensions' in scope
68 | _ third: @escaping (E2) -> Third)
69 | -> Reader<E2, Value> where Environment == (First, Second, Third) {
70 | return contramapEnvironment { FoundationExtensions.zip(first, second, third)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
71 | }
72 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:79:43: error: cannot find 'FoundationExtensions' in scope
77 | _ fourth: @escaping (E2) -> Fourth)
78 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth) {
79 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
80 | }
81 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:89:43: error: cannot find 'FoundationExtensions' in scope
87 | _ fifth: @escaping (E2) -> Fifth)
88 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth) {
89 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
90 | }
91 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:100:43: error: cannot find 'FoundationExtensions' in scope
98 | _ sixth: @escaping (E2) -> Sixth)
99 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth, Sixth) {
100 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth, sixth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:85:9: error: cannot find 'FoundationExtensions' in scope
83 | _ r2: OriginResult
84 | ) -> Result<(OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
85 | FoundationExtensions.zip(r1, r2)
| `- error: cannot find 'FoundationExtensions' in scope
86 | }
87 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:100:9: error: cannot find 'FoundationExtensions' in scope
98 | _ r3: OriginResult
99 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
100 | FoundationExtensions.zip(r1, r2, r3)
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:117:9: error: cannot find 'FoundationExtensions' in scope
115 | _ r4: OriginResult
116 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
117 | FoundationExtensions.zip(r1, r2, r3, r4)
| `- error: cannot find 'FoundationExtensions' in scope
118 | }
119 | }
[129/229] Compiling FoundationExtensions MoveFile.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/229] Compiling FoundationExtensions ReadFileContents.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/229] Compiling FoundationExtensions Composition.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/229] Compiling FoundationExtensions FPUtils.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/229] Compiling FoundationExtensions Function+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/229] Compiling FoundationExtensions Operators.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/229] Compiling FoundationExtensions L10n.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 | }
[136/229] Compiling FoundationExtensions Localizable.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 | }
[137/229] Compiling FoundationExtensions Localizer.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 | }
[138/229] Compiling FoundationExtensions BinaryFloatingPoint+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:62:43: error: cannot find 'FoundationExtensions' in scope
60 | _ second: @escaping (E2) -> Second)
61 | -> Reader<E2, Value> where Environment == (First, Second) {
62 | return contramapEnvironment { FoundationExtensions.zip(first, second)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
63 | }
64 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:70:43: error: cannot find 'FoundationExtensions' in scope
68 | _ third: @escaping (E2) -> Third)
69 | -> Reader<E2, Value> where Environment == (First, Second, Third) {
70 | return contramapEnvironment { FoundationExtensions.zip(first, second, third)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
71 | }
72 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:79:43: error: cannot find 'FoundationExtensions' in scope
77 | _ fourth: @escaping (E2) -> Fourth)
78 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth) {
79 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
80 | }
81 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:89:43: error: cannot find 'FoundationExtensions' in scope
87 | _ fifth: @escaping (E2) -> Fifth)
88 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth) {
89 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
90 | }
91 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:100:43: error: cannot find 'FoundationExtensions' in scope
98 | _ sixth: @escaping (E2) -> Sixth)
99 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth, Sixth) {
100 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth, sixth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:85:9: error: cannot find 'FoundationExtensions' in scope
83 | _ r2: OriginResult
84 | ) -> Result<(OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
85 | FoundationExtensions.zip(r1, r2)
| `- error: cannot find 'FoundationExtensions' in scope
86 | }
87 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:100:9: error: cannot find 'FoundationExtensions' in scope
98 | _ r3: OriginResult
99 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
100 | FoundationExtensions.zip(r1, r2, r3)
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:117:9: error: cannot find 'FoundationExtensions' in scope
115 | _ r4: OriginResult
116 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
117 | FoundationExtensions.zip(r1, r2, r3, r4)
| `- error: cannot find 'FoundationExtensions' in scope
118 | }
119 | }
/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 | }
/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 | }
/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 | }
/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 | }
/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 | }
/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 | }
/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 | }
/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 | }
/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 | }
/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 | }
/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/229] Compiling FoundationExtensions Localizable.generated.swift
[151/229] Compiling FoundationExtensions Prism.generated.swift
[152/229] Compiling FoundationExtensions TypeErase.generated.abstract.swift
[153/229] Compiling FoundationExtensions TypeErase.generated.swift
[154/229] Compiling FoundationExtensions TimerProtocol.swift
[155/229] Compiling FoundationExtensions AggregratedError.swift
[156/229] Compiling FoundationExtensions Emptyable.swift
[157/229] Compiling FoundationExtensions Mergeable.swift
[158/229] Compiling FoundationExtensions MutableParameter.swift
[159/229] Compiling FoundationExtensions OSLog.swift
[160/229] Compiling FoundationExtensions TypePathConvertible.swift
BUILD FAILURE 6.0 macosSpm