This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of UInt256 with Swift 6.0 for visionOS using Xcode 16.0.

Swift 6 data race errors: 2

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme UInt256 -destination generic/platform=xros OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

/Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift:7:23: warning: static property 'max' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 5 | extension UInt256: UnsignedInteger {
 6 |
 7 |     public static var max = UInt256([UInt64.max, UInt64.max, UInt64.max, UInt64.max])
   |                       |- warning: static property 'max' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'max' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'max' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |     public static var min = UInt256([UInt64.min, UInt64.min, UInt64.min, UInt64.min])
 9 |
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift:8:23: warning: static property 'min' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 6 |
 7 |     public static var max = UInt256([UInt64.max, UInt64.max, UInt64.max, UInt64.max])
 8 |     public static var min = UInt256([UInt64.min, UInt64.min, UInt64.min, UInt64.min])
   |                       |- warning: static property 'min' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'min' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'min' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     public var magnitude: UInt256 {
SwiftCompile normal arm64 Compiling\ UInt256+Numeric.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Numeric.swift (in target 'UInt256' from project 'UInt256')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+BarrettDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+LongDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Divide\&Conquer.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+ExpressibleByIntegerLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+FixedWidthInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Hashable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Karatsuba.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Numeric.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+arc4random.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Numeric.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Numeric.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Numeric.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Numeric.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/swift-overrides.hmap -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/UInt256.build/Debug-xros/UInt256.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UInt256 -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Numeric.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Numeric.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Numeric.swift (in target 'UInt256' from project 'UInt256')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+BarrettDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+LongDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Divide\&Conquer.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+ExpressibleByIntegerLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+FixedWidthInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Hashable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Karatsuba.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Numeric.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+arc4random.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Numeric.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Numeric.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Numeric.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Numeric.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/swift-overrides.hmap -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/UInt256.build/Debug-xros/UInt256.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UInt256 -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Numeric.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Numeric.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ UInt256+BinaryInteger.swift,\ UInt256+Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Comparable.swift (in target 'UInt256' from project 'UInt256')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+BarrettDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+LongDivision.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Divide\&Conquer.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+ExpressibleByIntegerLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+FixedWidthInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Hashable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Karatsuba.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Numeric.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+arc4random.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+BinaryInteger.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+BinaryInteger.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+BinaryInteger.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+BinaryInteger.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Comparable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Comparable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Comparable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Comparable.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/swift-overrides.hmap -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/UInt256.build/Debug-xros/UInt256.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UInt256 -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+BinaryInteger.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Comparable.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+BinaryInteger.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Comparable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift (in target 'UInt256' from project 'UInt256')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+BarrettDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+LongDivision.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Divide\&Conquer.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+ExpressibleByIntegerLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+FixedWidthInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Hashable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Karatsuba.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Numeric.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+arc4random.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+BinaryInteger.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+BinaryInteger.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+BinaryInteger.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+BinaryInteger.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Comparable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Comparable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Comparable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Comparable.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/swift-overrides.hmap -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/UInt256.build/Debug-xros/UInt256.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UInt256 -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+BinaryInteger.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Comparable.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+BinaryInteger.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Comparable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Comparable.swift (in target 'UInt256' from project 'UInt256')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+BarrettDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+LongDivision.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Divide\&Conquer.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+ExpressibleByIntegerLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+FixedWidthInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Hashable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Karatsuba.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Numeric.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+arc4random.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+BinaryInteger.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+BinaryInteger.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+BinaryInteger.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+BinaryInteger.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Comparable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Comparable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Comparable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Comparable.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/swift-overrides.hmap -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/UInt256.build/Debug-xros/UInt256.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UInt256 -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+BinaryInteger.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Comparable.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+BinaryInteger.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Comparable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ UInt256+FixedWidthInteger.swift,\ UInt256+Hashable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+FixedWidthInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Hashable.swift (in target 'UInt256' from project 'UInt256')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+BarrettDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+LongDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Divide\&Conquer.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+ExpressibleByIntegerLiteral.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+FixedWidthInteger.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Hashable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Karatsuba.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Numeric.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+arc4random.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+FixedWidthInteger.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+FixedWidthInteger.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+FixedWidthInteger.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+FixedWidthInteger.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Hashable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Hashable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Hashable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Hashable.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/swift-overrides.hmap -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/UInt256.build/Debug-xros/UInt256.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UInt256 -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+FixedWidthInteger.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Hashable.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+FixedWidthInteger.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Hashable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UInt256+FixedWidthInteger.swift (in target 'UInt256' from project 'UInt256')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+BarrettDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+LongDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Divide\&Conquer.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+ExpressibleByIntegerLiteral.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+FixedWidthInteger.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Hashable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Karatsuba.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Numeric.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+arc4random.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+FixedWidthInteger.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+FixedWidthInteger.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+FixedWidthInteger.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+FixedWidthInteger.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Hashable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Hashable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Hashable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Hashable.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/swift-overrides.hmap -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/UInt256.build/Debug-xros/UInt256.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UInt256 -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+FixedWidthInteger.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Hashable.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+FixedWidthInteger.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Hashable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift:7:23: warning: static property 'max' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var max = UInt256([UInt64.max, UInt64.max, UInt64.max, UInt64.max])
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift:7:23: note: convert 'max' to a 'let' constant to make 'Sendable' shared state immutable
    public static var max = UInt256([UInt64.max, UInt64.max, UInt64.max, UInt64.max])
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift:7:23: note: annotate 'max' with '@MainActor' if property should only be accessed from the main actor
    public static var max = UInt256([UInt64.max, UInt64.max, UInt64.max, UInt64.max])
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift:7:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var max = UInt256([UInt64.max, UInt64.max, UInt64.max, UInt64.max])
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift:8:23: warning: static property 'min' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var min = UInt256([UInt64.min, UInt64.min, UInt64.min, UInt64.min])
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift:8:23: note: convert 'min' to a 'let' constant to make 'Sendable' shared state immutable
    public static var min = UInt256([UInt64.min, UInt64.min, UInt64.min, UInt64.min])
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift:8:23: note: annotate 'min' with '@MainActor' if property should only be accessed from the main actor
    public static var min = UInt256([UInt64.min, UInt64.min, UInt64.min, UInt64.min])
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift:8:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var min = UInt256([UInt64.min, UInt64.min, UInt64.min, UInt64.min])
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Hashable.swift (in target 'UInt256' from project 'UInt256')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+BarrettDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+LongDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Divide\&Conquer.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+ExpressibleByIntegerLiteral.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+FixedWidthInteger.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Hashable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Karatsuba.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Numeric.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+arc4random.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+FixedWidthInteger.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+FixedWidthInteger.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+FixedWidthInteger.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+FixedWidthInteger.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Hashable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Hashable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Hashable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Hashable.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/swift-overrides.hmap -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/UInt256.build/Debug-xros/UInt256.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UInt256 -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+FixedWidthInteger.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Hashable.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+FixedWidthInteger.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Hashable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ UInt256+UnsignedInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift (in target 'UInt256' from project 'UInt256')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+BarrettDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+LongDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Divide\&Conquer.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+ExpressibleByIntegerLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+FixedWidthInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Hashable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Karatsuba.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Numeric.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+arc4random.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+UnsignedInteger.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+UnsignedInteger.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+UnsignedInteger.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+UnsignedInteger.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/swift-overrides.hmap -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/UInt256.build/Debug-xros/UInt256.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UInt256 -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+UnsignedInteger.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+UnsignedInteger.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift (in target 'UInt256' from project 'UInt256')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+BarrettDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+LongDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Divide\&Conquer.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+ExpressibleByIntegerLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+FixedWidthInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Hashable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Karatsuba.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Numeric.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+arc4random.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+UnsignedInteger.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+UnsignedInteger.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+UnsignedInteger.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+UnsignedInteger.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/swift-overrides.hmap -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/UInt256.build/Debug-xros/UInt256.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UInt256 -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+UnsignedInteger.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+UnsignedInteger.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift:7:23: warning: static property 'max' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var max = UInt256([UInt64.max, UInt64.max, UInt64.max, UInt64.max])
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift:7:23: note: convert 'max' to a 'let' constant to make 'Sendable' shared state immutable
    public static var max = UInt256([UInt64.max, UInt64.max, UInt64.max, UInt64.max])
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift:7:23: note: annotate 'max' with '@MainActor' if property should only be accessed from the main actor
    public static var max = UInt256([UInt64.max, UInt64.max, UInt64.max, UInt64.max])
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift:7:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var max = UInt256([UInt64.max, UInt64.max, UInt64.max, UInt64.max])
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift:8:23: warning: static property 'min' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var min = UInt256([UInt64.min, UInt64.min, UInt64.min, UInt64.min])
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift:8:23: note: convert 'min' to a 'let' constant to make 'Sendable' shared state immutable
    public static var min = UInt256([UInt64.min, UInt64.min, UInt64.min, UInt64.min])
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift:8:23: note: annotate 'min' with '@MainActor' if property should only be accessed from the main actor
    public static var min = UInt256([UInt64.min, UInt64.min, UInt64.min, UInt64.min])
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift:8:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var min = UInt256([UInt64.min, UInt64.min, UInt64.min, UInt64.min])
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ UInt256+CustomStringConvertible.swift,\ UInt256+Divide&Conquer.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Divide&Conquer.swift (in target 'UInt256' from project 'UInt256')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+BarrettDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+LongDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Comparable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+CustomStringConvertible.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Divide\&Conquer.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+ExpressibleByIntegerLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+FixedWidthInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Hashable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Karatsuba.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Numeric.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+arc4random.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+CustomStringConvertible.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+CustomStringConvertible.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+CustomStringConvertible.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+CustomStringConvertible.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Divide\&Conquer.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Divide\&Conquer.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Divide\&Conquer.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Divide\&Conquer.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/swift-overrides.hmap -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/UInt256.build/Debug-xros/UInt256.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UInt256 -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+CustomStringConvertible.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Divide\&Conquer.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+CustomStringConvertible.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Divide\&Conquer.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UInt256+CustomStringConvertible.swift (in target 'UInt256' from project 'UInt256')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+BarrettDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+LongDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Comparable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+CustomStringConvertible.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Divide\&Conquer.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+ExpressibleByIntegerLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+FixedWidthInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Hashable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Karatsuba.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Numeric.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+arc4random.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+CustomStringConvertible.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+CustomStringConvertible.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+CustomStringConvertible.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+CustomStringConvertible.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Divide\&Conquer.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Divide\&Conquer.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Divide\&Conquer.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Divide\&Conquer.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/swift-overrides.hmap -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/UInt256.build/Debug-xros/UInt256.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UInt256 -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+CustomStringConvertible.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Divide\&Conquer.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+CustomStringConvertible.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Divide\&Conquer.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Divide&Conquer.swift (in target 'UInt256' from project 'UInt256')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+BarrettDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+LongDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Comparable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+CustomStringConvertible.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Divide\&Conquer.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+ExpressibleByIntegerLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+FixedWidthInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Hashable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Karatsuba.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Numeric.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+arc4random.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+CustomStringConvertible.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+CustomStringConvertible.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+CustomStringConvertible.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+CustomStringConvertible.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Divide\&Conquer.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Divide\&Conquer.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Divide\&Conquer.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Divide\&Conquer.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/swift-overrides.hmap -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/UInt256.build/Debug-xros/UInt256.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UInt256 -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+CustomStringConvertible.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Divide\&Conquer.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+CustomStringConvertible.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Divide\&Conquer.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ UInt256+Equatable.swift,\ UInt256+ExpressibleByIntegerLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+ExpressibleByIntegerLiteral.swift (in target 'UInt256' from project 'UInt256')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+BarrettDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+LongDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Divide\&Conquer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Equatable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+ExpressibleByIntegerLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+FixedWidthInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Hashable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Karatsuba.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Numeric.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+arc4random.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Equatable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Equatable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Equatable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Equatable.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+ExpressibleByIntegerLiteral.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+ExpressibleByIntegerLiteral.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+ExpressibleByIntegerLiteral.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+ExpressibleByIntegerLiteral.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/swift-overrides.hmap -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/UInt256.build/Debug-xros/UInt256.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UInt256 -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Equatable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+ExpressibleByIntegerLiteral.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Equatable.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+ExpressibleByIntegerLiteral.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Equatable.swift (in target 'UInt256' from project 'UInt256')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+BarrettDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+LongDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Divide\&Conquer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Equatable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+ExpressibleByIntegerLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+FixedWidthInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Hashable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Karatsuba.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Numeric.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+arc4random.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Equatable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Equatable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Equatable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Equatable.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+ExpressibleByIntegerLiteral.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+ExpressibleByIntegerLiteral.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+ExpressibleByIntegerLiteral.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+ExpressibleByIntegerLiteral.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/swift-overrides.hmap -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/UInt256.build/Debug-xros/UInt256.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UInt256 -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Equatable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+ExpressibleByIntegerLiteral.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Equatable.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+ExpressibleByIntegerLiteral.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UInt256+ExpressibleByIntegerLiteral.swift (in target 'UInt256' from project 'UInt256')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+BarrettDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+LongDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Divide\&Conquer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Equatable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+ExpressibleByIntegerLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+FixedWidthInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Hashable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Karatsuba.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Numeric.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+arc4random.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Equatable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Equatable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Equatable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Equatable.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+ExpressibleByIntegerLiteral.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+ExpressibleByIntegerLiteral.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+ExpressibleByIntegerLiteral.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+ExpressibleByIntegerLiteral.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/swift-overrides.hmap -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/UInt256.build/Debug-xros/UInt256.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UInt256 -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Equatable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+ExpressibleByIntegerLiteral.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Equatable.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+ExpressibleByIntegerLiteral.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ FixedWidthInteger+BarrettDivision.swift,\ FixedWidthInteger+LongDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+BarrettDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+LongDivision.swift (in target 'UInt256' from project 'UInt256')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+BarrettDivision.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+LongDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Divide\&Conquer.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+ExpressibleByIntegerLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+FixedWidthInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Hashable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Karatsuba.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Numeric.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+arc4random.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+BarrettDivision.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+BarrettDivision.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+BarrettDivision.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+BarrettDivision.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+LongDivision.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+LongDivision.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+LongDivision.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+LongDivision.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/swift-overrides.hmap -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/UInt256.build/Debug-xros/UInt256.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UInt256 -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+BarrettDivision.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+LongDivision.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+BarrettDivision.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+LongDivision.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+BarrettDivision.swift (in target 'UInt256' from project 'UInt256')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+BarrettDivision.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+LongDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Divide\&Conquer.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+ExpressibleByIntegerLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+FixedWidthInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Hashable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Karatsuba.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Numeric.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+arc4random.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+BarrettDivision.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+BarrettDivision.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+BarrettDivision.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+BarrettDivision.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+LongDivision.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+LongDivision.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+LongDivision.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+LongDivision.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/swift-overrides.hmap -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/UInt256.build/Debug-xros/UInt256.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UInt256 -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+BarrettDivision.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+LongDivision.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+BarrettDivision.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+LongDivision.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+LongDivision.swift (in target 'UInt256' from project 'UInt256')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+BarrettDivision.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+LongDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Divide\&Conquer.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+ExpressibleByIntegerLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+FixedWidthInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Hashable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Karatsuba.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Numeric.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+arc4random.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+BarrettDivision.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+BarrettDivision.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+BarrettDivision.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+BarrettDivision.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+LongDivision.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+LongDivision.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+LongDivision.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+LongDivision.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/swift-overrides.hmap -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/UInt256.build/Debug-xros/UInt256.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UInt256 -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+BarrettDivision.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+LongDivision.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+BarrettDivision.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/FixedWidthInteger+LongDivision.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ UInt256+Karatsuba.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Karatsuba.swift (in target 'UInt256' from project 'UInt256')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+BarrettDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+LongDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Divide\&Conquer.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+ExpressibleByIntegerLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+FixedWidthInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Hashable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Karatsuba.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Numeric.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+arc4random.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Karatsuba.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Karatsuba.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Karatsuba.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Karatsuba.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/swift-overrides.hmap -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/UInt256.build/Debug-xros/UInt256.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UInt256 -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Karatsuba.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Karatsuba.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Karatsuba.swift (in target 'UInt256' from project 'UInt256')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+BarrettDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+LongDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Divide\&Conquer.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+ExpressibleByIntegerLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+FixedWidthInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Hashable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Karatsuba.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Numeric.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+arc4random.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Karatsuba.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Karatsuba.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Karatsuba.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Karatsuba.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/swift-overrides.hmap -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/UInt256.build/Debug-xros/UInt256.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UInt256 -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Karatsuba.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+Karatsuba.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Emitting module for UInt256 (in target 'UInt256' from project 'UInt256')
SwiftCompile normal arm64 Compiling\ UInt256+arc4random.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+arc4random.swift (in target 'UInt256' from project 'UInt256')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+BarrettDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+LongDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Divide\&Conquer.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+ExpressibleByIntegerLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+FixedWidthInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Hashable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Karatsuba.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Numeric.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+arc4random.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+arc4random.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+arc4random.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+arc4random.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+arc4random.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/swift-overrides.hmap -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/UInt256.build/Debug-xros/UInt256.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UInt256 -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+arc4random.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+arc4random.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UInt256+arc4random.swift (in target 'UInt256' from project 'UInt256')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+BarrettDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+LongDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Divide\&Conquer.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+ExpressibleByIntegerLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+FixedWidthInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Hashable.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Karatsuba.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Numeric.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UInt256+arc4random.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+arc4random.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+arc4random.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+arc4random.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+arc4random.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/swift-overrides.hmap -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/UInt256.build/Debug-xros/UInt256.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UInt256 -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+arc4random.o -index-unit-output-path /UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256+arc4random.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriver\ Compilation\ Requirements UInt256 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'UInt256' from project 'UInt256')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name UInt256 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.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 -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256.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/UInt256.build/Debug-xros/UInt256.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256_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/UInt256.build/Debug-xros/UInt256.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.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/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling UInt256+Equatable.swift, UInt256+ExpressibleByIntegerLiteral.swift (in target 'UInt256' from project 'UInt256')
SwiftDriverJobDiscovery normal arm64 Compiling UInt256+UnsignedInteger.swift (in target 'UInt256' from project 'UInt256')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/UInt256-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256-Swift.h (in target 'UInt256' from project 'UInt256')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/UInt256-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/UInt256.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256.swiftmodule (in target 'UInt256' from project 'UInt256')
    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/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/UInt256.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/UInt256.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256.swiftdoc (in target 'UInt256' from project 'UInt256')
    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/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/UInt256.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/UInt256.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256.abi.json (in target 'UInt256' from project 'UInt256')
    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/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/UInt256.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/UInt256.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256.swiftsourceinfo (in target 'UInt256' from project 'UInt256')
    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/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/UInt256.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling UInt256+BinaryInteger.swift, UInt256+Comparable.swift (in target 'UInt256' from project 'UInt256')
SwiftDriverJobDiscovery normal arm64 Compiling UInt256+Numeric.swift (in target 'UInt256' from project 'UInt256')
SwiftDriverJobDiscovery normal arm64 Compiling FixedWidthInteger+BarrettDivision.swift, FixedWidthInteger+LongDivision.swift (in target 'UInt256' from project 'UInt256')
SwiftDriverJobDiscovery normal arm64 Compiling UInt256+arc4random.swift (in target 'UInt256' from project 'UInt256')
SwiftDriverJobDiscovery normal arm64 Compiling UInt256.swift (in target 'UInt256' from project 'UInt256')
SwiftDriverJobDiscovery normal arm64 Compiling UInt256+CustomStringConvertible.swift, UInt256+Divide&Conquer.swift (in target 'UInt256' from project 'UInt256')
SwiftDriverJobDiscovery normal arm64 Compiling UInt256+Karatsuba.swift (in target 'UInt256' from project 'UInt256')
SwiftDriverJobDiscovery normal arm64 Compiling UInt256+FixedWidthInteger.swift, UInt256+Hashable.swift (in target 'UInt256' from project 'UInt256')
SwiftDriver\ Compilation UInt256 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'UInt256' from project 'UInt256')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name UInt256 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.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 -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256.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/UInt256.build/Debug-xros/UInt256.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256_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/UInt256.build/Debug-xros/UInt256.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.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/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/UInt256.o normal (in target 'UInt256' from project 'UInt256')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-xros/UInt256.build/Objects-normal/arm64/UInt256_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/UInt256.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/UInt256.o (in target 'UInt256' from project 'UInt256')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/UInt256.o
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'UInt256' from project 'UInt256')
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "UInt256",
  "name" : "UInt256",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "UInt256",
      "targets" : [
        "UInt256"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UInt256Tests",
      "module_type" : "SwiftTarget",
      "name" : "UInt256Tests",
      "path" : "Tests",
      "sources" : [
        "Arithmetics.swift",
        "BinaryOperations.swift",
        "LinuxMain.swift",
        "PerformanceTests.swift",
        "UInt256Tests.swift"
      ],
      "target_dependencies" : [
        "UInt256"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UInt256",
      "module_type" : "SwiftTarget",
      "name" : "UInt256",
      "path" : "Sources",
      "product_memberships" : [
        "UInt256"
      ],
      "sources" : [
        "FixedWidthInteger+BarrettDivision.swift",
        "FixedWidthInteger+LongDivision.swift",
        "UInt256+BinaryInteger.swift",
        "UInt256+Comparable.swift",
        "UInt256+CustomStringConvertible.swift",
        "UInt256+Divide&Conquer.swift",
        "UInt256+Equatable.swift",
        "UInt256+ExpressibleByIntegerLiteral.swift",
        "UInt256+FixedWidthInteger.swift",
        "UInt256+Hashable.swift",
        "UInt256+Karatsuba.swift",
        "UInt256+Numeric.swift",
        "UInt256+UnsignedInteger.swift",
        "UInt256+arc4random.swift",
        "UInt256.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.