Build Information
Failed to build FoundationExtensions, reference master (a14cd7), with Swift 6.1 for macOS (SPM) on 2 Feb 2026 19:52:36 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
14 |
15 | var mutableCopy = value
16 | replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
14 |
15 | var mutableCopy = value
16 | replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
14 |
15 | var mutableCopy = value
16 | replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
14 |
15 | var mutableCopy = value
16 | replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
14 |
15 | var mutableCopy = value
16 | replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
14 |
15 | var mutableCopy = value
16 | replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
14 |
15 | var mutableCopy = value
16 | replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
14 |
15 | var mutableCopy = value
16 | replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
[183/229] Compiling FoundationExtensions Double+Extensions.swift
[184/229] Compiling FoundationExtensions Duration+Extensions.swift
[185/229] Compiling FoundationExtensions Float+Extensions.swift
[186/229] Compiling FoundationExtensions Int+Extensions.swift
[187/229] Compiling FoundationExtensions Int16+Extensions.swift
[188/229] Compiling FoundationExtensions Int32+Extensions.swift
[189/229] Compiling FoundationExtensions Int64+Extensions.swift
[190/229] Compiling FoundationExtensions NSNumber+Extensions.swift
[191/229] Compiling FoundationExtensions Numeric+Extensions.swift
[192/229] Compiling FoundationExtensions SignedStringConvertible.swift
[193/229] Compiling FoundationExtensions TimeInterval+Extensions.swift
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
[2/205] Compiling FoundationExtensions Publisher+Promise.swift
[3/205] Compiling FoundationExtensions Publisher+ScanIntoUnique.swift
[4/205] Compiling FoundationExtensions Publisher+Traverse.swift
[5/205] Compiling FoundationExtensions Publisher+Zip.swift
[6/205] Compiling FoundationExtensions Publishers+CombineLatest.swift
[7/205] Compiling FoundationExtensions Publishers+FlatMapLatest.swift
[8/205] Compiling FoundationExtensions Publishers+PrependLatest.swift
[9/205] Compiling FoundationExtensions SingleAssignmentCancellable.swift
[10/205] Compiling FoundationExtensions Comparable+Extensions.swift
[11/205] Compiling FoundationExtensions Strideable+Extensions.swift
[12/205] Compiling FoundationExtensions AsyncSequence.swift
[13/205] Compiling FoundationExtensions ResultType+AssociatedValues.swift
[14/216] Compiling FoundationExtensionsDynamic UInt+Extensions.swift
[15/216] Compiling FoundationExtensionsDynamic UInt16+Extensions.swift
[16/216] Compiling FoundationExtensions Composition.swift
[17/216] Compiling FoundationExtensions FPUtils.swift
[18/216] Compiling FoundationExtensions Function+Zip.swift
[19/216] Compiling FoundationExtensions Operators.swift
[20/216] Compiling FoundationExtensions L10n.swift
[21/216] Compiling FoundationExtensions Localizable.swift
[22/216] Compiling FoundationExtensions Localizer.swift
[23/216] Compiling FoundationExtensions BinaryFloatingPoint+Extensions.swift
[24/216] Compiling FoundationExtensions Reader+Map.swift
[25/216] Compiling FoundationExtensions UInt+Extensions.swift
[26/216] Compiling FoundationExtensionsDynamic MoveFile.swift
[27/216] Compiling FoundationExtensionsDynamic ReadFileContents.swift
[28/216] Compiling FoundationExtensionsDynamic Composition.swift
[29/216] Compiling FoundationExtensionsDynamic FPUtils.swift
[30/216] Compiling FoundationExtensionsDynamic Function+Zip.swift
[31/216] Compiling FoundationExtensionsDynamic Operators.swift
[32/216] Compiling FoundationExtensionsDynamic L10n.swift
[33/216] Compiling FoundationExtensionsDynamic Localizable.swift
[34/216] Compiling FoundationExtensionsDynamic Localizer.swift
[35/216] Compiling FoundationExtensionsDynamic BinaryFloatingPoint+Extensions.swift
[36/227] Compiling FoundationExtensionsDynamic Publisher+Promise.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
[37/227] Compiling FoundationExtensionsDynamic Publisher+ScanIntoUnique.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
[38/227] Compiling FoundationExtensionsDynamic Publisher+Traverse.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
[39/227] Compiling FoundationExtensionsDynamic Publisher+Zip.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
[40/227] Compiling FoundationExtensionsDynamic Publishers+CombineLatest.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
[41/227] Compiling FoundationExtensionsDynamic Publishers+FlatMapLatest.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
[42/227] Compiling FoundationExtensionsDynamic Publishers+PrependLatest.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
[43/227] Compiling FoundationExtensionsDynamic SingleAssignmentCancellable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
[44/227] Compiling FoundationExtensionsDynamic Comparable+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
[45/227] Compiling FoundationExtensionsDynamic Strideable+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
[46/227] Compiling FoundationExtensionsDynamic AsyncSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
[48/227] Compiling FoundationExtensions Reader+Publisher.swift
[49/227] Compiling FoundationExtensions Reader+Pure.swift
[50/227] Compiling FoundationExtensions Reader+ResultType.swift
[51/227] Compiling FoundationExtensions Reader+Zip.swift
[52/227] Compiling FoundationExtensions Reader.swift
[53/227] Compiling FoundationExtensions Result+Promise.swift
[54/227] Compiling FoundationExtensions Result+Pure.swift
[55/227] Compiling FoundationExtensions Result+ResultType.swift
[56/227] Compiling FoundationExtensions Result+Zip.swift
[57/227] Compiling FoundationExtensions ResultConvertibleType.swift
[58/227] Compiling FoundationExtensions AccessibilityIdentifiable.swift
[59/227] Compiling FoundationExtensions AccessibilityIdentifier.swift
[60/227] Compiling FoundationExtensions AnyEncodable.swift
[61/227] Compiling FoundationExtensions Never+Extensions.swift
[62/227] Compiling FoundationExtensions Transient.swift
[63/227] Compiling FoundationExtensions Array+AppendUnique.swift
[64/227] Compiling FoundationExtensions Array+Extensions.swift
[65/227] Compiling FoundationExtensions Array+Identifiable.swift
[66/227] Compiling FoundationExtensions Array+LeftRightOf.swift
[67/227] Compiling FoundationExtensions Collection+Extensions.swift
[68/227] Compiling FoundationExtensions Collection+Traverse.swift
[69/227] Compiling FoundationExtensions Dictionary+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 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:62:43: error: cannot find 'FoundationExtensions' in scope
60 | _ second: @escaping (E2) -> Second)
61 | -> Reader<E2, Value> where Environment == (First, Second) {
62 | return contramapEnvironment { FoundationExtensions.zip(first, second)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
63 | }
64 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:70:43: error: cannot find 'FoundationExtensions' in scope
68 | _ third: @escaping (E2) -> Third)
69 | -> Reader<E2, Value> where Environment == (First, Second, Third) {
70 | return contramapEnvironment { FoundationExtensions.zip(first, second, third)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
71 | }
72 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:79:43: error: cannot find 'FoundationExtensions' in scope
77 | _ fourth: @escaping (E2) -> Fourth)
78 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth) {
79 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
80 | }
81 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:89:43: error: cannot find 'FoundationExtensions' in scope
87 | _ fifth: @escaping (E2) -> Fifth)
88 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth) {
89 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
90 | }
91 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:100:43: error: cannot find 'FoundationExtensions' in scope
98 | _ sixth: @escaping (E2) -> Sixth)
99 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth, Sixth) {
100 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth, sixth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:85:9: error: cannot find 'FoundationExtensions' in scope
83 | _ r2: OriginResult
84 | ) -> Result<(OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
85 | FoundationExtensions.zip(r1, r2)
| `- error: cannot find 'FoundationExtensions' in scope
86 | }
87 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:100:9: error: cannot find 'FoundationExtensions' in scope
98 | _ r3: OriginResult
99 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
100 | FoundationExtensions.zip(r1, r2, r3)
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:117:9: error: cannot find 'FoundationExtensions' in scope
115 | _ r4: OriginResult
116 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
117 | FoundationExtensions.zip(r1, r2, r3, r4)
| `- error: cannot find 'FoundationExtensions' in scope
118 | }
119 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:62:43: error: cannot find 'FoundationExtensions' in scope
60 | _ second: @escaping (E2) -> Second)
61 | -> Reader<E2, Value> where Environment == (First, Second) {
62 | return contramapEnvironment { FoundationExtensions.zip(first, second)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
63 | }
64 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:70:43: error: cannot find 'FoundationExtensions' in scope
68 | _ third: @escaping (E2) -> Third)
69 | -> Reader<E2, Value> where Environment == (First, Second, Third) {
70 | return contramapEnvironment { FoundationExtensions.zip(first, second, third)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
71 | }
72 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:79:43: error: cannot find 'FoundationExtensions' in scope
77 | _ fourth: @escaping (E2) -> Fourth)
78 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth) {
79 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
80 | }
81 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:89:43: error: cannot find 'FoundationExtensions' in scope
87 | _ fifth: @escaping (E2) -> Fifth)
88 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth) {
89 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
90 | }
91 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:100:43: error: cannot find 'FoundationExtensions' in scope
98 | _ sixth: @escaping (E2) -> Sixth)
99 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth, Sixth) {
100 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth, sixth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:85:9: error: cannot find 'FoundationExtensions' in scope
83 | _ r2: OriginResult
84 | ) -> Result<(OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
85 | FoundationExtensions.zip(r1, r2)
| `- error: cannot find 'FoundationExtensions' in scope
86 | }
87 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:100:9: error: cannot find 'FoundationExtensions' in scope
98 | _ r3: OriginResult
99 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
100 | FoundationExtensions.zip(r1, r2, r3)
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:117:9: error: cannot find 'FoundationExtensions' in scope
115 | _ r4: OriginResult
116 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
117 | FoundationExtensions.zip(r1, r2, r3, r4)
| `- error: cannot find 'FoundationExtensions' in scope
118 | }
119 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:62:43: error: cannot find 'FoundationExtensions' in scope
60 | _ second: @escaping (E2) -> Second)
61 | -> Reader<E2, Value> where Environment == (First, Second) {
62 | return contramapEnvironment { FoundationExtensions.zip(first, second)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
63 | }
64 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:70:43: error: cannot find 'FoundationExtensions' in scope
68 | _ third: @escaping (E2) -> Third)
69 | -> Reader<E2, Value> where Environment == (First, Second, Third) {
70 | return contramapEnvironment { FoundationExtensions.zip(first, second, third)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
71 | }
72 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:79:43: error: cannot find 'FoundationExtensions' in scope
77 | _ fourth: @escaping (E2) -> Fourth)
78 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth) {
79 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
80 | }
81 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:89:43: error: cannot find 'FoundationExtensions' in scope
87 | _ fifth: @escaping (E2) -> Fifth)
88 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth) {
89 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
90 | }
91 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:100:43: error: cannot find 'FoundationExtensions' in scope
98 | _ sixth: @escaping (E2) -> Sixth)
99 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth, Sixth) {
100 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth, sixth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:85:9: error: cannot find 'FoundationExtensions' in scope
83 | _ r2: OriginResult
84 | ) -> Result<(OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
85 | FoundationExtensions.zip(r1, r2)
| `- error: cannot find 'FoundationExtensions' in scope
86 | }
87 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:100:9: error: cannot find 'FoundationExtensions' in scope
98 | _ r3: OriginResult
99 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
100 | FoundationExtensions.zip(r1, r2, r3)
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:117:9: error: cannot find 'FoundationExtensions' in scope
115 | _ r4: OriginResult
116 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
117 | FoundationExtensions.zip(r1, r2, r3, r4)
| `- error: cannot find 'FoundationExtensions' in scope
118 | }
119 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:62:43: error: cannot find 'FoundationExtensions' in scope
60 | _ second: @escaping (E2) -> Second)
61 | -> Reader<E2, Value> where Environment == (First, Second) {
62 | return contramapEnvironment { FoundationExtensions.zip(first, second)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
63 | }
64 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:70:43: error: cannot find 'FoundationExtensions' in scope
68 | _ third: @escaping (E2) -> Third)
69 | -> Reader<E2, Value> where Environment == (First, Second, Third) {
70 | return contramapEnvironment { FoundationExtensions.zip(first, second, third)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
71 | }
72 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:79:43: error: cannot find 'FoundationExtensions' in scope
77 | _ fourth: @escaping (E2) -> Fourth)
78 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth) {
79 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
80 | }
81 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:89:43: error: cannot find 'FoundationExtensions' in scope
87 | _ fifth: @escaping (E2) -> Fifth)
88 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth) {
89 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
90 | }
91 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:100:43: error: cannot find 'FoundationExtensions' in scope
98 | _ sixth: @escaping (E2) -> Sixth)
99 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth, Sixth) {
100 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth, sixth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:85:9: error: cannot find 'FoundationExtensions' in scope
83 | _ r2: OriginResult
84 | ) -> Result<(OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
85 | FoundationExtensions.zip(r1, r2)
| `- error: cannot find 'FoundationExtensions' in scope
86 | }
87 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:100:9: error: cannot find 'FoundationExtensions' in scope
98 | _ r3: OriginResult
99 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
100 | FoundationExtensions.zip(r1, r2, r3)
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:117:9: error: cannot find 'FoundationExtensions' in scope
115 | _ r4: OriginResult
116 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
117 | FoundationExtensions.zip(r1, r2, r3, r4)
| `- error: cannot find 'FoundationExtensions' in scope
118 | }
119 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:62:43: error: cannot find 'FoundationExtensions' in scope
60 | _ second: @escaping (E2) -> Second)
61 | -> Reader<E2, Value> where Environment == (First, Second) {
62 | return contramapEnvironment { FoundationExtensions.zip(first, second)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
63 | }
64 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:70:43: error: cannot find 'FoundationExtensions' in scope
68 | _ third: @escaping (E2) -> Third)
69 | -> Reader<E2, Value> where Environment == (First, Second, Third) {
70 | return contramapEnvironment { FoundationExtensions.zip(first, second, third)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
71 | }
72 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:79:43: error: cannot find 'FoundationExtensions' in scope
77 | _ fourth: @escaping (E2) -> Fourth)
78 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth) {
79 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
80 | }
81 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:89:43: error: cannot find 'FoundationExtensions' in scope
87 | _ fifth: @escaping (E2) -> Fifth)
88 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth) {
89 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
90 | }
91 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:100:43: error: cannot find 'FoundationExtensions' in scope
98 | _ sixth: @escaping (E2) -> Sixth)
99 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth, Sixth) {
100 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth, sixth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:85:9: error: cannot find 'FoundationExtensions' in scope
83 | _ r2: OriginResult
84 | ) -> Result<(OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
85 | FoundationExtensions.zip(r1, r2)
| `- error: cannot find 'FoundationExtensions' in scope
86 | }
87 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:100:9: error: cannot find 'FoundationExtensions' in scope
98 | _ r3: OriginResult
99 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
100 | FoundationExtensions.zip(r1, r2, r3)
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:117:9: error: cannot find 'FoundationExtensions' in scope
115 | _ r4: OriginResult
116 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
117 | FoundationExtensions.zip(r1, r2, r3, r4)
| `- error: cannot find 'FoundationExtensions' in scope
118 | }
119 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:62:43: error: cannot find 'FoundationExtensions' in scope
60 | _ second: @escaping (E2) -> Second)
61 | -> Reader<E2, Value> where Environment == (First, Second) {
62 | return contramapEnvironment { FoundationExtensions.zip(first, second)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
63 | }
64 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:70:43: error: cannot find 'FoundationExtensions' in scope
68 | _ third: @escaping (E2) -> Third)
69 | -> Reader<E2, Value> where Environment == (First, Second, Third) {
70 | return contramapEnvironment { FoundationExtensions.zip(first, second, third)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
71 | }
72 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:79:43: error: cannot find 'FoundationExtensions' in scope
77 | _ fourth: @escaping (E2) -> Fourth)
78 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth) {
79 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
80 | }
81 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:89:43: error: cannot find 'FoundationExtensions' in scope
87 | _ fifth: @escaping (E2) -> Fifth)
88 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth) {
89 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
90 | }
91 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:100:43: error: cannot find 'FoundationExtensions' in scope
98 | _ sixth: @escaping (E2) -> Sixth)
99 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth, Sixth) {
100 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth, sixth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:85:9: error: cannot find 'FoundationExtensions' in scope
83 | _ r2: OriginResult
84 | ) -> Result<(OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
85 | FoundationExtensions.zip(r1, r2)
| `- error: cannot find 'FoundationExtensions' in scope
86 | }
87 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:100:9: error: cannot find 'FoundationExtensions' in scope
98 | _ r3: OriginResult
99 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
100 | FoundationExtensions.zip(r1, r2, r3)
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:117:9: error: cannot find 'FoundationExtensions' in scope
115 | _ r4: OriginResult
116 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
117 | FoundationExtensions.zip(r1, r2, r3, r4)
| `- error: cannot find 'FoundationExtensions' in scope
118 | }
119 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:62:43: error: cannot find 'FoundationExtensions' in scope
60 | _ second: @escaping (E2) -> Second)
61 | -> Reader<E2, Value> where Environment == (First, Second) {
62 | return contramapEnvironment { FoundationExtensions.zip(first, second)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
63 | }
64 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:70:43: error: cannot find 'FoundationExtensions' in scope
68 | _ third: @escaping (E2) -> Third)
69 | -> Reader<E2, Value> where Environment == (First, Second, Third) {
70 | return contramapEnvironment { FoundationExtensions.zip(first, second, third)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
71 | }
72 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:79:43: error: cannot find 'FoundationExtensions' in scope
77 | _ fourth: @escaping (E2) -> Fourth)
78 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth) {
79 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
80 | }
81 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:89:43: error: cannot find 'FoundationExtensions' in scope
87 | _ fifth: @escaping (E2) -> Fifth)
88 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth) {
89 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
90 | }
91 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:100:43: error: cannot find 'FoundationExtensions' in scope
98 | _ sixth: @escaping (E2) -> Sixth)
99 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth, Sixth) {
100 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth, sixth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:85:9: error: cannot find 'FoundationExtensions' in scope
83 | _ r2: OriginResult
84 | ) -> Result<(OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
85 | FoundationExtensions.zip(r1, r2)
| `- error: cannot find 'FoundationExtensions' in scope
86 | }
87 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:100:9: error: cannot find 'FoundationExtensions' in scope
98 | _ r3: OriginResult
99 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
100 | FoundationExtensions.zip(r1, r2, r3)
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:117:9: error: cannot find 'FoundationExtensions' in scope
115 | _ r4: OriginResult
116 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
117 | FoundationExtensions.zip(r1, r2, r3, r4)
| `- error: cannot find 'FoundationExtensions' in scope
118 | }
119 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:62:43: error: cannot find 'FoundationExtensions' in scope
60 | _ second: @escaping (E2) -> Second)
61 | -> Reader<E2, Value> where Environment == (First, Second) {
62 | return contramapEnvironment { FoundationExtensions.zip(first, second)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
63 | }
64 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:70:43: error: cannot find 'FoundationExtensions' in scope
68 | _ third: @escaping (E2) -> Third)
69 | -> Reader<E2, Value> where Environment == (First, Second, Third) {
70 | return contramapEnvironment { FoundationExtensions.zip(first, second, third)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
71 | }
72 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:79:43: error: cannot find 'FoundationExtensions' in scope
77 | _ fourth: @escaping (E2) -> Fourth)
78 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth) {
79 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
80 | }
81 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:89:43: error: cannot find 'FoundationExtensions' in scope
87 | _ fifth: @escaping (E2) -> Fifth)
88 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth) {
89 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
90 | }
91 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:100:43: error: cannot find 'FoundationExtensions' in scope
98 | _ sixth: @escaping (E2) -> Sixth)
99 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth, Sixth) {
100 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth, sixth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:85:9: error: cannot find 'FoundationExtensions' in scope
83 | _ r2: OriginResult
84 | ) -> Result<(OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
85 | FoundationExtensions.zip(r1, r2)
| `- error: cannot find 'FoundationExtensions' in scope
86 | }
87 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:100:9: error: cannot find 'FoundationExtensions' in scope
98 | _ r3: OriginResult
99 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
100 | FoundationExtensions.zip(r1, r2, r3)
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:117:9: error: cannot find 'FoundationExtensions' in scope
115 | _ r4: OriginResult
116 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
117 | FoundationExtensions.zip(r1, r2, r3, r4)
| `- error: cannot find 'FoundationExtensions' in scope
118 | }
119 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:62:43: error: cannot find 'FoundationExtensions' in scope
60 | _ second: @escaping (E2) -> Second)
61 | -> Reader<E2, Value> where Environment == (First, Second) {
62 | return contramapEnvironment { FoundationExtensions.zip(first, second)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
63 | }
64 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:70:43: error: cannot find 'FoundationExtensions' in scope
68 | _ third: @escaping (E2) -> Third)
69 | -> Reader<E2, Value> where Environment == (First, Second, Third) {
70 | return contramapEnvironment { FoundationExtensions.zip(first, second, third)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
71 | }
72 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:79:43: error: cannot find 'FoundationExtensions' in scope
77 | _ fourth: @escaping (E2) -> Fourth)
78 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth) {
79 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
80 | }
81 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:89:43: error: cannot find 'FoundationExtensions' in scope
87 | _ fifth: @escaping (E2) -> Fifth)
88 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth) {
89 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
90 | }
91 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:100:43: error: cannot find 'FoundationExtensions' in scope
98 | _ sixth: @escaping (E2) -> Sixth)
99 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth, Sixth) {
100 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth, sixth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:85:9: error: cannot find 'FoundationExtensions' in scope
83 | _ r2: OriginResult
84 | ) -> Result<(OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
85 | FoundationExtensions.zip(r1, r2)
| `- error: cannot find 'FoundationExtensions' in scope
86 | }
87 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:100:9: error: cannot find 'FoundationExtensions' in scope
98 | _ r3: OriginResult
99 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
100 | FoundationExtensions.zip(r1, r2, r3)
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:117:9: error: cannot find 'FoundationExtensions' in scope
115 | _ r4: OriginResult
116 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
117 | FoundationExtensions.zip(r1, r2, r3, r4)
| `- error: cannot find 'FoundationExtensions' in scope
118 | }
119 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:62:43: error: cannot find 'FoundationExtensions' in scope
60 | _ second: @escaping (E2) -> Second)
61 | -> Reader<E2, Value> where Environment == (First, Second) {
62 | return contramapEnvironment { FoundationExtensions.zip(first, second)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
63 | }
64 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:70:43: error: cannot find 'FoundationExtensions' in scope
68 | _ third: @escaping (E2) -> Third)
69 | -> Reader<E2, Value> where Environment == (First, Second, Third) {
70 | return contramapEnvironment { FoundationExtensions.zip(first, second, third)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
71 | }
72 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:79:43: error: cannot find 'FoundationExtensions' in scope
77 | _ fourth: @escaping (E2) -> Fourth)
78 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth) {
79 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
80 | }
81 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:89:43: error: cannot find 'FoundationExtensions' in scope
87 | _ fifth: @escaping (E2) -> Fifth)
88 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth) {
89 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
90 | }
91 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:100:43: error: cannot find 'FoundationExtensions' in scope
98 | _ sixth: @escaping (E2) -> Sixth)
99 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth, Sixth) {
100 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth, sixth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:85:9: error: cannot find 'FoundationExtensions' in scope
83 | _ r2: OriginResult
84 | ) -> Result<(OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
85 | FoundationExtensions.zip(r1, r2)
| `- error: cannot find 'FoundationExtensions' in scope
86 | }
87 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:100:9: error: cannot find 'FoundationExtensions' in scope
98 | _ r3: OriginResult
99 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
100 | FoundationExtensions.zip(r1, r2, r3)
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:117:9: error: cannot find 'FoundationExtensions' in scope
115 | _ r4: OriginResult
116 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
117 | FoundationExtensions.zip(r1, r2, r3, r4)
| `- error: cannot find 'FoundationExtensions' in scope
118 | }
119 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:62:43: error: cannot find 'FoundationExtensions' in scope
60 | _ second: @escaping (E2) -> Second)
61 | -> Reader<E2, Value> where Environment == (First, Second) {
62 | return contramapEnvironment { FoundationExtensions.zip(first, second)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
63 | }
64 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:70:43: error: cannot find 'FoundationExtensions' in scope
68 | _ third: @escaping (E2) -> Third)
69 | -> Reader<E2, Value> where Environment == (First, Second, Third) {
70 | return contramapEnvironment { FoundationExtensions.zip(first, second, third)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
71 | }
72 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:79:43: error: cannot find 'FoundationExtensions' in scope
77 | _ fourth: @escaping (E2) -> Fourth)
78 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth) {
79 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
80 | }
81 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:89:43: error: cannot find 'FoundationExtensions' in scope
87 | _ fifth: @escaping (E2) -> Fifth)
88 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth) {
89 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
90 | }
91 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:100:43: error: cannot find 'FoundationExtensions' in scope
98 | _ sixth: @escaping (E2) -> Sixth)
99 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth, Sixth) {
100 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth, sixth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:85:9: error: cannot find 'FoundationExtensions' in scope
83 | _ r2: OriginResult
84 | ) -> Result<(OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
85 | FoundationExtensions.zip(r1, r2)
| `- error: cannot find 'FoundationExtensions' in scope
86 | }
87 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:100:9: error: cannot find 'FoundationExtensions' in scope
98 | _ r3: OriginResult
99 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
100 | FoundationExtensions.zip(r1, r2, r3)
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:117:9: error: cannot find 'FoundationExtensions' in scope
115 | _ r4: OriginResult
116 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
117 | FoundationExtensions.zip(r1, r2, r3, r4)
| `- error: cannot find 'FoundationExtensions' in scope
118 | }
119 | }
[114/227] Emitting module FoundationExtensionsDynamic
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 | }
20 |
[115/227] Emitting module FoundationExtensions
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 | }
20 |
[116/227] Compiling FoundationExtensionsDynamic 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 | }
[117/227] Compiling FoundationExtensionsDynamic 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 | }
[118/227] Compiling FoundationExtensionsDynamic 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 | }
[119/227] Compiling FoundationExtensionsDynamic 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 | }
[120/227] Compiling FoundationExtensionsDynamic 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 | }
[121/227] Compiling FoundationExtensionsDynamic 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 | }
[122/227] Compiling FoundationExtensionsDynamic 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 | }
[123/227] Compiling FoundationExtensionsDynamic 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 | }
[124/227] Compiling FoundationExtensionsDynamic 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 | }
[125/227] Compiling FoundationExtensionsDynamic 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 | }
[126/227] Compiling FoundationExtensionsDynamic 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 | }
[127/227] Compiling FoundationExtensionsDynamic Publisher+FlatMapResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
14 |
15 | var mutableCopy = value
16 | replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
/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 | }
[149/227] Compiling FoundationExtensions Localizable.generated.swift
[150/227] Compiling FoundationExtensions Prism.generated.swift
[151/227] Compiling FoundationExtensions TypeErase.generated.abstract.swift
[152/227] Compiling FoundationExtensions TypeErase.generated.swift
[153/227] Compiling FoundationExtensions TimerProtocol.swift
[154/227] Compiling FoundationExtensions AggregratedError.swift
[155/227] Compiling FoundationExtensions Emptyable.swift
[156/227] Compiling FoundationExtensions Mergeable.swift
[157/227] Compiling FoundationExtensions MutableParameter.swift
[158/227] Compiling FoundationExtensions OSLog.swift
[159/227] Compiling FoundationExtensions TypePathConvertible.swift
[171/227] Compiling FoundationExtensionsDynamic Double+Extensions.swift
[172/227] Compiling FoundationExtensionsDynamic Duration+Extensions.swift
[173/227] Compiling FoundationExtensionsDynamic Float+Extensions.swift
[174/227] Compiling FoundationExtensionsDynamic Int+Extensions.swift
[175/227] Compiling FoundationExtensionsDynamic Int16+Extensions.swift
[176/227] Compiling FoundationExtensionsDynamic Int32+Extensions.swift
[177/227] Compiling FoundationExtensionsDynamic Int64+Extensions.swift
[178/227] Compiling FoundationExtensionsDynamic NSNumber+Extensions.swift
[179/227] Compiling FoundationExtensionsDynamic Numeric+Extensions.swift
[180/227] Compiling FoundationExtensionsDynamic SignedStringConvertible.swift
[181/227] Compiling FoundationExtensions Sequence+Extensions.swift
[182/227] Compiling FoundationExtensionsDynamic Sequence+Extensions.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
[183/227] Compiling FoundationExtensionsDynamic String+Extensions.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
[184/227] Compiling FoundationExtensions Combine+SinkBlocking.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
[185/227] Compiling FoundationExtensionsDynamic Combine+SinkBlocking.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
[186/227] Compiling FoundationExtensionsDynamic Completion+Extensions.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
[187/227] Compiling FoundationExtensionsDynamic Promise+Operators.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
[188/227] Compiling FoundationExtensionsDynamic 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
[189/227] Compiling FoundationExtensionsDynamic PromiseGate.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
[190/227] Compiling FoundationExtensionsDynamic Publisher+Debug.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
[191/227] Compiling FoundationExtensionsDynamic Publisher+EraseFailureToError.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
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/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/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/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/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/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/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/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/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/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/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/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/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
BUILD FAILURE 6.1 macosSpm