Build Information
Successful build of ColorHexRGB, reference 1.0.0 (02dffe
), with Swift 6.0 for macOS (Xcode) using Xcode 16.2 on 29 Nov 2024 04:17:00 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ColorHexRGB -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CleanCocoa/ColorHexRGB.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CleanCocoa/ColorHexRGB
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 02dffed make compatible with SPM
Cloned https://github.com/CleanCocoa/ColorHexRGB.git
Revision (git rev-parse @):
02dffed91b91199395d21f5d04adc4353825fabe
SUCCESS checkout https://github.com/CleanCocoa/ColorHexRGB.git at 1.0.0
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.0
Building package at path: $PWD
https://github.com/CleanCocoa/ColorHexRGB.git
Command line invocation:
/Applications/Xcode-16.1.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
resolved source packages:
{
"dependencies" : [
],
"manifest_display_name" : "ColorHexRGB",
"name" : "ColorHexRGB",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "ColorHexRGB",
"targets" : [
"ColorHexRGB"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ColorHexRGBTests",
"module_type" : "SwiftTarget",
"name" : "ColorHexRGBTests",
"path" : "Tests/ColorHexRGBTests",
"sources" : [
"ColorHexRGBTests.swift"
],
"target_dependencies" : [
"ColorHexRGB"
],
"type" : "test"
},
{
"c99name" : "ColorHexRGB",
"module_type" : "SwiftTarget",
"name" : "ColorHexRGB",
"path" : "Sources/ColorHexRGB",
"product_memberships" : [
"ColorHexRGB"
],
"sources" : [
"Color+HexConversion.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "ColorHexRGB",
"schemes" : [
"ColorHexRGB"
],
"targets" : [
"ColorHexRGB",
"ColorHexRGBTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ColorHexRGB -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.1.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 ColorHexRGB -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'ColorHexRGB' in project 'ColorHexRGB' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 7be5b2258fd8b663312733f33ddcacbe
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/7be5b2258fd8b663312733f33ddcacbe.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/ColorHexRGB.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/ColorHexRGB.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/ColorHexRGB.xcodeproj
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
cd /Users/admin/builder/spi-builder-workspace/ColorHexRGB.xcodeproj
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/ColorHexRGB.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB-2df9753b00f020d12795f39017b1abbc-VFS/all-product-headers.yaml
cd /Users/admin/builder/spi-builder-workspace/ColorHexRGB.xcodeproj
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB-2df9753b00f020d12795f39017b1abbc-VFS/all-product-headers.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/unextended-module-overlay.yaml (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/unextended-module-overlay.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/unextended-module.modulemap (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/unextended-module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/module.modulemap (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB_const_extract_protocols.json (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.SwiftFileList (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.SwiftConstValuesFileList (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.LinkFileList (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB-OutputFileMap.json (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-macos10.13 '-std=gnu11' -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=ColorHexRGB' -fpascal-strings -O0 -fno-common '-DDEBUG=1' -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -g -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-generated-files.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-own-target-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-all-non-framework-target-headers.hmap -ivfsoverlay /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB-2df9753b00f020d12795f39017b1abbc-VFS/all-product-headers.yaml -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-project-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources/ColorHexRGB_vers.c (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources/ColorHexRGB_vers.c
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB.hmap (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB.DependencyMetadataFileList (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-project-headers.hmap (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-project-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-own-target-headers.hmap (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-own-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-generated-files.hmap (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-generated-files.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-all-target-headers.hmap (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-all-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-all-non-framework-target-headers.hmap (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-all-non-framework-target-headers.hmap
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Versions/Current A (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Versions/Current
CpHeader /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Versions/A/Headers/ColorHexRGB.h /Users/admin/builder/spi-builder-workspace/ColorHexRGB/ColorHexRGB.h (in target 'ColorHexRGB' from project 'ColorHexRGB')
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/ColorHexRGB/ColorHexRGB.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Versions/A/Headers
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Resources Versions/Current/Resources (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Resources
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Modules Versions/Current/Modules (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Headers Versions/Current/Headers (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Headers
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/ColorHexRGB Versions/Current/ColorHexRGB (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/ColorHexRGB /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/ColorHexRGB
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Versions/A/Resources (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Versions/A/Headers (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Versions/A (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Versions (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Versions/A/Modules/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/module.modulemap (in target 'ColorHexRGB' from project 'ColorHexRGB')
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/ColorHexRGB.build/Debug/ColorHexRGB.build/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Versions/A/Modules
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/ColorHexRGB/Info.plist (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/ColorHexRGB/Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Versions/A/Resources/Info.plist
SwiftDriver ColorHexRGB normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ColorHexRGB -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB-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/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.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/ColorHexRGB.build/Debug/ColorHexRGB.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB-2df9753b00f020d12795f39017b1abbc-VFS/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-project-headers.hmap -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/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ ColorHexRGB (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/ColorHexRGB/Color+HexConversion.swift -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -import-underlying-module -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB-2df9753b00f020d12795f39017b1abbc-VFS/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-project-headers.hmap -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/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/unextended-module-overlay.yaml -module-name ColorHexRGB -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.abi.json
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ColorHexRGB/Color+HexConversion.swift (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/ColorHexRGB/Color+HexConversion.swift -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -import-underlying-module -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB-2df9753b00f020d12795f39017b1abbc-VFS/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-project-headers.hmap -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/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/unextended-module-overlay.yaml -module-name ColorHexRGB -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.abi.json
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1732853811483166-swift-frontend-ColorHexRGB-all-arm64_apple_macos10.13-swiftmodule-Onone-1379180549.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 6.8718 seconds (7.2273 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.7181 ( 49.4%) 0.6604 ( 48.4%) 3.3785 ( 49.2%) 3.5543 ( 49.2%) parse-and-resolve-imports
2.7175 ( 49.3%) 0.6601 ( 48.4%) 3.3776 ( 49.2%) 3.5533 ( 49.2%) Import resolution
0.0095 ( 0.2%) 0.0054 ( 0.4%) 0.0149 ( 0.2%) 0.0154 ( 0.2%) load-stdlib
0.0078 ( 0.1%) 0.0038 ( 0.3%) 0.0116 ( 0.2%) 0.0117 ( 0.2%) perform-sema
0.0078 ( 0.1%) 0.0038 ( 0.3%) 0.0116 ( 0.2%) 0.0117 ( 0.2%) TypeCheckSourceFileRequest
0.0078 ( 0.1%) 0.0038 ( 0.3%) 0.0116 ( 0.2%) 0.0116 ( 0.2%) Type checking and Semantic analysis
0.0077 ( 0.1%) 0.0038 ( 0.3%) 0.0115 ( 0.2%) 0.0116 ( 0.2%) typecheck-decl
0.0061 ( 0.1%) 0.0025 ( 0.2%) 0.0086 ( 0.1%) 0.0087 ( 0.1%) DirectLookupRequest
0.0041 ( 0.1%) 0.0015 ( 0.1%) 0.0056 ( 0.1%) 0.0056 ( 0.1%) CheckRedeclarationRequest
0.0023 ( 0.0%) 0.0019 ( 0.1%) 0.0042 ( 0.1%) 0.0043 ( 0.1%) import-clang-decl
0.0008 ( 0.0%) 0.0025 ( 0.2%) 0.0033 ( 0.0%) 0.0038 ( 0.1%) ExecuteSILPipelineRequest
0.0007 ( 0.0%) 0.0025 ( 0.2%) 0.0032 ( 0.0%) 0.0037 ( 0.1%) SIL optimization
0.0020 ( 0.0%) 0.0009 ( 0.1%) 0.0029 ( 0.0%) 0.0030 ( 0.0%) UnqualifiedLookupRequest
0.0020 ( 0.0%) 0.0009 ( 0.1%) 0.0029 ( 0.0%) 0.0029 ( 0.0%) performUnqualifiedLookup
0.0018 ( 0.0%) 0.0008 ( 0.1%) 0.0026 ( 0.0%) 0.0026 ( 0.0%) QualifiedLookupRequest
0.0002 ( 0.0%) 0.0013 ( 0.1%) 0.0015 ( 0.0%) 0.0023 ( 0.0%) ParseTopLevelDeclsRequest
0.0002 ( 0.0%) 0.0013 ( 0.1%) 0.0015 ( 0.0%) 0.0023 ( 0.0%) ParseSourceFileRequest
0.0014 ( 0.0%) 0.0008 ( 0.1%) 0.0022 ( 0.0%) 0.0022 ( 0.0%) ResolveTypeRequest
0.0013 ( 0.0%) 0.0008 ( 0.1%) 0.0021 ( 0.0%) 0.0021 ( 0.0%) PatternBindingEntryRequest
0.0013 ( 0.0%) 0.0007 ( 0.1%) 0.0021 ( 0.0%) 0.0021 ( 0.0%) PatternTypeRequest
0.0010 ( 0.0%) 0.0004 ( 0.0%) 0.0014 ( 0.0%) 0.0014 ( 0.0%) IsObjCRequest
0.0010 ( 0.0%) 0.0003 ( 0.0%) 0.0013 ( 0.0%) 0.0013 ( 0.0%) LookupInModuleRequest
0.0001 ( 0.0%) 0.0009 ( 0.1%) 0.0010 ( 0.0%) 0.0012 ( 0.0%) Serialization, swiftdoc
0.0006 ( 0.0%) 0.0004 ( 0.0%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) InterfaceTypeRequest
0.0000 ( 0.0%) 0.0008 ( 0.1%) 0.0008 ( 0.0%) 0.0009 ( 0.0%) SemanticBriefCommentRequest
0.0006 ( 0.0%) 0.0002 ( 0.0%) 0.0008 ( 0.0%) 0.0009 ( 0.0%) ExtendedNominalRequest
0.0005 ( 0.0%) 0.0002 ( 0.0%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) LookupConformanceInModuleRequest
0.0004 ( 0.0%) 0.0002 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) Serialization, swiftmodule
0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) ActorIsolationRequest
0.0004 ( 0.0%) 0.0000 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) OverriddenDeclsRequest
0.0002 ( 0.0%) 0.0002 ( 0.0%) 0.0004 ( 0.0%) 0.0003 ( 0.0%) ModuleQualifiedLookupRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) OpaqueReadOwnershipRequest
0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) AttachedPropertyWrappersRequest
0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) PotentialMacroExpansionsInContextRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) build-rewrite-system
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) GenericSignatureRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) ASTLoweringRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) RequirementSignatureRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) LookupAllConformancesInContextRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) Serialization, swiftsourceinfo
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SILgen-decl
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) IsGetterMutatingRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) ExpandMemberAttributeMacros
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) ParseMembersRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) InheritedProtocolsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) IsFunctionBodySkippedRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) USRGenerationRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExtendedTypeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExpandPeerMacroRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ProtocolDependenciesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) StorageImplInfoRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) GenericParamListRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) FragileFunctionKindRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SuperclassDeclRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) InheritedDeclsReferencedRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ConditionalRequirementsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExpandChildTypeRefinementContextsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsDynamicRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) LocalDiscriminatorsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SPIGroupsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AllInheritedProtocolsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) LifetimeDependenceInfoRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ABIMembersRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExpandExtensionMacros
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) StructuralRequirementsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PropertyWrapperAuxiliaryVariablesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ObjCInterfaceAndImplementationRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) RawCommentRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) HasIsolatedSelfRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) NeedsNewVTableEntryRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ResolveImplicitMemberRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsDistributedActorRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) GlobalActorAttributeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ModuleImplicitImportsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AllMembersRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) DynamicallyReplacedDeclRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsFinalRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SelfBoundsFromWhereClauseRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ApplyAccessNoteRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AccessLevelRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ResolvePatternRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsActorRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CheckInconsistentImplementationOnlyImportsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsImplicitlyUnwrappedOptionalRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PropertyWrapperMutabilityRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) LocalTypeDeclsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) HasCircularInheritedProtocolsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CheckInconsistentWeakLinkedImportsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AttachedResultBuilderRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsSetterMutatingRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsABICompatibleOverrideRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ClangCategoryLookupRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) HasInitAccessorRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PropertyWrapperInitializerInfoRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) TypeAliasRequirementsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CheckInconsistentSPIOnlyImportsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) InheritedTypeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) UnderlyingTypeDeclsReferencedRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SelfAccessKindRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PrimarySourceFilesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) InitKindRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ResultTypeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ParamSpecifierRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CheckInconsistentAccessLevelOnImport
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExpandAccessorMacros
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsStaticRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExpandSynthesizedMemberMacroRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SynthesizeMainFunctionRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SimpleDidSetRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) RequiresOpaqueModifyCoroutineRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ClassAncestryFlagsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) RequiresOpaqueAccessorsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) HasStorageRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CheckInconsistentAccessLevelOnImportSameFileRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) HasImportsMatchingFlagRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) DefaultInitializerIsolation
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsAccessorTransparentRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) DefaultAndMaxAccessLevelRequest
5.5071 (100.0%) 1.3647 (100.0%) 6.8718 (100.0%) 7.2273 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.4109 seconds (3.5883 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.7370 (100.0%) 0.6739 (100.0%) 3.4109 (100.0%) 3.5883 (100.0%) Building Target
2.7370 (100.0%) 0.6739 (100.0%) 3.4109 (100.0%) 3.5883 (100.0%) Total
SwiftCompile normal arm64 Compiling\ Color+HexConversion.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorHexRGB/Color+HexConversion.swift (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ColorHexRGB/Color+HexConversion.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/Color+HexConversion.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/Color+HexConversion.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/Color+HexConversion.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/Color+HexConversion.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -import-underlying-module -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB-2df9753b00f020d12795f39017b1abbc-VFS/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-project-headers.hmap -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/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/unextended-module-overlay.yaml -module-name ColorHexRGB -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/Color+HexConversion.o -index-unit-output-path /ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/Color+HexConversion.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ColorHexRGB/Color+HexConversion.swift (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ColorHexRGB/Color+HexConversion.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/Color+HexConversion.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/Color+HexConversion.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/Color+HexConversion.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/Color+HexConversion.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -import-underlying-module -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB-2df9753b00f020d12795f39017b1abbc-VFS/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-project-headers.hmap -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/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/unextended-module-overlay.yaml -module-name ColorHexRGB -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/Color+HexConversion.o -index-unit-output-path /ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/Color+HexConversion.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1732853811483299-swift-frontend-ColorHexRGB-Color_HexConversion.swift-arm64_apple_macos10.13-o-Onone-1545997114.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 4.3305 seconds (11.2186 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0647 ( 2.6%) 0.0597 ( 3.3%) 0.1244 ( 2.9%) 3.5443 ( 31.6%) parse-and-resolve-imports
0.0642 ( 2.6%) 0.0595 ( 3.2%) 0.1236 ( 2.9%) 3.5435 ( 31.6%) Import resolution
0.4745 ( 19.0%) 0.5367 ( 29.3%) 1.0113 ( 23.4%) 1.0121 ( 9.0%) SemanticDeclAttrsRequest
0.2489 ( 10.0%) 0.2650 ( 14.5%) 0.5139 ( 11.9%) 0.5146 ( 4.6%) ActorIsolationRequest
0.3039 ( 12.2%) 0.1586 ( 8.7%) 0.4624 ( 10.7%) 0.4628 ( 4.1%) USRGenerationRequest
0.1109 ( 4.4%) 0.0935 ( 5.1%) 0.2043 ( 4.7%) 0.2047 ( 1.8%) InterfaceTypeRequest
0.1032 ( 4.1%) 0.0676 ( 3.7%) 0.1707 ( 3.9%) 0.1711 ( 1.5%) CollectOverriddenDeclsRequest
0.0852 ( 3.4%) 0.0266 ( 1.5%) 0.1117 ( 2.6%) 0.1125 ( 1.0%) build-rewrite-system
0.0709 ( 2.8%) 0.0346 ( 1.9%) 0.1055 ( 2.4%) 0.1087 ( 1.0%) perform-sema
0.0709 ( 2.8%) 0.0346 ( 1.9%) 0.1055 ( 2.4%) 0.1087 ( 1.0%) TypeCheckSourceFileRequest
0.0708 ( 2.8%) 0.0346 ( 1.9%) 0.1054 ( 2.4%) 0.1086 ( 1.0%) Type checking and Semantic analysis
0.0710 ( 2.8%) 0.0335 ( 1.8%) 0.1045 ( 2.4%) 0.1044 ( 0.9%) ProvideDefaultImplForRequest
0.0621 ( 2.5%) 0.0289 ( 1.6%) 0.0910 ( 2.1%) 0.0941 ( 0.8%) TypeCheckFunctionBodyRequest
0.0613 ( 2.5%) 0.0284 ( 1.6%) 0.0897 ( 2.1%) 0.0928 ( 0.8%) typecheck-stmt
0.0498 ( 2.0%) 0.0224 ( 1.2%) 0.0722 ( 1.7%) 0.0753 ( 0.7%) typecheck-expr
0.0468 ( 1.9%) 0.0177 ( 1.0%) 0.0646 ( 1.5%) 0.0714 ( 0.6%) ExecuteSILPipelineRequest
0.0320 ( 1.3%) 0.0329 ( 1.8%) 0.0650 ( 1.5%) 0.0650 ( 0.6%) IsDynamicRequest
0.0390 ( 1.6%) 0.0211 ( 1.2%) 0.0602 ( 1.4%) 0.0610 ( 0.5%) typecheck-decl
0.0343 ( 1.4%) 0.0256 ( 1.4%) 0.0599 ( 1.4%) 0.0602 ( 0.5%) QualifiedLookupRequest
0.0269 ( 1.1%) 0.0273 ( 1.5%) 0.0542 ( 1.3%) 0.0544 ( 0.5%) AttachedPropertyWrappersRequest
0.0257 ( 1.0%) 0.0199 ( 1.1%) 0.0456 ( 1.1%) 0.0456 ( 0.4%) ExpandPeerMacroRequest
0.0288 ( 1.2%) 0.0150 ( 0.8%) 0.0439 ( 1.0%) 0.0450 ( 0.4%) LookupConformanceInModuleRequest
0.0288 ( 1.2%) 0.0146 ( 0.8%) 0.0434 ( 1.0%) 0.0436 ( 0.4%) DirectLookupRequest
0.0320 ( 1.3%) 0.0105 ( 0.6%) 0.0425 ( 1.0%) 0.0424 ( 0.4%) LookupAllConformancesInContextRequest
0.0194 ( 0.8%) 0.0105 ( 0.6%) 0.0299 ( 0.7%) 0.0301 ( 0.3%) ModuleQualifiedLookupRequest
0.0173 ( 0.7%) 0.0119 ( 0.7%) 0.0292 ( 0.7%) 0.0293 ( 0.3%) HasIsolatedSelfRequest
0.0198 ( 0.8%) 0.0091 ( 0.5%) 0.0289 ( 0.7%) 0.0291 ( 0.3%) PatternBindingEntryRequest
0.0202 ( 0.8%) 0.0069 ( 0.4%) 0.0271 ( 0.6%) 0.0276 ( 0.2%) LookupInModuleRequest
0.0165 ( 0.7%) 0.0098 ( 0.5%) 0.0263 ( 0.6%) 0.0265 ( 0.2%) ExpandMemberAttributeMacros
0.0159 ( 0.6%) 0.0091 ( 0.5%) 0.0250 ( 0.6%) 0.0251 ( 0.2%) import-clang-decl
0.0129 ( 0.5%) 0.0089 ( 0.5%) 0.0218 ( 0.5%) 0.0218 ( 0.2%) GlobalActorAttributeRequest
0.0108 ( 0.4%) 0.0081 ( 0.4%) 0.0189 ( 0.4%) 0.0187 ( 0.2%) IsFinalRequest
0.0107 ( 0.4%) 0.0066 ( 0.4%) 0.0173 ( 0.4%) 0.0173 ( 0.2%) IRGenRequest
0.0085 ( 0.3%) 0.0085 ( 0.5%) 0.0170 ( 0.4%) 0.0171 ( 0.2%) HasInitAccessorRequest
0.0091 ( 0.4%) 0.0070 ( 0.4%) 0.0161 ( 0.4%) 0.0166 ( 0.1%) DynamicallyReplacedDeclRequest
0.0012 ( 0.0%) 0.0024 ( 0.1%) 0.0036 ( 0.1%) 0.0163 ( 0.1%) load-stdlib
0.0097 ( 0.4%) 0.0046 ( 0.2%) 0.0143 ( 0.3%) 0.0151 ( 0.1%) precheck-expr
0.0120 ( 0.5%) 0.0022 ( 0.1%) 0.0142 ( 0.3%) 0.0143 ( 0.1%) AbstractGenericSignatureRequest
0.0081 ( 0.3%) 0.0038 ( 0.2%) 0.0119 ( 0.3%) 0.0123 ( 0.1%) UnqualifiedLookupRequest
0.0079 ( 0.3%) 0.0035 ( 0.2%) 0.0114 ( 0.3%) 0.0118 ( 0.1%) performUnqualifiedLookup
0.0104 ( 0.4%) 0.0004 ( 0.0%) 0.0108 ( 0.2%) 0.0108 ( 0.1%) SIL optimization
0.0055 ( 0.2%) 0.0052 ( 0.3%) 0.0107 ( 0.2%) 0.0107 ( 0.1%) IRGen
0.0061 ( 0.2%) 0.0042 ( 0.2%) 0.0103 ( 0.2%) 0.0104 ( 0.1%) OverriddenDeclsRequest
0.0070 ( 0.3%) 0.0033 ( 0.2%) 0.0102 ( 0.2%) 0.0103 ( 0.1%) ASTLoweringRequest
0.0067 ( 0.3%) 0.0031 ( 0.2%) 0.0099 ( 0.2%) 0.0099 ( 0.1%) SILgen-decl
0.0061 ( 0.2%) 0.0028 ( 0.2%) 0.0090 ( 0.2%) 0.0090 ( 0.1%) SILGen-function
0.0045 ( 0.2%) 0.0035 ( 0.2%) 0.0081 ( 0.2%) 0.0081 ( 0.1%) AccessLevelRequest
0.0046 ( 0.2%) 0.0023 ( 0.1%) 0.0069 ( 0.2%) 0.0070 ( 0.1%) CheckRedeclarationRequest
0.0039 ( 0.2%) 0.0031 ( 0.2%) 0.0070 ( 0.2%) 0.0069 ( 0.1%) HasStorageRequest
0.0041 ( 0.2%) 0.0027 ( 0.2%) 0.0068 ( 0.2%) 0.0068 ( 0.1%) PotentialMacroExpansionsInContextRequest
0.0034 ( 0.1%) 0.0025 ( 0.1%) 0.0059 ( 0.1%) 0.0059 ( 0.1%) LifetimeDependenceInfoRequest
0.0029 ( 0.1%) 0.0020 ( 0.1%) 0.0049 ( 0.1%) 0.0049 ( 0.0%) StoredPropertiesRequest
0.0026 ( 0.1%) 0.0011 ( 0.1%) 0.0037 ( 0.1%) 0.0037 ( 0.0%) load-all-members
0.0018 ( 0.1%) 0.0015 ( 0.1%) 0.0033 ( 0.1%) 0.0033 ( 0.0%) ResolveTypeRequest
0.0017 ( 0.1%) 0.0015 ( 0.1%) 0.0032 ( 0.1%) 0.0032 ( 0.0%) PatternTypeRequest
0.0012 ( 0.0%) 0.0008 ( 0.0%) 0.0020 ( 0.0%) 0.0021 ( 0.0%) SimpleDidSetRequest
0.0013 ( 0.1%) 0.0007 ( 0.0%) 0.0020 ( 0.0%) 0.0020 ( 0.0%) SPIGroupsRequest
0.0014 ( 0.1%) 0.0005 ( 0.0%) 0.0019 ( 0.0%) 0.0019 ( 0.0%) IsObjCRequest
0.0009 ( 0.0%) 0.0008 ( 0.0%) 0.0016 ( 0.0%) 0.0017 ( 0.0%) GenericSignatureRequest
0.0012 ( 0.0%) 0.0004 ( 0.0%) 0.0016 ( 0.0%) 0.0017 ( 0.0%) CompareDeclSpecializationRequest
0.0010 ( 0.0%) 0.0006 ( 0.0%) 0.0017 ( 0.0%) 0.0016 ( 0.0%) GenericParamListRequest
0.0014 ( 0.1%) 0.0002 ( 0.0%) 0.0016 ( 0.0%) 0.0016 ( 0.0%) RequirementSignatureRequest
0.0011 ( 0.0%) 0.0003 ( 0.0%) 0.0015 ( 0.0%) 0.0015 ( 0.0%) typecheck-expr-pattern
0.0010 ( 0.0%) 0.0006 ( 0.0%) 0.0016 ( 0.0%) 0.0015 ( 0.0%) IsActorRequest
0.0006 ( 0.0%) 0.0007 ( 0.0%) 0.0013 ( 0.0%) 0.0014 ( 0.0%) LookupInfixOperatorRequest
0.0011 ( 0.0%) 0.0002 ( 0.0%) 0.0014 ( 0.0%) 0.0014 ( 0.0%) ResolveMacroRequest
0.0007 ( 0.0%) 0.0004 ( 0.0%) 0.0011 ( 0.0%) 0.0012 ( 0.0%) InheritedDeclsReferencedRequest
0.0007 ( 0.0%) 0.0002 ( 0.0%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) CustomAttrNominalRequest
0.0007 ( 0.0%) 0.0003 ( 0.0%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) ExpandExtensionMacros
0.0005 ( 0.0%) 0.0003 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) ProtocolDependenciesRequest
0.0005 ( 0.0%) 0.0003 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) ResolveImplicitMemberRequest
0.0005 ( 0.0%) 0.0002 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) ImplicitKnownProtocolConformanceRequest
0.0005 ( 0.0%) 0.0002 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) IsDistributedActorRequest
0.0005 ( 0.0%) 0.0002 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) ExtendedNominalRequest
0.0005 ( 0.0%) 0.0001 ( 0.0%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) AllInheritedProtocolsRequest
0.0003 ( 0.0%) 0.0001 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) OpaqueReadOwnershipRequest
0.0002 ( 0.0%) 0.0002 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) InheritedProtocolsRequest
0.0002 ( 0.0%) 0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0004 ( 0.0%) ValidatePrecedenceGroupRequest
0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) LookupPrecedenceGroupRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) DirectOperatorLookupRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) ConditionalRequirementsRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) ResolveValueWitnessesRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) IsGetterMutatingRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0003 ( 0.0%) HasDynamicMemberLookupAttributeRequest
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) DefaultTypeRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) ParseTopLevelDeclsRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) ParseSourceFileRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0001 ( 0.0%) SuperclassDeclRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) UnderlyingTypeDeclsReferencedRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) IsNonUserModuleRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) ObjCInterfaceAndImplementationRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) IsImplicitlyUnwrappedOptionalRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) StructuralRequirementsRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) StorageImplInfoRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) HasCircularInheritedProtocolsRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) PatternBindingCheckedAndContextualizedInitRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) RequiresOpaqueAccessorsRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) ExpandChildTypeRefinementContextsRequest
0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) PreCheckFunctionBodyRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SemanticUnavailableAttrRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) ApplyAccessNoteRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) DirectPrecedenceGroupLookupRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ABIMembersRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ClassAncestryFlagsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ResultBuilderTypeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PropertyWrapperMutabilityRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) InheritsSuperclassInitializersRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExtendedTypeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SelfBoundsFromWhereClauseRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsStaticRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ProtocolRequirementsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) LocalDiscriminatorsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SelfAccessKindRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) FragileFunctionKindRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) GlobalActorInstanceRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) NeedsNewVTableEntryRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ResolvePatternRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PrimaryAssociatedTypesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) LocalTypeDeclsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CxxRecordSemantics
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExpandAccessorMacros
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ParamSpecifierRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PolymorphicEffectKindRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsSetterMutatingRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ClangCategoryLookupRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) TypeAliasRequirementsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ProtocolRequiresClassRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PublicSymbolsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ResolveTypeWitnessesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AllMembersRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PropertyWrapperAuxiliaryVariablesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PropertyWrapperInitializerInfoRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) InheritedTypeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SetterAccessLevelRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) HasMissingDesignatedInitializersRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) RawCommentRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PreCheckReturnStmtRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) BodyInitKindRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ModuleImplicitImportsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AttachedResultBuilderRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CheckInconsistentImplementationOnlyImportsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExpandPreambleMacroRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExprPatternMatchRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExpandBodyMacroRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) DefaultInitializerIsolation
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CheckInconsistentWeakLinkedImportsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ResultTypeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsFunctionBodySkippedRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) RequiresOpaqueModifyCoroutineRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExistentialConformsToSelfRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsSingleValueStmtRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) InitKindRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsABICompatibleOverrideRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsAccessorTransparentRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CheckInconsistentSPIOnlyImportsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SynthesizeMainFunctionRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ClosureEffectsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PreCheckClosureBodyRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) DefaultAndMaxAccessLevelRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CheckInconsistentAccessLevelOnImport
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CheckInconsistentAccessLevelOnImportSameFileRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PrimarySourceFilesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExpandSynthesizedMemberMacroRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) HasImportsMatchingFlagRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
2.4988 (100.0%) 1.8317 (100.0%) 4.3305 (100.0%) 11.2186 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 4.0805 seconds (7.5543 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.3728 (100.0%) 1.7077 (100.0%) 4.0805 (100.0%) 7.5543 (100.0%) Building Target
2.3728 (100.0%) 1.7077 (100.0%) 4.0805 (100.0%) 7.5543 (100.0%) Total
SwiftDriverJobDiscovery normal arm64 Emitting module for ColorHexRGB (in target 'ColorHexRGB' from project 'ColorHexRGB')
SwiftDriver\ Compilation\ Requirements ColorHexRGB normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ColorHexRGB -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB-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/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.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/ColorHexRGB.build/Debug/ColorHexRGB.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB-2df9753b00f020d12795f39017b1abbc-VFS/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-project-headers.hmap -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/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Versions/A/Headers/ColorHexRGB-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB-Swift.h (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Versions/A/Headers/ColorHexRGB-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Versions/A/Modules/ColorHexRGB.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.swiftdoc (in target 'ColorHexRGB' from project 'ColorHexRGB')
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/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Versions/A/Modules/ColorHexRGB.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Versions/A/Modules/ColorHexRGB.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.swiftmodule (in target 'ColorHexRGB' from project 'ColorHexRGB')
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/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Versions/A/Modules/ColorHexRGB.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Versions/A/Modules/ColorHexRGB.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.abi.json (in target 'ColorHexRGB' from project 'ColorHexRGB')
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/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Versions/A/Modules/ColorHexRGB.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Versions/A/Modules/ColorHexRGB.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.swiftsourceinfo (in target 'ColorHexRGB' from project 'ColorHexRGB')
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/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Versions/A/Modules/ColorHexRGB.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources/ColorHexRGB_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB_vers.o.scan -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources/ColorHexRGB_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB_vers.o -index-unit-output-path /ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB_vers.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources/ColorHexRGB_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources/ColorHexRGB_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB_vers.o -index-unit-output-path /ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB_vers.o
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB_vers.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB_vers.o -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB_vers.o -disable-free -emit-obj -x c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources/ColorHexRGB_vers.c -target-abi darwinpcs -target-cpu apple-m1 -target-feature +v8.5a -target-feature +aes -target-feature +crc -target-feature +dotprod -target-feature +fp-armv8 -target-feature +fp16fml -target-feature +lse -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -target-feature +sha3 -target-feature +neon -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -triple arm64-apple-macosx10.13.0 -target-linker-version 1115.7.3 -target-sdk-version\=15.1 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -fmodule-format\=obj -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-own-target-headers.hmap -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-all-non-framework-target-headers.hmap -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources-normal/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-generated-files.hmap -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-project-headers.hmap -isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/local/include -isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -ivfsoverlay /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB-2df9753b00f020d12795f39017b1abbc-VFS/all-product-headers.yaml -std\=gnu11 -fmodules -fmodule-name\=ColorHexRGB -fno-implicit-modules -fmax-type-align\=16 -fpascal-strings -fstack-check -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fgnuc-version\=4.2.1 -fblocks -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace -fobjc-msgsend-selector-stubs -fregister-global-dtors-with-atexit -fno-strict-return -mrelax-all -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -mframe-pointer\=non-leaf -funwind-tables\=1 -clear-ast-before-backend -discard-value-names -main-file-name ColorHexRGB_vers.c -debug-info-kind\=standalone -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D __GCC_HAVE_DWARF2_CFI_ASM\=1 -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB_vers.d -skip-unused-modulemap-deps
SwiftDriverJobDiscovery normal arm64 Compiling Color+HexConversion.swift (in target 'ColorHexRGB' from project 'ColorHexRGB')
SwiftDriver\ Compilation ColorHexRGB normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ColorHexRGB -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB-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/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.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/ColorHexRGB.build/Debug/ColorHexRGB.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB-2df9753b00f020d12795f39017b1abbc-VFS/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB-project-headers.hmap -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/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Versions/A/ColorHexRGB normal (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -dynamiclib -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.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 -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.LinkFileList -install_name @rpath/ColorHexRGB.framework/Versions/A/ColorHexRGB -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/../Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Applications/Xcode-16.1.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/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.swiftmodule -compatibility_version 1 -current_version 1 -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Versions/A/ColorHexRGB
ExtractAppIntentsMetadata (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Versions/A/Resources --toolchain-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name ColorHexRGB --sdk-root /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk --xcode-version 16B40 --platform-family macOS --deployment-target 10.13 --bundle-identifier de.christiantietze.ColorHexRGB --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Versions/A/ColorHexRGB --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/ColorHexRGB.DependencyMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorHexRGB.build/Debug/ColorHexRGB.build/Objects-normal/arm64/ColorHexRGB.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents
note: Metadata extraction skipped. No AppIntents.framework dependency found. (in target 'ColorHexRGB' from project 'ColorHexRGB')
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/ColorHexRGB.framework/Versions/A/ColorHexRGB.tbd (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework/Versions/A/ColorHexRGB -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/ColorHexRGB.framework/Versions/A/ColorHexRGB.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ColorHexRGB.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/ColorHexRGB.framework/ColorHexRGB.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/ColorHexRGB.framework/Versions/A/ColorHexRGB.tbd (in target 'ColorHexRGB' from project 'ColorHexRGB')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/ColorHexRGB.framework/Versions/A/ColorHexRGB.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/ColorHexRGB.framework/ColorHexRGB.tbd
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ColorHexRGB",
"name" : "ColorHexRGB",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "ColorHexRGB",
"targets" : [
"ColorHexRGB"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ColorHexRGBTests",
"module_type" : "SwiftTarget",
"name" : "ColorHexRGBTests",
"path" : "Tests/ColorHexRGBTests",
"sources" : [
"ColorHexRGBTests.swift"
],
"target_dependencies" : [
"ColorHexRGB"
],
"type" : "test"
},
{
"c99name" : "ColorHexRGB",
"module_type" : "SwiftTarget",
"name" : "ColorHexRGB",
"path" : "Sources/ColorHexRGB",
"product_memberships" : [
"ColorHexRGB"
],
"sources" : [
"Color+HexConversion.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.