The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SDGCornerstone, reference 10.2.0 (09f6c7), with Swift 6.3 for visionOS using Xcode 26.4 on 15 Apr 2026 00:42:12 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SDGCornerstone-Package -destination generic/platform=xrOS

Build Log

static var leastNonzeroMagnitude: Self { get }}
           ^
Swift.FloatingPoint.sign:2:5: note: protocol requires property 'sign' with type 'FloatingPointSign'
var sign: FloatingPointSign { get }}
    ^
Swift.FloatingPoint.significand:2:5: note: protocol requires property 'significand' with type 'Float80'
var significand: Self { get }}
    ^
Swift.FloatingPoint.formTruncatingRemainder:2:15: note: protocol requires function 'formTruncatingRemainder(dividingBy:)' with type '(Float80) -> ()'
mutating func formTruncatingRemainder(dividingBy other: Self)}
              ^
Swift.FloatingPoint.formSquareRoot:2:15: note: protocol requires function 'formSquareRoot()' with type '() -> ()'
mutating func formSquareRoot()}
              ^
Swift.FloatingPoint.addProduct:2:15: note: protocol requires function 'addProduct' with type '(Float80, Float80) -> ()'
mutating func addProduct(_ lhs: Self, _ rhs: Self)}
              ^
Swift.FloatingPoint.nextUp:2:5: note: protocol requires property 'nextUp' with type 'Float80'
var nextUp: Self { get }}
    ^
Swift.FloatingPoint.isEqual:2:6: note: protocol requires function 'isEqual(to:)' with type '(Float80) -> Bool'
func isEqual(to other: Self) -> Bool}
     ^
Swift.FloatingPoint.isLess:2:6: note: protocol requires function 'isLess(than:)' with type '(Float80) -> Bool'
func isLess(than other: Self) -> Bool}
     ^
Swift.FloatingPoint.isLessThanOrEqualTo:2:6: note: protocol requires function 'isLessThanOrEqualTo' with type '(Float80) -> Bool'
func isLessThanOrEqualTo(_ other: Self) -> Bool}
     ^
Swift.FloatingPoint.isNormal:2:5: note: protocol requires property 'isNormal' with type 'Bool'
var isNormal: Bool { get }}
    ^
Swift.FloatingPoint.isFinite:2:5: note: protocol requires property 'isFinite' with type 'Bool'
var isFinite: Bool { get }}
    ^
Swift.FloatingPoint.isZero:2:5: note: protocol requires property 'isZero' with type 'Bool'
var isZero: Bool { get }}
    ^
Swift.FloatingPoint.isSubnormal:2:5: note: protocol requires property 'isSubnormal' with type 'Bool'
var isSubnormal: Bool { get }}
    ^
Swift.FloatingPoint.isInfinite:2:5: note: protocol requires property 'isInfinite' with type 'Bool'
var isInfinite: Bool { get }}
    ^
Swift.FloatingPoint.isNaN:2:5: note: protocol requires property 'isNaN' with type 'Bool'
var isNaN: Bool { get }}
    ^
Swift.FloatingPoint.isSignalingNaN:2:5: note: protocol requires property 'isSignalingNaN' with type 'Bool'
var isSignalingNaN: Bool { get }}
    ^
Swift.FloatingPoint.isCanonical:2:5: note: protocol requires property 'isCanonical' with type 'Bool'
var isCanonical: Bool { get }}
    ^
Swift.CustomStringConvertible.description:2:5: note: protocol requires property 'description' with type 'String'
var description: String { get }}
    ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric Protocols/RealArithmetic.swift:117:15: note: protocol requires function 'sin' with type '(Angle<Float80>) -> Float80'
  static func sin(_ angle: Angle<Self>) -> Self
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric Protocols/RealArithmetic.swift:183:15: note: protocol requires function 'arctan' with type '(Float80) -> Angle<Float80>'
  static func arctan(_ tangent: Self) -> Angle<Self>
              ^
