Build Information
Successful build of UInt256, reference 0.2.2 (1a499a
), with Swift 6.1 for tvOS using Xcode 16.3 on 25 Apr 2025 20:54:35 UTC.
Swift 6 data race errors: 2
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme UInt256 -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hyugit/UInt256.git
Reference: 0.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hyugit/UInt256
* tag 0.2.2 -> FETCH_HEAD
HEAD is now at 1a499a1 minor changes
Cloned https://github.com/hyugit/UInt256.git
Revision (git rev-parse @):
1a499a1bf08afd10b9fcd0fd6d90b6dd9196be50
SUCCESS checkout https://github.com/hyugit/UInt256.git at 0.2.2
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/hyugit/UInt256.git
https://github.com/hyugit/UInt256.git
{
"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" : "UInt256",
"module_type" : "SwiftTarget",
"name" : "UInt256",
"path" : "Sources",
"product_memberships" : [
"UInt256"
],
"sources" : [
"FixedWidthInteger+LongDivision.swift",
"UInt256+BarrettDivision.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"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"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" : "UInt256",
"module_type" : "SwiftTarget",
"name" : "UInt256",
"path" : "Sources",
"product_memberships" : [
"UInt256"
],
"sources" : [
"FixedWidthInteger+LongDivision.swift",
"UInt256+BarrettDivision.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"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "UInt256",
"schemes" : [
"UInt256 iOS",
"UInt256 macOS",
"UInt256Tests",
"UInt256Tests macOS"
],
"targets" : [
"UInt256Tests",
"UInt256 iOS",
"UInt256 macOS",
"UInt256Tests macOS"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"UInt256"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme UInt256 -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme UInt256 -destination generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
UInt256: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'UInt256' in project 'UInt256'
➜ Explicit dependency on target 'UInt256' in project 'UInt256'
Target 'UInt256' in project 'UInt256' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: a79c7d795cb9a6c486983f625513ac00
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a79c7d795cb9a6c486983f625513ac00.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/UInt256.modulemap (in target 'UInt256' from project 'UInt256')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/UInt256.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/UInt256.DependencyMetadataFileList (in target 'UInt256' from project 'UInt256')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/UInt256.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/UInt256.DependencyStaticMetadataFileList (in target 'UInt256' from project 'UInt256')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/UInt256.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/Objects-normal/arm64/UInt256.LinkFileList (in target 'UInt256' from project 'UInt256')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/Objects-normal/arm64/UInt256.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/Objects-normal/arm64/UInt256.SwiftFileList (in target 'UInt256' from project 'UInt256')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/Objects-normal/arm64/UInt256.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/Objects-normal/arm64/UInt256_const_extract_protocols.json (in target 'UInt256' from project 'UInt256')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/Objects-normal/arm64/UInt256_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/Objects-normal/arm64/UInt256.SwiftConstValuesFileList (in target 'UInt256' from project 'UInt256')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/Objects-normal/arm64/UInt256.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/Objects-normal/arm64/UInt256-OutputFileMap.json (in target 'UInt256' from project 'UInt256')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/Objects-normal/arm64/UInt256-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/UInt256.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/UInt256.modulemap (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 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/UInt256.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
SwiftDriver UInt256 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'UInt256' from project 'UInt256')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name UInt256 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/Objects-normal/arm64/UInt256.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/UInt256.build/Objects-normal/arm64/UInt256_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/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-appletvos/UInt256.build/Objects-normal/arm64/UInt256-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ UInt256+Karatsuba.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Karatsuba.swift (in target 'UInt256' from project 'UInt256')
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/.swiftpm/xcode
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')
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/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift:22:23: warning: static property 'bitWidth' nearly matches defaulted requirement 'bitWidth' of protocol 'BinaryInteger'
public static var bitWidth: Int {
^
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift:22:23: note: candidate operates on a type, not an instance as required
public static var bitWidth: Int {
~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift:22:23: note: move 'bitWidth' to another extension to silence this warning
public static var bitWidth: Int {
^
Swift.BinaryInteger.bitWidth:2:5: note: requirement 'bitWidth' declared here
var bitWidth: Int { get }}
^
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift:45:12: warning: initializer 'init(exactly:)' nearly matches defaulted requirement 'init(exactly:)' of protocol 'BinaryInteger'
public init?<T: BinaryInteger>(exactly source: T) {
^
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift:45:12: note: candidate has non-matching type '(exactly: T)'
public init?<T: BinaryInteger>(exactly source: T) {
^
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift:45:12: note: move 'init(exactly:)' to another extension to silence this warning
public init?<T: BinaryInteger>(exactly source: T) {
^
Swift.BinaryInteger.init:2:1: note: requirement 'init(exactly:)' declared here
init?<T>(exactly source: T) where T : BinaryFloatingPoint}
^
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/.swiftpm/xcode
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')
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/.swiftpm/xcode
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/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+Hashable.swift:4:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
public var hashValue: Int {
^
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')
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/.swiftpm/xcode
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/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FixedWidthInteger+LongDivision.swift,\ UInt256+BarrettDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/FixedWidthInteger+LongDivision.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+BarrettDivision.swift (in target 'UInt256' from project 'UInt256')
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/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UInt256+BarrettDivision.swift (in target 'UInt256' from project 'UInt256')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UInt256+Numeric.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+Numeric.swift (in target 'UInt256' from project 'UInt256')
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/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UInt256+arc4random.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+arc4random.swift (in target 'UInt256' from project 'UInt256')
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/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UInt256+UnsignedInteger.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift (in target 'UInt256' from project 'UInt256')
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/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift:7:23: warning: static property 'max' is not concurrency-safe because it is nonisolated 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: add '@MainActor' to make static property 'max' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make static property 'min' part of global actor 'MainActor'
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.swift /Users/admin/builder/spi-builder-workspace/Sources/UInt256.swift (in target 'UInt256' from project 'UInt256')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UInt256.swift (in target 'UInt256' from project 'UInt256')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
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')
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/.swiftpm/xcode
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/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ UInt256 (in target 'UInt256' from project 'UInt256')
EmitSwiftModule normal arm64 (in target 'UInt256' from project 'UInt256')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift:22:23: warning: static property 'bitWidth' nearly matches defaulted requirement 'bitWidth' of protocol 'BinaryInteger'
public static var bitWidth: Int {
^
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift:22:23: note: candidate operates on a type, not an instance as required
public static var bitWidth: Int {
~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift:22:23: note: move 'bitWidth' to another extension to silence this warning
public static var bitWidth: Int {
^
Swift.BinaryInteger.bitWidth:2:5: note: requirement 'bitWidth' declared here
var bitWidth: Int { get }}
^
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift:45:12: warning: initializer 'init(exactly:)' nearly matches defaulted requirement 'init(exactly:)' of protocol 'BinaryInteger'
public init?<T: BinaryInteger>(exactly source: T) {
^
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift:45:12: note: candidate has non-matching type '(exactly: T)'
public init?<T: BinaryInteger>(exactly source: T) {
^
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift:45:12: note: move 'init(exactly:)' to another extension to silence this warning
public init?<T: BinaryInteger>(exactly source: T) {
^
Swift.BinaryInteger.init:2:1: note: requirement 'init(exactly:)' declared here
init?<T>(exactly source: T) where T : BinaryFloatingPoint}
^
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+Hashable.swift:4:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
public var hashValue: Int {
^
/Users/admin/builder/spi-builder-workspace/Sources/UInt256+UnsignedInteger.swift:7:23: warning: static property 'max' is not concurrency-safe because it is nonisolated 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: add '@MainActor' to make static property 'max' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make static property 'min' part of global actor 'MainActor'
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)
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')
SwiftDriverJobDiscovery normal arm64 Emitting module for UInt256 (in target 'UInt256' from project 'UInt256')
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/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name UInt256 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/Objects-normal/arm64/UInt256.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/UInt256.build/Objects-normal/arm64/UInt256_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/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-appletvos/UInt256.build/Objects-normal/arm64/UInt256-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/UInt256-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/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-appletvos/UInt256.build/Objects-normal/arm64/UInt256-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/UInt256-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/UInt256.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/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-appletvos/UInt256.build/Objects-normal/arm64/UInt256.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/UInt256.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/UInt256.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/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-appletvos/UInt256.build/Objects-normal/arm64/UInt256.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/UInt256.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/UInt256.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/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-appletvos/UInt256.build/Objects-normal/arm64/UInt256.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/UInt256.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/UInt256.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/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-appletvos/UInt256.build/Objects-normal/arm64/UInt256.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/UInt256.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling UInt256+arc4random.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.swift (in target 'UInt256' from project 'UInt256')
SwiftDriverJobDiscovery normal arm64 Compiling UInt256+FixedWidthInteger.swift, UInt256+Hashable.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+LongDivision.swift, UInt256+BarrettDivision.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+BinaryInteger.swift, UInt256+Comparable.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/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name UInt256 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/Objects-normal/arm64/UInt256.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/UInt256.build/Objects-normal/arm64/UInt256_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/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-appletvos/UInt256.build/Objects-normal/arm64/UInt256-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/UInt256.o normal (in target 'UInt256' from project 'UInt256')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/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-appletvos/UInt256.build/Objects-normal/arm64/UInt256_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/Objects-normal/arm64/UInt256_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/Objects-normal/arm64/UInt256.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/UInt256.o
ExtractAppIntentsMetadata (in target 'UInt256' from project 'UInt256')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name UInt256 --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.UInt256 --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/UInt256.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/UInt256.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/Objects-normal/arm64/UInt256_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/Objects-normal/arm64/UInt256.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/UInt256.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/UInt256.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UInt256.build/Debug-appletvos/UInt256.build/Objects-normal/arm64/UInt256.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 13:54:34.901 appintentsmetadataprocessor[717:4009] Starting appintentsmetadataprocessor export
2025-04-25 13:54:34.939 appintentsmetadataprocessor[717:4009] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/UInt256.o
** 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" : "UInt256",
"module_type" : "SwiftTarget",
"name" : "UInt256",
"path" : "Sources",
"product_memberships" : [
"UInt256"
],
"sources" : [
"FixedWidthInteger+LongDivision.swift",
"UInt256+BarrettDivision.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.