The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SFSymbol, reference main (1870d4), with Swift 6.1 for iOS using Xcode 16.3 on 29 Apr 2025 19:26:51 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SFSymbol-Package -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nirma/SFSymbol.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Nirma/SFSymbol
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1870d4d Implement support for SFSymbol 6.0
Cloned https://github.com/Nirma/SFSymbol.git
Revision (git rev-parse @):
1870d4da704042fcabcd086235d97149c2196ea7
SUCCESS checkout https://github.com/Nirma/SFSymbol.git at main
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Nirma/SFSymbol.git
https://github.com/Nirma/SFSymbol.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SFSymbol",
  "name" : "SFSymbol",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SFSymbol",
      "targets" : [
        "SFSymbol"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SFSymbolTests",
      "module_type" : "SwiftTarget",
      "name" : "SFSymbolTests",
      "path" : "Tests/SFSymbolTests",
      "sources" : [
        "ImageExtensionTests.swift",
        "UIImageExtensionTests.swift"
      ],
      "target_dependencies" : [
        "SFSymbol"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SFSymbol",
      "module_type" : "SwiftTarget",
      "name" : "SFSymbol",
      "path" : "Sources/SFSymbol",
      "product_memberships" : [
        "SFSymbol"
      ],
      "sources" : [
        "Extensions/Image+SFSymbol.swift",
        "Extensions/NSImage+SFSymbol.swift",
        "Extensions/UIImage+SFSymbol.swift",
        "Protocols/SymbolImage.swift",
        "SFSymbol1/SFSymbol.swift",
        "SFSymbol2/SFSymbol2.swift",
        "SFSymbol3/SFSymbol3.swift",
        "SFSymbol4/SFSymbol4.swift",
        "SFSymbol5/SFSymbol5.swift",
        "SFSymbol6/SFSymbol6.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SFSymbol",
  "name" : "SFSymbol",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SFSymbol",
      "targets" : [
        "SFSymbol"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SFSymbolTests",
      "module_type" : "SwiftTarget",
      "name" : "SFSymbolTests",
      "path" : "Tests/SFSymbolTests",
      "sources" : [
        "ImageExtensionTests.swift",
        "UIImageExtensionTests.swift"
      ],
      "target_dependencies" : [
        "SFSymbol"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SFSymbol",
      "module_type" : "SwiftTarget",
      "name" : "SFSymbol",
      "path" : "Sources/SFSymbol",
      "product_memberships" : [
        "SFSymbol"
      ],
      "sources" : [
        "Extensions/Image+SFSymbol.swift",
        "Extensions/NSImage+SFSymbol.swift",
        "Extensions/UIImage+SFSymbol.swift",
        "Protocols/SymbolImage.swift",
        "SFSymbol1/SFSymbol.swift",
        "SFSymbol2/SFSymbol2.swift",
        "SFSymbol3/SFSymbol3.swift",
        "SFSymbol4/SFSymbol4.swift",
        "SFSymbol5/SFSymbol5.swift",
        "SFSymbol6/SFSymbol6.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "SFSymbol",
    "schemes" : [
      "SFSymbol",
      "SFSymbol-Package"
    ],
    "targets" : [
      "SFSymbol",
      "SFSymbolPackageDescription",
      "SFSymbolPackageTests",
      "SFSymbolTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SFSymbol-Package -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SFSymbol-Package -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'SFSymbol' in project 'SFSymbol' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 98a3d1ee8aedc4b2c43e38cefc76c7a7
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/98a3d1ee8aedc4b2c43e38cefc76c7a7.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/SFSymbol.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/SFSymbol.xcodeproj
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/SFSymbol.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/SFSymbol.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/SFSymbol.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SFSymbol.framework (in target 'SFSymbol' from project 'SFSymbol')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SFSymbol.framework
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/SFSymbol.DependencyMetadataFileList (in target 'SFSymbol' from project 'SFSymbol')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/SFSymbol.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/SFSymbol.DependencyStaticMetadataFileList (in target 'SFSymbol' from project 'SFSymbol')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/SFSymbol.DependencyStaticMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SFSymbol.framework/Headers (in target 'SFSymbol' from project 'SFSymbol')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SFSymbol.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol-OutputFileMap.json (in target 'SFSymbol' from project 'SFSymbol')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol.LinkFileList (in target 'SFSymbol' from project 'SFSymbol')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol.SwiftConstValuesFileList (in target 'SFSymbol' from project 'SFSymbol')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol_const_extract_protocols.json (in target 'SFSymbol' from project 'SFSymbol')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol.SwiftFileList (in target 'SFSymbol' from project 'SFSymbol')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol.SwiftFileList
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SFSymbol.framework/Info.plist /Users/admin/builder/spi-builder-workspace/SFSymbol.xcodeproj/SFSymbol_Info.plist (in target 'SFSymbol' from project 'SFSymbol')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/SFSymbol.xcodeproj/SFSymbol_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SFSymbol.framework/Info.plist
SwiftDriver SFSymbol normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SFSymbol' from project 'SFSymbol')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SFSymbol -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol-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/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol.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/SFSymbol.build/Debug-iphoneos/SFSymbol.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ SFSymbol3.swift /Users/admin/builder/spi-builder-workspace/SFSymbol/SFSymbol3/SFSymbol3.swift (in target 'SFSymbol' from project 'SFSymbol')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SFSymbol/SFSymbol3/SFSymbol3.swift (in target 'SFSymbol' from project 'SFSymbol')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745954797095312-swift-frontend-SFSymbol-SFSymbol3.swift-arm64_apple_ios13.0-o-Onone-3490110354.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 5.4180 seconds (11.9876 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0405 (  1.0%)   0.1221 (  8.1%)   0.1626 (  3.0%)   3.3832 ( 28.2%)  parse-and-resolve-imports
   0.0394 (  1.0%)   0.1205 (  8.0%)   0.1599 (  3.0%)   3.3805 ( 28.2%)  Import resolution
   0.6969 ( 17.8%)   0.2656 ( 17.6%)   0.9625 ( 17.8%)   0.9709 (  8.1%)  SILGen
   0.6005 ( 15.4%)   0.2429 ( 16.1%)   0.8434 ( 15.6%)   0.8510 (  7.1%)  SILGen-function
   0.4714 ( 12.1%)   0.2221 ( 14.7%)   0.6934 ( 12.8%)   0.6997 (  5.8%)  typecheck-stmt
   0.4382 ( 11.2%)   0.1716 ( 11.3%)   0.6098 ( 11.3%)   0.6145 (  5.1%)  typecheck-expr
   0.2896 (  7.4%)   0.0930 (  6.2%)   0.3826 (  7.1%)   0.3857 (  3.2%)  typecheck-expr-pattern
   0.2999 (  7.7%)   0.0679 (  4.5%)   0.3678 (  6.8%)   0.3707 (  3.1%)  perform-sema
   0.2988 (  7.6%)   0.0673 (  4.5%)   0.3661 (  6.8%)   0.3690 (  3.1%)  Type checking and Semantic analysis
   0.2971 (  7.6%)   0.0672 (  4.4%)   0.3643 (  6.7%)   0.3672 (  3.1%)  typecheck-decl
   0.2843 (  7.3%)   0.0499 (  3.3%)   0.3342 (  6.2%)   0.3344 (  2.8%)  IRGen
   0.1181 (  3.0%)   0.0016 (  0.1%)   0.1197 (  2.2%)   0.1202 (  1.0%)  SIL optimization
   0.0015 (  0.0%)   0.0161 (  1.1%)   0.0176 (  0.3%)   0.1063 (  0.9%)  load-stdlib
   0.0275 (  0.7%)   0.0036 (  0.2%)   0.0312 (  0.6%)   0.0313 (  0.3%)  precheck-target
   0.0003 (  0.0%)   0.0005 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  import-clang-decl
   0.0004 (  0.0%)   0.0002 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  build-rewrite-system
   0.0006 (  0.0%)   0.0000 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  SIL verification, pre-optimization
   0.0005 (  0.0%)   0.0000 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  SIL verification, post-optimization
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  source-file-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  populate-source-file-class-member-cache
   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%)  AST verification
   3.9059 (100.0%)   1.5121 (100.0%)   5.4180 (100.0%)  11.9876 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.7822 seconds (7.1045 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   3.1611 (100.0%)   0.6211 (100.0%)   3.7822 (100.0%)   7.1045 (100.0%)  Building Target
   3.1611 (100.0%)   0.6211 (100.0%)   3.7822 (100.0%)   7.1045 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ SymbolImage.swift /Users/admin/builder/spi-builder-workspace/SFSymbol/Protocols/SymbolImage.swift (in target 'SFSymbol' from project 'SFSymbol')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745954797102448-swift-frontend-SFSymbol-SymbolImage.swift-arm64_apple_ios13.0-o-Onone-1973025030.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6808 seconds (7.2328 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0395 ( 13.6%)   0.1290 ( 33.0%)   0.1684 ( 24.7%)   3.3850 ( 46.8%)  parse-and-resolve-imports
   0.0385 ( 13.3%)   0.1277 ( 32.7%)   0.1662 ( 24.4%)   3.3822 ( 46.8%)  Import resolution
   0.1597 ( 55.0%)   0.0564 ( 14.5%)   0.2162 ( 31.8%)   0.2214 (  3.1%)  build-rewrite-system
   0.0015 (  0.5%)   0.0130 (  3.3%)   0.0146 (  2.1%)   0.0830 (  1.1%)  load-stdlib
   0.0261 (  9.0%)   0.0217 (  5.5%)   0.0477 (  7.0%)   0.0479 (  0.7%)  import-clang-decl
   0.0054 (  1.9%)   0.0113 (  2.9%)   0.0167 (  2.5%)   0.0318 (  0.4%)  perform-sema
   0.0053 (  1.8%)   0.0113 (  2.9%)   0.0166 (  2.4%)   0.0317 (  0.4%)  Type checking and Semantic analysis
   0.0024 (  0.8%)   0.0068 (  1.7%)   0.0092 (  1.3%)   0.0240 (  0.3%)  typecheck-decl
   0.0028 (  1.0%)   0.0044 (  1.1%)   0.0072 (  1.1%)   0.0074 (  0.1%)  typecheck-stmt
   0.0028 (  1.0%)   0.0040 (  1.0%)   0.0068 (  1.0%)   0.0068 (  0.1%)  IRGen
   0.0042 (  1.4%)   0.0024 (  0.6%)   0.0065 (  1.0%)   0.0067 (  0.1%)  load-all-members
   0.0008 (  0.3%)   0.0013 (  0.3%)   0.0021 (  0.3%)   0.0021 (  0.0%)  SILGen
   0.0006 (  0.2%)   0.0011 (  0.3%)   0.0017 (  0.2%)   0.0017 (  0.0%)  SILGen-function
   0.0007 (  0.2%)   0.0000 (  0.0%)   0.0007 (  0.1%)   0.0007 (  0.0%)  SIL optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   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%)  source-file-populate-cache
   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%)  SIL verification, pre-optimization
   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%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.2904 (100.0%)   0.3904 (100.0%)   0.6808 (100.0%)   7.2328 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.2008 seconds (5.5394 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.5617 (100.0%)   0.6391 (100.0%)   2.2008 (100.0%)   5.5394 (100.0%)  Building Target
   1.5617 (100.0%)   0.6391 (100.0%)   2.2008 (100.0%)   5.5394 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SFSymbol/Protocols/SymbolImage.swift (in target 'SFSymbol' from project 'SFSymbol')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ SFSymbol5.swift /Users/admin/builder/spi-builder-workspace/SFSymbol/SFSymbol5/SFSymbol5.swift (in target 'SFSymbol' from project 'SFSymbol')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SFSymbol/SFSymbol5/SFSymbol5.swift (in target 'SFSymbol' from project 'SFSymbol')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745954797093147-swift-frontend-SFSymbol-SFSymbol5.swift-arm64_apple_ios13.0-o-Onone-1680363607.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 10.4322 seconds (14.3354 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0448 ( 13.4%)   0.4414 ( 16.7%)   1.4861 ( 14.2%)   3.4038 ( 23.7%)  parse-and-resolve-imports
   1.0437 ( 13.4%)   0.4408 ( 16.7%)   1.4846 ( 14.2%)   3.4023 ( 23.7%)  Import resolution
   1.0440 ( 13.4%)   0.3551 ( 13.4%)   1.3991 ( 13.4%)   1.4073 (  9.8%)  SILGen
   0.9137 ( 11.7%)   0.3270 ( 12.4%)   1.2407 ( 11.9%)   1.2480 (  8.7%)  SILGen-function
   0.7267 (  9.3%)   0.3008 ( 11.4%)   1.0275 (  9.8%)   1.0330 (  7.2%)  typecheck-stmt
   0.6801 (  8.7%)   0.2394 (  9.1%)   0.9195 (  8.8%)   0.9239 (  6.4%)  typecheck-expr
   0.4532 (  5.8%)   0.1301 (  4.9%)   0.5833 (  5.6%)   0.5861 (  4.1%)  typecheck-expr-pattern
   0.4336 (  5.6%)   0.1004 (  3.8%)   0.5340 (  5.1%)   0.5364 (  3.7%)  perform-sema
   0.4315 (  5.5%)   0.0987 (  3.7%)   0.5302 (  5.1%)   0.5314 (  3.7%)  Type checking and Semantic analysis
   0.4282 (  5.5%)   0.0986 (  3.7%)   0.5268 (  5.0%)   0.5280 (  3.7%)  typecheck-decl
   0.3638 (  4.7%)   0.0591 (  2.2%)   0.4229 (  4.1%)   0.4229 (  3.0%)  IRGen
   0.1718 (  2.2%)   0.0011 (  0.0%)   0.1729 (  1.7%)   0.1729 (  1.2%)  SIL optimization
   0.0117 (  0.2%)   0.0429 (  1.6%)   0.0546 (  0.5%)   0.0891 (  0.6%)  load-stdlib
   0.0421 (  0.5%)   0.0045 (  0.2%)   0.0467 (  0.4%)   0.0466 (  0.3%)  precheck-target
   0.0010 (  0.0%)   0.0000 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  SIL verification, pre-optimization
   0.0008 (  0.0%)   0.0000 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  SIL verification, post-optimization
   0.0004 (  0.0%)   0.0001 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  build-rewrite-system
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  import-clang-decl
   0.0004 (  0.0%)   0.0000 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  source-file-populate-cache
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  populate-source-file-class-member-cache
   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%)  AST verification
   7.7920 (100.0%)   2.6402 (100.0%)  10.4322 (100.0%)  14.3354 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 6.6104 seconds (8.5744 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   5.4840 (100.0%)   1.1264 (100.0%)   6.6104 (100.0%)   8.5744 (100.0%)  Building Target
   5.4840 (100.0%)   1.1264 (100.0%)   6.6104 (100.0%)   8.5744 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ Image+SFSymbol.swift /Users/admin/builder/spi-builder-workspace/SFSymbol/Extensions/Image+SFSymbol.swift (in target 'SFSymbol' from project 'SFSymbol')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745954797104250-swift-frontend-SFSymbol-Image_SFSymbol.swift-arm64_apple_ios13.0-o-Onone-1288622683.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6024 seconds (7.4540 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0380 ( 13.6%)   0.1160 ( 36.0%)   0.1540 ( 25.6%)   3.5335 ( 47.4%)  parse-and-resolve-imports
   0.0372 ( 13.3%)   0.1151 ( 35.7%)   0.1523 ( 25.3%)   3.5317 ( 47.4%)  Import resolution
   0.1556 ( 55.6%)   0.0508 ( 15.7%)   0.2063 ( 34.3%)   0.2081 (  2.8%)  build-rewrite-system
   0.0014 (  0.5%)   0.0081 (  2.5%)   0.0095 (  1.6%)   0.0994 (  1.3%)  load-stdlib
   0.0277 (  9.9%)   0.0230 (  7.1%)   0.0506 (  8.4%)   0.0512 (  0.7%)  import-clang-decl
   0.0048 (  1.7%)   0.0026 (  0.8%)   0.0074 (  1.2%)   0.0077 (  0.1%)  load-all-members
   0.0023 (  0.8%)   0.0025 (  0.8%)   0.0048 (  0.8%)   0.0048 (  0.1%)  IRGen
   0.0033 (  1.2%)   0.0013 (  0.4%)   0.0046 (  0.8%)   0.0046 (  0.1%)  perform-sema
   0.0033 (  1.2%)   0.0013 (  0.4%)   0.0045 (  0.7%)   0.0045 (  0.1%)  Type checking and Semantic analysis
   0.0018 (  0.6%)   0.0008 (  0.3%)   0.0026 (  0.4%)   0.0026 (  0.0%)  typecheck-decl
   0.0014 (  0.5%)   0.0005 (  0.1%)   0.0019 (  0.3%)   0.0019 (  0.0%)  typecheck-expr
   0.0014 (  0.5%)   0.0004 (  0.1%)   0.0017 (  0.3%)   0.0017 (  0.0%)  typecheck-stmt
   0.0009 (  0.3%)   0.0000 (  0.0%)   0.0009 (  0.1%)   0.0009 (  0.0%)  SIL optimization
   0.0006 (  0.2%)   0.0002 (  0.0%)   0.0007 (  0.1%)   0.0007 (  0.0%)  SILGen
   0.0004 (  0.1%)   0.0001 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.0%)  SILGen-function
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  precheck-target
   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%)  source-file-populate-cache
   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%)  SIL verification, pre-optimization
   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%)  populate-source-file-class-member-cache
   0.2799 (100.0%)   0.3225 (100.0%)   0.6024 (100.0%)   7.4540 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.0393 seconds (5.5373 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.4890 (100.0%)   0.5503 (100.0%)   2.0393 (100.0%)   5.5373 (100.0%)  Building Target
   1.4890 (100.0%)   0.5503 (100.0%)   2.0393 (100.0%)   5.5373 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SFSymbol/Extensions/Image+SFSymbol.swift (in target 'SFSymbol' from project 'SFSymbol')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64 Emitting\ module\ for\ SFSymbol (in target 'SFSymbol' from project 'SFSymbol')
EmitSwiftModule normal arm64 (in target 'SFSymbol' from project 'SFSymbol')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745954797100513-swift-frontend-SFSymbol-all-arm64_apple_ios13.0-swiftmodule-Onone-1971313591.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 23.9334 seconds (30.5282 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   3.4917 ( 18.0%)   0.7885 ( 17.5%)   4.2802 ( 17.9%)   4.2805 ( 14.0%)  SILGen
   3.0266 ( 15.6%)   0.7087 ( 15.7%)   3.7353 ( 15.6%)   3.7348 ( 12.2%)  SILGen-function
   0.0389 (  0.2%)   0.1271 (  2.8%)   0.1659 (  0.7%)   3.3786 ( 11.1%)  parse-and-resolve-imports
   0.0380 (  0.2%)   0.1250 (  2.8%)   0.1630 (  0.7%)   3.3708 ( 11.0%)  Import resolution
   2.4059 ( 12.4%)   0.6142 ( 13.6%)   3.0201 ( 12.6%)   3.0202 (  9.9%)  typecheck-stmt
   2.2836 ( 11.8%)   0.5906 ( 13.1%)   2.8742 ( 12.0%)   2.8773 (  9.4%)  typecheck-expr
   1.7370 (  8.9%)   0.3913 (  8.7%)   2.1283 (  8.9%)   2.1589 (  7.1%)  perform-sema
   1.7369 (  8.9%)   0.3912 (  8.7%)   2.1281 (  8.9%)   2.1587 (  7.1%)  Type checking and Semantic analysis
   1.6994 (  8.7%)   0.3874 (  8.6%)   2.0868 (  8.7%)   2.1174 (  6.9%)  typecheck-decl
   1.4738 (  7.6%)   0.2615 (  5.8%)   1.7353 (  7.3%)   1.7354 (  5.7%)  typecheck-expr-pattern
   1.0326 (  5.3%)   0.0462 (  1.0%)   1.0789 (  4.5%)   1.0792 (  3.5%)  SIL optimization
   0.2103 (  1.1%)   0.0275 (  0.6%)   0.2379 (  1.0%)   0.2382 (  0.8%)  Serialization, swiftmodule
   0.1346 (  0.7%)   0.0169 (  0.4%)   0.1515 (  0.6%)   0.1515 (  0.5%)  precheck-target
   0.0015 (  0.0%)   0.0144 (  0.3%)   0.0160 (  0.1%)   0.0911 (  0.3%)  load-stdlib
   0.0707 (  0.4%)   0.0058 (  0.1%)   0.0765 (  0.3%)   0.0765 (  0.3%)  Serialization, swiftsourceinfo
   0.0367 (  0.2%)   0.0015 (  0.0%)   0.0382 (  0.2%)   0.0382 (  0.1%)  Serialization, swiftdoc
   0.0009 (  0.0%)   0.0008 (  0.0%)   0.0017 (  0.0%)   0.0056 (  0.0%)  build-rewrite-system
   0.0045 (  0.0%)   0.0000 (  0.0%)   0.0045 (  0.0%)   0.0045 (  0.0%)  SIL verification, pre-optimization
   0.0022 (  0.0%)   0.0023 (  0.1%)   0.0044 (  0.0%)   0.0044 (  0.0%)  import-clang-decl
   0.0041 (  0.0%)   0.0000 (  0.0%)   0.0041 (  0.0%)   0.0041 (  0.0%)  SIL verification, post-optimization
   0.0016 (  0.0%)   0.0000 (  0.0%)   0.0016 (  0.0%)   0.0016 (  0.0%)  source-file-populate-cache
   0.0009 (  0.0%)   0.0000 (  0.0%)   0.0009 (  0.0%)   0.0009 (  0.0%)  populate-module-class-member-cache
   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%)  module-populate-cache
  19.4323 (100.0%)   4.5011 (100.0%)  23.9334 (100.0%)  30.5282 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 9.4429 seconds (12.7619 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   7.9464 (100.0%)   1.4965 (100.0%)   9.4429 (100.0%)  12.7619 (100.0%)  Building Target
   7.9464 (100.0%)   1.4965 (100.0%)   9.4429 (100.0%)  12.7619 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ SFSymbol6.swift /Users/admin/builder/spi-builder-workspace/SFSymbol/SFSymbol6/SFSymbol6.swift (in target 'SFSymbol' from project 'SFSymbol')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745954797105996-swift-frontend-SFSymbol-SFSymbol6.swift-arm64_apple_ios13.0-o-Onone-2199907108.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 8.2875 seconds (14.9415 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0449 (  0.7%)   0.1292 (  6.1%)   0.1742 (  2.1%)   3.4482 ( 23.1%)  parse-and-resolve-imports
   0.0438 (  0.7%)   0.1281 (  6.1%)   0.1719 (  2.1%)   3.4459 ( 23.1%)  Import resolution
   1.1150 ( 18.0%)   0.3782 ( 17.9%)   1.4931 ( 18.0%)   1.5008 ( 10.0%)  SILGen
   0.9662 ( 15.6%)   0.3457 ( 16.4%)   1.3118 ( 15.8%)   1.3186 (  8.8%)  SILGen-function
   0.7586 ( 12.3%)   0.3099 ( 14.7%)   1.0686 ( 12.9%)   1.0741 (  7.2%)  typecheck-stmt
   0.7062 ( 11.4%)   0.2535 ( 12.0%)   0.9597 ( 11.6%)   0.9642 (  6.5%)  typecheck-expr
   0.4846 (  7.8%)   0.1196 (  5.7%)   0.6042 (  7.3%)   0.6065 (  4.1%)  perform-sema
   0.4820 (  7.8%)   0.1176 (  5.6%)   0.5996 (  7.2%)   0.6017 (  4.0%)  Type checking and Semantic analysis
   0.4808 (  7.8%)   0.1175 (  5.6%)   0.5983 (  7.2%)   0.6005 (  4.0%)  typecheck-decl
   0.4632 (  7.5%)   0.1332 (  6.3%)   0.5964 (  7.2%)   0.5986 (  4.0%)  typecheck-expr-pattern
   0.4040 (  6.5%)   0.0579 (  2.7%)   0.4619 (  5.6%)   0.4619 (  3.1%)  IRGen
   0.1795 (  2.9%)   0.0024 (  0.1%)   0.1819 (  2.2%)   0.1819 (  1.2%)  SIL optimization
   0.0014 (  0.0%)   0.0117 (  0.6%)   0.0131 (  0.2%)   0.0860 (  0.6%)  load-stdlib
   0.0439 (  0.7%)   0.0051 (  0.2%)   0.0490 (  0.6%)   0.0488 (  0.3%)  precheck-target
   0.0011 (  0.0%)   0.0000 (  0.0%)   0.0011 (  0.0%)   0.0011 (  0.0%)  SIL verification, pre-optimization
   0.0009 (  0.0%)   0.0000 (  0.0%)   0.0009 (  0.0%)   0.0009 (  0.0%)  SIL verification, post-optimization
   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  import-clang-decl
   0.0004 (  0.0%)   0.0001 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  build-rewrite-system
   0.0004 (  0.0%)   0.0000 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  source-file-populate-cache
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  populate-source-file-class-member-cache
   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%)  AST verification
   6.1776 (100.0%)   2.1099 (100.0%)   8.2875 (100.0%)  14.9415 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 5.6424 seconds (8.9995 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   4.8133 (100.0%)   0.8290 (100.0%)   5.6424 (100.0%)   8.9995 (100.0%)  Building Target
   4.8133 (100.0%)   0.8290 (100.0%)   5.6424 (100.0%)   8.9995 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SFSymbol/SFSymbol6/SFSymbol6.swift (in target 'SFSymbol' from project 'SFSymbol')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ SFSymbol2.swift /Users/admin/builder/spi-builder-workspace/SFSymbol/SFSymbol2/SFSymbol2.swift (in target 'SFSymbol' from project 'SFSymbol')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745954797105738-swift-frontend-SFSymbol-SFSymbol2.swift-arm64_apple_ios13.0-o-Onone-391335733.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 4.6514 seconds (8.3408 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.2375 ( 34.6%)   0.3495 ( 32.7%)   1.5870 ( 34.1%)   3.3729 ( 40.4%)  parse-and-resolve-imports
   1.2365 ( 34.5%)   0.3480 ( 32.5%)   1.5845 ( 34.1%)   3.3694 ( 40.4%)  Import resolution
   0.1899 (  5.3%)   0.0737 (  6.9%)   0.2636 (  5.7%)   0.2641 (  3.2%)  SILGen
   0.1561 (  4.4%)   0.0646 (  6.0%)   0.2206 (  4.7%)   0.2212 (  2.7%)  SILGen-function
   0.1172 (  3.3%)   0.0590 (  5.5%)   0.1762 (  3.8%)   0.1765 (  2.1%)  typecheck-stmt
   0.1095 (  3.1%)   0.0468 (  4.4%)   0.1563 (  3.4%)   0.1568 (  1.9%)  typecheck-expr
   0.1073 (  3.0%)   0.0244 (  2.3%)   0.1318 (  2.8%)   0.1431 (  1.7%)  perform-sema
   0.1068 (  3.0%)   0.0244 (  2.3%)   0.1313 (  2.8%)   0.1426 (  1.7%)  Type checking and Semantic analysis
   0.1066 (  3.0%)   0.0244 (  2.3%)   0.1310 (  2.8%)   0.1424 (  1.7%)  typecheck-decl
   0.1000 (  2.8%)   0.0199 (  1.9%)   0.1199 (  2.6%)   0.1224 (  1.5%)  IRGen
   0.0015 (  0.0%)   0.0101 (  0.9%)   0.0116 (  0.2%)   0.0915 (  1.1%)  load-stdlib
   0.0670 (  1.9%)   0.0230 (  2.2%)   0.0901 (  1.9%)   0.0901 (  1.1%)  typecheck-expr-pattern
   0.0378 (  1.1%)   0.0007 (  0.1%)   0.0385 (  0.8%)   0.0386 (  0.5%)  SIL optimization
   0.0067 (  0.2%)   0.0007 (  0.1%)   0.0075 (  0.2%)   0.0075 (  0.1%)  precheck-target
   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  import-clang-decl
   0.0004 (  0.0%)   0.0000 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  build-rewrite-system
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  SIL verification, pre-optimization
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  SIL verification, post-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  source-file-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   3.5817 (100.0%)   1.0697 (100.0%)   4.6514 (100.0%)   8.3408 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.8367 seconds (4.7293 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   2.3077 (100.0%)   0.5290 (100.0%)   2.8367 (100.0%)   4.7293 (100.0%)  Building Target
   2.3077 (100.0%)   0.5290 (100.0%)   2.8367 (100.0%)   4.7293 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SFSymbol/SFSymbol2/SFSymbol2.swift (in target 'SFSymbol' from project 'SFSymbol')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ SFSymbol.swift /Users/admin/builder/spi-builder-workspace/SFSymbol/SFSymbol1/SFSymbol.swift (in target 'SFSymbol' from project 'SFSymbol')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745954797103294-swift-frontend-SFSymbol-SFSymbol.swift-arm64_apple_ios13.0-o-Onone-853665422.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.2802 seconds (9.6604 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1040 (  4.6%)   0.1559 ( 15.4%)   0.2599 (  7.9%)   3.3865 ( 35.1%)  parse-and-resolve-imports
   0.1031 (  4.5%)   0.1545 ( 15.3%)   0.2576 (  7.9%)   3.3842 ( 35.0%)  Import resolution
   0.3680 ( 16.2%)   0.1449 ( 14.3%)   0.5129 ( 15.6%)   0.5186 (  5.4%)  SILGen
   0.3114 ( 13.7%)   0.1309 ( 12.9%)   0.4422 ( 13.5%)   0.4469 (  4.6%)  SILGen-function
   0.2411 ( 10.6%)   0.1207 ( 11.9%)   0.3618 ( 11.0%)   0.3652 (  3.8%)  typecheck-stmt
   0.2245 (  9.9%)   0.0953 (  9.4%)   0.3198 (  9.7%)   0.3236 (  3.4%)  typecheck-expr
   0.1763 (  7.8%)   0.0395 (  3.9%)   0.2158 (  6.6%)   0.2288 (  2.4%)  perform-sema
   0.1757 (  7.7%)   0.0395 (  3.9%)   0.2152 (  6.6%)   0.2282 (  2.4%)  Type checking and Semantic analysis
   0.1752 (  7.7%)   0.0395 (  3.9%)   0.2146 (  6.5%)   0.2277 (  2.4%)  typecheck-decl
   0.1443 (  6.4%)   0.0476 (  4.7%)   0.1918 (  5.8%)   0.1939 (  2.0%)  typecheck-expr-pattern
   0.1639 (  7.2%)   0.0265 (  2.6%)   0.1904 (  5.8%)   0.1909 (  2.0%)  IRGen
   0.0015 (  0.1%)   0.0135 (  1.3%)   0.0150 (  0.5%)   0.0821 (  0.9%)  load-stdlib
   0.0646 (  2.8%)   0.0007 (  0.1%)   0.0654 (  2.0%)   0.0660 (  0.7%)  SIL optimization
   0.0141 (  0.6%)   0.0015 (  0.1%)   0.0156 (  0.5%)   0.0155 (  0.2%)  precheck-target
   0.0002 (  0.0%)   0.0005 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  import-clang-decl
   0.0005 (  0.0%)   0.0001 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  build-rewrite-system
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  SIL verification, pre-optimization
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  SIL verification, post-optimization
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  source-file-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   2.2692 (100.0%)   1.0110 (100.0%)   3.2802 (100.0%)   9.6604 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.3663 seconds (5.5856 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.9136 (100.0%)   0.4526 (100.0%)   2.3663 (100.0%)   5.5856 (100.0%)  Building Target
   1.9136 (100.0%)   0.4526 (100.0%)   2.3663 (100.0%)   5.5856 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SFSymbol/SFSymbol1/SFSymbol.swift (in target 'SFSymbol' from project 'SFSymbol')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ NSImage+SFSymbol.swift /Users/admin/builder/spi-builder-workspace/SFSymbol/Extensions/NSImage+SFSymbol.swift (in target 'SFSymbol' from project 'SFSymbol')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745954797104040-swift-frontend-SFSymbol-NSImage_SFSymbol.swift-arm64_apple_ios13.0-o-Onone-1562922659.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4553 seconds (6.9088 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0531 ( 33.7%)   0.1342 ( 45.0%)   0.1873 ( 41.1%)   3.3788 ( 48.9%)  parse-and-resolve-imports
   0.0520 ( 33.1%)   0.1309 ( 43.9%)   0.1829 ( 40.2%)   3.3700 ( 48.8%)  Import resolution
   0.0014 (  0.9%)   0.0122 (  4.1%)   0.0136 (  3.0%)   0.0885 (  1.3%)  load-stdlib
   0.0474 ( 30.1%)   0.0150 (  5.0%)   0.0624 ( 13.7%)   0.0624 (  0.9%)  build-rewrite-system
   0.0021 (  1.4%)   0.0040 (  1.3%)   0.0062 (  1.4%)   0.0062 (  0.1%)  IRGen
   0.0012 (  0.7%)   0.0015 (  0.5%)   0.0027 (  0.6%)   0.0027 (  0.0%)  import-clang-decl
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  perform-sema
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)  Type checking and Semantic analysis
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SILGen
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL optimization
   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%)  module-populate-cache
   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%)  SIL verification, pre-optimization
   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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.1573 (100.0%)   0.2980 (100.0%)   0.4553 (100.0%)   6.9088 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6607 seconds (3.9374 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4175 (100.0%)   0.2432 (100.0%)   0.6607 (100.0%)   3.9374 (100.0%)  Building Target
   0.4175 (100.0%)   0.2432 (100.0%)   0.6607 (100.0%)   3.9374 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SFSymbol/Extensions/NSImage+SFSymbol.swift (in target 'SFSymbol' from project 'SFSymbol')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ UIImage+SFSymbol.swift /Users/admin/builder/spi-builder-workspace/SFSymbol/Extensions/UIImage+SFSymbol.swift (in target 'SFSymbol' from project 'SFSymbol')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745954797102095-swift-frontend-SFSymbol-UIImage_SFSymbol.swift-arm64_apple_ios13.0-o-Onone-1497579922.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4930 seconds (7.0580 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0400 ( 18.3%)   0.0930 ( 33.9%)   0.1330 ( 27.0%)   3.3483 ( 47.4%)  parse-and-resolve-imports
   0.0389 ( 17.8%)   0.0918 ( 33.5%)   0.1307 ( 26.5%)   3.3460 ( 47.4%)  Import resolution
   0.0015 (  0.7%)   0.0124 (  4.5%)   0.0140 (  2.8%)   0.1444 (  2.0%)  load-stdlib
   0.0752 ( 34.4%)   0.0227 (  8.3%)   0.0978 ( 19.8%)   0.0981 (  1.4%)  build-rewrite-system
   0.0278 ( 12.7%)   0.0255 (  9.3%)   0.0533 ( 10.8%)   0.0544 (  0.8%)  import-clang-decl
   0.0082 (  3.8%)   0.0070 (  2.6%)   0.0153 (  3.1%)   0.0159 (  0.2%)  perform-sema
   0.0082 (  3.7%)   0.0070 (  2.6%)   0.0152 (  3.1%)   0.0158 (  0.2%)  Type checking and Semantic analysis
   0.0071 (  3.3%)   0.0064 (  2.3%)   0.0135 (  2.7%)   0.0141 (  0.2%)  typecheck-decl
   0.0028 (  1.3%)   0.0036 (  1.3%)   0.0064 (  1.3%)   0.0064 (  0.1%)  IRGen
   0.0029 (  1.3%)   0.0015 (  0.5%)   0.0044 (  0.9%)   0.0045 (  0.1%)  load-all-members
   0.0016 (  0.7%)   0.0013 (  0.5%)   0.0029 (  0.6%)   0.0032 (  0.0%)  SILGen
   0.0017 (  0.8%)   0.0002 (  0.1%)   0.0019 (  0.4%)   0.0019 (  0.0%)  SIL optimization
   0.0010 (  0.4%)   0.0006 (  0.2%)   0.0016 (  0.3%)   0.0019 (  0.0%)  SILGen-function
   0.0009 (  0.4%)   0.0006 (  0.2%)   0.0015 (  0.3%)   0.0015 (  0.0%)  typecheck-stmt
   0.0009 (  0.4%)   0.0006 (  0.2%)   0.0015 (  0.3%)   0.0015 (  0.0%)  typecheck-expr
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  precheck-target
   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%)  source-file-populate-cache
   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%)  populate-source-file-class-member-cache
   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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.2188 (100.0%)   0.2742 (100.0%)   0.4930 (100.0%)   7.0580 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.9768 seconds (5.3465 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.2587 (100.0%)   0.7181 (100.0%)   1.9768 (100.0%)   5.3465 (100.0%)  Building Target
   1.2587 (100.0%)   0.7181 (100.0%)   1.9768 (100.0%)   5.3465 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SFSymbol/Extensions/UIImage+SFSymbol.swift (in target 'SFSymbol' from project 'SFSymbol')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ SFSymbol4.swift /Users/admin/builder/spi-builder-workspace/SFSymbol/SFSymbol4/SFSymbol4.swift (in target 'SFSymbol' from project 'SFSymbol')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745954801119938-swift-frontend-SFSymbol-SFSymbol4.swift-arm64_apple_ios13.0-o-Onone-832809904.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 6.2786 seconds (6.3076 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8526 ( 17.5%)   0.2717 ( 19.2%)   1.1243 ( 17.9%)   1.1271 ( 17.9%)  SILGen
   0.7377 ( 15.2%)   0.2480 ( 17.5%)   0.9857 ( 15.7%)   0.9880 ( 15.7%)  SILGen-function
   0.5815 ( 12.0%)   0.2242 ( 15.8%)   0.8058 ( 12.8%)   0.8076 ( 12.8%)  typecheck-stmt
   0.5464 ( 11.2%)   0.1865 ( 13.2%)   0.7329 ( 11.7%)   0.7356 ( 11.7%)  typecheck-expr
   0.4012 (  8.3%)   0.0867 (  6.1%)   0.4878 (  7.8%)   0.4932 (  7.8%)  perform-sema
   0.3998 (  8.2%)   0.0860 (  6.1%)   0.4858 (  7.7%)   0.4912 (  7.8%)  Type checking and Semantic analysis
   0.3972 (  8.2%)   0.0859 (  6.1%)   0.4831 (  7.7%)   0.4884 (  7.7%)  typecheck-decl
   0.3598 (  7.4%)   0.0960 (  6.8%)   0.4558 (  7.3%)   0.4572 (  7.2%)  typecheck-expr-pattern
   0.3230 (  6.6%)   0.0475 (  3.4%)   0.3705 (  5.9%)   0.3705 (  5.9%)  IRGen
   0.1412 (  2.9%)   0.0011 (  0.1%)   0.1422 (  2.3%)   0.1422 (  2.3%)  SIL optimization
   0.0417 (  0.9%)   0.0398 (  2.8%)   0.0815 (  1.3%)   0.0822 (  1.3%)  parse-and-resolve-imports
   0.0406 (  0.8%)   0.0387 (  2.7%)   0.0793 (  1.3%)   0.0800 (  1.3%)  Import resolution
   0.0343 (  0.7%)   0.0035 (  0.2%)   0.0379 (  0.6%)   0.0383 (  0.6%)  precheck-target
   0.0010 (  0.0%)   0.0018 (  0.1%)   0.0028 (  0.0%)   0.0028 (  0.0%)  load-stdlib
   0.0008 (  0.0%)   0.0000 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  SIL verification, pre-optimization
   0.0007 (  0.0%)   0.0000 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  SIL verification, post-optimization
   0.0004 (  0.0%)   0.0002 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  build-rewrite-system
   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  import-clang-decl
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  source-file-populate-cache
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  populate-source-file-class-member-cache
   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%)  AST verification
   4.8607 (100.0%)   1.4179 (100.0%)   6.2786 (100.0%)   6.3076 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 4.3538 seconds (4.3629 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   3.8137 (100.0%)   0.5402 (100.0%)   4.3538 (100.0%)   4.3629 (100.0%)  Building Target
   3.8137 (100.0%)   0.5402 (100.0%)   4.3538 (100.0%)   4.3629 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SFSymbol/SFSymbol4/SFSymbol4.swift (in target 'SFSymbol' from project 'SFSymbol')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling NSImage+SFSymbol.swift (in target 'SFSymbol' from project 'SFSymbol')
SwiftDriverJobDiscovery normal arm64 Compiling SFSymbol2.swift (in target 'SFSymbol' from project 'SFSymbol')
SwiftDriverJobDiscovery normal arm64 Compiling UIImage+SFSymbol.swift (in target 'SFSymbol' from project 'SFSymbol')
SwiftDriverJobDiscovery normal arm64 Compiling SFSymbol.swift (in target 'SFSymbol' from project 'SFSymbol')
SwiftDriverJobDiscovery normal arm64 Compiling Image+SFSymbol.swift (in target 'SFSymbol' from project 'SFSymbol')
SwiftDriverJobDiscovery normal arm64 Compiling SymbolImage.swift (in target 'SFSymbol' from project 'SFSymbol')
SwiftDriverJobDiscovery normal arm64 Compiling SFSymbol3.swift (in target 'SFSymbol' from project 'SFSymbol')
SwiftDriverJobDiscovery normal arm64 Compiling SFSymbol4.swift (in target 'SFSymbol' from project 'SFSymbol')
SwiftDriverJobDiscovery normal arm64 Compiling SFSymbol5.swift (in target 'SFSymbol' from project 'SFSymbol')
SwiftDriverJobDiscovery normal arm64 Compiling SFSymbol6.swift (in target 'SFSymbol' from project 'SFSymbol')
SwiftDriverJobDiscovery normal arm64 Emitting module for SFSymbol (in target 'SFSymbol' from project 'SFSymbol')
SwiftDriver\ Compilation\ Requirements SFSymbol normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SFSymbol' from project 'SFSymbol')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SFSymbol -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol-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/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol.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/SFSymbol.build/Debug-iphoneos/SFSymbol.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation SFSymbol normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SFSymbol' from project 'SFSymbol')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SFSymbol -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol-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/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol.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/SFSymbol.build/Debug-iphoneos/SFSymbol.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol-Swift.h -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-iphoneos/SFSymbol.framework/Headers/SFSymbol-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol-Swift.h (in target 'SFSymbol' from project 'SFSymbol')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SFSymbol.framework/Headers/SFSymbol-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SFSymbol.framework/Modules/SFSymbol.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol.abi.json (in target 'SFSymbol' from project 'SFSymbol')
    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/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SFSymbol.framework/Modules/SFSymbol.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SFSymbol.framework/Modules/SFSymbol.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol.swiftmodule (in target 'SFSymbol' from project 'SFSymbol')
    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/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SFSymbol.framework/Modules/SFSymbol.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SFSymbol.framework/Modules/SFSymbol.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol.swiftdoc (in target 'SFSymbol' from project 'SFSymbol')
    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/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SFSymbol.framework/Modules/SFSymbol.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SFSymbol.framework/Modules/SFSymbol.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol.swiftsourceinfo (in target 'SFSymbol' from project 'SFSymbol')
    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/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SFSymbol.framework/Modules/SFSymbol.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SFSymbol.framework/SFSymbol normal (in target 'SFSymbol' from project 'SFSymbol')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol.LinkFileList -install_name @rpath/SFSymbol.framework/SFSymbol -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SFSymbol.framework/SFSymbol
ExtractAppIntentsMetadata (in target 'SFSymbol' from project 'SFSymbol')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SFSymbol --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 13.0 --bundle-identifier SFSymbol --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SFSymbol.framework --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SFSymbol.framework/SFSymbol --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/SFSymbol.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/SFSymbol.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/Objects-normal/arm64/SFSymbol.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 12:26:50.302 appintentsmetadataprocessor[706:4043] Starting appintentsmetadataprocessor export
2025-04-29 12:26:50.305 appintentsmetadataprocessor[706:4043] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
AppIntentsSSUTraining (in target 'SFSymbol' from project 'SFSymbol')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SFSymbol.framework/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/ssu --bundle-id SFSymbol --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SFSymbol.framework --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SFSymbol.framework/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbol.build/Debug-iphoneos/SFSymbol.build/SFSymbol.DependencyMetadataFileList --archive-ssu-assets
2025-04-29 12:26:50.329 appintentsnltrainingprocessor[707:4044] Parsing options for appintentsnltrainingprocessor
2025-04-29 12:26:50.330 appintentsnltrainingprocessor[707:4044] No AppShortcuts found - Skipping.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/SFSymbol.framework/SFSymbol.tbd (in target 'SFSymbol' from project 'SFSymbol')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SFSymbol.framework/SFSymbol -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/SFSymbol.framework/SFSymbol.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SFSymbol.framework (in target 'SFSymbol' from project 'SFSymbol')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SFSymbol.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SFSymbol.framework (in target 'SFSymbol' from project 'SFSymbol')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SFSymbol.framework
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SFSymbol",
  "name" : "SFSymbol",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SFSymbol",
      "targets" : [
        "SFSymbol"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SFSymbolTests",
      "module_type" : "SwiftTarget",
      "name" : "SFSymbolTests",
      "path" : "Tests/SFSymbolTests",
      "sources" : [
        "ImageExtensionTests.swift",
        "UIImageExtensionTests.swift"
      ],
      "target_dependencies" : [
        "SFSymbol"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SFSymbol",
      "module_type" : "SwiftTarget",
      "name" : "SFSymbol",
      "path" : "Sources/SFSymbol",
      "product_memberships" : [
        "SFSymbol"
      ],
      "sources" : [
        "Extensions/Image+SFSymbol.swift",
        "Extensions/NSImage+SFSymbol.swift",
        "Extensions/UIImage+SFSymbol.swift",
        "Protocols/SymbolImage.swift",
        "SFSymbol1/SFSymbol.swift",
        "SFSymbol2/SFSymbol2.swift",
        "SFSymbol3/SFSymbol3.swift",
        "SFSymbol4/SFSymbol4.swift",
        "SFSymbol5/SFSymbol5.swift",
        "SFSymbol6/SFSymbol6.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.