Build Information
Successful build of SDGCornerstone, reference 10.2.0 (09f6c7), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 00:42:50 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
[92/151] Compiling OrderedCollections OrderedSet+Diffing.swift
[93/156] Compiling OrderedCollections OrderedDictionary+Elements.swift
[94/156] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[95/156] Compiling SDGControlFlow Tuple.swift
[101/156] Compiling OrderedCollections OrderedSet+Equatable.swift
[102/156] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[103/156] Compiling OrderedCollections OrderedSet+Hashable.swift
[104/156] Compiling OrderedCollections OrderedSet+Initializers.swift
[105/156] Compiling OrderedCollections OrderedSet+Insertions.swift
[106/156] Compiling OrderedCollections OrderedSet+Invariants.swift
[107/156] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[108/156] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[109/156] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[110/156] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[111/156] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[112/156] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[113/156] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[114/156] Compiling OrderedCollections OrderedSet+SubSequence.swift
[115/156] Compiling OrderedCollections OrderedSet+Testing.swift
[117/158] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[118/158] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[119/158] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[120/158] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[121/158] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[122/158] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[123/158] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[124/158] Compiling OrderedCollections OrderedDictionary+Values.swift
[125/158] Compiling OrderedCollections OrderedDictionary.swift
[131/163] Compiling SDGMathematics Angle.swift
[132/163] Compiling SDGMathematics BitField.swift
[133/163] Compiling SDGMathematics ClosedRange.swift
[134/163] Compiling SDGMathematics Comparable.swift
[136/189] Compiling SDGConcurrency RunLoop.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGConcurrency/RunLoop.swift:52:16: warning: weak variable 'weakDriver' was never mutated; consider changing to 'let' constant [#WeakMutability]
50 | public func runForDriver(_ holdDriver: (_ driver: Driver) -> Void) {
51 | var driver: Driver? = Driver()
52 | weak var weakDriver = driver
| `- warning: weak variable 'weakDriver' was never mutated; consider changing to 'let' constant [#WeakMutability]
53 | holdDriver(driver!)
54 | driver = nil
[#WeakMutability]: <https://docs.swift.org/compiler/documentation/diagnostics/weak-mutability>
[137/189] Emitting module SDGConcurrency
[138/189] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[139/189] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[140/189] Compiling OrderedCollections OrderedSet.swift
[141/189] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[142/189] Compiling OrderedCollections _UnsafeBitset.swift
[142/189] Write Objects.LinkFileList
[145/189] Compiling SDGMathematics NumericAdditiveArithmetic.swift
[146/189] Compiling SDGMathematics OneDimensionalPoint.swift
[147/189] Compiling SDGMathematics OneDimensionalVector.swift
[148/192] Compiling SDGMathematics WholeNumberProtocol.swift
[149/192] Compiling SDGMathematics Operators.swift
[150/192] Compiling SDGMathematics OrderedEnumeration.swift
[151/192] Emitting module OrderedCollections
[152/192] Compiling SDGMathematics PointProtocol.swift
[153/192] Compiling SDGMathematics RationalArithmetic.swift
[154/192] Compiling SDGMathematics RationalNumberProtocol.swift
[155/192] Compiling SDGMathematics Subtractable.swift
[156/192] Compiling SDGMathematics VectorProtocol.swift
[157/192] Compiling SDGMathematics WholeArithmetic.swift
[162/192] Compiling SDGMathematics Measurement.swift
[163/192] Compiling SDGMathematics Addable.swift
[164/192] Compiling SDGMathematics FixedScaleOneDimensionalPoint.swift
[165/192] Compiling SDGMathematics GenericAdditiveArithmetic.swift
[166/192] Compiling SDGMathematics IntegerProtocol.swift
[167/192] Compiling SDGMathematics IntegralArithmetic.swift
[168/192] Compiling SDGMathematics Negatable.swift
[169/192] Compiling SDGMathematics RationalVector.swift
[170/192] Compiling SDGMathematics RealArithmetic.swift
[171/192] Compiling SDGMathematics RealNumberProtocol.swift
[172/192] Emitting module SDGMathematics
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:229:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'CustomDebugStringConvertible', 'LosslessStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
227 | }
228 |
229 | extension CGFloat: FloatFamily {
| |- warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'CustomDebugStringConvertible', 'LosslessStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
230 |
231 | // MARK: - CustomDebugStringConvertible
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:179:1: warning: extension declares a conformance of imported type 'Int64' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
177 | }
178 | }
179 | extension Int64: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int64' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
180 |
181 | // MARK: - PointProtocol
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:185:1: warning: extension declares a conformance of imported type 'Int32' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
183 | public typealias Vector = Stride
184 | }
185 | extension Int32: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int32' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
186 |
187 | // MARK: - PointProtocol
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:191:1: warning: extension declares a conformance of imported type 'Int16' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
189 | public typealias Vector = Stride
190 | }
191 | extension Int16: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int16' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
192 |
193 | // MARK: - PointProtocol
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:197:1: warning: extension declares a conformance of imported type 'Int8' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
195 | public typealias Vector = Stride
196 | }
197 | extension Int8: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int8' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
198 |
199 | // MARK: - PointProtocol
[173/192] Compiling SDGMathematics Data.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:229:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'CustomDebugStringConvertible', 'LosslessStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
227 | }
228 |
229 | extension CGFloat: FloatFamily {
| |- warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'CustomDebugStringConvertible', 'LosslessStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
230 |
231 | // MARK: - CustomDebugStringConvertible
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:179:1: warning: extension declares a conformance of imported type 'Int64' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
177 | }
178 | }
179 | extension Int64: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int64' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
180 |
181 | // MARK: - PointProtocol
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:185:1: warning: extension declares a conformance of imported type 'Int32' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
183 | public typealias Vector = Stride
184 | }
185 | extension Int32: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int32' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
186 |
187 | // MARK: - PointProtocol
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:191:1: warning: extension declares a conformance of imported type 'Int16' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
189 | public typealias Vector = Stride
190 | }
191 | extension Int16: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int16' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
192 |
193 | // MARK: - PointProtocol
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:197:1: warning: extension declares a conformance of imported type 'Int8' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
195 | public typealias Vector = Stride
196 | }
197 | extension Int8: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int8' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
198 |
199 | // MARK: - PointProtocol
[174/192] Compiling SDGMathematics Float.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:229:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'CustomDebugStringConvertible', 'LosslessStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
227 | }
228 |
229 | extension CGFloat: FloatFamily {
| |- warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'CustomDebugStringConvertible', 'LosslessStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
230 |
231 | // MARK: - CustomDebugStringConvertible
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:179:1: warning: extension declares a conformance of imported type 'Int64' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
177 | }
178 | }
179 | extension Int64: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int64' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
180 |
181 | // MARK: - PointProtocol
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:185:1: warning: extension declares a conformance of imported type 'Int32' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
183 | public typealias Vector = Stride
184 | }
185 | extension Int32: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int32' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
186 |
187 | // MARK: - PointProtocol
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:191:1: warning: extension declares a conformance of imported type 'Int16' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
189 | public typealias Vector = Stride
190 | }
191 | extension Int16: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int16' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
192 |
193 | // MARK: - PointProtocol
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:197:1: warning: extension declares a conformance of imported type 'Int8' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
195 | public typealias Vector = Stride
196 | }
197 | extension Int8: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int8' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
198 |
199 | // MARK: - PointProtocol
[175/192] Compiling SDGMathematics FunctionAnalysis.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:229:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'CustomDebugStringConvertible', 'LosslessStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
227 | }
228 |
229 | extension CGFloat: FloatFamily {
| |- warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'CustomDebugStringConvertible', 'LosslessStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
230 |
231 | // MARK: - CustomDebugStringConvertible
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:179:1: warning: extension declares a conformance of imported type 'Int64' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
177 | }
178 | }
179 | extension Int64: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int64' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
180 |
181 | // MARK: - PointProtocol
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:185:1: warning: extension declares a conformance of imported type 'Int32' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
183 | public typealias Vector = Stride
184 | }
185 | extension Int32: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int32' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
186 |
187 | // MARK: - PointProtocol
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:191:1: warning: extension declares a conformance of imported type 'Int16' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
189 | public typealias Vector = Stride
190 | }
191 | extension Int16: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int16' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
192 |
193 | // MARK: - PointProtocol
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:197:1: warning: extension declares a conformance of imported type 'Int8' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
195 | public typealias Vector = Stride
196 | }
197 | extension Int8: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int8' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
198 |
199 | // MARK: - PointProtocol
[176/192] Compiling SDGMathematics Int.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:229:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'CustomDebugStringConvertible', 'LosslessStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
227 | }
228 |
229 | extension CGFloat: FloatFamily {
| |- warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'CustomDebugStringConvertible', 'LosslessStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
230 |
231 | // MARK: - CustomDebugStringConvertible
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:179:1: warning: extension declares a conformance of imported type 'Int64' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
177 | }
178 | }
179 | extension Int64: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int64' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
180 |
181 | // MARK: - PointProtocol
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:185:1: warning: extension declares a conformance of imported type 'Int32' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
183 | public typealias Vector = Stride
184 | }
185 | extension Int32: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int32' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
186 |
187 | // MARK: - PointProtocol
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:191:1: warning: extension declares a conformance of imported type 'Int16' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
189 | public typealias Vector = Stride
190 | }
191 | extension Int16: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int16' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
192 |
193 | // MARK: - PointProtocol
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:197:1: warning: extension declares a conformance of imported type 'Int8' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
195 | public typealias Vector = Stride
196 | }
197 | extension Int8: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int8' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
198 |
199 | // MARK: - PointProtocol
[177/192] Compiling SDGMathematics Sequence.swift
[178/192] Compiling SDGMathematics Tuple.swift
[179/192] Compiling SDGMathematics UInt.swift
[179/192] Linking sdg_embed_resource-tool
[180/192] Linking sdg_copy_source-tool
[181/192] Applying sdg_embed_resource-tool
[182/192] Applying sdg_copy_source-tool
[184/269] Compiling SDGRandomization Bool.swift
[185/269] Compiling SDGRandomization PseudorandomNumberGenerator.swift
[186/269] Emitting module SDGRandomization
[187/269] Compiling SDGRandomization CyclicalNumberGenerator.swift
[188/269] Compiling SDGGeometry CGPoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGGeometry/CGPoint.swift:34:3: warning: extension declares a conformance of imported type 'CGPoint' to imported protocols 'Sendable', 'PointProtocol'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
32 |
33 | #if canImport(CoreGraphics)
34 | extension CGPoint: @unchecked Sendable, TwoDimensionalPointProtocol {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocols 'Sendable', 'PointProtocol'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
35 |
36 | // MARK: - PointProtocol
[189/269] Compiling SDGGeometry CGVector.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGGeometry/CGVector.swift:21:3: warning: extension declares a conformance of imported type 'CGVector' to imported protocols 'GenericAdditiveArithmetic', 'Negatable', 'RationalVector', 'AdditiveArithmetic', 'Subtractable', 'VectorProtocol', 'Addable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
19 | import SDGMathematics
20 |
21 | extension CGVector: GenericAdditiveArithmetic, Negatable, RationalVector,
| |- warning: extension declares a conformance of imported type 'CGVector' to imported protocols 'GenericAdditiveArithmetic', 'Negatable', 'RationalVector', 'AdditiveArithmetic', 'Subtractable', 'VectorProtocol', 'Addable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 | TwoDimensionalVectorProtocol
23 | {
/Users/admin/builder/spi-builder-workspace/Sources/SDGGeometry/CGVector.swift:21:3: warning: conformance of 'CGVector' to 'Hashable' is only available in macOS 15.0 or newer; this is an error in the Swift 6 language mode
19 | import SDGMathematics
20 |
21 | extension CGVector: GenericAdditiveArithmetic, Negatable, RationalVector,
| |- warning: conformance of 'CGVector' to 'Hashable' is only available in macOS 15.0 or newer; this is an error in the Swift 6 language mode
| `- note: add '@available' attribute to enclosing extension
22 | TwoDimensionalVectorProtocol
23 | {
[190/269] Compiling SDGGeometry TwoDimensionalVector.swift
[191/269] Compiling SDGGeometry TwoDimensionalPoint.swift
[192/269] Compiling SDGGeometry TwoDimensionalVectorProtocol.swift
[193/269] Compiling SDGGeometry Be_zierPath.swift
[194/269] Compiling SDGGeometry TwoDimensionalPointProtocol.swift
[195/269] Emitting module SDGGeometry
/Users/admin/builder/spi-builder-workspace/Sources/SDGGeometry/Angle.swift:26:1: warning: extension declares a conformance of imported type 'Angle' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'SDGMathematics' introduce this conformance in the future
24 | import SDGMathematics
25 |
26 | extension Angle: CustomPlaygroundDisplayConvertible {
| |- warning: extension declares a conformance of imported type 'Angle' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'SDGMathematics' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
27 |
28 | // MARK: - CustomPlaygroundDisplayConvertible
/Users/admin/builder/spi-builder-workspace/Sources/SDGGeometry/CGPoint.swift:34:3: warning: extension declares a conformance of imported type 'CGPoint' to imported protocols 'Sendable', 'PointProtocol'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
32 |
33 | #if canImport(CoreGraphics)
34 | extension CGPoint: @unchecked Sendable, TwoDimensionalPointProtocol {
| |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocols 'Sendable', 'PointProtocol'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
35 |
36 | // MARK: - PointProtocol
/Users/admin/builder/spi-builder-workspace/Sources/SDGGeometry/CGVector.swift:21:3: warning: extension declares a conformance of imported type 'CGVector' to imported protocols 'GenericAdditiveArithmetic', 'Negatable', 'RationalVector', 'AdditiveArithmetic', 'Subtractable', 'VectorProtocol', 'Addable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
19 | import SDGMathematics
20 |
21 | extension CGVector: GenericAdditiveArithmetic, Negatable, RationalVector,
| |- warning: extension declares a conformance of imported type 'CGVector' to imported protocols 'GenericAdditiveArithmetic', 'Negatable', 'RationalVector', 'AdditiveArithmetic', 'Subtractable', 'VectorProtocol', 'Addable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 | TwoDimensionalVectorProtocol
23 | {
/Users/admin/builder/spi-builder-workspace/Sources/SDGGeometry/CGVector.swift:21:3: warning: conformance of 'CGVector' to 'Hashable' is only available in macOS 15.0 or newer; this is an error in the Swift 6 language mode
19 | import SDGMathematics
20 |
21 | extension CGVector: GenericAdditiveArithmetic, Negatable, RationalVector,
| |- warning: conformance of 'CGVector' to 'Hashable' is only available in macOS 15.0 or newer; this is an error in the Swift 6 language mode
| `- note: add '@available' attribute to enclosing extension
22 | TwoDimensionalVectorProtocol
23 | {
[196/269] Compiling SDGGeometry Angle.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGGeometry/Angle.swift:26:1: warning: extension declares a conformance of imported type 'Angle' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'SDGMathematics' introduce this conformance in the future
24 | import SDGMathematics
25 |
26 | extension Angle: CustomPlaygroundDisplayConvertible {
| |- warning: extension declares a conformance of imported type 'Angle' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'SDGMathematics' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
27 |
28 | // MARK: - CustomPlaygroundDisplayConvertible
[197/269] Compiling SDGCollections AnyBidirectionalPattern.swift
[198/269] Compiling SDGCollections AnyPattern.swift
[199/269] Compiling SDGCollections AnyPatternMatch.swift
[200/269] Compiling SDGCollections AtomicPatternMatch.swift
[201/269] Compiling SDGCollections ConcatenatedMatch.swift
[202/269] Compiling SDGCollections ConcatenatedPatterns.swift
[203/269] Compiling SDGCollections NaryConcatenatedMatch.swift
[204/275] Compiling SDGCollections NestingMatchSegment.swift
[205/275] Compiling SDGCollections NestingPattern.swift
[206/275] Compiling SDGCollections NestingSegmentPattern.swift
[207/275] Compiling SDGCollections BidirectionalPattern.swift
[208/275] Compiling SDGCollections Pattern.swift
[209/275] Compiling SDGCollections PatternMatch.swift
[210/275] Compiling SDGCollections PatternConsumption.swift
[211/275] Compiling SDGCollections SearchableBidirectionalCollection.swift
[212/275] Compiling SDGCollections SearchableCollection.swift
[213/275] Compiling SDGCollections Slice.swift
[214/275] Compiling SDGCollections AbsoluteComplement.swift
[215/275] Compiling SDGCollections ComparableSet.swift
[216/275] Compiling SDGCollections FiniteSet.swift
[217/275] Compiling SDGCollections IntensionalSet.swift
[218/275] Compiling SDGCollections ExclusiveSuffixMatch.swift
[219/275] Compiling SDGCollections InclusivePrefixMatch.swift
[220/275] Compiling SDGCollections InclusiveSuffixMatch.swift
[221/275] Compiling SDGCollections AlternativeMatch.swift
[222/275] Compiling SDGCollections AlternativePatterns.swift
[223/275] Compiling SDGCollections NaryAlternativeMatch.swift
[224/275] Compiling SDGCollections NaryAlternativePatterns.swift
[225/275] Compiling SDGCollections Intersection.swift
[226/275] Compiling SDGCollections MutableSet.swift
[227/275] Compiling SDGCollections Set.swift
[228/275] Compiling SDGCollections SetDefinition.swift
[229/275] Compiling SDGCollections SetInRepresentableUniverse.swift
[230/275] Compiling SDGCollections Union.swift
[231/275] Compiling SDGCollections CollectionDifference.swift
[232/275] Compiling SDGCollections CollectionDifferenceChange.swift
[233/275] Compiling SDGCollections FillDirection.swift
[234/275] Compiling SDGCollections LexicographicalComparison.swift
[235/275] Compiling SDGCollections OrderedSet.SubSequence.swift
[236/275] Compiling SDGCollections OrderedSet.swift
[237/275] Compiling SDGCollections ExclusivePrefixMatch.swift
[238/275] Compiling SDGCollections RepetitionMatch.swift
[239/275] Compiling SDGCollections RepetitionPattern.swift
[240/275] Compiling SDGCollections SeparatedComponentMatch.swift
[241/275] Compiling SDGCollections Range.swift
[242/275] Compiling SDGCollections RangeExpression.swift
[243/275] Compiling SDGCollections RangeReplaceableCollection.swift
[244/275] Compiling SDGCollections ReversedCollection.swift
[245/275] Compiling SDGCollections NaryConcatenatedPatterns.swift
[246/275] Compiling SDGCollections ConditionalPattern.swift
[247/275] Compiling SDGCollections LiteralPattern.swift
[248/275] Compiling SDGCollections NegatedPattern.swift
[249/275] Compiling SDGCollections NestingContentsPattern.swift
[250/275] Compiling SDGCollections NestingMatch.swift
[251/275] Compiling SDGCollections NestingMatchContents.swift
[252/275] Compiling SDGCollections StringProtocol.swift
[253/275] Compiling SDGCollections LegacyMode.swift
[254/275] Compiling SDGCollections Operators.swift
[255/275] Compiling SDGCollections AnyCollection.swift
[256/275] Compiling SDGCollections Array.swift
[257/275] Compiling SDGCollections BidirectionalCollection.swift
[258/275] Compiling SDGCollections Collection.swift
[259/275] Compiling SDGCollections Addable.swift
[260/275] Compiling SDGCollections BijectiveMapping.swift
[261/275] Compiling SDGCollections ContextualMapping.swift
[262/275] Compiling SDGCollections Dictionary.swift
[263/275] Compiling SDGCollections CharacterSet.swift
[264/275] Compiling SDGCollections Data.swift
[265/275] Compiling SDGCollections String.swift
[266/275] Emitting module SDGCollections
[267/310] Compiling SDGText NSFont.swift
[268/310] Compiling SDGText SwiftUI.Font.swift
[269/310] Compiling SDGText UIFont.swift
[270/313] Compiling SDGBinaryData UInt.swift
[271/313] Compiling SDGBinaryData UIntBinaryView.swift
[272/313] Compiling SDGBinaryData DataStream.swift
[273/313] Compiling SDGText ExtendedGraphemeCluster.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGText/Font/Font.swift:94:16: warning: stored property 'definition' of 'Sendable'-conforming struct 'Font' has non-Sendable type 'Font.Definition'; this is an error in the Swift 6 language mode
92 | // MARK: - Properties
93 |
94 | internal var definition: Definition
| `- warning: stored property 'definition' of 'Sendable'-conforming struct 'Font' has non-Sendable type 'Font.Definition'; this is an error in the Swift 6 language mode
95 |
96 | /// The name of the font.
/Users/admin/builder/spi-builder-workspace/Sources/SDGText/Font/Font.Definition.swift:23:17: note: consider making enum 'Definition' conform to the 'Sendable' protocol
21 | extension Font {
22 |
23 | internal enum Definition {
| `- note: consider making enum 'Definition' conform to the 'Sendable' protocol
24 |
25 | // MARK: - Cases
[274/313] Compiling SDGText Font.Definition.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGText/Font/Font.swift:94:16: warning: stored property 'definition' of 'Sendable'-conforming struct 'Font' has non-Sendable type 'Font.Definition'; this is an error in the Swift 6 language mode
92 | // MARK: - Properties
93 |
94 | internal var definition: Definition
| `- warning: stored property 'definition' of 'Sendable'-conforming struct 'Font' has non-Sendable type 'Font.Definition'; this is an error in the Swift 6 language mode
95 |
96 | /// The name of the font.
/Users/admin/builder/spi-builder-workspace/Sources/SDGText/Font/Font.Definition.swift:23:17: note: consider making enum 'Definition' conform to the 'Sendable' protocol
21 | extension Font {
22 |
23 | internal enum Definition {
| `- note: consider making enum 'Definition' conform to the 'Sendable' protocol
24 |
25 | // MARK: - Cases
[275/313] Compiling SDGText Font.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGText/Font/Font.swift:94:16: warning: stored property 'definition' of 'Sendable'-conforming struct 'Font' has non-Sendable type 'Font.Definition'; this is an error in the Swift 6 language mode
92 | // MARK: - Properties
93 |
94 | internal var definition: Definition
| `- warning: stored property 'definition' of 'Sendable'-conforming struct 'Font' has non-Sendable type 'Font.Definition'; this is an error in the Swift 6 language mode
95 |
96 | /// The name of the font.
/Users/admin/builder/spi-builder-workspace/Sources/SDGText/Font/Font.Definition.swift:23:17: note: consider making enum 'Definition' conform to the 'Sendable' protocol
21 | extension Font {
22 |
23 | internal enum Definition {
| `- note: consider making enum 'Definition' conform to the 'Sendable' protocol
24 |
25 | // MARK: - Cases
[276/313] Compiling SDGBinaryData Data.swift
[277/313] Compiling SDGBinaryData DataBinaryView.swift
[278/313] Emitting module SDGBinaryData
[279/313] Compiling SDGText String.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGText/Compatibility/String.swift:19:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Addable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | public typealias Zeichenkette = String
18 |
19 | extension String: StringFamily {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Addable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 |
21 | // MARK: - Initialization
[280/313] Compiling SDGText StringClusterView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGText/Compatibility/String.swift:19:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Addable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | public typealias Zeichenkette = String
18 |
19 | extension String: StringFamily {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Addable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 |
21 | // MARK: - Initialization
[281/313] Compiling SDGText StringScalarView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGText/Compatibility/String.swift:19:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Addable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | public typealias Zeichenkette = String
18 |
19 | extension String: StringFamily {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Addable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 |
21 | // MARK: - Initialization
[282/313] Compiling SDGText CharacterSet.swift
[283/313] Compiling SDGText CollectionStringFamily.swift
[284/313] Compiling SDGText CollectionUnicodeScalar.swift
[285/313] Compiling SDGText StaticString.swift
[286/313] Compiling SDGText Line.swift
[287/313] Compiling SDGText LineView.swift
[288/313] Compiling SDGText LineViewIndex.swift
[289/313] Compiling SDGText Newline.swift
[290/313] Compiling SDGText NewlinePattern.swift
[291/313] Compiling SDGText StringFamily.swift
[292/313] Compiling SDGText StringIndex.swift
[293/313] Compiling SDGText UnicodeScalarView.swift
[294/313] Compiling SDGText UnicodeScalar.swift
[295/313] Compiling SDGText MarkupPlaygroundDisplay.swift
[296/313] Compiling SDGText Range.swift
[297/313] Compiling SDGText SemanticMarkup.swift
[298/313] Compiling SDGText StrictStringInterpolationProtocol.swift
[299/313] Compiling SDGText StrictStringStringInterpolation.swift
[300/313] Compiling SDGText ExtendedGraphemeClusterView.swift
[301/313] Compiling SDGText SemanticMarkupStringInterpolation.swift
[302/313] Compiling SDGText StrictString.swift
[303/313] Compiling SDGText StrictStringClusterView.swift
[304/313] Emitting module SDGText
/Users/admin/builder/spi-builder-workspace/Sources/SDGText/Compatibility/String.swift:19:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Addable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | public typealias Zeichenkette = String
18 |
19 | extension String: StringFamily {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Addable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 |
21 | // MARK: - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/SDGText/Font/Font.swift:94:16: warning: stored property 'definition' of 'Sendable'-conforming struct 'Font' has non-Sendable type 'Font.Definition'; this is an error in the Swift 6 language mode
92 | // MARK: - Properties
93 |
94 | internal var definition: Definition
| `- warning: stored property 'definition' of 'Sendable'-conforming struct 'Font' has non-Sendable type 'Font.Definition'; this is an error in the Swift 6 language mode
95 |
96 | /// The name of the font.
/Users/admin/builder/spi-builder-workspace/Sources/SDGText/Font/Font.Definition.swift:23:17: note: consider making enum 'Definition' conform to the 'Sendable' protocol
21 | extension Font {
22 |
23 | internal enum Definition {
| `- note: consider making enum 'Definition' conform to the 'Sendable' protocol
24 |
25 | // MARK: - Cases
[305/323] Compiling SDGPersistence String.swift
[306/323] Compiling SDGPersistence URL.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGPersistence/URL.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
21 | public typealias EinheitlicherRessourcenzeiger = URL
22 |
23 | extension URL: Comparable {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 |
25 | /// Returns `true` if the URL is in the location described by the specified URL.
[307/323] Compiling SDGPersistence ProcessInfo.swift
[308/323] Compiling SDGPersistence StrictString.swift
[309/323] Compiling SDGPersistence PreferenceSet.swift
[310/323] Compiling SDGPersistence FileConvertible.swift
[311/323] Compiling SDGPersistence FileManager.swift
[312/323] Emitting module SDGPersistence
/Users/admin/builder/spi-builder-workspace/Sources/SDGPersistence/URL.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
21 | public typealias EinheitlicherRessourcenzeiger = URL
22 |
23 | extension URL: Comparable {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 |
25 | /// Returns `true` if the URL is in the location described by the specified URL.
[313/323] Compiling SDGPersistence Data.swift
[314/323] Compiling SDGPersistence Preference.swift
[315/382] Compiling sdg_copy_source CopySource.swift
[316/382] Compiling sdg_copy_source main.swift
[317/382] Emitting module sdg_copy_source
[317/382] Write Objects.LinkFileList
[319/382] Compiling sdg_embed_resource main.swift
[320/382] Emitting module sdg_embed_resource
[321/382] Compiling sdg_embed_resource EmbedResource.swift
[321/382] Write Objects.LinkFileList
[323/382] Compiling SDGLocalization TextConvertibleNumberParseError.swift
[324/382] Compiling SDGLocalization InputLocalization.swift
[325/382] Compiling SDGLocalization Casing.swift
[326/382] Compiling SDGLocalization EnglishCasing.swift
[327/386] Compiling SDGCollation Operators.swift
[328/387] Compiling SDGLocalization GrammaticalGender.swift
[329/387] Compiling SDGLocalization GrammaticalNumber.swift
[330/387] Compiling SDGLocalization __________.swift
[331/387] Compiling SDGLocalization _________________.swift
[332/387] Compiling SDGLocalization AnyLocalization.swift
[333/387] Compiling SDGLocalization ContentLocalization.swift
[334/387] Compiling SDGLocalization FormatLocalization.swift
[335/387] Compiling SDGLocalization InterfaceLocalization.swift
[336/387] Emitting module SDGLocalization
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Angle.swift:18:1: warning: extension declares a conformance of imported type 'Angle' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SDGMathematics' introduce this conformance in the future
16 | import SDGText
17 |
18 | extension Angle: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'Angle' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SDGMathematics' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 |
20 | // MARK: - CustomStringConvertible
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Float.swift:22:1: warning: extension declares a conformance of imported type 'Double' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
20 | import SDGMathematics
21 |
22 | extension Double: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Double' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
23 | extension CGFloat: TextConvertibleNumber {}
24 | #if !(PLATFORM_LACKS_SWIFT_FLOAT_80 || ((os(macOS) || os(Linux)) && arch(arm64)))
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Float.swift:23:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
21 |
22 | extension Double: TextConvertibleNumber {}
23 | extension CGFloat: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | #if !(PLATFORM_LACKS_SWIFT_FLOAT_80 || ((os(macOS) || os(Linux)) && arch(arm64)))
25 | extension Float80: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Float.swift:27:1: warning: extension declares a conformance of imported type 'Float' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
25 | extension Float80: TextConvertibleNumber {}
26 | #endif
27 | extension Float: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Float' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
28 | #if !PLATFORM_LACKS_SWIFT_FLOAT_16
29 | @available(tvOS 14, iOS 14, watchOS 7, *)
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Int.swift:17:1: warning: extension declares a conformance of imported type 'Int' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
15 | import SDGMathematics
16 |
17 | extension Int: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Int' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 |
19 | extension Int64: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Int.swift:19:1: warning: extension declares a conformance of imported type 'Int64' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | extension Int: TextConvertibleNumber {}
18 |
19 | extension Int64: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Int64' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 | extension Int32: TextConvertibleNumber {}
21 | extension Int16: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Int.swift:20:1: warning: extension declares a conformance of imported type 'Int32' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | extension Int64: TextConvertibleNumber {}
20 | extension Int32: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Int32' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | extension Int16: TextConvertibleNumber {}
22 | extension Int8: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Int.swift:21:1: warning: extension declares a conformance of imported type 'Int16' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
19 | extension Int64: TextConvertibleNumber {}
20 | extension Int32: TextConvertibleNumber {}
21 | extension Int16: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Int16' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 | extension Int8: TextConvertibleNumber {}
23 |
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Int.swift:22:1: warning: extension declares a conformance of imported type 'Int8' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
20 | extension Int32: TextConvertibleNumber {}
21 | extension Int16: TextConvertibleNumber {}
22 | extension Int8: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Int8' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
23 |
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/UInt.swift:17:1: warning: extension declares a conformance of imported type 'UInt' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
15 | import SDGMathematics
16 |
17 | extension UInt: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'UInt' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 |
19 | extension UInt64: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/UInt.swift:19:1: warning: extension declares a conformance of imported type 'UInt64' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | extension UInt: TextConvertibleNumber {}
18 |
19 | extension UInt64: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'UInt64' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 | extension UInt32: TextConvertibleNumber {}
21 | extension UInt16: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/UInt.swift:20:1: warning: extension declares a conformance of imported type 'UInt32' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | extension UInt64: TextConvertibleNumber {}
20 | extension UInt32: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'UInt32' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | extension UInt16: TextConvertibleNumber {}
22 | extension UInt8: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/UInt.swift:21:1: warning: extension declares a conformance of imported type 'UInt16' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
19 | extension UInt64: TextConvertibleNumber {}
20 | extension UInt32: TextConvertibleNumber {}
21 | extension UInt16: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'UInt16' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 | extension UInt8: TextConvertibleNumber {}
23 |
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/UInt.swift:22:1: warning: extension declares a conformance of imported type 'UInt8' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
20 | extension UInt32: TextConvertibleNumber {}
21 | extension UInt16: TextConvertibleNumber {}
22 | extension UInt8: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'UInt8' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
23 |
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Localizations/APILocalization.swift:17:1: warning: extension declares a conformance of imported type '_APILocalization' to imported protocols 'TextualPlaygroundDisplay', 'CustomPlaygroundDisplayConvertible', 'CustomStringConvertible'; this will not behave correctly if the owners of 'SDGControlFlow' introduce this conformance in the future
15 | import SDGControlFlow
16 |
17 | extension _APILocalization: Localization {}
| |- warning: extension declares a conformance of imported type '_APILocalization' to imported protocols 'TextualPlaygroundDisplay', 'CustomPlaygroundDisplayConvertible', 'CustomStringConvertible'; this will not behave correctly if the owners of 'SDGControlFlow' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 |
[337/387] Compiling SDGLocalization Localization.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Localizations/APILocalization.swift:17:1: warning: extension declares a conformance of imported type '_APILocalization' to imported protocols 'TextualPlaygroundDisplay', 'CustomPlaygroundDisplayConvertible', 'CustomStringConvertible'; this will not behave correctly if the owners of 'SDGControlFlow' introduce this conformance in the future
15 | import SDGControlFlow
16 |
17 | extension _APILocalization: Localization {}
| |- warning: extension declares a conformance of imported type '_APILocalization' to imported protocols 'TextualPlaygroundDisplay', 'CustomPlaygroundDisplayConvertible', 'CustomStringConvertible'; this will not behave correctly if the owners of 'SDGControlFlow' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 |
[338/387] Compiling SDGLocalization LocalizationSetting.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Localizations/APILocalization.swift:17:1: warning: extension declares a conformance of imported type '_APILocalization' to imported protocols 'TextualPlaygroundDisplay', 'CustomPlaygroundDisplayConvertible', 'CustomStringConvertible'; this will not behave correctly if the owners of 'SDGControlFlow' introduce this conformance in the future
15 | import SDGControlFlow
16 |
17 | extension _APILocalization: Localization {}
| |- warning: extension declares a conformance of imported type '_APILocalization' to imported protocols 'TextualPlaygroundDisplay', 'CustomPlaygroundDisplayConvertible', 'CustomStringConvertible'; this will not behave correctly if the owners of 'SDGControlFlow' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 |
[339/387] Compiling SDGLocalization LocalizationSettingStabilizationMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Localizations/APILocalization.swift:17:1: warning: extension declares a conformance of imported type '_APILocalization' to imported protocols 'TextualPlaygroundDisplay', 'CustomPlaygroundDisplayConvertible', 'CustomStringConvertible'; this will not behave correctly if the owners of 'SDGControlFlow' introduce this conformance in the future
15 | import SDGControlFlow
16 |
17 | extension _APILocalization: Localization {}
| |- warning: extension declares a conformance of imported type '_APILocalization' to imported protocols 'TextualPlaygroundDisplay', 'CustomPlaygroundDisplayConvertible', 'CustomStringConvertible'; this will not behave correctly if the owners of 'SDGControlFlow' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 |
[340/387] Compiling SDGLocalization APILocalization.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Localizations/APILocalization.swift:17:1: warning: extension declares a conformance of imported type '_APILocalization' to imported protocols 'TextualPlaygroundDisplay', 'CustomPlaygroundDisplayConvertible', 'CustomStringConvertible'; this will not behave correctly if the owners of 'SDGControlFlow' introduce this conformance in the future
15 | import SDGControlFlow
16 |
17 | extension _APILocalization: Localization {}
| |- warning: extension declares a conformance of imported type '_APILocalization' to imported protocols 'TextualPlaygroundDisplay', 'CustomPlaygroundDisplayConvertible', 'CustomStringConvertible'; this will not behave correctly if the owners of 'SDGControlFlow' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 |
[341/387] Compiling SDGLocalization Precondition.swift
[342/387] Compiling SDGLocalization PresentableError.swift
[343/387] Compiling SDGLocalization Range.swift
[344/387] Compiling SDGLocalization TextConvertibleNumber.swift
[345/387] Compiling SDGCollation CollationTailoringBuilder.swift
[346/387] Compiling SDGCollation CollationTailoring.swift
[347/387] Compiling SDGCollation OperatorFunctions.swift
[348/387] Compiling SDGCollation Resources 1.swift
[349/387] Compiling SDGCollation CollationTailoring.Anchor.swift
[349/387] Linking sdg_copy_source
[350/387] Applying sdg_copy_source
[352/387] Compiling SDGLocalization StateData.swift
[353/387] Compiling SDGLocalization TextDirection.swift
[354/387] Compiling SDGLocalization UserFacing.swift
[355/387] Compiling SDGLocalization UserFacingDynamic.swift
[356/387] Compiling SDGLocalization Angle.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Angle.swift:18:1: warning: extension declares a conformance of imported type 'Angle' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SDGMathematics' introduce this conformance in the future
16 | import SDGText
17 |
18 | extension Angle: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'Angle' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SDGMathematics' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 |
20 | // MARK: - CustomStringConvertible
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Float.swift:22:1: warning: extension declares a conformance of imported type 'Double' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
20 | import SDGMathematics
21 |
22 | extension Double: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Double' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
23 | extension CGFloat: TextConvertibleNumber {}
24 | #if !(PLATFORM_LACKS_SWIFT_FLOAT_80 || ((os(macOS) || os(Linux)) && arch(arm64)))
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Float.swift:23:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
21 |
22 | extension Double: TextConvertibleNumber {}
23 | extension CGFloat: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | #if !(PLATFORM_LACKS_SWIFT_FLOAT_80 || ((os(macOS) || os(Linux)) && arch(arm64)))
25 | extension Float80: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Float.swift:27:1: warning: extension declares a conformance of imported type 'Float' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
25 | extension Float80: TextConvertibleNumber {}
26 | #endif
27 | extension Float: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Float' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
28 | #if !PLATFORM_LACKS_SWIFT_FLOAT_16
29 | @available(tvOS 14, iOS 14, watchOS 7, *)
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Int.swift:17:1: warning: extension declares a conformance of imported type 'Int' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
15 | import SDGMathematics
16 |
17 | extension Int: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Int' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 |
19 | extension Int64: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Int.swift:19:1: warning: extension declares a conformance of imported type 'Int64' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | extension Int: TextConvertibleNumber {}
18 |
19 | extension Int64: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Int64' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 | extension Int32: TextConvertibleNumber {}
21 | extension Int16: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Int.swift:20:1: warning: extension declares a conformance of imported type 'Int32' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | extension Int64: TextConvertibleNumber {}
20 | extension Int32: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Int32' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | extension Int16: TextConvertibleNumber {}
22 | extension Int8: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Int.swift:21:1: warning: extension declares a conformance of imported type 'Int16' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
19 | extension Int64: TextConvertibleNumber {}
20 | extension Int32: TextConvertibleNumber {}
21 | extension Int16: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Int16' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 | extension Int8: TextConvertibleNumber {}
23 |
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Int.swift:22:1: warning: extension declares a conformance of imported type 'Int8' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
20 | extension Int32: TextConvertibleNumber {}
21 | extension Int16: TextConvertibleNumber {}
22 | extension Int8: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Int8' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
23 |
[357/387] Compiling SDGLocalization Float.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Angle.swift:18:1: warning: extension declares a conformance of imported type 'Angle' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SDGMathematics' introduce this conformance in the future
16 | import SDGText
17 |
18 | extension Angle: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'Angle' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SDGMathematics' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 |
20 | // MARK: - CustomStringConvertible
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Float.swift:22:1: warning: extension declares a conformance of imported type 'Double' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
20 | import SDGMathematics
21 |
22 | extension Double: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Double' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
23 | extension CGFloat: TextConvertibleNumber {}
24 | #if !(PLATFORM_LACKS_SWIFT_FLOAT_80 || ((os(macOS) || os(Linux)) && arch(arm64)))
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Float.swift:23:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
21 |
22 | extension Double: TextConvertibleNumber {}
23 | extension CGFloat: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | #if !(PLATFORM_LACKS_SWIFT_FLOAT_80 || ((os(macOS) || os(Linux)) && arch(arm64)))
25 | extension Float80: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Float.swift:27:1: warning: extension declares a conformance of imported type 'Float' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
25 | extension Float80: TextConvertibleNumber {}
26 | #endif
27 | extension Float: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Float' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
28 | #if !PLATFORM_LACKS_SWIFT_FLOAT_16
29 | @available(tvOS 14, iOS 14, watchOS 7, *)
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Int.swift:17:1: warning: extension declares a conformance of imported type 'Int' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
15 | import SDGMathematics
16 |
17 | extension Int: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Int' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 |
19 | extension Int64: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Int.swift:19:1: warning: extension declares a conformance of imported type 'Int64' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | extension Int: TextConvertibleNumber {}
18 |
19 | extension Int64: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Int64' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 | extension Int32: TextConvertibleNumber {}
21 | extension Int16: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Int.swift:20:1: warning: extension declares a conformance of imported type 'Int32' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | extension Int64: TextConvertibleNumber {}
20 | extension Int32: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Int32' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | extension Int16: TextConvertibleNumber {}
22 | extension Int8: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Int.swift:21:1: warning: extension declares a conformance of imported type 'Int16' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
19 | extension Int64: TextConvertibleNumber {}
20 | extension Int32: TextConvertibleNumber {}
21 | extension Int16: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Int16' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 | extension Int8: TextConvertibleNumber {}
23 |
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Int.swift:22:1: warning: extension declares a conformance of imported type 'Int8' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
20 | extension Int32: TextConvertibleNumber {}
21 | extension Int16: TextConvertibleNumber {}
22 | extension Int8: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Int8' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
23 |
[358/387] Compiling SDGLocalization Int.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Angle.swift:18:1: warning: extension declares a conformance of imported type 'Angle' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SDGMathematics' introduce this conformance in the future
16 | import SDGText
17 |
18 | extension Angle: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'Angle' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SDGMathematics' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 |
20 | // MARK: - CustomStringConvertible
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Float.swift:22:1: warning: extension declares a conformance of imported type 'Double' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
20 | import SDGMathematics
21 |
22 | extension Double: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Double' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
23 | extension CGFloat: TextConvertibleNumber {}
24 | #if !(PLATFORM_LACKS_SWIFT_FLOAT_80 || ((os(macOS) || os(Linux)) && arch(arm64)))
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Float.swift:23:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
21 |
22 | extension Double: TextConvertibleNumber {}
23 | extension CGFloat: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | #if !(PLATFORM_LACKS_SWIFT_FLOAT_80 || ((os(macOS) || os(Linux)) && arch(arm64)))
25 | extension Float80: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Float.swift:27:1: warning: extension declares a conformance of imported type 'Float' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
25 | extension Float80: TextConvertibleNumber {}
26 | #endif
27 | extension Float: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Float' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
28 | #if !PLATFORM_LACKS_SWIFT_FLOAT_16
29 | @available(tvOS 14, iOS 14, watchOS 7, *)
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Int.swift:17:1: warning: extension declares a conformance of imported type 'Int' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
15 | import SDGMathematics
16 |
17 | extension Int: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Int' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 |
19 | extension Int64: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Int.swift:19:1: warning: extension declares a conformance of imported type 'Int64' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | extension Int: TextConvertibleNumber {}
18 |
19 | extension Int64: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Int64' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 | extension Int32: TextConvertibleNumber {}
21 | extension Int16: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Int.swift:20:1: warning: extension declares a conformance of imported type 'Int32' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | extension Int64: TextConvertibleNumber {}
20 | extension Int32: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Int32' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | extension Int16: TextConvertibleNumber {}
22 | extension Int8: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Int.swift:21:1: warning: extension declares a conformance of imported type 'Int16' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
19 | extension Int64: TextConvertibleNumber {}
20 | extension Int32: TextConvertibleNumber {}
21 | extension Int16: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Int16' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 | extension Int8: TextConvertibleNumber {}
23 |
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Int.swift:22:1: warning: extension declares a conformance of imported type 'Int8' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
20 | extension Int32: TextConvertibleNumber {}
21 | extension Int16: TextConvertibleNumber {}
22 | extension Int8: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Int8' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
23 |
[359/387] Compiling SDGLocalization IntegerProtcool.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Angle.swift:18:1: warning: extension declares a conformance of imported type 'Angle' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SDGMathematics' introduce this conformance in the future
16 | import SDGText
17 |
18 | extension Angle: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'Angle' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SDGMathematics' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 |
20 | // MARK: - CustomStringConvertible
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Float.swift:22:1: warning: extension declares a conformance of imported type 'Double' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
20 | import SDGMathematics
21 |
22 | extension Double: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Double' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
23 | extension CGFloat: TextConvertibleNumber {}
24 | #if !(PLATFORM_LACKS_SWIFT_FLOAT_80 || ((os(macOS) || os(Linux)) && arch(arm64)))
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Float.swift:23:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
21 |
22 | extension Double: TextConvertibleNumber {}
23 | extension CGFloat: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | #if !(PLATFORM_LACKS_SWIFT_FLOAT_80 || ((os(macOS) || os(Linux)) && arch(arm64)))
25 | extension Float80: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Float.swift:27:1: warning: extension declares a conformance of imported type 'Float' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
25 | extension Float80: TextConvertibleNumber {}
26 | #endif
27 | extension Float: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Float' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
28 | #if !PLATFORM_LACKS_SWIFT_FLOAT_16
29 | @available(tvOS 14, iOS 14, watchOS 7, *)
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Int.swift:17:1: warning: extension declares a conformance of imported type 'Int' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
15 | import SDGMathematics
16 |
17 | extension Int: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Int' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 |
19 | extension Int64: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Int.swift:19:1: warning: extension declares a conformance of imported type 'Int64' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | extension Int: TextConvertibleNumber {}
18 |
19 | extension Int64: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Int64' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 | extension Int32: TextConvertibleNumber {}
21 | extension Int16: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Int.swift:20:1: warning: extension declares a conformance of imported type 'Int32' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | extension Int64: TextConvertibleNumber {}
20 | extension Int32: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Int32' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | extension Int16: TextConvertibleNumber {}
22 | extension Int8: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Int.swift:21:1: warning: extension declares a conformance of imported type 'Int16' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
19 | extension Int64: TextConvertibleNumber {}
20 | extension Int32: TextConvertibleNumber {}
21 | extension Int16: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Int16' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 | extension Int8: TextConvertibleNumber {}
23 |
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Int.swift:22:1: warning: extension declares a conformance of imported type 'Int8' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
20 | extension Int32: TextConvertibleNumber {}
21 | extension Int16: TextConvertibleNumber {}
22 | extension Int8: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Int8' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
23 |
[360/387] Compiling SDGLocalization IntegralArithmetic.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Angle.swift:18:1: warning: extension declares a conformance of imported type 'Angle' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SDGMathematics' introduce this conformance in the future
16 | import SDGText
17 |
18 | extension Angle: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'Angle' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SDGMathematics' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 |
20 | // MARK: - CustomStringConvertible
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Float.swift:22:1: warning: extension declares a conformance of imported type 'Double' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
20 | import SDGMathematics
21 |
22 | extension Double: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Double' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
23 | extension CGFloat: TextConvertibleNumber {}
24 | #if !(PLATFORM_LACKS_SWIFT_FLOAT_80 || ((os(macOS) || os(Linux)) && arch(arm64)))
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Float.swift:23:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
21 |
22 | extension Double: TextConvertibleNumber {}
23 | extension CGFloat: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | #if !(PLATFORM_LACKS_SWIFT_FLOAT_80 || ((os(macOS) || os(Linux)) && arch(arm64)))
25 | extension Float80: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Float.swift:27:1: warning: extension declares a conformance of imported type 'Float' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
25 | extension Float80: TextConvertibleNumber {}
26 | #endif
27 | extension Float: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Float' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
28 | #if !PLATFORM_LACKS_SWIFT_FLOAT_16
29 | @available(tvOS 14, iOS 14, watchOS 7, *)
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Int.swift:17:1: warning: extension declares a conformance of imported type 'Int' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
15 | import SDGMathematics
16 |
17 | extension Int: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Int' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 |
19 | extension Int64: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Int.swift:19:1: warning: extension declares a conformance of imported type 'Int64' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | extension Int: TextConvertibleNumber {}
18 |
19 | extension Int64: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Int64' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 | extension Int32: TextConvertibleNumber {}
21 | extension Int16: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Int.swift:20:1: warning: extension declares a conformance of imported type 'Int32' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | extension Int64: TextConvertibleNumber {}
20 | extension Int32: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Int32' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | extension Int16: TextConvertibleNumber {}
22 | extension Int8: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Int.swift:21:1: warning: extension declares a conformance of imported type 'Int16' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
19 | extension Int64: TextConvertibleNumber {}
20 | extension Int32: TextConvertibleNumber {}
21 | extension Int16: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Int16' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 | extension Int8: TextConvertibleNumber {}
23 |
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/Int.swift:22:1: warning: extension declares a conformance of imported type 'Int8' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
20 | extension Int32: TextConvertibleNumber {}
21 | extension Int16: TextConvertibleNumber {}
22 | extension Int8: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'Int8' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
23 |
[361/387] Compiling SDGLocalization CachedLocalization.swift
[362/387] Compiling SDGLocalization Bool.swift
[363/387] Compiling SDGLocalization CodableViaEnumeration.swift
[364/387] Compiling SDGLocalization Decodable.swift
[365/387] Compiling SDGLocalization LosslessStringConvertible.swift
[366/387] Compiling SDGLocalization RationalArithmetic.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/UInt.swift:17:1: warning: extension declares a conformance of imported type 'UInt' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
15 | import SDGMathematics
16 |
17 | extension UInt: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'UInt' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 |
19 | extension UInt64: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/UInt.swift:19:1: warning: extension declares a conformance of imported type 'UInt64' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | extension UInt: TextConvertibleNumber {}
18 |
19 | extension UInt64: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'UInt64' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 | extension UInt32: TextConvertibleNumber {}
21 | extension UInt16: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/UInt.swift:20:1: warning: extension declares a conformance of imported type 'UInt32' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | extension UInt64: TextConvertibleNumber {}
20 | extension UInt32: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'UInt32' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | extension UInt16: TextConvertibleNumber {}
22 | extension UInt8: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/UInt.swift:21:1: warning: extension declares a conformance of imported type 'UInt16' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
19 | extension UInt64: TextConvertibleNumber {}
20 | extension UInt32: TextConvertibleNumber {}
21 | extension UInt16: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'UInt16' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 | extension UInt8: TextConvertibleNumber {}
23 |
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/UInt.swift:22:1: warning: extension declares a conformance of imported type 'UInt8' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
20 | extension UInt32: TextConvertibleNumber {}
21 | extension UInt16: TextConvertibleNumber {}
22 | extension UInt8: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'UInt8' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
23 |
[367/387] Compiling SDGLocalization RationalNumberProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/UInt.swift:17:1: warning: extension declares a conformance of imported type 'UInt' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
15 | import SDGMathematics
16 |
17 | extension UInt: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'UInt' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 |
19 | extension UInt64: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/UInt.swift:19:1: warning: extension declares a conformance of imported type 'UInt64' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | extension UInt: TextConvertibleNumber {}
18 |
19 | extension UInt64: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'UInt64' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 | extension UInt32: TextConvertibleNumber {}
21 | extension UInt16: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/UInt.swift:20:1: warning: extension declares a conformance of imported type 'UInt32' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | extension UInt64: TextConvertibleNumber {}
20 | extension UInt32: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'UInt32' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | extension UInt16: TextConvertibleNumber {}
22 | extension UInt8: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/UInt.swift:21:1: warning: extension declares a conformance of imported type 'UInt16' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
19 | extension UInt64: TextConvertibleNumber {}
20 | extension UInt32: TextConvertibleNumber {}
21 | extension UInt16: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'UInt16' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 | extension UInt8: TextConvertibleNumber {}
23 |
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/UInt.swift:22:1: warning: extension declares a conformance of imported type 'UInt8' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
20 | extension UInt32: TextConvertibleNumber {}
21 | extension UInt16: TextConvertibleNumber {}
22 | extension UInt8: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'UInt8' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
23 |
[368/387] Compiling SDGLocalization UInt.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/UInt.swift:17:1: warning: extension declares a conformance of imported type 'UInt' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
15 | import SDGMathematics
16 |
17 | extension UInt: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'UInt' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 |
19 | extension UInt64: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/UInt.swift:19:1: warning: extension declares a conformance of imported type 'UInt64' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | extension UInt: TextConvertibleNumber {}
18 |
19 | extension UInt64: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'UInt64' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 | extension UInt32: TextConvertibleNumber {}
21 | extension UInt16: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/UInt.swift:20:1: warning: extension declares a conformance of imported type 'UInt32' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | extension UInt64: TextConvertibleNumber {}
20 | extension UInt32: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'UInt32' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | extension UInt16: TextConvertibleNumber {}
22 | extension UInt8: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/UInt.swift:21:1: warning: extension declares a conformance of imported type 'UInt16' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
19 | extension UInt64: TextConvertibleNumber {}
20 | extension UInt32: TextConvertibleNumber {}
21 | extension UInt16: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'UInt16' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 | extension UInt8: TextConvertibleNumber {}
23 |
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/UInt.swift:22:1: warning: extension declares a conformance of imported type 'UInt8' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
20 | extension UInt32: TextConvertibleNumber {}
21 | extension UInt16: TextConvertibleNumber {}
22 | extension UInt8: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'UInt8' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
23 |
[369/387] Compiling SDGLocalization WholeArithmetic.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/UInt.swift:17:1: warning: extension declares a conformance of imported type 'UInt' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
15 | import SDGMathematics
16 |
17 | extension UInt: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'UInt' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 |
19 | extension UInt64: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/UInt.swift:19:1: warning: extension declares a conformance of imported type 'UInt64' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | extension UInt: TextConvertibleNumber {}
18 |
19 | extension UInt64: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'UInt64' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 | extension UInt32: TextConvertibleNumber {}
21 | extension UInt16: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/UInt.swift:20:1: warning: extension declares a conformance of imported type 'UInt32' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | extension UInt64: TextConvertibleNumber {}
20 | extension UInt32: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'UInt32' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | extension UInt16: TextConvertibleNumber {}
22 | extension UInt8: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/UInt.swift:21:1: warning: extension declares a conformance of imported type 'UInt16' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
19 | extension UInt64: TextConvertibleNumber {}
20 | extension UInt32: TextConvertibleNumber {}
21 | extension UInt16: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'UInt16' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 | extension UInt8: TextConvertibleNumber {}
23 |
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/UInt.swift:22:1: warning: extension declares a conformance of imported type 'UInt8' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
20 | extension UInt32: TextConvertibleNumber {}
21 | extension UInt16: TextConvertibleNumber {}
22 | extension UInt8: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'UInt8' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
23 |
[370/387] Compiling SDGLocalization WholeNumberProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/UInt.swift:17:1: warning: extension declares a conformance of imported type 'UInt' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
15 | import SDGMathematics
16 |
17 | extension UInt: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'UInt' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 |
19 | extension UInt64: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/UInt.swift:19:1: warning: extension declares a conformance of imported type 'UInt64' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | extension UInt: TextConvertibleNumber {}
18 |
19 | extension UInt64: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'UInt64' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 | extension UInt32: TextConvertibleNumber {}
21 | extension UInt16: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/UInt.swift:20:1: warning: extension declares a conformance of imported type 'UInt32' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 |
19 | extension UInt64: TextConvertibleNumber {}
20 | extension UInt32: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'UInt32' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | extension UInt16: TextConvertibleNumber {}
22 | extension UInt8: TextConvertibleNumber {}
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/UInt.swift:21:1: warning: extension declares a conformance of imported type 'UInt16' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
19 | extension UInt64: TextConvertibleNumber {}
20 | extension UInt32: TextConvertibleNumber {}
21 | extension UInt16: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'UInt16' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 | extension UInt8: TextConvertibleNumber {}
23 |
/Users/admin/builder/spi-builder-workspace/Sources/SDGLocalization/Extensions/Numbers/UInt.swift:22:1: warning: extension declares a conformance of imported type 'UInt8' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
20 | extension UInt32: TextConvertibleNumber {}
21 | extension UInt16: TextConvertibleNumber {}
22 | extension UInt8: TextConvertibleNumber {}
| |- warning: extension declares a conformance of imported type 'UInt8' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
23 |
[375/387] Emitting module SDGCollation
[377/387] Linking sdg_embed_resource
[378/387] Applying sdg_embed_resource
[380/387] Compiling SDGCollation resource_bundle_accessor.swift
[381/387] Compiling SDGLocalization Language.swift
[382/387] Compiling SDGLocalization LocalizationData.swift
[383/387] Compiling SDGLocalization Script.swift
[384/387] Compiling SDGLocalization State.swift
[385/402] Compiling SDGCornerstoneLocalizations InterfaceLocalization.swift
[386/402] Compiling SDGCornerstoneLocalizations FormatLocalization.swift
[387/402] Emitting module SDGCornerstoneLocalizations
/Users/admin/builder/spi-builder-workspace/Sources/SDGCornerstoneLocalizations/APILocalization.swift:19:1: warning: extension declares a conformance of imported type '_APILocalization' to imported protocol 'InputLocalization'; this will not behave correctly if the owners of 'SDGControlFlow' introduce this conformance in the future
17 |
18 | public typealias APILocalization = _APILocalization
19 | extension APILocalization: InputLocalization {}
| |- warning: extension declares a conformance of imported type '_APILocalization' to imported protocol 'InputLocalization'; this will not behave correctly if the owners of 'SDGControlFlow' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 |
[388/402] Compiling SDGCornerstoneLocalizations APILocalization.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGCornerstoneLocalizations/APILocalization.swift:19:1: warning: extension declares a conformance of imported type '_APILocalization' to imported protocol 'InputLocalization'; this will not behave correctly if the owners of 'SDGControlFlow' introduce this conformance in the future
17 |
18 | public typealias APILocalization = _APILocalization
19 | extension APILocalization: InputLocalization {}
| |- warning: extension declares a conformance of imported type '_APILocalization' to imported protocol 'InputLocalization'; this will not behave correctly if the owners of 'SDGControlFlow' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 |
[389/402] Emitting module generate_root_collation
[390/402] Compiling generate_root_collation RootCollationGenerator.swift
[391/402] Compiling SDGExternalProcess Shell.swift
[392/450] Compiling generate_root_collation Repository.swift
[393/450] Compiling generate_root_collation RootCollation.swift
[394/484] Compiling SDGExternalProcess ExternalProcessError.swift
[395/484] Emitting module SDGExternalProcess
[396/484] Compiling SDGExternalProcess ExternalProcess.swift
[397/484] Compiling generate_root_collation CollationElement.swift
[398/484] Compiling generate_root_collation CollationLevel.swift
[399/484] Compiling generate_root_collation DUCET.swift
[399/484] Write Objects.LinkFileList
[401/484] Compiling SDGTesting PerformanceTest.swift
[402/484] Compiling SDGTesting Test.swift
[403/484] Emitting module SDGTesting
[404/484] Emitting module SDGPrecisionMathematics
[405/491] Emitting module SDGXML
/Users/admin/builder/spi-builder-workspace/Sources/SDGXML/Coding/XML.Decoder.KeyedContainer.swift:172:32: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
21 | extension XML.Decoder {
22 |
23 | internal struct KeyedContainer<Key>: KeyedDecodingContainerProtocol, XMLDecoderContainer
| `- note: 'Key' previously declared here
24 | where Key: CodingKey {
25 |
:
170 | }
171 |
172 | internal func superDecoder<Key>(forKey key: Key) throws -> Decoder where Key: CodingKey {
| `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
173 | return try nestedDecoder(key: key)
174 | }
/Users/admin/builder/spi-builder-workspace/Sources/SDGXML/Coding/XML.Encoder.KeyedContainer.swift:133:41: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
17 | extension XML.Encoder {
18 |
19 | internal struct KeyedContainer<Key>: KeyedEncodingContainerProtocol, XMLEncoderContainer
| `- note: 'Key' previously declared here
20 | where Key: CodingKey {
21 |
:
131 | }
132 |
133 | internal mutating func superEncoder<Key>(forKey key: Key) -> Encoder where Key: CodingKey {
| `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
134 | return nestedEncoder(key: key)
135 | }
[406/493] Compiling SDGCalendar CalendarInterval.swift
[407/493] Compiling SDGCalendar Date.swift
[408/493] Compiling SDGCalendar DateDefinition.swift
[409/493] Compiling SDGVersioning Version.swift
[410/493] Emitting module SDGVersioning
[411/493] Compiling SDGCalendar NumericCalendarComponent.swift
[412/493] Compiling SDGCalendar AnyDescribableDate.swift
[413/493] Compiling SDGCalendar CalendarDate.swift
[414/493] Compiling SDGCalendar CalendarComponent.swift
[415/493] Compiling SDGCalendar CardinalCalendarComponent.swift
[416/493] Compiling SDGCalendar ConsistentDurationCalendarComponent.swift
[417/493] Compiling SDGCalendar ConsistentlyOrderedCalendarComponent.swift
[418/493] Compiling SDGCalendar Day.swift
[419/497] Compiling SDGPrecisionMathematics WholeNumberBinaryViewIndex.swift
[420/497] Compiling SDGPrecisionMathematics WholeNumberBinaryViewIndexDistance.swift
[421/497] Compiling SDGCalendar DescribableDate.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGXML/Coding/XML.Encoder.KeyedContainer.swift:133:41: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
17 | extension XML.Encoder {
18 |
19 | internal struct KeyedContainer<Key>: KeyedEncodingContainerProtocol, XMLEncoderContainer
| `- note: 'Key' previously declared here
20 | where Key: CodingKey {
21 |
:
131 | }
132 |
133 | internal mutating func superEncoder<Key>(forKey key: Key) -> Encoder where Key: CodingKey {
| `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
134 | return nestedEncoder(key: key)
135 | }
[422/497] Compiling SDGCalendar FoundationDate.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGXML/Coding/XML.Encoder.KeyedContainer.swift:133:41: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
17 | extension XML.Encoder {
18 |
19 | internal struct KeyedContainer<Key>: KeyedEncodingContainerProtocol, XMLEncoderContainer
| `- note: 'Key' previously declared here
20 | where Key: CodingKey {
21 |
:
131 | }
132 |
133 | internal mutating func superEncoder<Key>(forKey key: Key) -> Encoder where Key: CodingKey {
| `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
134 | return nestedEncoder(key: key)
135 | }
[423/497] Compiling SDGCalendar GregorianDate.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGXML/Coding/XML.Encoder.KeyedContainer.swift:133:41: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
17 | extension XML.Encoder {
18 |
19 | internal struct KeyedContainer<Key>: KeyedEncodingContainerProtocol, XMLEncoderContainer
| `- note: 'Key' previously declared here
20 | where Key: CodingKey {
21 |
:
131 | }
132 |
133 | internal mutating func superEncoder<Key>(forKey key: Key) -> Encoder where Key: CodingKey {
| `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
134 | return nestedEncoder(key: key)
135 | }
[424/497] Compiling SDGCalendar GregorianDay.swift
[425/497] Compiling SDGCalendar OrdinalCalendarComponent.swift
[426/497] Compiling SDGCalendar RawRepresentableCalendarComponent.swift
[427/497] Compiling SDGCalendar SmallestCalendarComponent.swift
[428/497] Compiling SDGCalendar Weekday.swift
[429/497] Compiling SDGCalendar Year.swift
[430/497] Compiling SDGCalendar GregorianHour.swift
[431/497] Compiling SDGCalendar GregorianMinute.swift
[432/497] Compiling SDGPrecisionMathematics WholeNumberBinaryView.swift
[438/497] Compiling SDGCalendar EnumerationCalendarComponent.swift
[439/497] Compiling SDGCalendar ICalendarComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGXML/Coding/XML.Decoder.KeyedContainer.swift:172:32: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
21 | extension XML.Decoder {
22 |
23 | internal struct KeyedContainer<Key>: KeyedDecodingContainerProtocol, XMLDecoderContainer
| `- note: 'Key' previously declared here
24 | where Key: CodingKey {
25 |
:
170 | }
171 |
172 | internal func superDecoder<Key>(forKey key: Key) throws -> Decoder where Key: CodingKey {
| `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
173 | return try nestedDecoder(key: key)
174 | }
[440/497] Compiling SDGCalendar ISOCalendarComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGXML/Coding/XML.Decoder.KeyedContainer.swift:172:32: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
21 | extension XML.Decoder {
22 |
23 | internal struct KeyedContainer<Key>: KeyedDecodingContainerProtocol, XMLDecoderContainer
| `- note: 'Key' previously declared here
24 | where Key: CodingKey {
25 |
:
170 | }
171 |
172 | internal func superDecoder<Key>(forKey key: Key) throws -> Decoder where Key: CodingKey {
| `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
173 | return try nestedDecoder(key: key)
174 | }
[441/497] Compiling SDGCalendar Month.swift
/Users/admin/builder/spi-builder-workspace/Sources/SDGXML/Coding/XML.Decoder.KeyedContainer.swift:172:32: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
21 | extension XML.Decoder {
22 |
23 | internal struct KeyedContainer<Key>: KeyedDecodingContainerProtocol, XMLDecoderContainer
| `- note: 'Key' previously declared here
24 | where Key: CodingKey {
25 |
:
170 | }
171 |
172 | internal func superDecoder<Key>(forKey key: Key) throws -> Decoder where Key: CodingKey {
| `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
173 | return try nestedDecoder(key: key)
174 | }
[442/497] Compiling SDGPrecisionMathematics HalvesView.swift
[443/497] Compiling SDGPrecisionMathematics Integer.swift
[444/497] Compiling SDGPrecisionMathematics RationalNumber.swift
[445/497] Compiling SDGPrecisionMathematics UInt.swift
[446/497] Compiling SDGPrecisionMathematics WholeNumber.swift
[447/497] Emitting module SDGCalendar
[448/497] Compiling SDGCalendar HebrewPart.swift
[449/497] Compiling SDGCalendar HebrewWeekday.swift
[450/497] Compiling SDGCalendar HebrewWeekdayDate.swift
[451/497] Compiling SDGCalendar HebrewYear.swift
[452/497] Compiling SDGRandomizationTestUtilities Randomizer.swift
[453/497] Emitting module SDGRandomizationTestUtilities
[453/497] Linking generate_root_collation
[455/497] Emitting module SDGLogicTestUtilities
[456/497] Compiling SDGLogicTestUtilities Equatable.swift
[456/497] Applying generate_root_collation
[458/497] Compiling SDGCalendar HebrewDay.swift
[459/497] Compiling SDGCalendar HebrewHour.swift
[460/497] Compiling SDGCalendar HebrewMonth.swift
[461/497] Compiling SDGCalendar HebrewMonthAndYear.swift
[481/509] Compiling SDGCalendar HebrewYearLength.swift
[482/509] Compiling SDGCalendar RationalArithmetic.swift
[483/509] Compiling SDGCalendar RelativeDate.swift
[484/509] Compiling SDGCalendar UnknownDate.swift
[487/509] Compiling SDGXML XML.Parser.swift
[488/509] Compiling SDGXML XML.swift
[489/509] Compiling SDGCalendar GregorianWeekday.swift
[490/509] Compiling SDGCalendar GregorianWeekdayDate.swift
[491/509] Compiling SDGCalendar GregorianYear.swift
[492/509] Compiling SDGCalendar HebrewDate.swift
[495/513] Compiling SDGCollectionsTestUtilities SetDefinition.swift
[496/514] Compiling SDGCollectionsTestUtilities RangeReplaceableCollection.swift
[497/514] Compiling SDGCollectionsTestUtilities RandomAccessCollection.swift
[498/514] Compiling SDGCollectionsTestUtilities MutableSet.swift
[499/514] Compiling SDGCollectionsTestUtilities Pattern.swift
[500/514] Compiling SDGCollectionsTestUtilities FiniteSet.swift
[501/514] Compiling SDGCollectionsTestUtilities Hashable.swift
[502/514] Emitting module SDGCollectionsTestUtilities
[503/514] Compiling SDGCollectionsTestUtilities Collection.swift
[504/514] Compiling SDGCollectionsTestUtilities ComparableSet.swift
[505/514] Compiling SDGCollectionsTestUtilities BidirectionalCollection.swift
[506/514] Compiling SDGCollectionsTestUtilities BidirectionalPattern.swift
[507/514] Compiling SDGCollectionsTestUtilities SetInRepresentableUniverse.swift
[508/514] Compiling SDGPersistenceTestUtilities Codable.swift
[509/514] Emitting module SDGPersistenceTestUtilities
[510/514] Compiling SDGPersistenceTestUtilities FileConvertible.swift
[511/514] Compiling SDGPersistenceTestUtilities Specification.swift
[512/534] Compiling SDGMathematicsTestUtilities VectorProtocol.swift
[513/535] Emitting module SDGLocalizationTestUtilities
[514/535] Compiling SDGLocalizationTestUtilities CustomStringConvertible.swift
[515/535] Compiling SDGMathematicsTestUtilities RationalArithmetic.swift
[516/535] Compiling SDGMathematicsTestUtilities RationalVector.swift
[517/535] Compiling SDGMathematicsTestUtilities RealArithmetic.swift
[518/535] Compiling SDGMathematicsTestUtilities Subtractable.swift
[519/535] Compiling SDGMathematicsTestUtilities OneDimensionalPoint.swift
[520/535] Compiling SDGMathematicsTestUtilities PointProtocol.swift
[521/535] Compiling SDGMathematicsTestUtilities Negatable.swift
[522/535] Compiling SDGMathematicsTestUtilities NumericAdditiveArithmetic.swift
[523/535] Compiling SDGMathematicsTestUtilities IntegralArithmetic.swift
[524/535] Compiling SDGMathematicsTestUtilities Measurement.swift
[525/535] Compiling SDGMathematicsTestUtilities Comparable.swift
[526/535] Compiling SDGMathematicsTestUtilities FixedScaleOneDimensionalPoint.swift
[527/535] Compiling SDGMathematicsTestUtilities Addable.swift
[528/535] Compiling SDGMathematicsTestUtilities BitField.swift
[529/535] Emitting module SDGMathematicsTestUtilities
[530/535] Compiling SDGMathematicsTestUtilities Float.swift
[531/535] Compiling SDGMathematicsTestUtilities GenericAdditiveArithmetic.swift
[532/535] Compiling SDGMathematicsTestUtilities WholeArithmetic.swift
[533/538] Emitting module SDGGeometryTestUtilities
[534/538] Compiling SDGGeometryTestUtilities TwoDimensionalVectorProtocol.swift
[535/538] Compiling SDGGeometryTestUtilities TwoDimensionalPointProtocol.swift
[536/538] Compiling SDGXCTestUtilities XCTAssert.swift
[537/538] Compiling SDGXCTestUtilities TestCase.swift
[538/538] Emitting module SDGXCTestUtilities
Build complete! (45.99s)
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Tests/SDGEmbedResourcesTests/Resources.swift': File not found.
Build complete.
{
"dependencies" : [
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
}
],
"manifest_display_name" : "SDGCornerstone",
"name" : "SDGCornerstone",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SDGControlFlow",
"targets" : [
"SDGControlFlow"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGLogic",
"targets" : [
"SDGLogic"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGLogicTestUtilities",
"targets" : [
"SDGLogicTestUtilities"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGMathematics",
"targets" : [
"SDGMathematics"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGMathematicsTestUtilities",
"targets" : [
"SDGMathematicsTestUtilities"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGCollections",
"targets" : [
"SDGCollections"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGCollectionsTestUtilities",
"targets" : [
"SDGCollectionsTestUtilities"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGBinaryData",
"targets" : [
"SDGBinaryData"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGText",
"targets" : [
"SDGText"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGCollation",
"targets" : [
"SDGCollation"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGPersistence",
"targets" : [
"SDGPersistence"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGPersistenceTestUtilities",
"targets" : [
"SDGPersistenceTestUtilities"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGRandomization",
"targets" : [
"SDGRandomization"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGRandomizationTestUtilities",
"targets" : [
"SDGRandomizationTestUtilities"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGLocalization",
"targets" : [
"SDGLocalization"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGLocalizationTestUtilities",
"targets" : [
"SDGLocalizationTestUtilities"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGGeometry",
"targets" : [
"SDGGeometry"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGGeometryTestUtilities",
"targets" : [
"SDGGeometryTestUtilities"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGCalendar",
"targets" : [
"SDGCalendar"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGPrecisionMathematics",
"targets" : [
"SDGPrecisionMathematics"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGConcurrency",
"targets" : [
"SDGConcurrency"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGExternalProcess",
"targets" : [
"SDGExternalProcess"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGVersioning",
"targets" : [
"SDGVersioning"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGXML",
"targets" : [
"SDGXML"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGTesting",
"targets" : [
"SDGTesting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGXCTestUtilities",
"targets" : [
"SDGXCTestUtilities"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGCopySources",
"targets" : [
"SDGCopySources"
],
"type" : {
"plugin" : null
}
},
{
"name" : "SDGEmbedResources",
"targets" : [
"SDGEmbedResources"
],
"type" : {
"plugin" : null
}
},
{
"name" : "sdg_embed_resource",
"targets" : [
"sdg_embed_resource"
],
"type" : {
"executable" : null
}
},
{
"name" : "sdg_copy_source",
"targets" : [
"sdg_copy_source"
],
"type" : {
"executable" : null
}
},
{
"name" : "generate_root_collation",
"targets" : [
"generate_root_collation"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "sdg_embed_resource",
"module_type" : "SwiftTarget",
"name" : "sdg_embed_resource",
"path" : "Sources/sdg_embed_resource",
"product_memberships" : [
"SDGEmbedResources",
"sdg_embed_resource"
],
"sources" : [
"EmbedResource.swift",
"main.swift"
],
"target_dependencies" : [
"SDGLogic",
"SDGMathematics",
"SDGPersistence"
],
"type" : "executable"
},
{
"c99name" : "sdg_copy_source",
"module_type" : "SwiftTarget",
"name" : "sdg_copy_source",
"path" : "Sources/sdg_copy_source",
"product_memberships" : [
"SDGCopySources",
"sdg_copy_source"
],
"sources" : [
"CopySource.swift",
"main.swift"
],
"target_dependencies" : [
"SDGPersistence"
],
"type" : "executable"
},
{
"c99name" : "generate_root_collation",
"module_type" : "SwiftTarget",
"name" : "generate_root_collation",
"path" : "Sources/generate_root_collation",
"product_memberships" : [
"generate_root_collation"
],
"sources" : [
"CollationElement.swift",
"CollationLevel.swift",
"DUCET.swift",
"Repository.swift",
"RootCollation.swift",
"RootCollationGenerator.swift"
],
"target_dependencies" : [
"SDGLogic",
"SDGMathematics",
"SDGCollections",
"SDGText",
"SDGCollation",
"SDGPersistence",
"SDGLocalization"
],
"type" : "executable"
},
{
"c99name" : "SDGXMLTests",
"module_type" : "SwiftTarget",
"name" : "SDGXMLTests",
"path" : "Tests/SDGXMLTests",
"sources" : [
"APITests.swift",
"Coding Helpers.swift",
"Error Helpers.swift",
"XML Helpers.swift"
],
"target_dependencies" : [
"SDGXML",
"SDGTesting",
"SDGXCTestUtilities",
"SDGText",
"SDGLocalization",
"SDGCornerstoneLocalizations",
"SDGCollectionsTestUtilities",
"SDGPersistenceTestUtilities",
"SDGLocalizationTestUtilities"
],
"type" : "test"
},
{
"c99name" : "SDGXML",
"module_type" : "SwiftTarget",
"name" : "SDGXML",
"path" : "Sources/SDGXML",
"product_memberships" : [
"SDGXML"
],
"sources" : [
"Coding/CustomXMLRepresentable.swift",
"Coding/XML.Attribute.Protocol.swift",
"Coding/XML.Attribute.swift",
"Coding/XML.Coder.Element.swift",
"Coding/XML.Coder.MiscellaneousKey.swift",
"Coding/XML.Coder.swift",
"Coding/XML.Decoder.Container.swift",
"Coding/XML.Decoder.Implementation.swift",
"Coding/XML.Decoder.KeyedContainer.swift",
"Coding/XML.Decoder.KeylessContainer.swift",
"Coding/XML.Decoder.SingleValueContainer.swift",
"Coding/XML.Decoder.UnkeyedContainer.swift",
"Coding/XML.Decoder.swift",
"Coding/XML.Encoder.Container.swift",
"Coding/XML.Encoder.Implementation.swift",
"Coding/XML.Encoder.KeyedContainer.swift",
"Coding/XML.Encoder.KeylessContainer.swift",
"Coding/XML.Encoder.SingleValueContainer.swift",
"Coding/XML.Encoder.UnkeyedContainer.swift",
"Coding/XML.Encoder.swift",
"Model/XML.AttributeValue.swift",
"Model/XML.CharacterData.swift",
"Model/XML.Content.swift",
"Model/XML.DTD.swift",
"Model/XML.Document.swift",
"Model/XML.Element.swift",
"Parser/XML.Parser.swift",
"XML.swift"
],
"target_dependencies" : [
"SDGControlFlow",
"SDGLogic",
"SDGMathematics",
"SDGCollections",
"SDGText",
"SDGPersistence",
"SDGLocalization",
"SDGCornerstoneLocalizations"
],
"type" : "library"
},
{
"c99name" : "SDGXCTestUtilities",
"module_type" : "SwiftTarget",
"name" : "SDGXCTestUtilities",
"path" : "Sources/SDGXCTestUtilities",
"product_memberships" : [
"SDGXCTestUtilities"
],
"sources" : [
"TestCase.swift",
"XCTAssert.swift"
],
"target_dependencies" : [
"SDGTesting",
"SDGLogic",
"SDGMathematics",
"SDGText",
"SDGPersistence",
"SDGLocalization",
"SDGCornerstoneLocalizations"
],
"type" : "library"
},
{
"c99name" : "SDGVersioningTests",
"module_type" : "SwiftTarget",
"name" : "SDGVersioningTests",
"path" : "Tests/SDGVersioningTests",
"sources" : [
"APITests.swift",
"RegressionTests.swift"
],
"target_dependencies" : [
"SDGVersioning",
"SDGTesting",
"SDGXCTestUtilities",
"SDGCornerstoneLocalizations",
"SDGLocalizationTestUtilities"
],
"type" : "test"
},
{
"c99name" : "SDGVersioning",
"module_type" : "SwiftTarget",
"name" : "SDGVersioning",
"path" : "Sources/SDGVersioning",
"product_memberships" : [
"SDGVersioning"
],
"sources" : [
"Version.swift"
],
"target_dependencies" : [
"SDGControlFlow",
"SDGLogic",
"SDGMathematics",
"SDGCollections",
"SDGText",
"SDGLocalization",
"SDGCornerstoneLocalizations"
],
"type" : "library"
},
{
"c99name" : "SDGTextTests",
"module_type" : "SwiftTarget",
"name" : "SDGTextTests",
"path" : "Tests/SDGTextTests",
"sources" : [
"APITests.swift",
"InternalTests.swift",
"RegressionTests.swift"
],
"target_dependencies" : [
"SDGText",
"SDGTesting",
"SDGXCTestUtilities",
"SDGLogic",
"SDGMathematics",
"SDGCollections",
"SDGCornerstoneLocalizations",
"SDGMathematicsTestUtilities",
"SDGCollectionsTestUtilities",
"SDGPersistenceTestUtilities",
"SDGLocalizationTestUtilities"
],
"type" : "test"
},
{
"c99name" : "SDGText",
"module_type" : "SwiftTarget",
"name" : "SDGText",
"path" : "Sources/SDGText",
"product_memberships" : [
"SDGLogicTestUtilities",
"SDGMathematicsTestUtilities",
"SDGCollectionsTestUtilities",
"SDGText",
"SDGCollation",
"SDGPersistence",
"SDGPersistenceTestUtilities",
"SDGRandomizationTestUtilities",
"SDGLocalization",
"SDGLocalizationTestUtilities",
"SDGGeometryTestUtilities",
"SDGCalendar",
"SDGPrecisionMathematics",
"SDGExternalProcess",
"SDGVersioning",
"SDGXML",
"SDGTesting",
"SDGXCTestUtilities",
"SDGCopySources",
"SDGEmbedResources",
"sdg_embed_resource",
"sdg_copy_source",
"generate_root_collation"
],
"sources" : [
"CharacterSet.swift",
"CollectionStringFamily.swift",
"CollectionUnicodeScalar.swift",
"Compatibility/StaticString.swift",
"Compatibility/String.swift",
"Compatibility/StringClusterView.swift",
"Compatibility/StringScalarView.swift",
"ExtendedGraphemeCluster.swift",
"Font/Font.Definition.swift",
"Font/Font.swift",
"Font/NSFont.swift",
"Font/SwiftUI.Font.swift",
"Font/UIFont.swift",
"MarkupPlaygroundDisplay.swift",
"Range.swift",
"SemanticMarkup.swift",
"SemanticMarkupStringInterpolation.swift",
"Strict/StrictString.swift",
"Strict/StrictStringClusterView.swift",
"Strict/StrictStringInterpolationProtocol.swift",
"Strict/StrictStringStringInterpolation.swift",
"String Family/ExtendedGraphemeClusterView.swift",
"String Family/Line.swift",
"String Family/LineView.swift",
"String Family/LineViewIndex.swift",
"String Family/Newline.swift",
"String Family/NewlinePattern.swift",
"String Family/StringFamily.swift",
"String Family/StringIndex.swift",
"String Family/UnicodeScalarView.swift",
"UnicodeScalar.swift"
],
"target_dependencies" : [
"SDGControlFlow",
"SDGLogic",
"SDGMathematics",
"SDGCollections"
],
"type" : "library"
},
{
"c99name" : "SDGTesting",
"module_type" : "SwiftTarget",
"name" : "SDGTesting",
"path" : "Sources/SDGTesting",
"product_memberships" : [
"SDGLogicTestUtilities",
"SDGMathematicsTestUtilities",
"SDGCollectionsTestUtilities",
"SDGPersistenceTestUtilities",
"SDGRandomizationTestUtilities",
"SDGLocalizationTestUtilities",
"SDGGeometryTestUtilities",
"SDGTesting",
"SDGXCTestUtilities"
],
"sources" : [
"PerformanceTest.swift",
"Test.swift"
],
"target_dependencies" : [
"SDGControlFlow",
"SDGMathematics",
"SDGText",
"SDGLocalization",
"SDGCornerstoneLocalizations"
],
"type" : "library"
},
{
"c99name" : "SDGRandomizationTests",
"module_type" : "SwiftTarget",
"name" : "SDGRandomizationTests",
"path" : "Tests/SDGRandomizationTests",
"sources" : [
"APITests.swift"
],
"target_dependencies" : [
"SDGRandomization",
"SDGRandomizationTestUtilities",
"SDGTesting",
"SDGXCTestUtilities",
"SDGLogic",
"SDGMathematics"
],
"type" : "test"
},
{
"c99name" : "SDGRandomizationTestUtilities",
"module_type" : "SwiftTarget",
"name" : "SDGRandomizationTestUtilities",
"path" : "Sources/SDGRandomizationTestUtilities",
"product_memberships" : [
"SDGRandomizationTestUtilities"
],
"sources" : [
"Randomizer.swift"
],
"target_dependencies" : [
"SDGRandomization",
"SDGTesting"
],
"type" : "library"
},
{
"c99name" : "SDGRandomization",
"module_type" : "SwiftTarget",
"name" : "SDGRandomization",
"path" : "Sources/SDGRandomization",
"product_memberships" : [
"SDGRandomization",
"SDGRandomizationTestUtilities"
],
"sources" : [
"Bool.swift",
"CyclicalNumberGenerator.swift",
"PseudorandomNumberGenerator.swift"
],
"target_dependencies" : [
"SDGControlFlow",
"SDGLogic",
"SDGMathematics"
],
"type" : "library"
},
{
"c99name" : "SDGPrecisionMathematicsTests",
"module_type" : "SwiftTarget",
"name" : "SDGPrecisionMathematicsTests",
"path" : "Tests/SDGPrecisionMathematicsTests",
"sources" : [
"APITests.swift",
"InternalTests.swift"
],
"target_dependencies" : [
"SDGPrecisionMathematics",
"SDGTesting",
"SDGXCTestUtilities",
"SDGMathematics",
"SDGBinaryData",
"SDGCornerstoneLocalizations",
"SDGMathematicsTestUtilities",
"SDGPersistenceTestUtilities",
"SDGLocalizationTestUtilities"
],
"type" : "test"
},
{
"c99name" : "SDGPrecisionMathematics",
"module_type" : "SwiftTarget",
"name" : "SDGPrecisionMathematics",
"path" : "Sources/SDGPrecisionMathematics",
"product_memberships" : [
"SDGPrecisionMathematics"
],
"sources" : [
"HalvesView.swift",
"Integer.swift",
"RationalNumber.swift",
"UInt.swift",
"WholeNumber.swift",
"WholeNumberBinaryView.swift",
"WholeNumberBinaryViewIndex.swift",
"WholeNumberBinaryViewIndexDistance.swift"
],
"target_dependencies" : [
"SDGLogic",
"SDGMathematics",
"SDGCollections",
"SDGBinaryData",
"SDGText",
"SDGLocalization",
"SDGCornerstoneLocalizations"
],
"type" : "library"
},
{
"c99name" : "SDGPersistenceTests",
"module_type" : "SwiftTarget",
"name" : "SDGPersistenceTests",
"path" : "Tests/SDGPersistenceTests",
"sources" : [
"APITests.swift",
"RegressionTests.swift"
],
"target_dependencies" : [
"SDGPersistence",
"SDGPersistenceTestUtilities",
"SDGTesting",
"SDGXCTestUtilities",
"SDGLogic",
"SDGCollections",
"SDGText",
"SDGLocalization",
"SDGExternalProcess",
"SDGCornerstoneLocalizations",
"SDGLocalizationTestUtilities"
],
"type" : "test"
},
{
"c99name" : "SDGPersistenceTestUtilities",
"module_type" : "SwiftTarget",
"name" : "SDGPersistenceTestUtilities",
"path" : "Sources/SDGPersistenceTestUtilities",
"product_memberships" : [
"SDGMathematicsTestUtilities",
"SDGPersistenceTestUtilities",
"SDGLocalizationTestUtilities",
"SDGGeometryTestUtilities"
],
"sources" : [
"Codable.swift",
"FileConvertible.swift",
"Specification.swift"
],
"target_dependencies" : [
"SDGPersistence",
"SDGTesting",
"SDGControlFlow",
"SDGLogic",
"SDGMathematics",
"SDGCollections",
"SDGText",
"SDGLocalization",
"SDGCalendar",
"SDGCornerstoneLocalizations"
],
"type" : "library"
},
{
"c99name" : "SDGPersistence",
"module_type" : "SwiftTarget",
"name" : "SDGPersistence",
"path" : "Sources/SDGPersistence",
"product_memberships" : [
"SDGLogicTestUtilities",
"SDGMathematicsTestUtilities",
"SDGCollectionsTestUtilities",
"SDGCollation",
"SDGPersistence",
"SDGPersistenceTestUtilities",
"SDGRandomizationTestUtilities",
"SDGLocalization",
"SDGLocalizationTestUtilities",
"SDGGeometryTestUtilities",
"SDGCalendar",
"SDGPrecisionMathematics",
"SDGExternalProcess",
"SDGVersioning",
"SDGXML",
"SDGTesting",
"SDGXCTestUtilities",
"SDGCopySources",
"SDGEmbedResources",
"sdg_embed_resource",
"sdg_copy_source",
"generate_root_collation"
],
"sources" : [
"Data.swift",
"FileConvertible.swift",
"FileManager.swift",
"Preference.swift",
"PreferenceSet.swift",
"ProcessInfo.swift",
"StrictString.swift",
"String.swift",
"URL.swift"
],
"target_dependencies" : [
"SDGControlFlow",
"SDGLogic",
"SDGMathematics",
"SDGCollections",
"SDGText"
],
"type" : "library"
},
{
"c99name" : "SDGMathematicsTests",
"module_type" : "SwiftTarget",
"name" : "SDGMathematicsTests",
"path" : "Tests/SDGMathematicsTests",
"sources" : [
"APITests.swift",
"RegressionTests.swift"
],
"target_dependencies" : [
"SDGMathematics",
"SDGMathematicsTestUtilities",
"SDGTesting",
"SDGXCTestUtilities",
"SDGLogic"
],
"type" : "test"
},
{
"c99name" : "SDGMathematicsTestUtilities",
"module_type" : "SwiftTarget",
"name" : "SDGMathematicsTestUtilities",
"path" : "Sources/SDGMathematicsTestUtilities",
"product_memberships" : [
"SDGMathematicsTestUtilities",
"SDGGeometryTestUtilities"
],
"sources" : [
"Addable.swift",
"BitField.swift",
"Comparable.swift",
"FixedScaleOneDimensionalPoint.swift",
"Float.swift",
"GenericAdditiveArithmetic.swift",
"IntegralArithmetic.swift",
"Measurement.swift",
"Negatable.swift",
"NumericAdditiveArithmetic.swift",
"OneDimensionalPoint.swift",
"PointProtocol.swift",
"RationalArithmetic.swift",
"RationalVector.swift",
"RealArithmetic.swift",
"Subtractable.swift",
"VectorProtocol.swift",
"WholeArithmetic.swift"
],
"target_dependencies" : [
"SDGMathematics",
"SDGTesting",
"SDGCollections",
"SDGLocalization",
"SDGLogicTestUtilities",
"SDGCollectionsTestUtilities",
"SDGPersistenceTestUtilities"
],
"type" : "library"
},
{
"c99name" : "SDGMathematics",
"module_type" : "SwiftTarget",
"name" : "SDGMathematics",
"path" : "Sources/SDGMathematics",
"product_dependencies" : [
"RealModule"
],
"product_memberships" : [
"SDGLogicTestUtilities",
"SDGMathematics",
"SDGMathematicsTestUtilities",
"SDGCollections",
"SDGCollectionsTestUtilities",
"SDGBinaryData",
"SDGText",
"SDGCollation",
"SDGPersistence",
"SDGPersistenceTestUtilities",
"SDGRandomization",
"SDGRandomizationTestUtilities",
"SDGLocalization",
"SDGLocalizationTestUtilities",
"SDGGeometry",
"SDGGeometryTestUtilities",
"SDGCalendar",
"SDGPrecisionMathematics",
"SDGExternalProcess",
"SDGVersioning",
"SDGXML",
"SDGTesting",
"SDGXCTestUtilities",
"SDGCopySources",
"SDGEmbedResources",
"sdg_embed_resource",
"sdg_copy_source",
"generate_root_collation"
],
"sources" : [
"Angle.swift",
"BitField.swift",
"ClosedRange.swift",
"Comparable.swift",
"Data.swift",
"Float.swift",
"FunctionAnalysis.swift",
"Int.swift",
"Measurement.swift",
"Numeric Protocols/Addable.swift",
"Numeric Protocols/FixedScaleOneDimensionalPoint.swift",
"Numeric Protocols/GenericAdditiveArithmetic.swift",
"Numeric Protocols/IntegerProtocol.swift",
"Numeric Protocols/IntegralArithmetic.swift",
"Numeric Protocols/Negatable.swift",
"Numeric Protocols/NumericAdditiveArithmetic.swift",
"Numeric Protocols/OneDimensionalPoint.swift",
"Numeric Protocols/OneDimensionalVector.swift",
"Numeric Protocols/PointProtocol.swift",
"Numeric Protocols/RationalArithmetic.swift",
"Numeric Protocols/RationalNumberProtocol.swift",
"Numeric Protocols/RationalVector.swift",
"Numeric Protocols/RealArithmetic.swift",
"Numeric Protocols/RealNumberProtocol.swift",
"Numeric Protocols/Subtractable.swift",
"Numeric Protocols/VectorProtocol.swift",
"Numeric Protocols/WholeArithmetic.swift",
"Numeric Protocols/WholeNumberProtocol.swift",
"Operators.swift",
"OrderedEnumeration.swift",
"Sequence.swift",
"Tuple.swift",
"UInt.swift"
],
"target_dependencies" : [
"SDGControlFlow",
"SDGLogic"
],
"type" : "library"
},
{
"c99name" : "SDGLogicTests",
"module_type" : "SwiftTarget",
"name" : "SDGLogicTests",
"path" : "Tests/SDGLogicTests",
"sources" : [
"APITests.swift"
],
"target_dependencies" : [
"SDGLogic",
"SDGLogicTestUtilities",
"SDGTesting",
"SDGXCTestUtilities",
"SDGMathematicsTestUtilities"
],
"type" : "test"
},
{
"c99name" : "SDGLogicTestUtilities",
"module_type" : "SwiftTarget",
"name" : "SDGLogicTestUtilities",
"path" : "Sources/SDGLogicTestUtilities",
"product_memberships" : [
"SDGLogicTestUtilities",
"SDGMathematicsTestUtilities",
"SDGCollectionsTestUtilities",
"SDGGeometryTestUtilities"
],
"sources" : [
"Equatable.swift"
],
"target_dependencies" : [
"SDGLogic",
"SDGTesting"
],
"type" : "library"
},
{
"c99name" : "SDGLogic",
"module_type" : "SwiftTarget",
"name" : "SDGLogic",
"path" : "Sources/SDGLogic",
"product_memberships" : [
"SDGLogic",
"SDGLogicTestUtilities",
"SDGMathematics",
"SDGMathematicsTestUtilities",
"SDGCollections",
"SDGCollectionsTestUtilities",
"SDGBinaryData",
"SDGText",
"SDGCollation",
"SDGPersistence",
"SDGPersistenceTestUtilities",
"SDGRandomization",
"SDGRandomizationTestUtilities",
"SDGLocalization",
"SDGLocalizationTestUtilities",
"SDGGeometry",
"SDGGeometryTestUtilities",
"SDGCalendar",
"SDGPrecisionMathematics",
"SDGConcurrency",
"SDGExternalProcess",
"SDGVersioning",
"SDGXML",
"SDGTesting",
"SDGXCTestUtilities",
"SDGCopySources",
"SDGEmbedResources",
"sdg_embed_resource",
"sdg_copy_source",
"generate_root_collation"
],
"sources" : [
"Any.swift",
"Bool.swift",
"Equatable.swift",
"NilLiteral.swift",
"Operators.swift",
"Tuple.swift"
],
"type" : "library"
},
{
"c99name" : "SDGLocalizationTests",
"module_type" : "SwiftTarget",
"name" : "SDGLocalizationTests",
"path" : "Tests/SDGLocalizationTests",
"sources" : [
"APITests.swift",
"InternalTests.swift"
],
"target_dependencies" : [
"SDGLocalization",
"SDGLocalizationTestUtilities",
"SDGTesting",
"SDGXCTestUtilities",
"SDGLogic",
"SDGMathematics",
"SDGCollections",
"SDGText",
"SDGPersistence",
"SDGPrecisionMathematics",
"SDGCornerstoneLocalizations",
"SDGPersistenceTestUtilities"
],
"type" : "test"
},
{
"c99name" : "SDGLocalizationTestUtilities",
"module_type" : "SwiftTarget",
"name" : "SDGLocalizationTestUtilities",
"path" : "Sources/SDGLocalizationTestUtilities",
"product_memberships" : [
"SDGLocalizationTestUtilities"
],
"sources" : [
"CustomStringConvertible.swift"
],
"target_dependencies" : [
"SDGLocalization",
"SDGTesting",
"SDGText",
"SDGPersistence",
"SDGPersistenceTestUtilities"
],
"type" : "library"
},
{
"c99name" : "SDGLocalization",
"module_type" : "SwiftTarget",
"name" : "SDGLocalization",
"path" : "Sources/SDGLocalization",
"product_memberships" : [
"SDGLogicTestUtilities",
"SDGMathematicsTestUtilities",
"SDGCollectionsTestUtilities",
"SDGPersistenceTestUtilities",
"SDGRandomizationTestUtilities",
"SDGLocalization",
"SDGLocalizationTestUtilities",
"SDGGeometryTestUtilities",
"SDGCalendar",
"SDGPrecisionMathematics",
"SDGExternalProcess",
"SDGVersioning",
"SDGXML",
"SDGTesting",
"SDGXCTestUtilities",
"generate_root_collation"
],
"sources" : [
"CachedLocalization.swift",
"Extensions/Bool.swift",
"Extensions/CodableViaEnumeration.swift",
"Extensions/Decodable.swift",
"Extensions/LosslessStringConvertible.swift",
"Extensions/Numbers/Angle.swift",
"Extensions/Numbers/Float.swift",
"Extensions/Numbers/Int.swift",
"Extensions/Numbers/IntegerProtcool.swift",
"Extensions/Numbers/IntegralArithmetic.swift",
"Extensions/Numbers/RationalArithmetic.swift",
"Extensions/Numbers/RationalNumberProtocol.swift",
"Extensions/Numbers/UInt.swift",
"Extensions/Numbers/WholeArithmetic.swift",
"Extensions/Numbers/WholeNumberProtocol.swift",
"Extensions/Precondition.swift",
"Extensions/PresentableError.swift",
"Extensions/Range.swift",
"Extensions/TextConvertibleNumber.swift",
"Extensions/TextConvertibleNumberParseError.swift",
"InputLocalization.swift",
"Interpolation/Casing.swift",
"Interpolation/EnglishCasing.swift",
"Interpolation/GrammaticalGender.swift",
"Interpolation/GrammaticalNumber.swift",
"Interpolation/__________.swift",
"Interpolation/_________________.swift",
"Localization.swift",
"LocalizationSetting.swift",
"LocalizationSettingStabilizationMode.swift",
"Localizations/APILocalization.swift",
"Localizations/AnyLocalization.swift",
"Localizations/ContentLocalization.swift",
"Localizations/FormatLocalization.swift",
"Localizations/InterfaceLocalization.swift",
"Metadata/Language.swift",
"Metadata/LocalizationData.swift",
"Metadata/Script.swift",
"Metadata/State.swift",
"Metadata/StateData.swift",
"Metadata/TextDirection.swift",
"UserFacing.swift",
"UserFacingDynamic.swift"
],
"target_dependencies" : [
"SDGControlFlow",
"SDGLogic",
"SDGMathematics",
"SDGCollections",
"SDGText",
"SDGPersistence"
],
"type" : "library"
},
{
"c99name" : "SDGGeometryTests",
"module_type" : "SwiftTarget",
"name" : "SDGGeometryTests",
"path" : "Tests/SDGGeometryTests",
"sources" : [
"APITests.swift"
],
"target_dependencies" : [
"SDGGeometry",
"SDGGeometryTestUtilities",
"SDGTesting",
"SDGXCTestUtilities",
"SDGMathematics",
"SDGMathematicsTestUtilities"
],
"type" : "test"
},
{
"c99name" : "SDGGeometryTestUtilities",
"module_type" : "SwiftTarget",
"name" : "SDGGeometryTestUtilities",
"path" : "Sources/SDGGeometryTestUtilities",
"product_memberships" : [
"SDGGeometryTestUtilities"
],
"sources" : [
"TwoDimensionalPointProtocol.swift",
"TwoDimensionalVectorProtocol.swift"
],
"target_dependencies" : [
"SDGGeometry",
"SDGTesting",
"SDGMathematicsTestUtilities"
],
"type" : "library"
},
{
"c99name" : "SDGGeometry",
"module_type" : "SwiftTarget",
"name" : "SDGGeometry",
"path" : "Sources/SDGGeometry",
"product_memberships" : [
"SDGGeometry",
"SDGGeometryTestUtilities"
],
"sources" : [
"Angle.swift",
"Be_zierPath.swift",
"CGPoint.swift",
"CGVector.swift",
"TwoDimensionalPoint.swift",
"TwoDimensionalPointProtocol.swift",
"TwoDimensionalVector.swift",
"TwoDimensionalVectorProtocol.swift"
],
"target_dependencies" : [
"SDGControlFlow",
"SDGMathematics"
],
"type" : "library"
},
{
"c99name" : "SDGExternalProcessTests",
"module_type" : "SwiftTarget",
"name" : "SDGExternalProcessTests",
"path" : "Tests/SDGExternalProcessTests",
"sources" : [
"APITests.swift",
"RegressionTests.swift"
],
"target_dependencies" : [
"SDGExternalProcess",
"SDGTesting",
"SDGXCTestUtilities",
"SDGLogic"
],
"type" : "test"
},
{
"c99name" : "SDGExternalProcess",
"module_type" : "SwiftTarget",
"name" : "SDGExternalProcess",
"path" : "Sources/SDGExternalProcess",
"product_memberships" : [
"SDGExternalProcess"
],
"sources" : [
"ExternalProcess.swift",
"ExternalProcessError.swift",
"Shell.swift"
],
"target_dependencies" : [
"SDGControlFlow",
"SDGLogic",
"SDGText",
"SDGPersistence",
"SDGLocalization"
],
"type" : "library"
},
{
"c99name" : "SDGEmbedResourcesTests",
"module_type" : "SwiftTarget",
"name" : "SDGEmbedResourcesTests",
"path" : "Tests/SDGEmbedResourcesTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SDGEmbedResourcesTests/Data",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SDGEmbedResourcesTests/Text.txt",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"APITests.swift"
],
"target_dependencies" : [
"SDGEmbedResources"
],
"type" : "test"
},
{
"c99name" : "SDGEmbedResources",
"module_type" : "PluginTarget",
"name" : "SDGEmbedResources",
"path" : "Plugins/SDGEmbedResources",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"SDGEmbedResources"
],
"sources" : [
"EmbedResources.swift"
],
"target_dependencies" : [
"sdg_embed_resource"
],
"type" : "plugin"
},
{
"c99name" : "SDGCornerstoneLocalizations",
"module_type" : "SwiftTarget",
"name" : "SDGCornerstoneLocalizations",
"path" : "Sources/SDGCornerstoneLocalizations",
"product_memberships" : [
"SDGLogicTestUtilities",
"SDGMathematicsTestUtilities",
"SDGCollectionsTestUtilities",
"SDGPersistenceTestUtilities",
"SDGRandomizationTestUtilities",
"SDGLocalizationTestUtilities",
"SDGGeometryTestUtilities",
"SDGCalendar",
"SDGPrecisionMathematics",
"SDGVersioning",
"SDGXML",
"SDGTesting",
"SDGXCTestUtilities"
],
"sources" : [
"APILocalization.swift",
"FormatLocalization.swift",
"InterfaceLocalization.swift"
],
"target_dependencies" : [
"SDGControlFlow",
"SDGLocalization"
],
"type" : "library"
},
{
"c99name" : "SDGCornerstoneDocumentationExampleTests",
"module_type" : "SwiftTarget",
"name" : "SDGCornerstoneDocumentationExampleTests",
"path" : "Tests/SDGCornerstoneDocumentationExampleTests",
"sources" : [
"DateExampleTests.swift",
"FunctionAnalysisExampleTests.swift",
"MiscellaneousExampleTests.swift",
"ReadMeExampleTests.swift",
"StrictInterpolationExampleTests.swift",
"XMLExampleTests.swift"
],
"target_dependencies" : [
"SDGControlFlow",
"SDGLogic",
"SDGMathematics",
"SDGCollections",
"SDGText",
"SDGPersistence",
"SDGRandomization",
"SDGLocalization",
"SDGCalendar",
"SDGConcurrency",
"SDGPrecisionMathematics",
"SDGExternalProcess",
"SDGXML",
"SDGPersistenceTestUtilities",
"SDGXCTestUtilities"
],
"type" : "test"
},
{
"c99name" : "SDGCopySourcesTests",
"module_type" : "SwiftTarget",
"name" : "SDGCopySourcesTests",
"path" : "Tests/SDGCopySourcesTests/Sources",
"sources" : [
"APITests.swift"
],
"target_dependencies" : [
"SDGCopySources"
],
"type" : "test"
},
{
"c99name" : "SDGCopySources",
"module_type" : "PluginTarget",
"name" : "SDGCopySources",
"path" : "Plugins/SDGCopySources",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"SDGCopySources"
],
"sources" : [
"CopySources.swift"
],
"target_dependencies" : [
"sdg_copy_source"
],
"type" : "plugin"
},
{
"c99name" : "SDGControlFlowTests",
"module_type" : "SwiftTarget",
"name" : "SDGControlFlowTests",
"path" : "Tests/SDGControlFlowTests",
"sources" : [
"APITests.swift",
"Examples.swift"
],
"target_dependencies" : [
"SDGControlFlow",
"SDGTesting",
"SDGXCTestUtilities",
"SDGMathematicsTestUtilities",
"SDGCollectionsTestUtilities",
"SDGPersistenceTestUtilities"
],
"type" : "test"
},
{
"c99name" : "SDGControlFlow",
"module_type" : "SwiftTarget",
"name" : "SDGControlFlow",
"path" : "Sources/SDGControlFlow",
"product_memberships" : [
"SDGControlFlow",
"SDGLogicTestUtilities",
"SDGMathematics",
"SDGMathematicsTestUtilities",
"SDGCollections",
"SDGCollectionsTestUtilities",
"SDGBinaryData",
"SDGText",
"SDGCollation",
"SDGPersistence",
"SDGPersistenceTestUtilities",
"SDGRandomization",
"SDGRandomizationTestUtilities",
"SDGLocalization",
"SDGLocalizationTestUtilities",
"SDGGeometry",
"SDGGeometryTestUtilities",
"SDGCalendar",
"SDGPrecisionMathematics",
"SDGConcurrency",
"SDGExternalProcess",
"SDGVersioning",
"SDGXML",
"SDGTesting",
"SDGXCTestUtilities",
"SDGCopySources",
"SDGEmbedResources",
"sdg_embed_resource",
"sdg_copy_source",
"generate_root_collation"
],
"sources" : [
"APILocalization.swift",
"Assert.swift",
"Caching.swift",
"Decodable.swift",
"DefaultAssignmentPropertyWrapper.swift",
"Encodable.swift",
"Memory.swift",
"NonmutatingVariants.swift",
"ProjectingPropertyWrapper.swift",
"PropertyWrapper.swift",
"SendableValueCache.swift",
"Shared.swift",
"SharedProperty.swift",
"SharedValueObserver.swift",
"TextualPlaygroundDisplay.swift",
"TransparentWrapper.swift",
"Tuple.swift",
"Weak.swift"
],
"type" : "library"
},
{
"c99name" : "SDGConcurrencyTests",
"module_type" : "SwiftTarget",
"name" : "SDGConcurrencyTests",
"path" : "Tests/SDGConcurrencyTests",
"sources" : [
"APITests.swift"
],
"target_dependencies" : [
"SDGConcurrency",
"SDGTesting",
"SDGXCTestUtilities"
],
"type" : "test"
},
{
"c99name" : "SDGConcurrency",
"module_type" : "SwiftTarget",
"name" : "SDGConcurrency",
"path" : "Sources/SDGConcurrency",
"product_memberships" : [
"SDGConcurrency"
],
"sources" : [
"RunLoop.swift"
],
"target_dependencies" : [
"SDGControlFlow",
"SDGLogic"
],
"type" : "library"
},
{
"c99name" : "SDGCollectionsTests",
"module_type" : "SwiftTarget",
"name" : "SDGCollectionsTests",
"path" : "Tests/SDGCollectionsTests",
"product_dependencies" : [
"OrderedCollections"
],
"sources" : [
"APITests.swift",
"AnyForwardCollection.swift",
"InternalTests.swift",
"LegacyMode.swift",
"Nothing.swift",
"RegressionTests.swift"
],
"target_dependencies" : [
"SDGCollections",
"SDGCollectionsTestUtilities",
"SDGTesting",
"SDGXCTestUtilities",
"SDGLogic",
"SDGMathematics",
"SDGCornerstoneLocalizations",
"SDGMathematicsTestUtilities",
"SDGPersistenceTestUtilities",
"SDGLocalizationTestUtilities"
],
"type" : "test"
},
{
"c99name" : "SDGCollectionsTestUtilities",
"module_type" : "SwiftTarget",
"name" : "SDGCollectionsTestUtilities",
"path" : "Sources/SDGCollectionsTestUtilities",
"product_memberships" : [
"SDGMathematicsTestUtilities",
"SDGCollectionsTestUtilities",
"SDGGeometryTestUtilities"
],
"sources" : [
"BidirectionalCollection.swift",
"BidirectionalPattern.swift",
"Collection.swift",
"ComparableSet.swift",
"FiniteSet.swift",
"Hashable.swift",
"MutableSet.swift",
"Pattern.swift",
"RandomAccessCollection.swift",
"RangeReplaceableCollection.swift",
"SetDefinition.swift",
"SetInRepresentableUniverse.swift"
],
"target_dependencies" : [
"SDGCollections",
"SDGTesting",
"SDGLogicTestUtilities"
],
"type" : "library"
},
{
"c99name" : "SDGCollections",
"module_type" : "SwiftTarget",
"name" : "SDGCollections",
"path" : "Sources/SDGCollections",
"product_dependencies" : [
"OrderedCollections"
],
"product_memberships" : [
"SDGLogicTestUtilities",
"SDGMathematicsTestUtilities",
"SDGCollections",
"SDGCollectionsTestUtilities",
"SDGBinaryData",
"SDGText",
"SDGCollation",
"SDGPersistence",
"SDGPersistenceTestUtilities",
"SDGRandomizationTestUtilities",
"SDGLocalization",
"SDGLocalizationTestUtilities",
"SDGGeometryTestUtilities",
"SDGCalendar",
"SDGPrecisionMathematics",
"SDGExternalProcess",
"SDGVersioning",
"SDGXML",
"SDGTesting",
"SDGXCTestUtilities",
"SDGCopySources",
"SDGEmbedResources",
"sdg_embed_resource",
"sdg_copy_source",
"generate_root_collation"
],
"sources" : [
"Addable.swift",
"Associative/BijectiveMapping.swift",
"Associative/ContextualMapping.swift",
"Associative/Dictionary.swift",
"Conformances/CharacterSet.swift",
"Conformances/Data.swift",
"Conformances/String.swift",
"Conformances/StringProtocol.swift",
"LegacyMode.swift",
"Operators.swift",
"Ordered/AnyCollection.swift",
"Ordered/Array.swift",
"Ordered/BidirectionalCollection.swift",
"Ordered/Collection.swift",
"Ordered/CollectionDifference.swift",
"Ordered/CollectionDifferenceChange.swift",
"Ordered/FillDirection.swift",
"Ordered/LexicographicalComparison.swift",
"Ordered/OrderedSet.SubSequence.swift",
"Ordered/OrderedSet.swift",
"Ordered/Patterns/Affixes/ExclusivePrefixMatch.swift",
"Ordered/Patterns/Affixes/ExclusiveSuffixMatch.swift",
"Ordered/Patterns/Affixes/InclusivePrefixMatch.swift",
"Ordered/Patterns/Affixes/InclusiveSuffixMatch.swift",
"Ordered/Patterns/Alternatives/AlternativeMatch.swift",
"Ordered/Patterns/Alternatives/AlternativePatterns.swift",
"Ordered/Patterns/Alternatives/NaryAlternativeMatch.swift",
"Ordered/Patterns/Alternatives/NaryAlternativePatterns.swift",
"Ordered/Patterns/Any/AnyBidirectionalPattern.swift",
"Ordered/Patterns/Any/AnyPattern.swift",
"Ordered/Patterns/Any/AnyPatternMatch.swift",
"Ordered/Patterns/AtomicPatternMatch.swift",
"Ordered/Patterns/Concatenated/ConcatenatedMatch.swift",
"Ordered/Patterns/Concatenated/ConcatenatedPatterns.swift",
"Ordered/Patterns/Concatenated/NaryConcatenatedMatch.swift",
"Ordered/Patterns/Concatenated/NaryConcatenatedPatterns.swift",
"Ordered/Patterns/ConditionalPattern.swift",
"Ordered/Patterns/LiteralPattern.swift",
"Ordered/Patterns/NegatedPattern.swift",
"Ordered/Patterns/Nesting/NestingContentsPattern.swift",
"Ordered/Patterns/Nesting/NestingMatch.swift",
"Ordered/Patterns/Nesting/NestingMatchContents.swift",
"Ordered/Patterns/Nesting/NestingMatchSegment.swift",
"Ordered/Patterns/Nesting/NestingPattern.swift",
"Ordered/Patterns/Nesting/NestingSegmentPattern.swift",
"Ordered/Patterns/Protocols/BidirectionalPattern.swift",
"Ordered/Patterns/Protocols/Pattern.swift",
"Ordered/Patterns/Protocols/PatternMatch.swift",
"Ordered/Patterns/Repetition/PatternConsumption.swift",
"Ordered/Patterns/Repetition/RepetitionMatch.swift",
"Ordered/Patterns/Repetition/RepetitionPattern.swift",
"Ordered/Patterns/SeparatedComponentMatch.swift",
"Ordered/Range.swift",
"Ordered/RangeExpression.swift",
"Ordered/RangeReplaceableCollection.swift",
"Ordered/ReversedCollection.swift",
"Ordered/SearchableBidirectionalCollection.swift",
"Ordered/SearchableCollection.swift",
"Ordered/Slice.swift",
"Unordered/AbsoluteComplement.swift",
"Unordered/ComparableSet.swift",
"Unordered/FiniteSet.swift",
"Unordered/IntensionalSet.swift",
"Unordered/Intersection.swift",
"Unordered/MutableSet.swift",
"Unordered/Set.swift",
"Unordered/SetDefinition.swift",
"Unordered/SetInRepresentableUniverse.swift",
"Unordered/Union.swift"
],
"target_dependencies" : [
"SDGControlFlow",
"SDGLogic",
"SDGMathematics"
],
"type" : "library"
},
{
"c99name" : "SDGCollationTests",
"module_type" : "SwiftTarget",
"name" : "SDGCollationTests",
"path" : "Tests/SDGCollationTests",
"sources" : [
"APITests.swift",
"LanguageTests.swift",
"RegressionTests.swift"
],
"target_dependencies" : [
"SDGText",
"SDGCollation",
"SDGXCTestUtilities"
],
"type" : "test"
},
{
"c99name" : "SDGCollation",
"module_type" : "SwiftTarget",
"name" : "SDGCollation",
"path" : "Sources/SDGCollation",
"product_memberships" : [
"SDGCollation",
"generate_root_collation"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SDGCollation/Root",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CollationCacheEntry.swift",
"CollationElement.swift",
"CollationIndex.swift",
"CollationLevel.swift",
"CollationOrder.swift",
"Resources.swift",
"Resources/Resources 1.swift",
"Tailoring/CollationTailoring.Anchor.swift",
"Tailoring/CollationTailoring.swift",
"Tailoring/CollationTailoringBuilder.swift",
"Tailoring/OperatorFunctions.swift",
"Tailoring/Operators.swift"
],
"target_dependencies" : [
"SDGControlFlow",
"SDGLogic",
"SDGMathematics",
"SDGCollections",
"SDGText",
"SDGPersistence"
],
"type" : "library"
},
{
"c99name" : "SDGCalendarTests",
"module_type" : "SwiftTarget",
"name" : "SDGCalendarTests",
"path" : "Tests/SDGCalendarTests",
"sources" : [
"APITests.swift",
"InternalTests.swift",
"RegressionTests.swift"
],
"target_dependencies" : [
"SDGCalendar",
"SDGTesting",
"SDGXCTestUtilities",
"SDGMathematics",
"SDGLocalization",
"SDGCornerstoneLocalizations",
"SDGMathematicsTestUtilities",
"SDGPersistenceTestUtilities",
"SDGLocalizationTestUtilities"
],
"type" : "test"
},
{
"c99name" : "SDGCalendar",
"module_type" : "SwiftTarget",
"name" : "SDGCalendar",
"path" : "Sources/SDGCalendar",
"product_memberships" : [
"SDGMathematicsTestUtilities",
"SDGPersistenceTestUtilities",
"SDGLocalizationTestUtilities",
"SDGGeometryTestUtilities",
"SDGCalendar"
],
"sources" : [
"Abstract Components/CalendarComponent.swift",
"Abstract Components/CardinalCalendarComponent.swift",
"Abstract Components/ConsistentDurationCalendarComponent.swift",
"Abstract Components/ConsistentlyOrderedCalendarComponent.swift",
"Abstract Components/Day.swift",
"Abstract Components/EnumerationCalendarComponent.swift",
"Abstract Components/ICalendarComponent.swift",
"Abstract Components/ISOCalendarComponent.swift",
"Abstract Components/Month.swift",
"Abstract Components/NumericCalendarComponent.swift",
"Abstract Components/OrdinalCalendarComponent.swift",
"Abstract Components/RawRepresentableCalendarComponent.swift",
"Abstract Components/SmallestCalendarComponent.swift",
"Abstract Components/Weekday.swift",
"Abstract Components/Year.swift",
"AnyDescribableDate.swift",
"CalendarDate.swift",
"CalendarInterval.swift",
"Date.swift",
"DateDefinition.swift",
"DescribableDate.swift",
"FoundationDate.swift",
"Gregorian/GregorianDate.swift",
"Gregorian/GregorianDay.swift",
"Gregorian/GregorianHour.swift",
"Gregorian/GregorianMinute.swift",
"Gregorian/GregorianMonth.swift",
"Gregorian/GregorianSecond.swift",
"Gregorian/GregorianWeekday.swift",
"Gregorian/GregorianWeekdayDate.swift",
"Gregorian/GregorianYear.swift",
"Hebrew/HebrewDate.swift",
"Hebrew/HebrewDay.swift",
"Hebrew/HebrewHour.swift",
"Hebrew/HebrewMonth.swift",
"Hebrew/HebrewMonthAndYear.swift",
"Hebrew/HebrewPart.swift",
"Hebrew/HebrewWeekday.swift",
"Hebrew/HebrewWeekdayDate.swift",
"Hebrew/HebrewYear.swift",
"Hebrew/HebrewYearLength.swift",
"RationalArithmetic.swift",
"RelativeDate.swift",
"UnknownDate.swift"
],
"target_dependencies" : [
"SDGControlFlow",
"SDGLogic",
"SDGMathematics",
"SDGCollections",
"SDGText",
"SDGLocalization",
"SDGCornerstoneLocalizations"
],
"type" : "library"
},
{
"c99name" : "SDGBinaryDataTests",
"module_type" : "SwiftTarget",
"name" : "SDGBinaryDataTests",
"path" : "Tests/SDGBinaryDataTests",
"sources" : [
"APITests.swift"
],
"target_dependencies" : [
"SDGBinaryData",
"SDGTesting",
"SDGXCTestUtilities",
"SDGLogic",
"SDGCornerstoneLocalizations",
"SDGMathematicsTestUtilities",
"SDGLocalizationTestUtilities"
],
"type" : "test"
},
{
"c99name" : "SDGBinaryData",
"module_type" : "SwiftTarget",
"name" : "SDGBinaryData",
"path" : "Sources/SDGBinaryData",
"product_memberships" : [
"SDGBinaryData",
"SDGPrecisionMathematics"
],
"sources" : [
"Data.swift",
"DataBinaryView.swift",
"DataStream.swift",
"UInt.swift",
"UIntBinaryView.swift"
],
"target_dependencies" : [
"SDGControlFlow",
"SDGLogic",
"SDGMathematics",
"SDGCollections"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Tests/SDGEmbedResourcesTests/Resources.swift': File not found.
Done.