Build Information
Successful build of SwiftEVM, reference v0.5.25 (80dcaf), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 27 Apr 2026 13:52:27 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftEVM-Package -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .statsBuild Log
"InstructionsTests/Arithmetic/AddTests.swift",
"InstructionsTests/Arithmetic/DivTests.swift",
"InstructionsTests/Arithmetic/ExpTests.swift",
"InstructionsTests/Arithmetic/ModTests.swift",
"InstructionsTests/Arithmetic/MulModTests.swift",
"InstructionsTests/Arithmetic/MulTests.swift",
"InstructionsTests/Arithmetic/SDivTests.swift",
"InstructionsTests/Arithmetic/SModTests.swift",
"InstructionsTests/Arithmetic/SignextendTests.swift",
"InstructionsTests/Arithmetic/SubTests.swift",
"InstructionsTests/Bitwise/AndTests.swift",
"InstructionsTests/Bitwise/ByteTests.swift",
"InstructionsTests/Bitwise/EqTests.swift",
"InstructionsTests/Bitwise/GtTests.swift",
"InstructionsTests/Bitwise/IsZeroTests.swift",
"InstructionsTests/Bitwise/LtTests.swift",
"InstructionsTests/Bitwise/NotTests.swift",
"InstructionsTests/Bitwise/OrTests.swift",
"InstructionsTests/Bitwise/SarTests.swift",
"InstructionsTests/Bitwise/SgtTests.swift",
"InstructionsTests/Bitwise/ShlTests.swift",
"InstructionsTests/Bitwise/ShrTests.swift",
"InstructionsTests/Bitwise/SltTests.swift",
"InstructionsTests/Bitwise/XorTests.swift",
"InstructionsTests/Control/JumpITests.swift",
"InstructionsTests/Control/JumpTests.swift",
"InstructionsTests/Control/PcTests.swift",
"InstructionsTests/Control/ReturnTests.swift",
"InstructionsTests/Control/RevertTests.swift",
"InstructionsTests/Control/StopTests.swift",
"InstructionsTests/Host/BalanceTests.swift",
"InstructionsTests/Host/ChainIdTests.swift",
"InstructionsTests/Host/CoinbaseTests.swift",
"InstructionsTests/Host/GasPriceTests.swift",
"InstructionsTests/Host/OriginTests.swift",
"InstructionsTests/Host/SelfbalanceTests.swift",
"InstructionsTests/MemoryInstructions/MLoadTests.swift",
"InstructionsTests/MemoryInstructions/MSizeTests.swift",
"InstructionsTests/MemoryInstructions/MStore8Tests.swift",
"InstructionsTests/MemoryInstructions/MStoreTests.swift",
"InstructionsTests/NotExistTests.swift",
"InstructionsTests/Stack/DupTests.swift",
"InstructionsTests/Stack/PopTests.swift",
"InstructionsTests/Stack/Push0Tests.swift",
"InstructionsTests/Stack/PushTests.swift",
"InstructionsTests/Stack/SwapTests.swift",
"InstructionsTests/System/AddressTests.swift",
"InstructionsTests/System/CallDataCopyTests.swift",
"InstructionsTests/System/CallDataLoadTests.swift",
"InstructionsTests/System/CallDataSizeTests.swift",
"InstructionsTests/System/CallValueTests.swift",
"InstructionsTests/System/CallerTests.swift",
"InstructionsTests/System/CodeCopyTests.swift",
"InstructionsTests/System/CodeSizeTests.swift",
"InstructionsTests/System/KeccakTests.swift",
"JumpTableTests.swift",
"LogsTests.swift",
"MachineStackTests.swift",
"MachineTests.swift",
"MachineTestsUtil.swift",
"MemoryState/AccessedTests.swift",
"MemoryState/MemoryStateTests.swift",
"MemoryState/MetadataTests.swift",
"MemoryTests.swift",
"OpcodeTests.swift",
"RuntimeTests.swift",
"TransferTests.swift"
],
"target_dependencies" : [
"Interpreter",
"PrimitiveTypes"
],
"type" : "test"
},
{
"c99name" : "Interpreter",
"module_type" : "SwiftTarget",
"name" : "Interpreter",
"path" : "Sources/Interpreter",
"product_dependencies" : [
"CryptoSwift"
],
"product_memberships" : [
"EVM"
],
"sources" : [
"Accounts.swift",
"Authorization.swift",
"Backend.swift",
"ExecutionState.swift",
"Executor.swift",
"Gas.swift",
"HardFork.swift",
"Instructions/Arithmetic.swift",
"Instructions/Bitwise.swift",
"Instructions/Control.swift",
"Instructions/Host.swift",
"Instructions/MemoryInstructions.swift",
"Instructions/Stack.swift",
"Instructions/System.swift",
"InterpreterHandler.swift",
"Log.swift",
"Machine.swift",
"MachineStack.swift",
"Memory.swift",
"MemoryState.swift",
"Opcodes.swift",
"Runtime.swift",
"Tracing/Trace.swift",
"Transfer.swift"
],
"target_dependencies" : [
"PrimitiveTypes"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"EVM",
"PrimitiveTypes",
"SwiftEVM-Package"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftEVM-Package -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats
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 SwiftEVM-Package -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
swift-numerics: https://github.com/apple/swift-numerics.git @ 1.1.1
Nimble: https://github.com/Quick/Nimble.git @ 13.8.0
Quick: https://github.com/Quick/Quick.git @ 7.6.2
CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.10.0
CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
SwiftEVM: /Users/admin/builder/spi-builder-workspace
swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
Target 'PrimitiveTypes' in project 'SwiftEVM'
➜ Explicit dependency on target 'PrimitiveTypes' in project 'SwiftEVM'
Target 'EVM' in project 'SwiftEVM'
➜ Explicit dependency on target 'Interpreter' in project 'SwiftEVM'
➜ Explicit dependency on target 'PrimitiveTypes' in project 'SwiftEVM'
➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
Target 'Interpreter' in project 'SwiftEVM'
➜ Explicit dependency on target 'PrimitiveTypes' in project 'SwiftEVM'
➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
Target 'CryptoSwift' in project 'CryptoSwift'
➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
➜ Explicit dependency on target 'CryptoSwiftResources' in project 'CryptoSwift'
Target 'CryptoSwift' in project 'CryptoSwift'
➜ Explicit dependency on target 'CryptoSwiftResources' in project 'CryptoSwift'
Target 'CryptoSwiftResources' in project 'CryptoSwift'
➜ Explicit dependency on target 'CryptoSwift_CryptoSwiftResources' in project 'CryptoSwift'
Target 'CryptoSwift_CryptoSwiftResources' in project 'CryptoSwift' (no dependencies)
Target 'PrimitiveTypes' in project 'SwiftEVM' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: acd6941a6009b0e10a490d81d5c17e07
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/acd6941a6009b0e10a490d81d5c17e07.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
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
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/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/PrimitiveTypes.modulemap (in target 'PrimitiveTypes' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/PrimitiveTypes.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/PrimitiveTypes.DependencyMetadataFileList (in target 'PrimitiveTypes' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/PrimitiveTypes.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/PrimitiveTypes.DependencyStaticMetadataFileList (in target 'PrimitiveTypes' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/PrimitiveTypes.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes_const_extract_protocols.json (in target 'PrimitiveTypes' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes-OutputFileMap.json (in target 'PrimitiveTypes' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes.SwiftConstValuesFileList (in target 'PrimitiveTypes' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes.LinkFileList (in target 'PrimitiveTypes' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes.SwiftFileList (in target 'PrimitiveTypes' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter_const_extract_protocols.json (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter.SwiftFileList (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter.SwiftConstValuesFileList (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter.LinkFileList (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/PrimitiveTypes.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/PrimitiveTypes.modulemap (in target 'PrimitiveTypes' from project 'SwiftEVM')
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/SwiftEVM.build/Debug/PrimitiveTypes.build/PrimitiveTypes.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter-OutputFileMap.json (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Interpreter.modulemap (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Interpreter.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Interpreter.DependencyStaticMetadataFileList (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Interpreter.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Interpreter.DependencyMetadataFileList (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Interpreter.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift_CryptoSwiftResources.build/empty-CryptoSwift_CryptoSwiftResources.plist (in target 'CryptoSwift_CryptoSwiftResources' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift_CryptoSwiftResources.build/empty-CryptoSwift_CryptoSwiftResources.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift_CryptoSwiftResources.build/CryptoSwift_CryptoSwiftResources.DependencyStaticMetadataFileList (in target 'CryptoSwift_CryptoSwiftResources' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift_CryptoSwiftResources.build/CryptoSwift_CryptoSwiftResources.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift_CryptoSwiftResources.build/CryptoSwift_CryptoSwiftResources.DependencyMetadataFileList (in target 'CryptoSwift_CryptoSwiftResources' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift_CryptoSwiftResources.build/CryptoSwift_CryptoSwiftResources.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources_const_extract_protocols.json (in target 'CryptoSwiftResources' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources.SwiftFileList (in target 'CryptoSwiftResources' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources.SwiftConstValuesFileList (in target 'CryptoSwiftResources' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Interpreter.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Interpreter.modulemap (in target 'Interpreter' from project 'SwiftEVM')
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/SwiftEVM.build/Debug/Interpreter.build/Interpreter.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources.LinkFileList (in target 'CryptoSwiftResources' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources-OutputFileMap.json (in target 'CryptoSwiftResources' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/CryptoSwiftResources.modulemap (in target 'CryptoSwiftResources' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/CryptoSwiftResources.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/DerivedSources/resource_bundle_accessor.swift (in target 'CryptoSwiftResources' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/CryptoSwiftResources.DependencyStaticMetadataFileList (in target 'CryptoSwiftResources' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/CryptoSwiftResources.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/CryptoSwiftResources.DependencyMetadataFileList (in target 'CryptoSwiftResources' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/CryptoSwiftResources.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift_const_extract_protocols.json (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.SwiftFileList (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.SwiftConstValuesFileList (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.LinkFileList (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift-OutputFileMap.json (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/CryptoSwift.modulemap (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/CryptoSwift.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/CryptoSwift.DependencyStaticMetadataFileList (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/CryptoSwift.DependencyStaticMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/CryptoSwiftResources.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/CryptoSwiftResources.modulemap (in target 'CryptoSwiftResources' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
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/CryptoSwift.build/Debug/CryptoSwiftResources.build/CryptoSwiftResources.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/CryptoSwift.DependencyMetadataFileList (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/CryptoSwift.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwift_CryptoSwiftResources.bundle/Contents/Resources (in target 'CryptoSwift_CryptoSwiftResources' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwift_CryptoSwiftResources.bundle/Contents/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwift_CryptoSwiftResources.bundle/Contents (in target 'CryptoSwift_CryptoSwiftResources' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwift_CryptoSwiftResources.bundle/Contents
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwift_CryptoSwiftResources.bundle (in target 'CryptoSwift_CryptoSwiftResources' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwift_CryptoSwiftResources.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwift_CryptoSwiftResources.bundle/Contents/Resources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwiftResources/PrivacyInfo.xcprivacy (in target 'CryptoSwift_CryptoSwiftResources' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwiftResources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwift_CryptoSwiftResources.bundle/Contents/Resources
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwift_CryptoSwiftResources.bundle/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift_CryptoSwiftResources.build/empty-CryptoSwift_CryptoSwiftResources.plist (in target 'CryptoSwift_CryptoSwiftResources' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift_CryptoSwiftResources.build/empty-CryptoSwift_CryptoSwiftResources.plist -producttype com.apple.product-type.bundle -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwift_CryptoSwiftResources.bundle/Contents/Info.plist
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/CryptoSwift.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/CryptoSwift.modulemap (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
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/CryptoSwift.build/Debug/CryptoSwift.build/CryptoSwift.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwift_CryptoSwiftResources.bundle (in target 'CryptoSwift_CryptoSwiftResources' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwift_CryptoSwiftResources.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwift_CryptoSwiftResources.bundle (in target 'CryptoSwift_CryptoSwiftResources' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwift_CryptoSwiftResources.bundle
SwiftDriver PrimitiveTypes normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PrimitiveTypes' from project 'SwiftEVM')
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 PrimitiveTypes -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes-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/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.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/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver CryptoSwiftResources normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CryptoSwiftResources' from project 'CryptoSwift')
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 CryptoSwiftResources -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources-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/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources.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/CryptoSwift.build/Debug/CryptoSwiftResources.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.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/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Empty.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwiftResources/Empty.swift (in target 'CryptoSwiftResources' from project 'CryptoSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwiftResources/Empty.swift (in target 'CryptoSwiftResources' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ CryptoSwiftResources (in target 'CryptoSwiftResources' from project 'CryptoSwift')
EmitSwiftModule normal arm64 (in target 'CryptoSwiftResources' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/DerivedSources/resource_bundle_accessor.swift (in target 'CryptoSwiftResources' from project 'CryptoSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/DerivedSources/resource_bundle_accessor.swift (in target 'CryptoSwiftResources' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ H256.swift /Users/admin/builder/spi-builder-workspace/Sources/PrimitiveTypes/H256.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PrimitiveTypes/H256.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HexStringError.swift /Users/admin/builder/spi-builder-workspace/Sources/PrimitiveTypes/HexStringError.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PrimitiveTypes/HexStringError.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Arithmetic.swift,\ BigUInt.swift /Users/admin/builder/spi-builder-workspace/Sources/PrimitiveTypes/Arithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/PrimitiveTypes/BigUInt.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PrimitiveTypes/Arithmetic.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PrimitiveTypes/BigUInt.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Bitwise.swift,\ DivModUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/PrimitiveTypes/Bitwise.swift /Users/admin/builder/spi-builder-workspace/Sources/PrimitiveTypes/DivModUtils.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PrimitiveTypes/Bitwise.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PrimitiveTypes/DivModUtils.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FixedArray.swift /Users/admin/builder/spi-builder-workspace/Sources/PrimitiveTypes/FixedArray.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PrimitiveTypes/FixedArray.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ PrimitiveTypes (in target 'PrimitiveTypes' from project 'SwiftEVM')
EmitSwiftModule normal arm64 (in target 'PrimitiveTypes' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ U256.swift /Users/admin/builder/spi-builder-workspace/Sources/PrimitiveTypes/U256.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PrimitiveTypes/U256.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ U128.swift /Users/admin/builder/spi-builder-workspace/Sources/PrimitiveTypes/U128.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PrimitiveTypes/U128.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for CryptoSwiftResources (in target 'CryptoSwiftResources' from project 'CryptoSwift')
SwiftDriver\ Compilation\ Requirements CryptoSwiftResources normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CryptoSwiftResources' from project 'CryptoSwift')
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 CryptoSwiftResources -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources-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/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources.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/CryptoSwift.build/Debug/CryptoSwiftResources.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.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/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for PrimitiveTypes (in target 'PrimitiveTypes' from project 'SwiftEVM')
SwiftDriver\ Compilation\ Requirements PrimitiveTypes normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PrimitiveTypes' from project 'SwiftEVM')
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 PrimitiveTypes -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes-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/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.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/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ I256.swift /Users/admin/builder/spi-builder-workspace/Sources/PrimitiveTypes/I256.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PrimitiveTypes/I256.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/PrimitiveTypes-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes-Swift.h (in target 'PrimitiveTypes' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/PrimitiveTypes-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling HexStringError.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PrimitiveTypes.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes.swiftmodule (in target 'PrimitiveTypes' from project 'SwiftEVM')
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/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PrimitiveTypes.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PrimitiveTypes.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes.swiftdoc (in target 'PrimitiveTypes' from project 'SwiftEVM')
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/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PrimitiveTypes.swiftmodule/arm64-apple-macos.swiftdoc
SwiftDriverJobDiscovery normal arm64 Compiling Empty.swift (in target 'CryptoSwiftResources' from project 'CryptoSwift')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PrimitiveTypes.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes.abi.json (in target 'PrimitiveTypes' from project 'SwiftEVM')
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/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PrimitiveTypes.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PrimitiveTypes.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes.swiftsourceinfo (in target 'PrimitiveTypes' from project 'SwiftEVM')
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/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PrimitiveTypes.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/CryptoSwiftResources-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources-Swift.h (in target 'CryptoSwiftResources' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/CryptoSwiftResources-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwiftResources.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources.swiftmodule (in target 'CryptoSwiftResources' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
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/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwiftResources.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwiftResources.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources.swiftdoc (in target 'CryptoSwiftResources' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
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/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwiftResources.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwiftResources.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources.abi.json (in target 'CryptoSwiftResources' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
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/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwiftResources.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwiftResources.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources.swiftsourceinfo (in target 'CryptoSwiftResources' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
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/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwiftResources.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ H160.swift /Users/admin/builder/spi-builder-workspace/Sources/PrimitiveTypes/H160.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PrimitiveTypes/H160.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ U512.swift /Users/admin/builder/spi-builder-workspace/Sources/PrimitiveTypes/U512.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PrimitiveTypes/U512.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling FixedArray.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
SwiftDriver CryptoSwift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CryptoSwift' from project 'CryptoSwift')
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 CryptoSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift-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/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.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/CryptoSwift.build/Debug/CryptoSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.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/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Bitwise.swift, DivModUtils.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
SwiftDriverJobDiscovery normal arm64 Compiling U256.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
SwiftDriverJobDiscovery normal arm64 Compiling H256.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
SwiftDriverJobDiscovery normal arm64 Compiling U128.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
SwiftEmitModule normal arm64 Emitting\ module\ for\ CryptoSwift (in target 'CryptoSwift' from project 'CryptoSwift')
EmitSwiftModule normal arm64 (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Rabbit+Foundation.swift,\ String+FoundationExtension.swift,\ Utils+Foundation.swift,\ XChaCha20+Foundation.swift,\ Generics.swift,\ HKDF.swift,\ HMAC.swift,\ ISO10126Padding.swift,\ ISO78164Padding.swift,\ Int+Extension.swift,\ MD5.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Foundation/Rabbit+Foundation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Foundation/String+FoundationExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Foundation/Utils+Foundation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Foundation/XChaCha20+Foundation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Generics.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/ISO10126Padding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/ISO78164Padding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Int+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/MD5.swift (in target 'CryptoSwift' from project 'CryptoSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Foundation/Rabbit+Foundation.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Foundation/String+FoundationExtension.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Foundation/Utils+Foundation.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Foundation/XChaCha20+Foundation.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Generics.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/HMAC.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/ISO10126Padding.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/ISO78164Padding.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Int+Extension.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/MD5.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CompactMap.swift,\ Cryptor.swift,\ Cryptors.swift,\ Digest.swift,\ DigestType.swift,\ AES+Foundation.swift,\ Array+Foundation.swift,\ Blowfish+Foundation.swift,\ ChaCha20+Foundation.swift,\ Data+Extension.swift,\ HMAC+Foundation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CompactMap.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Cryptors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/DigestType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Foundation/AES+Foundation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Foundation/Array+Foundation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Foundation/Blowfish+Foundation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Foundation/ChaCha20+Foundation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Foundation/Data+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Foundation/HMAC+Foundation.swift (in target 'CryptoSwift' from project 'CryptoSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CompactMap.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Cryptor.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Cryptors.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Digest.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/DigestType.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Foundation/AES+Foundation.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Foundation/Array+Foundation.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Foundation/Blowfish+Foundation.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Foundation/ChaCha20+Foundation.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Foundation/Data+Extension.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Foundation/HMAC+Foundation.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ NoPadding.swift,\ Operators.swift,\ DER.swift,\ PBKDF1.swift,\ PBKDF2.swift,\ PKCS1v15.swift,\ PKCS5.swift,\ PKCS7.swift,\ PKCS7Padding.swift,\ Padding.swift,\ Poly1305.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/NoPadding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Operators.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/PEM/DER.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF1.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PKCS1v15.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PKCS5.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PKCS7.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PKCS7Padding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Padding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Poly1305.swift (in target 'CryptoSwift' from project 'CryptoSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/NoPadding.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Operators.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/PEM/DER.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF1.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PKCS1v15.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PKCS5.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PKCS7.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PKCS7Padding.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Padding.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Poly1305.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GCM.swift,\ OCB.swift,\ OFB.swift,\ PCBC.swift,\ Blowfish.swift,\ CBCMAC.swift,\ CMAC.swift,\ Addition.swift,\ BigInt.swift,\ BigUInt.swift,\ BitwiseOps.swift,\ CS.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/GCM.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/OCB.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/OFB.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/PCBC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Blowfish.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CBCMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Addition.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/BigInt.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/BigUInt.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/BitwiseOps.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/CS.swift (in target 'CryptoSwift' from project 'CryptoSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/GCM.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/OCB.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/OFB.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/PCBC.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Blowfish.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CBCMAC.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CMAC.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Addition.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/BigInt.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/BigUInt.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/BitwiseOps.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/CS.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AEAD.swift,\ AEADChaCha20Poly1305.swift,\ AEADXChaCha20Poly1305.swift,\ AES.Cryptors.swift,\ AES.swift,\ ASN1.swift,\ ASN1Decoder.swift,\ ASN1Encoder.swift,\ ASN1Scanner.swift,\ Array+Extension.swift,\ Authenticator.swift,\ BatchedCollection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEAD.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADChaCha20Poly1305.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/AES.Cryptors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/AES.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1Decoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1Encoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1Scanner.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Array+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Authenticator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BatchedCollection.swift (in target 'CryptoSwift' from project 'CryptoSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEAD.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADChaCha20Poly1305.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/AES.Cryptors.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/AES.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1Decoder.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1Encoder.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/ASN1/ASN1Scanner.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Array+Extension.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Authenticator.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BatchedCollection.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling I256.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
SwiftCompile normal arm64 Compiling\ StreamEncryptor.swift,\ String+Extension.swift,\ UInt128.swift,\ UInt16+Extension.swift,\ UInt32+Extension.swift,\ UInt64+Extension.swift,\ UInt8+Extension.swift,\ Updatable.swift,\ Utils.swift,\ XChaCha20.swift,\ ZeroPadding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/StreamEncryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/String+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/UInt128.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/UInt16+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/UInt32+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/UInt64+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/UInt8+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/XChaCha20.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/ZeroPadding.swift (in target 'CryptoSwift' from project 'CryptoSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/StreamEncryptor.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/String+Extension.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/UInt128.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/UInt16+Extension.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/UInt32+Extension.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/UInt64+Extension.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/UInt8+Extension.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Updatable.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Utils.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/XChaCha20.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/ZeroPadding.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling H160.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
SwiftCompile normal arm64 Compiling\ RSA+Cipher.swift,\ RSA+Signature.swift,\ RSA.swift,\ Rabbit.swift,\ SHA1.swift,\ SHA2.swift,\ SHA3.swift,\ Scrypt.swift,\ SecureBytes.swift,\ Signature.swift,\ StreamDecryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/RSA/RSA+Cipher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/RSA/RSA+Signature.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/RSA/RSA.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Rabbit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/SHA1.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/SHA2.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/SHA3.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Scrypt.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Signature.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/StreamDecryptor.swift (in target 'CryptoSwift' from project 'CryptoSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/RSA/RSA+Cipher.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/RSA/RSA+Signature.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/RSA/RSA.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Rabbit.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/SHA1.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/SHA2.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/SHA3.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Scrypt.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Signature.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/StreamDecryptor.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling U512.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
SwiftCompile normal arm64 Compiling\ Random.swift,\ Shifts.swift,\ SquareRoot.swift,\ Strideable.swift,\ StringConversion.swift,\ Subtraction.swift,\ WordsAndBits.swift,\ ChaCha20.swift,\ Checksum.swift,\ Cipher.swift,\ Collection+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Shifts.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/SquareRoot.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Strideable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/StringConversion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Subtraction.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/WordsAndBits.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/ChaCha20.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Checksum.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Cipher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Collection+Extension.swift (in target 'CryptoSwift' from project 'CryptoSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Random.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Shifts.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/SquareRoot.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Strideable.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/StringConversion.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Subtraction.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/WordsAndBits.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/ChaCha20.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Checksum.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Cipher.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Collection+Extension.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Arithmetic.swift, BigUInt.swift (in target 'PrimitiveTypes' from project 'SwiftEVM')
SwiftDriver\ Compilation PrimitiveTypes normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PrimitiveTypes' from project 'SwiftEVM')
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 PrimitiveTypes -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes-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/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.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/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift (in target 'CryptoSwiftResources' from project 'CryptoSwift')
SwiftCompile normal arm64 Compiling\ Codable.swift,\ Comparable.swift,\ DataConversion.swift,\ Division.swift,\ Exponentiation.swift,\ FloatingPointConversion.swift,\ GCD.swift,\ Hashable.swift,\ IntegerConversion.swift,\ Multiplication.swift,\ PrimeTest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Codable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Comparable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/DataConversion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Division.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Exponentiation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/FloatingPointConversion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/GCD.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Hashable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/IntegerConversion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Multiplication.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/PrimeTest.swift (in target 'CryptoSwift' from project 'CryptoSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Codable.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Comparable.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/DataConversion.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Division.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Exponentiation.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/FloatingPointConversion.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/GCD.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Hashable.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/IntegerConversion.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/Multiplication.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/CS_BigInt/PrimeTest.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PrimitiveTypes.o normal (in target 'PrimitiveTypes' from project 'SwiftEVM')
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-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PrimitiveTypes.o
SwiftDriverJobDiscovery normal arm64 Compiling CompactMap.swift, Cryptor.swift, Cryptors.swift, Digest.swift, DigestType.swift, AES+Foundation.swift, Array+Foundation.swift, Blowfish+Foundation.swift, ChaCha20+Foundation.swift, Data+Extension.swift, HMAC+Foundation.swift (in target 'CryptoSwift' from project 'CryptoSwift')
SwiftDriver\ Compilation CryptoSwiftResources normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CryptoSwiftResources' from project 'CryptoSwift')
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 CryptoSwiftResources -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources-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/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources.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/CryptoSwift.build/Debug/CryptoSwiftResources.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.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/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling NoPadding.swift, Operators.swift, DER.swift, PBKDF1.swift, PBKDF2.swift, PKCS1v15.swift, PKCS5.swift, PKCS7.swift, PKCS7Padding.swift, Padding.swift, Poly1305.swift (in target 'CryptoSwift' from project 'CryptoSwift')
SwiftCompile normal arm64 Compiling\ Bit.swift,\ BlockCipher.swift,\ BlockDecryptor.swift,\ BlockEncryptor.swift,\ BlockMode.swift,\ BlockModeOptions.swift,\ CBC.swift,\ CCM.swift,\ CFB.swift,\ CTR.swift,\ CipherModeWorker.swift,\ ECB.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Bit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockCipher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockDecryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockEncryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/BlockMode.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CBC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CFB.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CTR.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CipherModeWorker.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/ECB.swift (in target 'CryptoSwift' from project 'CryptoSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/Bit.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockCipher.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockDecryptor.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockEncryptor.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/BlockMode.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CBC.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CFB.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CTR.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CipherModeWorker.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/ECB.swift (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Rabbit+Foundation.swift, String+FoundationExtension.swift, Utils+Foundation.swift, XChaCha20+Foundation.swift, Generics.swift, HKDF.swift, HMAC.swift, ISO10126Padding.swift, ISO78164Padding.swift, Int+Extension.swift, MD5.swift (in target 'CryptoSwift' from project 'CryptoSwift')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwiftResources.o normal (in target 'CryptoSwiftResources' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwiftResources.o
ExtractAppIntentsMetadata (in target 'PrimitiveTypes' from project 'SwiftEVM')
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 PrimitiveTypes --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.PrimitiveTypes --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PrimitiveTypes.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PrimitiveTypes.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/PrimitiveTypes.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/PrimitiveTypes.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/PrimitiveTypes.build/Objects-normal/arm64/PrimitiveTypes.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-27 06:52:18.510 appintentsmetadataprocessor[1249:6400] Starting appintentsmetadataprocessor export
2026-04-27 06:52:18.559 appintentsmetadataprocessor[1249:6400] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'CryptoSwiftResources' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
/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 CryptoSwiftResources --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier cryptoswift.CryptoSwiftResources --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwiftResources.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwiftResources.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/CryptoSwiftResources.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/CryptoSwiftResources.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwiftResources.build/Objects-normal/arm64/CryptoSwiftResources.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-27 06:52:18.510 appintentsmetadataprocessor[1250:6401] Starting appintentsmetadataprocessor export
2026-04-27 06:52:18.559 appintentsmetadataprocessor[1250:6401] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PrimitiveTypes.o (in target 'PrimitiveTypes' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PrimitiveTypes.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwiftResources.o (in target 'CryptoSwiftResources' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwiftResources.o
SwiftDriverJobDiscovery normal arm64 Emitting module for CryptoSwift (in target 'CryptoSwift' from project 'CryptoSwift')
SwiftDriver\ Compilation\ Requirements CryptoSwift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CryptoSwift' from project 'CryptoSwift')
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 CryptoSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift-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/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.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/CryptoSwift.build/Debug/CryptoSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.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/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift-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/CryptoSwift-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift-Swift.h (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/CryptoSwift-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwift.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.swiftmodule (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
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/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwift.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwift.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.swiftdoc (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
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/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwift.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwift.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.abi.json (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
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/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwift.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwift.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.swiftsourceinfo (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
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/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwift.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriver Interpreter normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Interpreter' from project 'SwiftEVM')
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 Interpreter -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DDISABLE_TRACING -stats-output-dir .stats -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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter-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/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.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/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Accounts.swift,\ Authorization.swift,\ Backend.swift /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Accounts.swift /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Authorization.swift /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Backend.swift (in target 'Interpreter' from project 'SwiftEVM')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Accounts.swift (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Authorization.swift (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Backend.swift (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HardFork.swift,\ Arithmetic.swift,\ Bitwise.swift /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/HardFork.swift /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Instructions/Arithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Instructions/Bitwise.swift (in target 'Interpreter' from project 'SwiftEVM')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/HardFork.swift (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Instructions/Arithmetic.swift (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Instructions/Bitwise.swift (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Interpreter (in target 'Interpreter' from project 'SwiftEVM')
EmitSwiftModule normal arm64 (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Stack.swift,\ System.swift /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Instructions/Stack.swift /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Instructions/System.swift (in target 'Interpreter' from project 'SwiftEVM')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Instructions/Stack.swift (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Instructions/System.swift (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling GCM.swift, OCB.swift, OFB.swift, PCBC.swift, Blowfish.swift, CBCMAC.swift, CMAC.swift, Addition.swift, BigInt.swift, BigUInt.swift, BitwiseOps.swift, CS.swift (in target 'CryptoSwift' from project 'CryptoSwift')
SwiftCompile normal arm64 Compiling\ Memory.swift,\ MemoryState.swift /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Memory.swift /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/MemoryState.swift (in target 'Interpreter' from project 'SwiftEVM')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Memory.swift (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/MemoryState.swift (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling AEAD.swift, AEADChaCha20Poly1305.swift, AEADXChaCha20Poly1305.swift, AES.Cryptors.swift, AES.swift, ASN1.swift, ASN1Decoder.swift, ASN1Encoder.swift, ASN1Scanner.swift, Array+Extension.swift, Authenticator.swift, BatchedCollection.swift (in target 'CryptoSwift' from project 'CryptoSwift')
SwiftCompile normal arm64 Compiling\ InterpreterHandler.swift,\ Log.swift /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/InterpreterHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Log.swift (in target 'Interpreter' from project 'SwiftEVM')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/InterpreterHandler.swift (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Log.swift (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Accounts.swift, Authorization.swift, Backend.swift (in target 'Interpreter' from project 'SwiftEVM')
SwiftCompile normal arm64 Compiling\ Trace.swift,\ Transfer.swift /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Tracing/Trace.swift /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Transfer.swift (in target 'Interpreter' from project 'SwiftEVM')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Tracing/Trace.swift (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Transfer.swift (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Stack.swift, System.swift (in target 'Interpreter' from project 'SwiftEVM')
SwiftCompile normal arm64 Compiling\ Machine.swift,\ MachineStack.swift /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Machine.swift /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/MachineStack.swift (in target 'Interpreter' from project 'SwiftEVM')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Machine.swift (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/MachineStack.swift (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling HardFork.swift, Arithmetic.swift, Bitwise.swift (in target 'Interpreter' from project 'SwiftEVM')
SwiftCompile normal arm64 Compiling\ Opcodes.swift,\ Runtime.swift /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Opcodes.swift /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Runtime.swift (in target 'Interpreter' from project 'SwiftEVM')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Opcodes.swift (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Runtime.swift (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling InterpreterHandler.swift, Log.swift (in target 'Interpreter' from project 'SwiftEVM')
SwiftCompile normal arm64 Compiling\ Control.swift,\ Host.swift,\ MemoryInstructions.swift /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Instructions/Control.swift /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Instructions/Host.swift /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Instructions/MemoryInstructions.swift (in target 'Interpreter' from project 'SwiftEVM')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Instructions/Control.swift (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Instructions/Host.swift (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Instructions/MemoryInstructions.swift (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for Interpreter (in target 'Interpreter' from project 'SwiftEVM')
SwiftDriver\ Compilation\ Requirements Interpreter normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Interpreter' from project 'SwiftEVM')
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 Interpreter -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DDISABLE_TRACING -stats-output-dir .stats -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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter-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/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.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/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Trace.swift, Transfer.swift (in target 'Interpreter' from project 'SwiftEVM')
SwiftCompile normal arm64 Compiling\ ExecutionState.swift,\ Executor.swift,\ Gas.swift /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/ExecutionState.swift /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Executor.swift /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Gas.swift (in target 'Interpreter' from project 'SwiftEVM')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/ExecutionState.swift (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Executor.swift (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Interpreter/Gas.swift (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Interpreter-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter-Swift.h (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Interpreter-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling Bit.swift, BlockCipher.swift, BlockDecryptor.swift, BlockEncryptor.swift, BlockMode.swift, BlockModeOptions.swift, CBC.swift, CCM.swift, CFB.swift, CTR.swift, CipherModeWorker.swift, ECB.swift (in target 'CryptoSwift' from project 'CryptoSwift')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Interpreter.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter.swiftmodule (in target 'Interpreter' from project 'SwiftEVM')
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/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Interpreter.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Interpreter.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter.swiftdoc (in target 'Interpreter' from project 'SwiftEVM')
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/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Interpreter.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Interpreter.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter.abi.json (in target 'Interpreter' from project 'SwiftEVM')
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/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Interpreter.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Interpreter.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter.swiftsourceinfo (in target 'Interpreter' from project 'SwiftEVM')
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/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Interpreter.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Memory.swift, MemoryState.swift (in target 'Interpreter' from project 'SwiftEVM')
SwiftDriverJobDiscovery normal arm64 Compiling Control.swift, Host.swift, MemoryInstructions.swift (in target 'Interpreter' from project 'SwiftEVM')
SwiftDriverJobDiscovery normal arm64 Compiling Opcodes.swift, Runtime.swift (in target 'Interpreter' from project 'SwiftEVM')
SwiftDriverJobDiscovery normal arm64 Compiling Codable.swift, Comparable.swift, DataConversion.swift, Division.swift, Exponentiation.swift, FloatingPointConversion.swift, GCD.swift, Hashable.swift, IntegerConversion.swift, Multiplication.swift, PrimeTest.swift (in target 'CryptoSwift' from project 'CryptoSwift')
SwiftDriverJobDiscovery normal arm64 Compiling ExecutionState.swift, Executor.swift, Gas.swift (in target 'Interpreter' from project 'SwiftEVM')
SwiftDriverJobDiscovery normal arm64 Compiling Machine.swift, MachineStack.swift (in target 'Interpreter' from project 'SwiftEVM')
SwiftDriver\ Compilation Interpreter normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Interpreter' from project 'SwiftEVM')
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 Interpreter -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DDISABLE_TRACING -stats-output-dir .stats -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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter-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/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.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/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Random.swift, Shifts.swift, SquareRoot.swift, Strideable.swift, StringConversion.swift, Subtraction.swift, WordsAndBits.swift, ChaCha20.swift, Checksum.swift, Cipher.swift, Collection+Extension.swift (in target 'CryptoSwift' from project 'CryptoSwift')
SwiftDriverJobDiscovery normal arm64 Compiling RSA+Cipher.swift, RSA+Signature.swift, RSA.swift, Rabbit.swift, SHA1.swift, SHA2.swift, SHA3.swift, Scrypt.swift, SecureBytes.swift, Signature.swift, StreamDecryptor.swift (in target 'CryptoSwift' from project 'CryptoSwift')
SwiftDriverJobDiscovery normal arm64 Compiling StreamEncryptor.swift, String+Extension.swift, UInt128.swift, UInt16+Extension.swift, UInt32+Extension.swift, UInt64+Extension.swift, UInt8+Extension.swift, Updatable.swift, Utils.swift, XChaCha20.swift, ZeroPadding.swift (in target 'CryptoSwift' from project 'CryptoSwift')
SwiftDriver\ Compilation CryptoSwift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CryptoSwift' from project 'CryptoSwift')
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 CryptoSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift-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/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.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/CryptoSwift.build/Debug/CryptoSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.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/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift-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/CryptoSwift.o normal (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwift.o
ExtractAppIntentsMetadata (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
/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 CryptoSwift --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier cryptoswift.CryptoSwift --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwift.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwift.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/CryptoSwift.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/CryptoSwift.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/arm64/CryptoSwift.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-27 06:52:26.034 appintentsmetadataprocessor[1284:6731] Starting appintentsmetadataprocessor export
2026-04-27 06:52:26.081 appintentsmetadataprocessor[1284:6731] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwift.o (in target 'CryptoSwift' from project 'CryptoSwift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CryptoSwift
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CryptoSwift.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Interpreter.o normal (in target 'Interpreter' from project 'SwiftEVM')
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-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Interpreter.o
ExtractAppIntentsMetadata (in target 'Interpreter' from project 'SwiftEVM')
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 Interpreter --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.Interpreter --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Interpreter.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Interpreter.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Interpreter.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Interpreter.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftEVM.build/Debug/Interpreter.build/Objects-normal/arm64/Interpreter.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-27 06:52:26.155 appintentsmetadataprocessor[1290:6752] Starting appintentsmetadataprocessor export
2026-04-27 06:52:26.196 appintentsmetadataprocessor[1290:6752] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Interpreter.o (in target 'Interpreter' from project 'SwiftEVM')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Interpreter.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:797d8d890be58a94b5844e94d10519958dbc4e49, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:797d8d890be58a94b5844e94d10519958dbc4e49, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:797d8d890be58a94b5844e94d10519958dbc4e49, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:797d8d890be58a94b5844e94d10519958dbc4e49, name:My Mac }
Build complete.
{
"dependencies" : [
{
"identity" : "cryptoswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
},
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "7.0.0",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick.git"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "13.0.0",
"upper_bound" : "14.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
}
],
"manifest_display_name" : "SwiftEVM",
"name" : "SwiftEVM",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "EVM",
"targets" : [
"Interpreter"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PrimitiveTypes",
"targets" : [
"PrimitiveTypes"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PrimitiveTypesTests",
"module_type" : "SwiftTarget",
"name" : "PrimitiveTypesTests",
"path" : "Tests/PrimitiveTypesTests",
"product_dependencies" : [
"Quick",
"Nimble"
],
"sources" : [
"ArithmeticTests/AddTests.swift",
"ArithmeticTests/BitwiseTests.swift",
"ArithmeticTests/DivRemTests.swift",
"ArithmeticTests/FuzzDivTests.swift",
"ArithmeticTests/MacTests.swift",
"ArithmeticTests/MulTests.swift",
"ArithmeticTests/ShiftTests.swift",
"ArithmeticTests/SubTests.swift",
"CustomBigUIntTests.swift",
"H160Tests.swift",
"H256Tests.swift",
"I256Tests.swift",
"U128Tests.swift",
"U256Tests.swift",
"U512Tests.swift",
"Utils.swift"
],
"target_dependencies" : [
"PrimitiveTypes"
],
"type" : "test"
},
{
"c99name" : "PrimitiveTypes",
"module_type" : "SwiftTarget",
"name" : "PrimitiveTypes",
"path" : "Sources/PrimitiveTypes",
"product_memberships" : [
"EVM",
"PrimitiveTypes"
],
"sources" : [
"Arithmetic.swift",
"BigUInt.swift",
"Bitwise.swift",
"DivModUtils.swift",
"FixedArray.swift",
"H160.swift",
"H256.swift",
"HexStringError.swift",
"I256.swift",
"U128.swift",
"U256.swift",
"U512.swift"
],
"type" : "library"
},
{
"c99name" : "InterpreterTests",
"module_type" : "SwiftTarget",
"name" : "InterpreterTests",
"path" : "Tests/InterpreterTests",
"product_dependencies" : [
"Quick",
"Nimble"
],
"sources" : [
"AccountsTests.swift",
"AuthorizationTests.swift",
"ExecutionStateTests.swift",
"ExecutorTests.swift",
"GasTests.swift",
"HardForkTests.swift",
"InstructionsTests/Arithmetic/AddModTests.swift",
"InstructionsTests/Arithmetic/AddTests.swift",
"InstructionsTests/Arithmetic/DivTests.swift",
"InstructionsTests/Arithmetic/ExpTests.swift",
"InstructionsTests/Arithmetic/ModTests.swift",
"InstructionsTests/Arithmetic/MulModTests.swift",
"InstructionsTests/Arithmetic/MulTests.swift",
"InstructionsTests/Arithmetic/SDivTests.swift",
"InstructionsTests/Arithmetic/SModTests.swift",
"InstructionsTests/Arithmetic/SignextendTests.swift",
"InstructionsTests/Arithmetic/SubTests.swift",
"InstructionsTests/Bitwise/AndTests.swift",
"InstructionsTests/Bitwise/ByteTests.swift",
"InstructionsTests/Bitwise/EqTests.swift",
"InstructionsTests/Bitwise/GtTests.swift",
"InstructionsTests/Bitwise/IsZeroTests.swift",
"InstructionsTests/Bitwise/LtTests.swift",
"InstructionsTests/Bitwise/NotTests.swift",
"InstructionsTests/Bitwise/OrTests.swift",
"InstructionsTests/Bitwise/SarTests.swift",
"InstructionsTests/Bitwise/SgtTests.swift",
"InstructionsTests/Bitwise/ShlTests.swift",
"InstructionsTests/Bitwise/ShrTests.swift",
"InstructionsTests/Bitwise/SltTests.swift",
"InstructionsTests/Bitwise/XorTests.swift",
"InstructionsTests/Control/JumpITests.swift",
"InstructionsTests/Control/JumpTests.swift",
"InstructionsTests/Control/PcTests.swift",
"InstructionsTests/Control/ReturnTests.swift",
"InstructionsTests/Control/RevertTests.swift",
"InstructionsTests/Control/StopTests.swift",
"InstructionsTests/Host/BalanceTests.swift",
"InstructionsTests/Host/ChainIdTests.swift",
"InstructionsTests/Host/CoinbaseTests.swift",
"InstructionsTests/Host/GasPriceTests.swift",
"InstructionsTests/Host/OriginTests.swift",
"InstructionsTests/Host/SelfbalanceTests.swift",
"InstructionsTests/MemoryInstructions/MLoadTests.swift",
"InstructionsTests/MemoryInstructions/MSizeTests.swift",
"InstructionsTests/MemoryInstructions/MStore8Tests.swift",
"InstructionsTests/MemoryInstructions/MStoreTests.swift",
"InstructionsTests/NotExistTests.swift",
"InstructionsTests/Stack/DupTests.swift",
"InstructionsTests/Stack/PopTests.swift",
"InstructionsTests/Stack/Push0Tests.swift",
"InstructionsTests/Stack/PushTests.swift",
"InstructionsTests/Stack/SwapTests.swift",
"InstructionsTests/System/AddressTests.swift",
"InstructionsTests/System/CallDataCopyTests.swift",
"InstructionsTests/System/CallDataLoadTests.swift",
"InstructionsTests/System/CallDataSizeTests.swift",
"InstructionsTests/System/CallValueTests.swift",
"InstructionsTests/System/CallerTests.swift",
"InstructionsTests/System/CodeCopyTests.swift",
"InstructionsTests/System/CodeSizeTests.swift",
"InstructionsTests/System/KeccakTests.swift",
"JumpTableTests.swift",
"LogsTests.swift",
"MachineStackTests.swift",
"MachineTests.swift",
"MachineTestsUtil.swift",
"MemoryState/AccessedTests.swift",
"MemoryState/MemoryStateTests.swift",
"MemoryState/MetadataTests.swift",
"MemoryTests.swift",
"OpcodeTests.swift",
"RuntimeTests.swift",
"TransferTests.swift"
],
"target_dependencies" : [
"Interpreter",
"PrimitiveTypes"
],
"type" : "test"
},
{
"c99name" : "Interpreter",
"module_type" : "SwiftTarget",
"name" : "Interpreter",
"path" : "Sources/Interpreter",
"product_dependencies" : [
"CryptoSwift"
],
"product_memberships" : [
"EVM"
],
"sources" : [
"Accounts.swift",
"Authorization.swift",
"Backend.swift",
"ExecutionState.swift",
"Executor.swift",
"Gas.swift",
"HardFork.swift",
"Instructions/Arithmetic.swift",
"Instructions/Bitwise.swift",
"Instructions/Control.swift",
"Instructions/Host.swift",
"Instructions/MemoryInstructions.swift",
"Instructions/Stack.swift",
"Instructions/System.swift",
"InterpreterHandler.swift",
"Log.swift",
"Machine.swift",
"MachineStack.swift",
"Memory.swift",
"MemoryState.swift",
"Opcodes.swift",
"Runtime.swift",
"Tracing/Trace.swift",
"Transfer.swift"
],
"target_dependencies" : [
"PrimitiveTypes"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.