Swift.Numeric.init:2:1: note: protocol requires initializer 'init(exactly:)' with type '(exactly: T)'
init?<T>(exactly source: T) where T : BinaryInteger}
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric Protocols/WholeArithmetic.swift:215:15: note: protocol requires function 'random(in:using:)' with type '<R> (in: ClosedRange<Float80>, using: inout R) -> Float80'
  static func random<R>(in range: ClosedRange<Self>, using generator: inout R) -> Self
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric Protocols/PointProtocol.swift:23:18: note: protocol requires nested type 'Vector'
  associatedtype Vector: Negatable
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:322:13: error: 'Float80' is unavailable: Float80 is not available on target platform.
  extension Float80: Decodable, Encodable, FloatFamily {
            ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:346:19: error: type 'Float80' has no member 'log10'
      return Self.log10(antilogarithm)
             ~~~~ ^~~~~
/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
extension Int64: IntXFamily {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:179:1: note: add '@retroactive' to silence this warning
extension Int64: IntXFamily {
^
/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
extension Int32: IntXFamily {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:185:1: note: add '@retroactive' to silence this warning
extension Int32: IntXFamily {
^
/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
extension Int16: IntXFamily {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:191:1: note: add '@retroactive' to silence this warning
extension Int16: IntXFamily {
^
/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
extension Int8: IntXFamily {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:197:1: note: add '@retroactive' to silence this warning
extension Int8: IntXFamily {
^
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Angle.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/BitField.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/ClosedRange.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Data.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/FunctionAnalysis.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Measurement.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/Addable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/FixedScaleOneDimensionalPoint.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/GenericAdditiveArithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/IntegerProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/IntegralArithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/Negatable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/NumericAdditiveArithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/OneDimensionalPoint.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/OneDimensionalVector.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/PointProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/RationalArithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/RationalNumberProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/RationalVector.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/RealArithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/RealNumberProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/Subtractable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/VectorProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/WholeArithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/WholeNumberProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/OrderedEnumeration.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Tuple.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/UInt.swift -target arm64-apple-xros1.0 -module-can-import-version CoreGraphics 1965.4.3 1965.4.3 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/Objects-normal/arm64/SDGMathematics-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/Objects-normal/arm64/SDGMathematics_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name SDGMathematics -frontend-parseable-output -disable-clang-spi -clang-target arm64-apple-xros26.4 -target-sdk-version 26.4 -target-sdk-name xros26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/Objects-normal/arm64/SDGMathematics.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/Objects-normal/arm64/SDGMathematics.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/Objects-normal/arm64/SDGMathematics-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/Objects-normal/arm64/SDGMathematics-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/Objects-normal/arm64/SDGMathematics-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/Objects-normal/arm64/SDGMathematics.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/Objects-normal/arm64/SDGMathematics.abi.json
SwiftCompile normal arm64 Compiling\ RationalVector.swift,\ RealArithmetic.swift,\ RealNumberProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/RationalVector.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/RealArithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/RealNumberProtocol.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/RationalVector.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/RealArithmetic.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/RealNumberProtocol.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PointProtocol.swift,\ RationalArithmetic.swift,\ RationalNumberProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/PointProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/RationalArithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/RationalNumberProtocol.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/PointProtocol.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/RationalArithmetic.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/RationalNumberProtocol.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Sequence.swift,\ Tuple.swift,\ UInt.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Tuple.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/UInt.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Sequence.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Tuple.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/UInt.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ WholeNumberProtocol.swift,\ Operators.swift,\ OrderedEnumeration.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/WholeNumberProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/OrderedEnumeration.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/WholeNumberProtocol.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Operators.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/OrderedEnumeration.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ SDGConcurrency (in target 'SDGConcurrency' from project 'SDGCornerstone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGConcurrency/RunLoop.swift (in target 'SDGConcurrency' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Measurement.swift,\ Addable.swift,\ FixedScaleOneDimensionalPoint.swift,\ GenericAdditiveArithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Measurement.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/Addable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/FixedScaleOneDimensionalPoint.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/GenericAdditiveArithmetic.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Measurement.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/Addable.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/FixedScaleOneDimensionalPoint.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/GenericAdditiveArithmetic.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Angle.swift,\ BitField.swift,\ ClosedRange.swift,\ Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Angle.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/BitField.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/ClosedRange.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Comparable.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Angle.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/BitField.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/ClosedRange.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Comparable.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Data.swift,\ Float.swift,\ FunctionAnalysis.swift,\ Int.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Data.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/FunctionAnalysis.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Data.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/FunctionAnalysis.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ IntegerProtocol.swift,\ IntegralArithmetic.swift,\ Negatable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/IntegerProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/IntegralArithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/Negatable.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/IntegerProtocol.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/IntegralArithmetic.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/Negatable.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for SDGConcurrency (in target 'SDGConcurrency' from project 'SDGCornerstone')
SwiftDriver\ Compilation\ Requirements SDGConcurrency normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SDGConcurrency' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SDGConcurrency -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGConcurrency.build/Objects-normal/arm64/SDGConcurrency.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGConcurrency.build/Objects-normal/arm64/SDGConcurrency-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGConcurrency.build/Objects-normal/arm64/SDGConcurrency.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGConcurrency.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGConcurrency.build/Objects-normal/arm64/SDGConcurrency_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGConcurrency.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGConcurrency.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGConcurrency.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGConcurrency.build/Objects-normal/arm64/SDGConcurrency-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling WholeNumberProtocol.swift, Operators.swift, OrderedEnumeration.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
SwiftCompile normal arm64 Compiling\ NumericAdditiveArithmetic.swift,\ OneDimensionalPoint.swift,\ OneDimensionalVector.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/NumericAdditiveArithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/OneDimensionalPoint.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/OneDimensionalVector.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/NumericAdditiveArithmetic.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/OneDimensionalPoint.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/OneDimensionalVector.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SDGConcurrency-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGConcurrency.build/Objects-normal/arm64/SDGConcurrency-Swift.h (in target 'SDGConcurrency' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGConcurrency.build/Objects-normal/arm64/SDGConcurrency-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SDGConcurrency-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling PointProtocol.swift, RationalArithmetic.swift, RationalNumberProtocol.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SDGConcurrency.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGConcurrency.build/Objects-normal/arm64/SDGConcurrency.swiftmodule (in target 'SDGConcurrency' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGConcurrency.build/Objects-normal/arm64/SDGConcurrency.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SDGConcurrency.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SDGConcurrency.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGConcurrency.build/Objects-normal/arm64/SDGConcurrency.swiftdoc (in target 'SDGConcurrency' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGConcurrency.build/Objects-normal/arm64/SDGConcurrency.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SDGConcurrency.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SDGConcurrency.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGConcurrency.build/Objects-normal/arm64/SDGConcurrency.abi.json (in target 'SDGConcurrency' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGConcurrency.build/Objects-normal/arm64/SDGConcurrency.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SDGConcurrency.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SDGConcurrency.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGConcurrency.build/Objects-normal/arm64/SDGConcurrency.swiftsourceinfo (in target 'SDGConcurrency' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGConcurrency.build/Objects-normal/arm64/SDGConcurrency.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SDGConcurrency.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ RunLoop.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGConcurrency/RunLoop.swift (in target 'SDGConcurrency' from project 'SDGCornerstone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGConcurrency/RunLoop.swift (in target 'SDGConcurrency' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Measurement.swift, Addable.swift, FixedScaleOneDimensionalPoint.swift, GenericAdditiveArithmetic.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
SwiftDriverJobDiscovery normal arm64 Compiling Subtractable.swift, VectorProtocol.swift, WholeArithmetic.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
SwiftDriverJobDiscovery normal arm64 Compiling IntegerProtocol.swift, IntegralArithmetic.swift, Negatable.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
SwiftDriverJobDiscovery normal arm64 Compiling Angle.swift, BitField.swift, ClosedRange.swift, Comparable.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
SwiftDriverJobDiscovery normal arm64 Compiling RationalVector.swift, RealArithmetic.swift, RealNumberProtocol.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
SwiftDriverJobDiscovery normal arm64 Compiling NumericAdditiveArithmetic.swift, OneDimensionalPoint.swift, OneDimensionalVector.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
SwiftDriverJobDiscovery normal arm64 Compiling Sequence.swift, Tuple.swift, UInt.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
2026-04-14 20:41:47.876 xcodebuild[720:4339] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64 (in target 'SDGMathematics' from project 'SDGCornerstone')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ SDGMathematics (in target 'SDGMathematics' from project 'SDGCornerstone')
	Building workspace spi-builder-workspace with scheme SDGCornerstone-Package
(3 failures)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Tests/SDGEmbedResourcesTests/Resources.swift': File not found.
Resolved source packages:
  swift-collections: https://github.com/apple/swift-collections @ 1.4.1
  swift-numerics: https://github.com/apple/swift-numerics @ 1.1.1
  SDGCornerstone: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-collections, swift-numerics, SDGCornerstone
2026-04-14 20:42:02.664 xcodebuild[967:5611] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "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.
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "generate_root_collation",
      "sdg_copy_source",
      "sdg_embed_resource",
      "SDGBinaryData",
      "SDGCalendar",
      "SDGCollation",
      "SDGCollections",
      "SDGCollectionsTestUtilities",
      "SDGConcurrency",
      "SDGControlFlow",
      "SDGCornerstone-Package",
      "SDGExternalProcess",
      "SDGGeometry",
      "SDGGeometryTestUtilities",
      "SDGLocalization",
      "SDGLocalizationTestUtilities",
      "SDGLogic",
      "SDGLogicTestUtilities",
      "SDGMathematics",
      "SDGMathematicsTestUtilities",
      "SDGPersistence",
      "SDGPersistenceTestUtilities",
      "SDGPrecisionMathematics",
      "SDGRandomization",
      "SDGRandomizationTestUtilities",
      "SDGTesting",
      "SDGText",
      "SDGVersioning",
      "SDGXCTestUtilities",
      "SDGXML"
    ]
  }
}
2026-04-14 20:42:05.010 xcodebuild[979:5714] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "generate_root_collation",
      "sdg_copy_source",
      "sdg_embed_resource",
      "SDGBinaryData",
      "SDGCalendar",
      "SDGCollation",
      "SDGCollections",
      "SDGCollectionsTestUtilities",
      "SDGConcurrency",
      "SDGControlFlow",
      "SDGCornerstone-Package",
      "SDGExternalProcess",
      "SDGGeometry",
      "SDGGeometryTestUtilities",
      "SDGLocalization",
      "SDGLocalizationTestUtilities",
      "SDGLogic",
      "SDGLogicTestUtilities",
      "SDGMathematics",
      "SDGMathematicsTestUtilities",
      "SDGPersistence",
      "SDGPersistenceTestUtilities",
      "SDGPrecisionMathematics",
      "SDGRandomization",
      "SDGRandomizationTestUtilities",
      "SDGTesting",
      "SDGText",
      "SDGVersioning",
      "SDGXCTestUtilities",
      "SDGXML"
    ]
  }
}
2026-04-14 20:42:07.045 xcodebuild[985:5768] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SDGCornerstone-Package -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SDGCornerstone-Package -destination generic/platform=xrOS
Resolve Package Graph
Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Tests/SDGEmbedResourcesTests/Resources.swift': File not found.
Resolved source packages:
  SDGCornerstone: /Users/admin/builder/spi-builder-workspace
  swift-collections: https://github.com/apple/swift-collections @ 1.4.1
  swift-numerics: https://github.com/apple/swift-numerics @ 1.1.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “SDGEmbedResources” in package “spi-builder-workspace”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/SDGEmbedResources
[debug]: Using compiler /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: 7b7fe7a7fc168c21be52b9ce003602849f5a5514d2f6a2b3e4a61b7b355a73bf
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -L /Applications/Xcode-26.4.0.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/PluginAPI -lPackagePlugin -Xlinker -rpath -Xlinker /Applications/Xcode-26.4.0.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/PluginAPI -target arm64-apple-macos14.0 -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -g -swift-version 5 -package-description-version 5.7.0 -I /Applications/Xcode-26.4.0.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/PluginAPI -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -parse-as-library -j10 -Xfrontend -serialize-diagnostics-path -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/SDGCopySources.dia /Users/admin/builder/spi-builder-workspace/Plugins/SDGCopySources/CopySources.swift -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/SDGCopySources
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/SDGCopySources
[debug]: Using compiler /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: b5106eace912629af6feb23b258dcaf72e278002c41aa2814415f7c5dcd4bdc2
Process build tool plug-in results
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (63 targets)
    Target 'sdg_embed_resource' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'sdg_copy_source' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'generate_root_collation' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollation' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGXML' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGXML' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCornerstoneLocalizations' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGXML' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCornerstoneLocalizations' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGXCTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGXCTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCornerstoneLocalizations' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGTesting' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGXCTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCornerstoneLocalizations' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGTesting' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGVersioning' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGVersioning' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCornerstoneLocalizations' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGVersioning' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCornerstoneLocalizations' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGTesting' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGTesting' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCornerstoneLocalizations' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGRandomizationTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGRandomizationTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGRandomization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCornerstoneLocalizations' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGTesting' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGRandomizationTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGRandomization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCornerstoneLocalizations' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGTesting' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGRandomization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGRandomization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
    Target 'SDGRandomization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
    Target 'SDGPrecisionMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPrecisionMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGBinaryData' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCornerstoneLocalizations' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGPrecisionMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGBinaryData' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCornerstoneLocalizations' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGPersistenceTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistenceTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCornerstoneLocalizations' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGTesting' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCalendar' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGMathematicsTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematicsTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCornerstoneLocalizations' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGTesting' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogicTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollectionsTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCalendar' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistenceTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
    Target 'SDGLogicTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogicTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCornerstoneLocalizations' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGTesting' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
    Target 'SDGLocalizationTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalizationTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCornerstoneLocalizations' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGTesting' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCalendar' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistenceTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGLocalizationTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCornerstoneLocalizations' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGTesting' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCalendar' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistenceTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGGeometryTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGGeometryTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGGeometry' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCornerstoneLocalizations' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGTesting' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogicTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollectionsTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCalendar' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistenceTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematicsTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGGeometryTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGGeometry' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCornerstoneLocalizations' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGTesting' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogicTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollectionsTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCalendar' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistenceTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematicsTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGMathematicsTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCornerstoneLocalizations' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGTesting' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogicTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollectionsTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCalendar' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistenceTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGPersistenceTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCornerstoneLocalizations' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGTesting' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCalendar' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGGeometry' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGGeometry' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
    Target 'SDGGeometry' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
    Target 'SDGExternalProcess' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGExternalProcess' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGExternalProcess' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
    Target 'SDGConcurrency' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGConcurrency' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
    Target 'SDGConcurrency' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
    Target 'SDGCollectionsTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollectionsTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCornerstoneLocalizations' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGTesting' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogicTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGCollectionsTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCornerstoneLocalizations' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGTesting' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogicTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGLogicTestUtilities' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCornerstoneLocalizations' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGTesting' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGTesting' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCornerstoneLocalizations' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGCollation' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollation' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCornerstone_SDGCollation' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGCollation' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCornerstone_SDGCollation' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGCornerstone_SDGCollation' in project 'SDGCornerstone' (no dependencies)
    Target 'SDGCalendar' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCalendar' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCornerstoneLocalizations' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGCalendar' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCornerstoneLocalizations' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGCornerstoneLocalizations' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGLocalization' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGPersistence' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGText' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGBinaryData' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGBinaryData' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGBinaryData' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'SDGCollections' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target 'SDGMathematics' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGControlFlow' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'SDGLogic' in project 'SDGCornerstone'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
    Target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target '_NumericsShims' in project 'swift-numerics'
    Target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target '_NumericsShims' in project 'swift-numerics'
    Target '_NumericsShims' in project 'swift-numerics' (no dependencies)
    Target 'SDGLogic' in project 'SDGCornerstone' (no dependencies)
    Target 'SDGControlFlow' in project 'SDGCornerstone' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache
SwiftDriver SDGMathematics normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SDGMathematics -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/Objects-normal/arm64/SDGMathematics.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/Objects-normal/arm64/SDGMathematics-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/Objects-normal/arm64/SDGMathematics.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/Objects-normal/arm64/SDGMathematics_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/Objects-normal/arm64/SDGMathematics-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SDGConcurrency normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SDGConcurrency' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SDGConcurrency -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGConcurrency.build/Objects-normal/arm64/SDGConcurrency.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGConcurrency.build/Objects-normal/arm64/SDGConcurrency-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGConcurrency.build/Objects-normal/arm64/SDGConcurrency.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGConcurrency.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGConcurrency.build/Objects-normal/arm64/SDGConcurrency_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGConcurrency.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGConcurrency.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGConcurrency.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGConcurrency.build/Objects-normal/arm64/SDGConcurrency-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ RunLoop.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGConcurrency/RunLoop.swift (in target 'SDGConcurrency' from project 'SDGCornerstone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGConcurrency/RunLoop.swift (in target 'SDGConcurrency' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ SDGConcurrency (in target 'SDGConcurrency' from project 'SDGCornerstone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGConcurrency/RunLoop.swift (in target 'SDGConcurrency' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Float.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ SDGMathematics (in target 'SDGMathematics' from project 'SDGCornerstone')
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Angle.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/BitField.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/ClosedRange.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Data.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/FunctionAnalysis.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Measurement.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/Addable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/FixedScaleOneDimensionalPoint.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/GenericAdditiveArithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/IntegerProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/IntegralArithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/Negatable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/NumericAdditiveArithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/OneDimensionalPoint.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/OneDimensionalVector.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/PointProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/RationalArithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/RationalNumberProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/RationalVector.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/RealArithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/RealNumberProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/Subtractable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/VectorProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/WholeArithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/WholeNumberProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/OrderedEnumeration.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Tuple.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/UInt.swift -target arm64-apple-xros1.0 -module-can-import-version CoreGraphics 1965.4.3 1965.4.3 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/Objects-normal/arm64/SDGMathematics-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/Objects-normal/arm64/SDGMathematics_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name SDGMathematics -frontend-parseable-output -disable-clang-spi -clang-target arm64-apple-xros26.4 -target-sdk-version 26.4 -target-sdk-name xros26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/Objects-normal/arm64/SDGMathematics.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/Objects-normal/arm64/SDGMathematics.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/Objects-normal/arm64/SDGMathematics-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/Objects-normal/arm64/SDGMathematics-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/Objects-normal/arm64/SDGMathematics-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/Objects-normal/arm64/SDGMathematics.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDGCornerstone.build/Debug-xros/SDGMathematics.build/Objects-normal/arm64/SDGMathematics.abi.json
EmitSwiftModule normal arm64 (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:29:31: error: 'Float80' is unavailable: Float80 is not available on target platform.
  public typealias FloatMax = Float80
                              ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/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
extension CGFloat: FloatFamily {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:229:1: note: add '@retroactive' to silence this warning
extension CGFloat: FloatFamily {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:322:3: warning: extension declares a conformance of imported type 'Float80' to imported protocols 'Decodable', 'Encodable', 'BinaryFloatingPoint', 'CustomDebugStringConvertible', 'LosslessStringConvertible', 'ExpressibleByFloatLiteral', 'FloatingPoint', 'CustomStringConvertible', 'Hashable', 'SignedNumeric', 'Strideable', 'Equatable', 'Numeric', 'Comparable', 'AdditiveArithmetic', 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  extension Float80: Decodable, Encodable, FloatFamily {
  ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:322:3: note: add '@retroactive' to silence this warning
  extension Float80: Decodable, Encodable, FloatFamily {
  ^                  ~~~~~~~~~  ~~~~~~~~~
                     @retroactive Decodable @retroactive Encodable
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:339:22: error: type alias 'Vector' references itself
    public typealias Vector = Stride
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:322:3: note: through reference here
  extension Float80: Decodable, Encodable, FloatFamily {
  ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:339:31: note: while resolving type 'Stride'
    public typealias Vector = Stride
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:339:22: error: type alias 'Vector' references itself
    public typealias Vector = Stride
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:322:3: note: through reference here
  extension Float80: Decodable, Encodable, FloatFamily {
  ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:339:31: note: while resolving type 'Stride'
    public typealias Vector = Stride
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:343:26: error: 'Float80' is unavailable: Float80 is not available on target platform.
    public static let e: Float80 = 0x1.5BF0A8B145769535p1
                         ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:322:3: error: extension outside of file declaring struct 'Float80' prevents automatic synthesis of 'hash(into:)' for protocol 'Hashable'
  extension Float80: Decodable, Encodable, FloatFamily {
  ^
Swift.Float80:2:23: note: type declared here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:322:3: note: add stubs for conformance
  extension Float80: Decodable, Encodable, FloatFamily {
  ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:322:3: error: type 'Float80' does not conform to protocol 'BinaryFloatingPoint'
  extension Float80: Decodable, Encodable, FloatFamily {
  ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:322:3: error: type 'Float80' does not conform to protocol 'CustomDebugStringConvertible'
  extension Float80: Decodable, Encodable, FloatFamily {
  ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:322:3: error: type 'Float80' does not conform to protocol 'LosslessStringConvertible'
  extension Float80: Decodable, Encodable, FloatFamily {
  ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric Protocols/WholeArithmetic.swift:226:21: note: candidate would match if 'String' conformed to 'UIntFamily'
  @inlinable public init<U: UIntFamily>(_ uInt: U) {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric Protocols/IntegralArithmetic.swift:33:21: note: candidate would match if 'String' conformed to 'IntFamily'
  @inlinable public init<I: IntFamily>(_ int: I) {
                    ^
Swift.BinaryFloatingPoint.init:2:19: note: candidate would match if 'String' conformed to 'BinaryFloatingPoint'
@inlinable public init<Source>(_ value: Source) where Source : BinaryFloatingPoint}
                  ^
Swift.BinaryFloatingPoint.init:2:19: note: candidate would match if 'Float80.RawSignificand' conformed to 'FixedWidthInteger'
@inlinable public init<Source>(_ value: Source) where Source : BinaryInteger}
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:322:3: error: type 'Float80' does not conform to protocol 'ExpressibleByFloatLiteral'
  extension Float80: Decodable, Encodable, FloatFamily {
  ^
Swift.ExpressibleByFloatLiteral.FloatLiteralType:2:16: note: unable to infer associated type 'FloatLiteralType' for protocol 'ExpressibleByFloatLiteral'
associatedtype FloatLiteralType : _ExpressibleByBuiltinFloatLiteral}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric Protocols/RationalArithmetic.swift:125:21: note: candidate would match and infer 'FloatLiteralType' = 'FloatMax' (aka 'Float80') if 'FloatMax' (aka 'Float80') conformed to '_ExpressibleByBuiltinFloatLiteral'
  @inlinable public init(floatLiteral: FloatMax) {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:322:3: error: instance method 'formRemainder(mod:)' has different argument labels from those required by protocol 'FloatingPoint' ('formRemainder(dividingBy:)')
  extension Float80: Decodable, Encodable, FloatFamily {
  ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric Protocols/WholeArithmetic.swift:242:35: note: 'formRemainder(mod:)' declared here
  @inlinable public mutating func formRemainder(mod divisor: Self) {
                                  ^
Swift.FloatingPoint.formRemainder:2:15: note: requirement 'formRemainder(dividingBy:)' declared here
mutating func formRemainder(dividingBy other: Self)}
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:322:3: error: type 'Float80' does not conform to protocol 'FloatingPoint'
  extension Float80: Decodable, Encodable, FloatFamily {
  ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:322:3: error: type 'Float80' does not conform to protocol 'CustomStringConvertible'
  extension Float80: Decodable, Encodable, FloatFamily {
  ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:322:3: error: type 'Float80' does not conform to protocol 'RealArithmetic'
  extension Float80: Decodable, Encodable, FloatFamily {
  ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:169:33: note: candidate would match if 'Float80' conformed to 'ElementaryFunctions'
  @inlinable public static func sin(_ angle: Angle<Self>) -> Self {
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:185:33: note: candidate would match if 'Float80' conformed to 'ElementaryFunctions'
  @inlinable public static func arctan(_ tangent: Self) -> Angle<Self> {
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:322:3: error: type 'Float80' does not conform to protocol 'Strideable'
  extension Float80: Decodable, Encodable, FloatFamily {
  ^
Swift.Strideable.Stride:2:16: note: ambiguous inference of associated type 'Stride': 'Self' vs. 'Self.Vector'
associatedtype Stride : Comparable, SignedNumeric}
               ^
Swift.Strideable._step:2:31: note: matching requirement '_step(after:from:by:)' to this declaration inferred associated type to 'Self'
@inlinable public static func _step(after current: (index: Int?, value: Self), from start: Self, by distance: Self.Stride) -> (index: Int?, value: Self)}
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric Protocols/OneDimensionalPoint.swift:59:26: note: matching requirement 'distance(to:)' to this declaration inferred associated type to 'Self.Vector'
  @inlinable public func distance(to other: Self) -> Vector {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:322:3: warning: unavailable struct 'Float80' was used to satisfy a requirement of protocol 'Numeric': Float80 is not available on target platform.; this will be an error in a future Swift language mode
  extension Float80: Decodable, Encodable, FloatFamily {
  ^
Swift.Float80:2:23: note: 'Float80' declared here
@frozen public struct Float80 {
                      ^
Swift.Numeric.Magnitude:2:16: note: requirement 'Magnitude' declared here
associatedtype Magnitude : Comparable, Numeric}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:322:3: error: type 'Float80' does not conform to protocol 'Numeric'
  extension Float80: Decodable, Encodable, FloatFamily {
  ^
Swift.BinaryFloatingPoint.init:2:19: note: candidate has non-matching type '(exactly: Source)' [with Magnitude = Float80]
@inlinable public init?<Source>(exactly value: Source) where Source : BinaryFloatingPoint}
                  ^
Swift.BinaryFloatingPoint.init:2:19: note: candidate would match if 'Float80.RawSignificand' conformed to 'FixedWidthInteger'
@inlinable public init?<Source>(exactly value: Source) where Source : BinaryInteger}
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:322:3: error: type 'Float80' does not conform to protocol 'WholeArithmetic'
  extension Float80: Decodable, Encodable, FloatFamily {
  ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric Protocols/RationalArithmetic.swift:101:33: note: candidate has non-matching type '<Self, R> (in: Range<Self>, using: inout R) -> Self'
  @inlinable public static func random<R>(in range: Range<Self>, using generator: inout R) -> Self
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric Protocols/RationalArithmetic.swift:161:33: note: candidate has non-matching type '<Self, R> (in: Range<Self>, using: inout R) -> Self'
  @inlinable public static func random<R>(in range: Range<Self>, using generator: inout R) -> Self
                                ^
Swift.BinaryFloatingPoint.random:2:31: note: candidate has non-matching type '<Self, T> (in: Range<Self>, using: inout T) -> Self'
@inlinable public static func random<T>(in range: Range<Self>, using generator: inout T) -> Self where T : RandomNumberGenerator}
                              ^
Swift.BinaryFloatingPoint.random:2:31: note: candidate would match if 'Float80.RawSignificand' conformed to 'FixedWidthInteger'
@inlinable public static func random<T>(in range: ClosedRange<Self>, using generator: inout T) -> Self where T : RandomNumberGenerator}
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:322:3: error: type 'Float80' does not conform to protocol 'PointProtocol'
  extension Float80: Decodable, Encodable, FloatFamily {
  ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:322:3: note: add stubs for conformance
  extension Float80: Decodable, Encodable, FloatFamily {
  ^
Swift.BinaryFloatingPoint.RawSignificand:2:16: note: protocol requires nested type 'RawSignificand'
associatedtype RawSignificand : UnsignedInteger}
               ^
Swift.BinaryFloatingPoint.RawExponent:2:16: note: protocol requires nested type 'RawExponent'
associatedtype RawExponent : UnsignedInteger}
               ^
Swift.BinaryFloatingPoint.exponentBitCount:2:12: note: protocol requires property 'exponentBitCount' with type 'Int'
static var exponentBitCount: Int { get }}
           ^
Swift.BinaryFloatingPoint.significandBitCount:2:12: note: protocol requires property 'significandBitCount' with type 'Int'
static var significandBitCount: Int { get }}
           ^
Swift.BinaryFloatingPoint.binade:2:5: note: protocol requires property 'binade' with type 'Float80'
var binade: Self { get }}
    ^
Swift.BinaryFloatingPoint.significandWidth:2:5: note: protocol requires property 'significandWidth' with type 'Int'
var significandWidth: Int { get }}
    ^
Swift.CustomDebugStringConvertible.debugDescription:2:5: note: protocol requires property 'debugDescription' with type 'String'
var debugDescription: String { get }}
    ^
Swift.LosslessStringConvertible.init:2:1: note: protocol requires initializer 'init(_:)' with type 'String'
init?(_ description: String)}
^
Swift.FloatingPoint.Exponent:2:16: note: protocol requires nested type 'Exponent'
associatedtype Exponent : SignedInteger}
               ^
Swift.FloatingPoint.nan:2:12: note: protocol requires property 'nan' with type 'Float80'
static var nan: Self { get }}
           ^
Swift.FloatingPoint.signalingNaN:2:12: note: protocol requires property 'signalingNaN' with type 'Float80'
static var signalingNaN: Self { get }}
           ^
Swift.FloatingPoint.infinity:2:12: note: protocol requires property 'infinity' with type 'Float80'
static var infinity: Self { get }}
           ^
Swift.FloatingPoint.greatestFiniteMagnitude:2:12: note: protocol requires property 'greatestFiniteMagnitude' with type 'Float80'
static var greatestFiniteMagnitude: Self { get }}
           ^
Swift.FloatingPoint.pi:2:12: note: protocol requires property 'pi' with type 'Float80'
static var pi: Self { get }}
           ^
Swift.FloatingPoint.ulp:2:5: note: protocol requires property 'ulp' with type 'Float80'
var ulp: Self { get }}
    ^
Swift.FloatingPoint.leastNormalMagnitude:2:12: note: protocol requires property 'leastNormalMagnitude' with type 'Float80'
static var leastNormalMagnitude: Self { get }}
           ^
Swift.FloatingPoint.leastNonzeroMagnitude:2:12: note: protocol requires property 'leastNonzeroMagnitude' with type 'Float80'
static var leastNonzeroMagnitude: Self { get }}
           ^
Swift.FloatingPoint.sign:2:5: note: protocol requires property 'sign' with type 'FloatingPointSign'
var sign: FloatingPointSign { get }}
    ^
Swift.FloatingPoint.significand:2:5: note: protocol requires property 'significand' with type 'Float80'
var significand: Self { get }}
    ^
Swift.FloatingPoint.formTruncatingRemainder:2:15: note: protocol requires function 'formTruncatingRemainder(dividingBy:)' with type '(Float80) -> ()'
mutating func formTruncatingRemainder(dividingBy other: Self)}
              ^
Swift.FloatingPoint.formSquareRoot:2:15: note: protocol requires function 'formSquareRoot()' with type '() -> ()'
mutating func formSquareRoot()}
              ^
Swift.FloatingPoint.addProduct:2:15: note: protocol requires function 'addProduct' with type '(Float80, Float80) -> ()'
mutating func addProduct(_ lhs: Self, _ rhs: Self)}
              ^
Swift.FloatingPoint.nextUp:2:5: note: protocol requires property 'nextUp' with type 'Float80'
var nextUp: Self { get }}
    ^
Swift.FloatingPoint.isEqual:2:6: note: protocol requires function 'isEqual(to:)' with type '(Float80) -> Bool'
func isEqual(to other: Self) -> Bool}
     ^
Swift.FloatingPoint.isLess:2:6: note: protocol requires function 'isLess(than:)' with type '(Float80) -> Bool'
func isLess(than other: Self) -> Bool}
     ^
Swift.FloatingPoint.isLessThanOrEqualTo:2:6: note: protocol requires function 'isLessThanOrEqualTo' with type '(Float80) -> Bool'
func isLessThanOrEqualTo(_ other: Self) -> Bool}
     ^
Swift.FloatingPoint.isNormal:2:5: note: protocol requires property 'isNormal' with type 'Bool'
var isNormal: Bool { get }}
    ^
Swift.FloatingPoint.isFinite:2:5: note: protocol requires property 'isFinite' with type 'Bool'
var isFinite: Bool { get }}
    ^
Swift.FloatingPoint.isZero:2:5: note: protocol requires property 'isZero' with type 'Bool'
var isZero: Bool { get }}
    ^
Swift.FloatingPoint.isSubnormal:2:5: note: protocol requires property 'isSubnormal' with type 'Bool'
var isSubnormal: Bool { get }}
    ^
Swift.FloatingPoint.isInfinite:2:5: note: protocol requires property 'isInfinite' with type 'Bool'
var isInfinite: Bool { get }}
    ^
Swift.FloatingPoint.isNaN:2:5: note: protocol requires property 'isNaN' with type 'Bool'
var isNaN: Bool { get }}
    ^
