Build Information
Failed to build FoundationExtensions, reference v2.0.8 (a14cd7), with Swift 6.2 for macOS (SPM) on 2 Feb 2026 19:51:36 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
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 | }
[34/229] Compiling FoundationExtensions ResultType+Recoverable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:62:43: error: cannot find 'FoundationExtensions' in scope
60 | _ second: @escaping (E2) -> Second)
61 | -> Reader<E2, Value> where Environment == (First, Second) {
62 | return contramapEnvironment { FoundationExtensions.zip(first, second)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
63 | }
64 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:70:43: error: cannot find 'FoundationExtensions' in scope
68 | _ third: @escaping (E2) -> Third)
69 | -> Reader<E2, Value> where Environment == (First, Second, Third) {
70 | return contramapEnvironment { FoundationExtensions.zip(first, second, third)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
71 | }
72 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:79:43: error: cannot find 'FoundationExtensions' in scope
77 | _ fourth: @escaping (E2) -> Fourth)
78 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth) {
79 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
80 | }
81 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:89:43: error: cannot find 'FoundationExtensions' in scope
87 | _ fifth: @escaping (E2) -> Fifth)
88 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth) {
89 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
90 | }
91 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:100:43: error: cannot find 'FoundationExtensions' in scope
98 | _ sixth: @escaping (E2) -> Sixth)
99 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth, Sixth) {
100 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth, sixth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:85:9: error: cannot find 'FoundationExtensions' in scope
83 | _ r2: OriginResult
84 | ) -> Result<(OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
85 | FoundationExtensions.zip(r1, r2)
| `- error: cannot find 'FoundationExtensions' in scope
86 | }
87 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:100:9: error: cannot find 'FoundationExtensions' in scope
98 | _ r3: OriginResult
99 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
100 | FoundationExtensions.zip(r1, r2, r3)
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:117:9: error: cannot find 'FoundationExtensions' in scope
115 | _ r4: OriginResult
116 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
117 | FoundationExtensions.zip(r1, r2, r3, r4)
| `- error: cannot find 'FoundationExtensions' in scope
118 | }
119 | }
[35/229] Compiling FoundationExtensions ResultType+Sequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:62:43: error: cannot find 'FoundationExtensions' in scope
60 | _ second: @escaping (E2) -> Second)
61 | -> Reader<E2, Value> where Environment == (First, Second) {
62 | return contramapEnvironment { FoundationExtensions.zip(first, second)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
63 | }
64 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:70:43: error: cannot find 'FoundationExtensions' in scope
68 | _ third: @escaping (E2) -> Third)
69 | -> Reader<E2, Value> where Environment == (First, Second, Third) {
70 | return contramapEnvironment { FoundationExtensions.zip(first, second, third)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
71 | }
72 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:79:43: error: cannot find 'FoundationExtensions' in scope
77 | _ fourth: @escaping (E2) -> Fourth)
78 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth) {
79 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
80 | }
81 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:89:43: error: cannot find 'FoundationExtensions' in scope
87 | _ fifth: @escaping (E2) -> Fifth)
88 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth) {
89 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
90 | }
91 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:100:43: error: cannot find 'FoundationExtensions' in scope
98 | _ sixth: @escaping (E2) -> Sixth)
99 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth, Sixth) {
100 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth, sixth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:85:9: error: cannot find 'FoundationExtensions' in scope
83 | _ r2: OriginResult
84 | ) -> Result<(OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
85 | FoundationExtensions.zip(r1, r2)
| `- error: cannot find 'FoundationExtensions' in scope
86 | }
87 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:100:9: error: cannot find 'FoundationExtensions' in scope
98 | _ r3: OriginResult
99 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
100 | FoundationExtensions.zip(r1, r2, r3)
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:117:9: error: cannot find 'FoundationExtensions' in scope
115 | _ r4: OriginResult
116 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
117 | FoundationExtensions.zip(r1, r2, r3, r4)
| `- error: cannot find 'FoundationExtensions' in scope
118 | }
119 | }
[36/229] Compiling FoundationExtensions ResultType+Traverse.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:62:43: error: cannot find 'FoundationExtensions' in scope
60 | _ second: @escaping (E2) -> Second)
61 | -> Reader<E2, Value> where Environment == (First, Second) {
62 | return contramapEnvironment { FoundationExtensions.zip(first, second)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
63 | }
64 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:70:43: error: cannot find 'FoundationExtensions' in scope
68 | _ third: @escaping (E2) -> Third)
69 | -> Reader<E2, Value> where Environment == (First, Second, Third) {
70 | return contramapEnvironment { FoundationExtensions.zip(first, second, third)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
71 | }
72 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:79:43: error: cannot find 'FoundationExtensions' in scope
77 | _ fourth: @escaping (E2) -> Fourth)
78 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth) {
79 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
80 | }
81 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:89:43: error: cannot find 'FoundationExtensions' in scope
87 | _ fifth: @escaping (E2) -> Fifth)
88 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth) {
89 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
90 | }
91 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:100:43: error: cannot find 'FoundationExtensions' in scope
98 | _ sixth: @escaping (E2) -> Sixth)
99 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth, Sixth) {
100 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth, sixth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:85:9: error: cannot find 'FoundationExtensions' in scope
83 | _ r2: OriginResult
84 | ) -> Result<(OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
85 | FoundationExtensions.zip(r1, r2)
| `- error: cannot find 'FoundationExtensions' in scope
86 | }
87 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:100:9: error: cannot find 'FoundationExtensions' in scope
98 | _ r3: OriginResult
99 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
100 | FoundationExtensions.zip(r1, r2, r3)
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:117:9: error: cannot find 'FoundationExtensions' in scope
115 | _ r4: OriginResult
116 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
117 | FoundationExtensions.zip(r1, r2, r3, r4)
| `- error: cannot find 'FoundationExtensions' in scope
118 | }
119 | }
[37/229] Compiling FoundationExtensions ResultType.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:62:43: error: cannot find 'FoundationExtensions' in scope
60 | _ second: @escaping (E2) -> Second)
61 | -> Reader<E2, Value> where Environment == (First, Second) {
62 | return contramapEnvironment { FoundationExtensions.zip(first, second)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
63 | }
64 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:70:43: error: cannot find 'FoundationExtensions' in scope
68 | _ third: @escaping (E2) -> Third)
69 | -> Reader<E2, Value> where Environment == (First, Second, Third) {
70 | return contramapEnvironment { FoundationExtensions.zip(first, second, third)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
71 | }
72 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:79:43: error: cannot find 'FoundationExtensions' in scope
77 | _ fourth: @escaping (E2) -> Fourth)
78 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth) {
79 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
80 | }
81 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:89:43: error: cannot find 'FoundationExtensions' in scope
87 | _ fifth: @escaping (E2) -> Fifth)
88 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth) {
89 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
90 | }
91 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:100:43: error: cannot find 'FoundationExtensions' in scope
98 | _ sixth: @escaping (E2) -> Sixth)
99 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth, Sixth) {
100 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth, sixth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:85:9: error: cannot find 'FoundationExtensions' in scope
83 | _ r2: OriginResult
84 | ) -> Result<(OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
85 | FoundationExtensions.zip(r1, r2)
| `- error: cannot find 'FoundationExtensions' in scope
86 | }
87 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:100:9: error: cannot find 'FoundationExtensions' in scope
98 | _ r3: OriginResult
99 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
100 | FoundationExtensions.zip(r1, r2, r3)
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:117:9: error: cannot find 'FoundationExtensions' in scope
115 | _ r4: OriginResult
116 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
117 | FoundationExtensions.zip(r1, r2, r3, r4)
| `- error: cannot find 'FoundationExtensions' in scope
118 | }
119 | }
[38/229] Compiling FoundationExtensions RuntimeWarning.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:62:43: error: cannot find 'FoundationExtensions' in scope
60 | _ second: @escaping (E2) -> Second)
61 | -> Reader<E2, Value> where Environment == (First, Second) {
62 | return contramapEnvironment { FoundationExtensions.zip(first, second)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
63 | }
64 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:70:43: error: cannot find 'FoundationExtensions' in scope
68 | _ third: @escaping (E2) -> Third)
69 | -> Reader<E2, Value> where Environment == (First, Second, Third) {
70 | return contramapEnvironment { FoundationExtensions.zip(first, second, third)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
71 | }
72 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:79:43: error: cannot find 'FoundationExtensions' in scope
77 | _ fourth: @escaping (E2) -> Fourth)
78 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth) {
79 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
80 | }
81 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:89:43: error: cannot find 'FoundationExtensions' in scope
87 | _ fifth: @escaping (E2) -> Fifth)
88 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth) {
89 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
90 | }
91 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:100:43: error: cannot find 'FoundationExtensions' in scope
98 | _ sixth: @escaping (E2) -> Sixth)
99 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth, Sixth) {
100 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth, sixth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:85:9: error: cannot find 'FoundationExtensions' in scope
83 | _ r2: OriginResult
84 | ) -> Result<(OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
85 | FoundationExtensions.zip(r1, r2)
| `- error: cannot find 'FoundationExtensions' in scope
86 | }
87 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:100:9: error: cannot find 'FoundationExtensions' in scope
98 | _ r3: OriginResult
99 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
100 | FoundationExtensions.zip(r1, r2, r3)
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:117:9: error: cannot find 'FoundationExtensions' in scope
115 | _ r4: OriginResult
116 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
117 | FoundationExtensions.zip(r1, r2, r3, r4)
| `- error: cannot find 'FoundationExtensions' in scope
118 | }
119 | }
[39/229] Compiling FoundationExtensions EnumCodable.generated.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:62:43: error: cannot find 'FoundationExtensions' in scope
60 | _ second: @escaping (E2) -> Second)
61 | -> Reader<E2, Value> where Environment == (First, Second) {
62 | return contramapEnvironment { FoundationExtensions.zip(first, second)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
63 | }
64 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:70:43: error: cannot find 'FoundationExtensions' in scope
68 | _ third: @escaping (E2) -> Third)
69 | -> Reader<E2, Value> where Environment == (First, Second, Third) {
70 | return contramapEnvironment { FoundationExtensions.zip(first, second, third)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
71 | }
72 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:79:43: error: cannot find 'FoundationExtensions' in scope
77 | _ fourth: @escaping (E2) -> Fourth)
78 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth) {
79 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
80 | }
81 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:89:43: error: cannot find 'FoundationExtensions' in scope
87 | _ fifth: @escaping (E2) -> Fifth)
88 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth) {
89 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
90 | }
91 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Reader/Reader+Map.swift:100:43: error: cannot find 'FoundationExtensions' in scope
98 | _ sixth: @escaping (E2) -> Sixth)
99 | -> Reader<E2, Value> where Environment == (First, Second, Third, Fourth, Fifth, Sixth) {
100 | return contramapEnvironment { FoundationExtensions.zip(first, second, third, fourth, fifth, sixth)($0) }
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:85:9: error: cannot find 'FoundationExtensions' in scope
83 | _ r2: OriginResult
84 | ) -> Result<(OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
85 | FoundationExtensions.zip(r1, r2)
| `- error: cannot find 'FoundationExtensions' in scope
86 | }
87 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:100:9: error: cannot find 'FoundationExtensions' in scope
98 | _ r3: OriginResult
99 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
100 | FoundationExtensions.zip(r1, r2, r3)
| `- error: cannot find 'FoundationExtensions' in scope
101 | }
102 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/Result+Zip.swift:117:9: error: cannot find 'FoundationExtensions' in scope
115 | _ r4: OriginResult
116 | ) -> Result<(OriginResult.Success, OriginResult.Success, OriginResult.Success, OriginResult.Success), OriginResult.Failure> {
117 | FoundationExtensions.zip(r1, r2, r3, r4)
| `- error: cannot find 'FoundationExtensions' in scope
118 | }
119 | }
[40/229] Compiling FoundationExtensions Sequence+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
[41/229] Compiling FoundationExtensions String+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
[42/229] Compiling FoundationExtensions AnyPublisher+Create.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
[43/229] Compiling FoundationExtensions Combine+SinkBlocking.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
[44/229] Compiling FoundationExtensions Completion+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
[45/229] Compiling FoundationExtensions Promise+Operators.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
[46/229] Compiling FoundationExtensions Promise.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
[47/229] Compiling FoundationExtensions PromiseGate.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
[48/229] Compiling FoundationExtensions Publisher+Debug.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
[49/229] Compiling FoundationExtensions Publisher+EraseFailureToError.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
[50/229] Compiling FoundationExtensions Publisher+FlatMapResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
[51/229] Compiling FoundationExtensions UInt+Extensions.swift
[52/229] Compiling FoundationExtensions UInt16+Extensions.swift
[53/229] Compiling FoundationExtensions UInt32+Extensions.swift
[54/229] Compiling FoundationExtensions UInt64+Extensions.swift
[55/229] Compiling FoundationExtensions UInt8+Extensions.swift
[56/229] Compiling FoundationExtensions Optional+AssociatedValues.swift
[57/229] Compiling FoundationExtensions Optional+Extensions.swift
[58/229] Compiling FoundationExtensions Optional+Fold.swift
[59/229] Compiling FoundationExtensions Optional+Traverse.swift
[60/229] Compiling FoundationExtensions Optional+Zip.swift
[61/229] Compiling FoundationExtensions Reader+Collection.swift
[62/229] Compiling FoundationExtensions Publisher+Promise.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
[63/229] Compiling FoundationExtensions Publisher+ScanIntoUnique.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
[64/229] Compiling FoundationExtensions Publisher+Traverse.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
[65/229] Compiling FoundationExtensions Publisher+Zip.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
[66/229] Compiling FoundationExtensions Publishers+CombineLatest.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
[67/229] Compiling FoundationExtensions Publishers+FlatMapLatest.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
[68/229] Compiling FoundationExtensions Publishers+PrependLatest.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
[69/229] Compiling FoundationExtensions SingleAssignmentCancellable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
[70/229] Compiling FoundationExtensions Comparable+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
[71/229] Compiling FoundationExtensions Strideable+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
[72/229] Compiling FoundationExtensions AsyncSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
[73/229] Compiling FoundationExtensions Double+Extensions.swift
[74/229] Compiling FoundationExtensions Duration+Extensions.swift
[75/229] Compiling FoundationExtensions Float+Extensions.swift
[76/229] Compiling FoundationExtensions Int+Extensions.swift
[77/229] Compiling FoundationExtensions Int16+Extensions.swift
[78/229] Compiling FoundationExtensions Int32+Extensions.swift
[79/229] Compiling FoundationExtensions Int64+Extensions.swift
[80/229] Compiling FoundationExtensions NSNumber+Extensions.swift
[81/229] Compiling FoundationExtensions Numeric+Extensions.swift
[82/229] Compiling FoundationExtensions SignedStringConvertible.swift
[83/229] Compiling FoundationExtensions TimeInterval+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: Codable where Success: Codable, Failure: Codable { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: Codable where Success: Codable, Failure: Codable { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: Codable where Success: Codable, Failure: Codable { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: Codable where Success: Codable, Failure: Codable { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: Codable where Success: Codable, Failure: Codable { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: Codable where Success: Codable, Failure: Codable { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: Codable where Success: Codable, Failure: Codable { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: Codable where Success: Codable, Failure: Codable { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: Codable where Success: Codable, Failure: Codable { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: Codable where Success: Codable, Failure: Codable { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: Codable where Success: Codable, Failure: Codable { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: Codable where Success: Codable, Failure: Codable { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: Codable where Success: Codable, Failure: Codable { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: Codable where Success: Codable, Failure: Codable { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: Codable where Success: Codable, Failure: Codable { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: Codable where Success: Codable, Failure: Codable { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: Codable where Success: Codable, Failure: Codable { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: Codable where Success: Codable, Failure: Codable { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: Codable where Success: Codable, Failure: Codable { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: Codable where Success: Codable, Failure: Codable { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: Codable where Success: Codable, Failure: Codable { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+Codable.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: Codable where Success: Codable, Failure: Codable { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | enum ResultTypeCodingKeys: CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:5:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Result: CustomStringConvertible where Success: CustomStringConvertible { }
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 |
7 | extension ResultType where Success: CustomStringConvertible {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Result/ResultType+CustomStringConvertible.swift:18:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
16 | }
17 |
18 | extension Result: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 | }
20 |
[117/229] Compiling FoundationExtensions Localizable.generated.swift
[118/229] Compiling FoundationExtensions Prism.generated.swift
[119/229] Compiling FoundationExtensions TypeErase.generated.abstract.swift
[120/229] Compiling FoundationExtensions TypeErase.generated.swift
[121/229] Compiling FoundationExtensions TimerProtocol.swift
[122/229] Compiling FoundationExtensions AggregratedError.swift
[123/229] Compiling FoundationExtensions Emptyable.swift
[124/229] Compiling FoundationExtensions Mergeable.swift
[125/229] Compiling FoundationExtensions MutableParameter.swift
[126/229] Compiling FoundationExtensions OSLog.swift
[127/229] Compiling FoundationExtensions TypePathConvertible.swift
[139/229] Compiling FoundationExtensions Reader+Map.swift
[140/229] Compiling FoundationExtensions Reader+Publisher.swift
[141/229] Compiling FoundationExtensions Reader+Pure.swift
[142/229] Compiling FoundationExtensions Reader+ResultType.swift
[143/229] Compiling FoundationExtensions Reader+Zip.swift
[144/229] Compiling FoundationExtensions Reader.swift
[145/229] Compiling FoundationExtensions Result+Promise.swift
[146/229] Compiling FoundationExtensions Result+Pure.swift
[147/229] Compiling FoundationExtensions Result+ResultType.swift
[148/229] Compiling FoundationExtensions Result+Zip.swift
[149/229] Compiling FoundationExtensions ResultConvertibleType.swift
[150/229] Compiling FoundationExtensions FileManager+Extensions.swift
[151/229] Compiling FoundationExtensions MoveFile.swift
[152/229] Compiling FoundationExtensions ReadFileContents.swift
[153/229] Compiling FoundationExtensions FileExists.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Never: Codable {
| |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
7 | /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
[154/229] Compiling FoundationExtensions Composition.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Never: Codable {
| |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
7 | /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
[156/229] Compiling FoundationExtensions FPUtils.swift
[157/229] Compiling FoundationExtensions Function+Zip.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Never: Codable {
| |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
7 | /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
[159/229] Compiling FoundationExtensions Operators.swift
[160/229] Compiling FoundationExtensions L10n.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Never: Codable {
| |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
7 | /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
[162/229] Compiling FoundationExtensions Localizable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Never: Codable {
| |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
7 | /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
[164/229] Compiling FoundationExtensions Localizer.swift
[165/229] Compiling FoundationExtensions BinaryFloatingPoint+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Never: Codable {
| |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
7 | /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Never: Codable {
| |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
7 | /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Never: Codable {
| |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
7 | /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Never: Codable {
| |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
7 | /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Never: Codable {
| |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
7 | /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Never: Codable {
| |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
7 | /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Codable/Never+Extensions.swift:5:1: warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension Never: Codable {
| |- warning: extension declares a conformance of imported type 'Never' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | /// Never should conform to all possible protocols. Swift team decided to support some protocols only, and only from
7 | /// Swift 5. https://forums.swift.org/t/se-0215-conform-never-to-equatable-and-hashable/13586/6
[173/229] Compiling FoundationExtensions Locale+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension DispatchTimeInterval: Codable {
| |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | enum CodingKeys: String, CodingKey {
7 | case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
14 |
15 | var mutableCopy = value
16 | replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
[174/229] Compiling FoundationExtensions CGFloat+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension DispatchTimeInterval: Codable {
| |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | enum CodingKeys: String, CodingKey {
7 | case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
14 |
15 | var mutableCopy = value
16 | replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
[175/229] Compiling FoundationExtensions CGPoint+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension DispatchTimeInterval: Codable {
| |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | enum CodingKeys: String, CodingKey {
7 | case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
14 |
15 | var mutableCopy = value
16 | replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/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
[177/229] Compiling FoundationExtensions CGSize+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension DispatchTimeInterval: Codable {
| |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | enum CodingKeys: String, CodingKey {
7 | case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
14 |
15 | var mutableCopy = value
16 | replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/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
[180/229] Compiling FoundationExtensions Data+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension DispatchTimeInterval: Codable {
| |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | enum CodingKeys: String, CodingKey {
7 | case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
14 |
15 | var mutableCopy = value
16 | replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/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
[182/229] Compiling FoundationExtensions Data+MD5.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension DispatchTimeInterval: Codable {
| |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | enum CodingKeys: String, CodingKey {
7 | case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
14 |
15 | var mutableCopy = value
16 | replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Collection/String+Extensions.swift:25:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
23 | /// Lets String confirm to LocalizedError which implements `errorDescription` returning self.
24 | /// Helps to print or encode `Error` types as strings. See tests.
25 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 | public var errorDescription: String? {
27 | self
[186/229] Compiling FoundationExtensions Data+Matches.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension DispatchTimeInterval: Codable {
| |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | enum CodingKeys: String, CodingKey {
7 | case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
14 |
15 | var mutableCopy = value
16 | replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/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
[189/229] Compiling FoundationExtensions DispatchTimeInterval+Codable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension DispatchTimeInterval: Codable {
| |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | enum CodingKeys: String, CodingKey {
7 | case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
14 |
15 | var mutableCopy = value
16 | replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/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/229] Compiling FoundationExtensions DispatchTimeInterval+Prism.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension DispatchTimeInterval: Codable {
| |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | enum CodingKeys: String, CodingKey {
7 | case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
14 |
15 | var mutableCopy = value
16 | replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/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
[193/229] Compiling FoundationExtensions DispatchTimeInterval+TimeInterval.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension DispatchTimeInterval: Codable {
| |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | enum CodingKeys: String, CodingKey {
7 | case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
14 |
15 | var mutableCopy = value
16 | replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension DispatchTimeInterval: Codable {
| |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | enum CodingKeys: String, CodingKey {
7 | case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
14 |
15 | var mutableCopy = value
16 | replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension DispatchTimeInterval: Codable {
| |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | enum CodingKeys: String, CodingKey {
7 | case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
14 |
15 | var mutableCopy = value
16 | replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension DispatchTimeInterval: Codable {
| |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | enum CodingKeys: String, CodingKey {
7 | case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
14 |
15 | var mutableCopy = value
16 | replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension DispatchTimeInterval: Codable {
| |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | enum CodingKeys: String, CodingKey {
7 | case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
14 |
15 | var mutableCopy = value
16 | replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension DispatchTimeInterval: Codable {
| |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | enum CodingKeys: String, CodingKey {
7 | case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
14 |
15 | var mutableCopy = value
16 | replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension DispatchTimeInterval: Codable {
| |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | enum CodingKeys: String, CodingKey {
7 | case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
14 |
15 | var mutableCopy = value
16 | replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension DispatchTimeInterval: Codable {
| |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | enum CodingKeys: String, CodingKey {
7 | case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
14 |
15 | var mutableCopy = value
16 | replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension DispatchTimeInterval: Codable {
| |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | enum CodingKeys: String, CodingKey {
7 | case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
14 |
15 | var mutableCopy = value
16 | replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension DispatchTimeInterval: Codable {
| |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | enum CodingKeys: String, CodingKey {
7 | case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
14 |
15 | var mutableCopy = value
16 | replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension DispatchTimeInterval: Codable {
| |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | enum CodingKeys: String, CodingKey {
7 | case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
14 |
15 | var mutableCopy = value
16 | replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension DispatchTimeInterval: Codable {
| |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | enum CodingKeys: String, CodingKey {
7 | case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
14 |
15 | var mutableCopy = value
16 | replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/CoreGraphics/CGPoint+Extensions.swift:6:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
4 |
5 | // MARK: - AdditiveArithmetic Conformance
6 | extension CGPoint: AdditiveArithmetic {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public static func -= (lhs: inout CGPoint, rhs: CGPoint) {
8 | lhs.x -= rhs.x
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/DispatchTimeInterval/DispatchTimeInterval+Codable.swift:5:1: warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
3 | import Foundation
4 |
5 | extension DispatchTimeInterval: Codable {
| |- warning: extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
6 | enum CodingKeys: String, CodingKey {
7 | case type
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:16:69: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
14 |
15 | var mutableCopy = value
16 | replaceSubrange(offset..<(offset + size), with: Data(bytes: &mutableCopy, count: size))
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Data/Data+Extensions.swift:24:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
22 | var selfCopy = self
23 | let size = MemoryLayout<Self>.size
24 | return Data(bytes: &selfCopy, count: size)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
25 | }
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Combine/SingleAssignmentCancellable.swift:61:13: warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
59 | }
60 |
61 | final class AtomicInt: NSLock {
| `- warning: class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
62 | fileprivate var value: Int32
63 | init(_ value: Int32 = 0) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensionsDynamic/Concurrency/AsyncSequence.swift:20:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | // FIXME: https://github.com/swiftlang/swift/issues/57560
20 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 |
[227/229] Write Objects.LinkFileList
[228/229] Linking libFoundationExtensionsDynamic.dylib
BUILD FAILURE 6.2 macosSpm