Swift.FloatingPoint.isSignalingNaN:2:5: note: protocol requires property 'isSignalingNaN' with type 'Bool'
var isSignalingNaN: Bool { get }}
    ^
Swift.FloatingPoint.isCanonical:2:5: note: protocol requires property 'isCanonical' with type 'Bool'
var isCanonical: Bool { get }}
    ^
Swift.CustomStringConvertible.description:2:5: note: protocol requires property 'description' with type 'String'
var description: String { get }}
    ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric Protocols/RealArithmetic.swift:117:15: note: protocol requires function 'sin' with type '(Angle<Float80>) -> Float80'
  static func sin(_ angle: Angle<Self>) -> Self
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric Protocols/RealArithmetic.swift:183:15: note: protocol requires function 'arctan' with type '(Float80) -> Angle<Float80>'
  static func arctan(_ tangent: Self) -> Angle<Self>
              ^
Swift.Numeric.init:2:1: note: protocol requires initializer 'init(exactly:)' with type '(exactly: T)'
init?<T>(exactly source: T) where T : BinaryInteger}
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric Protocols/WholeArithmetic.swift:215:15: note: protocol requires function 'random(in:using:)' with type '<R> (in: ClosedRange<Float80>, using: inout R) -> Float80'
  static func random<R>(in range: ClosedRange<Self>, using generator: inout R) -> Self
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric Protocols/PointProtocol.swift:23:18: note: protocol requires nested type 'Vector'
  associatedtype Vector: Negatable
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:322:13: error: 'Float80' is unavailable: Float80 is not available on target platform.
  extension Float80: Decodable, Encodable, FloatFamily {
            ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Float.swift:346:19: error: type 'Float80' has no member 'log10'
      return Self.log10(antilogarithm)
             ~~~~ ^~~~~
/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
extension Int64: IntXFamily {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:179:1: note: add '@retroactive' to silence this warning
extension Int64: IntXFamily {
^
/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
extension Int32: IntXFamily {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:185:1: note: add '@retroactive' to silence this warning
extension Int32: IntXFamily {
^
/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
extension Int16: IntXFamily {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:191:1: note: add '@retroactive' to silence this warning
extension Int16: IntXFamily {
^
/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
extension Int8: IntXFamily {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:197:1: note: add '@retroactive' to silence this warning
extension Int8: IntXFamily {
^
SwiftCompile normal arm64 Compiling\ FunctionAnalysis.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/FunctionAnalysis.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/FunctionAnalysis.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Int.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/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
extension Int64: IntXFamily {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:179:1: note: add '@retroactive' to silence this warning
extension Int64: IntXFamily {
^
/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
extension Int32: IntXFamily {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:185:1: note: add '@retroactive' to silence this warning
extension Int32: IntXFamily {
^
/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
extension Int16: IntXFamily {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:191:1: note: add '@retroactive' to silence this warning
extension Int16: IntXFamily {
^
/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
extension Int8: IntXFamily {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Int.swift:197:1: note: add '@retroactive' to silence this warning
extension Int8: IntXFamily {
^
SwiftCompile normal arm64 Compiling\ Data.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Data.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Data.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling FunctionAnalysis.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
SwiftDriverJobDiscovery normal arm64 Compiling Int.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
SwiftCompile normal arm64 Compiling\ Angle.swift,\ Measurement.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Angle.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Measurement.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Angle.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Measurement.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ NumericAdditiveArithmetic.swift,\ OneDimensionalPoint.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/NumericAdditiveArithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/OneDimensionalPoint.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/NumericAdditiveArithmetic.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/OneDimensionalPoint.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PointProtocol.swift,\ RationalArithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/PointProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/RationalArithmetic.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/PointProtocol.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/RationalArithmetic.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Addable.swift,\ GenericAdditiveArithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/Addable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/GenericAdditiveArithmetic.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/Addable.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/GenericAdditiveArithmetic.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ WholeArithmetic.swift,\ Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/WholeArithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Operators.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Numeric\ Protocols/WholeArithmetic.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Operators.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ OrderedEnumeration.swift,\ Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/OrderedEnumeration.swift /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Sequence.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/OrderedEnumeration.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDGMathematics/Sequence.swift (in target 'SDGMathematics' from project 'SDGCornerstone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

2026-04-14 20:42:09.077 xcodebuild[990:5815] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ SDGMathematics (in target 'SDGMathematics' from project 'SDGCornerstone')
	EmitSwiftModule normal arm64 (in target 'SDGMathematics' from project 'SDGCornerstone')
	Building workspace spi-builder-workspace with scheme SDGCornerstone-Package
(3 failures)
BUILD FAILURE 6.3 visionOS