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 RubyGateway, reference main (7f360a), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 29 Apr 2025 17:37:41 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 RubyGateway-Package -destination platform=macOS,arch=arm64 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/johnfairh/RubyGateway.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnfairh/RubyGateway
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7f360a6 Update CI for Xcode 16.3 / Swift 6.1 (#61)
Submodule path 'CRuby': checked out '6cdfc7db30f8fc7a27199a1b6b829e42e67bb5c7'
Submodule 'CRuby' (https://github.com/johnfairh/CRuby.git) registered for path 'CRuby'
Cloning into '/Users/admin/builder/spi-builder-workspace/CRuby'...
Cloned https://github.com/johnfairh/RubyGateway.git
Revision (git rev-parse @):
7f360a6e125663443e964486d2b376acfb712fd1
SUCCESS checkout https://github.com/johnfairh/RubyGateway.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/johnfairh/RubyGateway.git
https://github.com/johnfairh/RubyGateway.git
{
  "dependencies" : [
    {
      "identity" : "cruby",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnfairh/CRuby"
    }
  ],
  "manifest_display_name" : "RubyGateway",
  "name" : "RubyGateway",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "RubyGateway",
      "targets" : [
        "RubyGateway",
        "RubyGatewayHelpers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RubyThreadSample",
      "targets" : [
        "RubyThreadSample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RubyThreadSample",
      "module_type" : "SwiftTarget",
      "name" : "RubyThreadSample",
      "path" : "Sources/RubyThreadSample",
      "product_memberships" : [
        "RubyThreadSample"
      ],
      "sources" : [
        "RubyExecutor.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "RubyGateway"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "RubyGatewayTests",
      "module_type" : "SwiftTarget",
      "name" : "RubyGatewayTests",
      "path" : "Tests/RubyGatewayTests",
      "sources" : [
        "Helpers.swift",
        "TestArrays.swift",
        "TestCallable.swift",
        "TestClassDef.swift",
        "TestCollection.swift",
        "TestComplex.swift",
        "TestConstants.swift",
        "TestDemo.swift",
        "TestDictionaries.swift",
        "TestDynamic.swift",
        "TestErrors.swift",
        "TestFailable.swift",
        "TestGlobalVars.swift",
        "TestMethods.swift",
        "TestMiscObjTypes.swift",
        "TestNumerics.swift",
        "TestObjMethods.swift",
        "TestOperators.swift",
        "TestProcs.swift",
        "TestRanges.swift",
        "TestRational.swift",
        "TestRbObject.swift",
        "TestSets.swift",
        "TestStrings.swift",
        "TestThreads.swift",
        "TestVM.swift",
        "TestVars.swift"
      ],
      "target_dependencies" : [
        "RubyGateway"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RubyGatewayHelpers",
      "module_type" : "ClangTarget",
      "name" : "RubyGatewayHelpers",
      "path" : "Sources/RubyGatewayHelpers",
      "product_dependencies" : [
        "CRuby"
      ],
      "product_memberships" : [
        "RubyGateway",
        "RubyThreadSample"
      ],
      "sources" : [
        "rbg_macros.m",
        "rbg_protect.m",
        "rbg_value.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RubyGateway",
      "module_type" : "SwiftTarget",
      "name" : "RubyGateway",
      "path" : "Sources/RubyGateway",
      "product_dependencies" : [
        "CRuby"
      ],
      "product_memberships" : [
        "RubyGateway",
        "RubyThreadSample"
      ],
      "sources" : [
        "CRubyMacros.swift",
        "Lock.swift",
        "RbBlockCall.swift",
        "RbClass.swift",
        "RbComplex.swift",
        "RbConversions.swift",
        "RbError.swift",
        "RbFailableAccess.swift",
        "RbGateway.swift",
        "RbGlobalVar.swift",
        "RbMethod.swift",
        "RbNumericConversions.swift",
        "RbObject.swift",
        "RbObjectAccess.swift",
        "RbObjectCollection.swift",
        "RbOperators.swift",
        "RbProc.swift",
        "RbRational.swift",
        "RbSymbol.swift",
        "RbThread.swift",
        "RbVM.swift",
        "String+RubyGateway.swift"
      ],
      "target_dependencies" : [
        "RubyGatewayHelpers"
      ],
      "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" : [
    {
      "identity" : "cruby",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnfairh/CRuby"
    }
  ],
  "manifest_display_name" : "RubyGateway",
  "name" : "RubyGateway",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "RubyGateway",
      "targets" : [
        "RubyGateway",
        "RubyGatewayHelpers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RubyThreadSample",
      "targets" : [
        "RubyThreadSample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RubyThreadSample",
      "module_type" : "SwiftTarget",
      "name" : "RubyThreadSample",
      "path" : "Sources/RubyThreadSample",
      "product_memberships" : [
        "RubyThreadSample"
      ],
      "sources" : [
        "RubyExecutor.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "RubyGateway"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "RubyGatewayTests",
      "module_type" : "SwiftTarget",
      "name" : "RubyGatewayTests",
      "path" : "Tests/RubyGatewayTests",
      "sources" : [
        "Helpers.swift",
        "TestArrays.swift",
        "TestCallable.swift",
        "TestClassDef.swift",
        "TestCollection.swift",
        "TestComplex.swift",
        "TestConstants.swift",
        "TestDemo.swift",
        "TestDictionaries.swift",
        "TestDynamic.swift",
        "TestErrors.swift",
        "TestFailable.swift",
        "TestGlobalVars.swift",
        "TestMethods.swift",
        "TestMiscObjTypes.swift",
        "TestNumerics.swift",
        "TestObjMethods.swift",
        "TestOperators.swift",
        "TestProcs.swift",
        "TestRanges.swift",
        "TestRational.swift",
        "TestRbObject.swift",
        "TestSets.swift",
        "TestStrings.swift",
        "TestThreads.swift",
        "TestVM.swift",
        "TestVars.swift"
      ],
      "target_dependencies" : [
        "RubyGateway"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RubyGatewayHelpers",
      "module_type" : "ClangTarget",
      "name" : "RubyGatewayHelpers",
      "path" : "Sources/RubyGatewayHelpers",
      "product_dependencies" : [
        "CRuby"
      ],
      "product_memberships" : [
        "RubyGateway",
        "RubyThreadSample"
      ],
      "sources" : [
        "rbg_macros.m",
        "rbg_protect.m",
        "rbg_value.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RubyGateway",
      "module_type" : "SwiftTarget",
      "name" : "RubyGateway",
      "path" : "Sources/RubyGateway",
      "product_dependencies" : [
        "CRuby"
      ],
      "product_memberships" : [
        "RubyGateway",
        "RubyThreadSample"
      ],
      "sources" : [
        "CRubyMacros.swift",
        "Lock.swift",
        "RbBlockCall.swift",
        "RbClass.swift",
        "RbComplex.swift",
        "RbConversions.swift",
        "RbError.swift",
        "RbFailableAccess.swift",
        "RbGateway.swift",
        "RbGlobalVar.swift",
        "RbMethod.swift",
        "RbNumericConversions.swift",
        "RbObject.swift",
        "RbObjectAccess.swift",
        "RbObjectCollection.swift",
        "RbOperators.swift",
        "RbProc.swift",
        "RbRational.swift",
        "RbSymbol.swift",
        "RbThread.swift",
        "RbVM.swift",
        "String+RubyGateway.swift"
      ],
      "target_dependencies" : [
        "RubyGatewayHelpers"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "RubyGateway",
    "schemes" : [
      "RubyGateway-Package"
    ],
    "targets" : [
      "RubyGatewayTests",
      "RubyGateway",
      "RubyGatewayHelpers"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RubyGateway-Package -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme RubyGateway-Package -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'RubyGateway' in project 'RubyGateway'
        ➜ Explicit dependency on target 'RubyGatewayHelpers' in project 'RubyGateway'
    Target 'RubyGatewayHelpers' in project 'RubyGateway' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -V
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: f508debf4c40d958d04d4c7bbcea9bd6
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/f508debf4c40d958d04d4c7bbcea9bd6.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/RubyGateway.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/RubyGateway.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/RubyGateway.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
    cd /Users/admin/builder/spi-builder-workspace/RubyGateway.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/RubyGateway.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/RubyGatewayHelpers.DependencyMetadataFileList (in target 'RubyGatewayHelpers' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/RubyGatewayHelpers.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/RubyGateway.DependencyMetadataFileList (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/RubyGateway.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/RubyGatewayHelpers.DependencyStaticMetadataFileList (in target 'RubyGatewayHelpers' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/RubyGatewayHelpers.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/RubyGateway.DependencyStaticMetadataFileList (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/RubyGateway.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/module.modulemap (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/RubyGatewayHelpers.LinkFileList (in target 'RubyGatewayHelpers' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/RubyGatewayHelpers.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp (in target 'RubyGatewayHelpers' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
-target arm64-apple-macos11.0 '-std=gnu11' -fobjc-arc -fmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' -fpascal-strings -O0 -fno-common '-DDEBUG=1' '-DOBJC_OLD_DISPATCH_PROTOTYPES=0' -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -g -fprofile-instr-generate -fcoverage-mapping -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -I/Users/admin/builder/spi-builder-workspace/CRuby/Sources/CRuby -I/Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CpHeader /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/usr/local/include/module.modulemap /Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers/include/module.modulemap (in target 'RubyGatewayHelpers' from project 'RubyGateway')
    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/Sources/RubyGatewayHelpers/include/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/usr/local/include
CpHeader /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/usr/local/include/rbg_helpers.h /Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers/include/rbg_helpers.h (in target 'RubyGatewayHelpers' from project 'RubyGateway')
    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/Sources/RubyGatewayHelpers/include/rbg_helpers.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/usr/local/include
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/RubyGateway-diagnostic-filename-map.json (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/RubyGateway-diagnostic-filename-map.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.SwiftFileList (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway_const_extract_protocols.json (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.SwiftConstValuesFileList (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.LinkFileList (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway-OutputFileMap.json (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Modules/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/module.modulemap (in target 'RubyGateway' from project 'RubyGateway')
    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/RubyGateway.build/Debug/RubyGateway.build/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/Current A (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/Current
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/RubyGateway Versions/Current/RubyGateway (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/RubyGateway /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/RubyGateway
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Resources Versions/Current/Resources (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Resources
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Modules Versions/Current/Modules (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Headers Versions/Current/Headers (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Resources (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Headers (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_value.o /Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers/rbg_value.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'RubyGatewayHelpers' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_value.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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 -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -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-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -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/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_value.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_value.dia -c /Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers/rbg_value.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_value.o -index-unit-output-path /RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_value.o
SwiftDriver RubyGateway normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RubyGateway' from project 'RubyGateway')
    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 RubyGateway -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos11.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Users/admin/builder/spi-builder-workspace/CRuby/Sources/CRuby -I /Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway-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/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.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/RubyGateway.build/Debug/RubyGateway.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/CRuby/Sources/CRuby -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_protect.o /Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers/rbg_protect.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'RubyGatewayHelpers' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_protect.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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 -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -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-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -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/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_protect.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_protect.dia -c /Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers/rbg_protect.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_protect.o -index-unit-output-path /RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_protect.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_macros.o /Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers/rbg_macros.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'RubyGatewayHelpers' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_macros.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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 -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -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-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -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/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_macros.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_macros.dia -c /Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers/rbg_macros.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_macros.o -index-unit-output-path /RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_macros.o
SwiftCompile normal arm64 Compiling\ RbProc.swift,\ Lock.swift,\ RbObjectAccess.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbProc.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/Lock.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbObjectAccess.swift (in target 'RubyGateway' from project 'RubyGateway')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbProc.swift (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/Lock.swift (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbObjectAccess.swift (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745948245299821-swift-frontend-RubyGateway-RbProc.swift-arm64_apple_macos11.4-o-Onone-2627863949.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6261 seconds (5.7692 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0268 (  6.3%)   0.0475 ( 24.0%)   0.0743 ( 11.9%)   2.6017 ( 45.1%)  parse-and-resolve-imports
   0.0258 (  6.0%)   0.0464 ( 23.4%)   0.0722 ( 11.5%)   2.5996 ( 45.1%)  Import resolution
   0.0820 ( 19.2%)   0.0269 ( 13.6%)   0.1090 ( 17.4%)   0.1168 (  2.0%)  build-rewrite-system
   0.0016 (  0.4%)   0.0082 (  4.1%)   0.0098 (  1.6%)   0.0893 (  1.5%)  load-stdlib
   0.0570 ( 13.3%)   0.0122 (  6.2%)   0.0692 ( 11.0%)   0.0692 (  1.2%)  perform-sema
   0.0568 ( 13.3%)   0.0122 (  6.1%)   0.0690 ( 11.0%)   0.0690 (  1.2%)  Type checking and Semantic analysis
   0.0477 ( 11.1%)   0.0100 (  5.1%)   0.0577 (  9.2%)   0.0577 (  1.0%)  typecheck-stmt
   0.0388 (  9.1%)   0.0080 (  4.0%)   0.0469 (  7.5%)   0.0469 (  0.8%)  typecheck-expr
   0.0142 (  3.3%)   0.0126 (  6.4%)   0.0269 (  4.3%)   0.0276 (  0.5%)  import-clang-decl
   0.0189 (  4.4%)   0.0062 (  3.1%)   0.0250 (  4.0%)   0.0250 (  0.4%)  IRGen
   0.0179 (  4.2%)   0.0023 (  1.2%)   0.0202 (  3.2%)   0.0202 (  0.4%)  SILGen
   0.0130 (  3.0%)   0.0014 (  0.7%)   0.0144 (  2.3%)   0.0144 (  0.2%)  SILGen-function
   0.0088 (  2.1%)   0.0021 (  1.0%)   0.0109 (  1.7%)   0.0109 (  0.2%)  typecheck-decl
   0.0099 (  2.3%)   0.0003 (  0.2%)   0.0102 (  1.6%)   0.0103 (  0.2%)  SIL optimization
   0.0075 (  1.8%)   0.0016 (  0.8%)   0.0091 (  1.5%)   0.0091 (  0.2%)  precheck-target
   0.0009 (  0.2%)   0.0003 (  0.1%)   0.0012 (  0.2%)   0.0012 (  0.0%)  load-all-members
   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%)  associated-type-inference
   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%)  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%)  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%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.4278 (100.0%)   0.1983 (100.0%)   0.6261 (100.0%)   5.7692 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6719 seconds (4.3904 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.2052 (100.0%)   0.4667 (100.0%)   1.6719 (100.0%)   4.3904 (100.0%)  Building Target
   1.2052 (100.0%)   0.4667 (100.0%)   1.6719 (100.0%)   4.3904 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ RbClass.swift,\ RbConversions.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbClass.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbConversions.swift (in target 'RubyGateway' from project 'RubyGateway')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745948245301504-swift-frontend-RubyGateway-RbClass.swift-arm64_apple_macos11.4-o-Onone-3809147485.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8007 seconds (6.2248 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0280 (  5.0%)   0.0466 ( 19.4%)   0.0746 (  9.3%)   2.7390 ( 44.0%)  parse-and-resolve-imports
   0.0268 (  4.8%)   0.0456 ( 19.0%)   0.0724 (  9.0%)   2.7368 ( 44.0%)  Import resolution
   0.0939 ( 16.8%)   0.0247 ( 10.3%)   0.1186 ( 14.8%)   0.1236 (  2.0%)  perform-sema
   0.0937 ( 16.7%)   0.0247 ( 10.3%)   0.1184 ( 14.8%)   0.1233 (  2.0%)  Type checking and Semantic analysis
   0.0730 ( 13.0%)   0.0209 (  8.7%)   0.0939 ( 11.7%)   0.0987 (  1.6%)  typecheck-stmt
   0.0613 ( 10.9%)   0.0187 (  7.8%)   0.0800 ( 10.0%)   0.0847 (  1.4%)  typecheck-expr
   0.0015 (  0.3%)   0.0064 (  2.6%)   0.0079 (  1.0%)   0.0818 (  1.3%)  load-stdlib
   0.0463 (  8.3%)   0.0156 (  6.5%)   0.0620 (  7.7%)   0.0621 (  1.0%)  build-rewrite-system
   0.0346 (  6.2%)   0.0088 (  3.7%)   0.0434 (  5.4%)   0.0437 (  0.7%)  typecheck-decl
   0.0204 (  3.6%)   0.0060 (  2.5%)   0.0264 (  3.3%)   0.0266 (  0.4%)  IRGen
   0.0223 (  4.0%)   0.0024 (  1.0%)   0.0247 (  3.1%)   0.0250 (  0.4%)  SILGen
   0.0132 (  2.4%)   0.0115 (  4.8%)   0.0246 (  3.1%)   0.0248 (  0.4%)  import-clang-decl
   0.0165 (  2.9%)   0.0070 (  2.9%)   0.0235 (  2.9%)   0.0240 (  0.4%)  precheck-target
   0.0153 (  2.7%)   0.0011 (  0.5%)   0.0164 (  2.0%)   0.0166 (  0.3%)  SILGen-function
   0.0120 (  2.1%)   0.0001 (  0.1%)   0.0122 (  1.5%)   0.0122 (  0.2%)  SIL optimization
   0.0008 (  0.1%)   0.0002 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.0%)  load-all-members
   0.0005 (  0.1%)   0.0000 (  0.0%)   0.0006 (  0.1%)   0.0006 (  0.0%)  typecheck-for-each
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   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%)  get-conformance-access-path
   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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.5602 (100.0%)   0.2405 (100.0%)   0.8007 (100.0%)   6.2248 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5745 seconds (4.3897 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9736 (100.0%)   0.6009 (100.0%)   1.5745 (100.0%)   4.3897 (100.0%)  Building Target
   0.9736 (100.0%)   0.6009 (100.0%)   1.5745 (100.0%)   4.3897 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbClass.swift (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbConversions.swift (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64 Emitting\ module\ for\ RubyGateway (in target 'RubyGateway' from project 'RubyGateway')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745948245299868-swift-frontend-RubyGateway-all-arm64_apple_macos11.4-swiftmodule-Onone-1765677567.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5008 seconds (5.6298 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0250 (  7.1%)   0.0354 ( 23.7%)   0.0604 ( 12.1%)   2.5655 ( 45.6%)  parse-and-resolve-imports
   0.0238 (  6.8%)   0.0342 ( 22.9%)   0.0580 ( 11.6%)   2.5631 ( 45.5%)  Import resolution
   0.0016 (  0.4%)   0.0077 (  5.1%)   0.0092 (  1.8%)   0.1246 (  2.2%)  load-stdlib
   0.0670 ( 19.1%)   0.0128 (  8.6%)   0.0798 ( 15.9%)   0.0798 (  1.4%)  perform-sema
   0.0667 ( 19.0%)   0.0127 (  8.5%)   0.0794 ( 15.9%)   0.0794 (  1.4%)  Type checking and Semantic analysis
   0.0653 ( 18.6%)   0.0121 (  8.1%)   0.0774 ( 15.5%)   0.0774 (  1.4%)  typecheck-decl
   0.0190 (  5.4%)   0.0093 (  6.2%)   0.0283 (  5.6%)   0.0300 (  0.5%)  SIL optimization
   0.0242 (  6.9%)   0.0055 (  3.7%)   0.0297 (  5.9%)   0.0297 (  0.5%)  SILGen
   0.0139 (  4.0%)   0.0030 (  2.0%)   0.0169 (  3.4%)   0.0168 (  0.3%)  SILGen-function
   0.0123 (  3.5%)   0.0036 (  2.4%)   0.0159 (  3.2%)   0.0159 (  0.3%)  build-rewrite-system
   0.0123 (  3.5%)   0.0032 (  2.1%)   0.0154 (  3.1%)   0.0155 (  0.3%)  typecheck-expr
   0.0049 (  1.4%)   0.0053 (  3.5%)   0.0102 (  2.0%)   0.0119 (  0.2%)  Serialization, swiftmodule
   0.0040 (  1.1%)   0.0012 (  0.8%)   0.0052 (  1.0%)   0.0052 (  0.1%)  Serialization, swiftdoc
   0.0037 (  1.1%)   0.0009 (  0.6%)   0.0046 (  0.9%)   0.0046 (  0.1%)  typecheck-stmt
   0.0027 (  0.8%)   0.0005 (  0.3%)   0.0032 (  0.6%)   0.0032 (  0.1%)  typecheck-expr-pattern
   0.0013 (  0.4%)   0.0012 (  0.8%)   0.0025 (  0.5%)   0.0025 (  0.0%)  import-clang-decl
   0.0019 (  0.5%)   0.0004 (  0.2%)   0.0022 (  0.4%)   0.0022 (  0.0%)  precheck-target
   0.0013 (  0.4%)   0.0003 (  0.2%)   0.0015 (  0.3%)   0.0015 (  0.0%)  Serialization, swiftsourceinfo
   0.0003 (  0.1%)   0.0000 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  associated-type-inference
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   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%)  source-file-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  load-all-members
   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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3516 (100.0%)   0.1492 (100.0%)   0.5008 (100.0%)   5.6298 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2287 seconds (2.8515 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1520 (100.0%)   0.0767 (100.0%)   0.2287 (100.0%)   2.8515 (100.0%)  Building Target
   0.1520 (100.0%)   0.0767 (100.0%)   0.2287 (100.0%)   2.8515 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ RbNumericConversions.swift,\ CRubyMacros.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbNumericConversions.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/CRubyMacros.swift (in target 'RubyGateway' from project 'RubyGateway')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745948245301500-swift-frontend-RubyGateway-RbNumericConversions.swift-arm64_apple_macos11.4-o-Onone-3697204517.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3592 seconds (5.2684 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0259 ( 12.3%)   0.0470 ( 31.6%)   0.0729 ( 20.3%)   2.4842 ( 47.2%)  parse-and-resolve-imports
   0.0251 ( 11.9%)   0.0463 ( 31.2%)   0.0714 ( 19.9%)   2.4827 ( 47.1%)  Import resolution
   0.0015 (  0.7%)   0.0066 (  4.5%)   0.0082 (  2.3%)   0.0875 (  1.7%)  load-stdlib
   0.0457 ( 21.7%)   0.0158 ( 10.7%)   0.0615 ( 17.1%)   0.0629 (  1.2%)  build-rewrite-system
   0.0207 (  9.8%)   0.0044 (  3.0%)   0.0251 (  7.0%)   0.0251 (  0.5%)  perform-sema
   0.0205 (  9.8%)   0.0044 (  3.0%)   0.0249 (  6.9%)   0.0249 (  0.5%)  Type checking and Semantic analysis
   0.0111 (  5.3%)   0.0071 (  4.8%)   0.0182 (  5.1%)   0.0240 (  0.5%)  SILGen
   0.0146 (  7.0%)   0.0029 (  2.0%)   0.0176 (  4.9%)   0.0176 (  0.3%)  typecheck-stmt
   0.0126 (  6.0%)   0.0024 (  1.6%)   0.0150 (  4.2%)   0.0151 (  0.3%)  typecheck-expr
   0.0070 (  3.3%)   0.0055 (  3.7%)   0.0125 (  3.5%)   0.0126 (  0.2%)  IRGen
   0.0088 (  4.2%)   0.0021 (  1.4%)   0.0110 (  3.1%)   0.0110 (  0.2%)  typecheck-decl
   0.0082 (  3.9%)   0.0019 (  1.3%)   0.0101 (  2.8%)   0.0102 (  0.2%)  SILGen-function
   0.0038 (  1.8%)   0.0001 (  0.0%)   0.0039 (  1.1%)   0.0039 (  0.1%)  SIL optimization
   0.0027 (  1.3%)   0.0004 (  0.3%)   0.0031 (  0.9%)   0.0031 (  0.1%)  typecheck-expr-pattern
   0.0009 (  0.4%)   0.0011 (  0.8%)   0.0021 (  0.6%)   0.0021 (  0.0%)  import-clang-decl
   0.0013 (  0.6%)   0.0002 (  0.2%)   0.0016 (  0.4%)   0.0016 (  0.0%)  precheck-target
   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%)  get-conformance-access-path
   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%)  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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2107 (100.0%)   0.1485 (100.0%)   0.3592 (100.0%)   5.2684 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0510 seconds (3.6064 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6374 (100.0%)   0.4136 (100.0%)   1.0510 (100.0%)   3.6064 (100.0%)  Building Target
   0.6374 (100.0%)   0.4136 (100.0%)   1.0510 (100.0%)   3.6064 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbNumericConversions.swift (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/CRubyMacros.swift (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ RbObject.swift,\ RbThread.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbObject.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbThread.swift (in target 'RubyGateway' from project 'RubyGateway')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745948245301740-swift-frontend-RubyGateway-RbObject.swift-arm64_apple_macos11.4-o-Onone-848431752.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6854 seconds (5.4006 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0764 ( 17.3%)   0.0657 ( 26.9%)   0.1422 ( 20.7%)   2.4870 ( 46.0%)  parse-and-resolve-imports
   0.0755 ( 17.1%)   0.0654 ( 26.8%)   0.1410 ( 20.6%)   2.4858 ( 46.0%)  Import resolution
   0.0134 (  3.0%)   0.0385 ( 15.8%)   0.0519 (  7.6%)   0.0691 (  1.3%)  load-stdlib
   0.0515 ( 11.7%)   0.0150 (  6.1%)   0.0665 (  9.7%)   0.0687 (  1.3%)  perform-sema
   0.0514 ( 11.7%)   0.0149 (  6.1%)   0.0663 (  9.7%)   0.0685 (  1.3%)  Type checking and Semantic analysis
   0.0477 ( 10.8%)   0.0160 (  6.6%)   0.0637 (  9.3%)   0.0650 (  1.2%)  build-rewrite-system
   0.0351 (  8.0%)   0.0066 (  2.7%)   0.0417 (  6.1%)   0.0418 (  0.8%)  typecheck-stmt
   0.0305 (  6.9%)   0.0056 (  2.3%)   0.0361 (  5.3%)   0.0366 (  0.7%)  typecheck-expr
   0.0141 (  3.2%)   0.0082 (  3.3%)   0.0223 (  3.3%)   0.0244 (  0.5%)  typecheck-decl
   0.0115 (  2.6%)   0.0033 (  1.3%)   0.0148 (  2.2%)   0.0149 (  0.3%)  IRGen
   0.0109 (  2.5%)   0.0019 (  0.8%)   0.0128 (  1.9%)   0.0128 (  0.2%)  SILGen
   0.0091 (  2.1%)   0.0001 (  0.0%)   0.0092 (  1.3%)   0.0091 (  0.2%)  SIL optimization
   0.0068 (  1.5%)   0.0010 (  0.4%)   0.0078 (  1.1%)   0.0078 (  0.1%)  SILGen-function
   0.0051 (  1.2%)   0.0005 (  0.2%)   0.0056 (  0.8%)   0.0056 (  0.1%)  precheck-target
   0.0013 (  0.3%)   0.0016 (  0.6%)   0.0029 (  0.4%)   0.0029 (  0.1%)  import-clang-decl
   0.0003 (  0.1%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  associated-type-inference
   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%)  get-conformance-access-path
   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%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  load-all-members
   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
   0.4410 (100.0%)   0.2444 (100.0%)   0.6854 (100.0%)   5.4006 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1582 seconds (3.6394 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7141 (100.0%)   0.4442 (100.0%)   1.1582 (100.0%)   3.6394 (100.0%)  Building Target
   0.7141 (100.0%)   0.4442 (100.0%)   1.1582 (100.0%)   3.6394 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbObject.swift (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbThread.swift (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ RbRational.swift,\ String+RubyGateway.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbRational.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/String+RubyGateway.swift (in target 'RubyGateway' from project 'RubyGateway')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745948245299814-swift-frontend-RubyGateway-RbRational.swift-arm64_apple_macos11.4-o-Onone-2497934835.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 4.6743 seconds (5.3024 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.6786 ( 47.3%)   0.5414 ( 48.1%)   2.2200 ( 47.5%)   2.4959 ( 47.1%)  parse-and-resolve-imports
   1.6777 ( 47.3%)   0.5411 ( 48.1%)   2.2188 ( 47.5%)   2.4946 ( 47.0%)  Import resolution
   0.0016 (  0.0%)   0.0093 (  0.8%)   0.0108 (  0.2%)   0.0857 (  1.6%)  load-stdlib
   0.0485 (  1.4%)   0.0053 (  0.5%)   0.0538 (  1.2%)   0.0539 (  1.0%)  build-rewrite-system
   0.0306 (  0.9%)   0.0052 (  0.5%)   0.0357 (  0.8%)   0.0361 (  0.7%)  perform-sema
   0.0304 (  0.9%)   0.0051 (  0.5%)   0.0356 (  0.8%)   0.0359 (  0.7%)  Type checking and Semantic analysis
   0.0274 (  0.8%)   0.0047 (  0.4%)   0.0321 (  0.7%)   0.0325 (  0.6%)  typecheck-stmt
   0.0224 (  0.6%)   0.0034 (  0.3%)   0.0257 (  0.6%)   0.0261 (  0.5%)  typecheck-expr
   0.0061 (  0.2%)   0.0057 (  0.5%)   0.0118 (  0.3%)   0.0118 (  0.2%)  IRGen
   0.0076 (  0.2%)   0.0005 (  0.0%)   0.0081 (  0.2%)   0.0081 (  0.2%)  precheck-target
   0.0055 (  0.2%)   0.0006 (  0.1%)   0.0061 (  0.1%)   0.0061 (  0.1%)  SILGen
   0.0049 (  0.1%)   0.0001 (  0.0%)   0.0050 (  0.1%)   0.0050 (  0.1%)  SIL optimization
   0.0018 (  0.1%)   0.0024 (  0.2%)   0.0042 (  0.1%)   0.0043 (  0.1%)  import-clang-decl
   0.0039 (  0.1%)   0.0002 (  0.0%)   0.0042 (  0.1%)   0.0042 (  0.1%)  SILGen-function
   0.0017 (  0.0%)   0.0003 (  0.0%)   0.0020 (  0.0%)   0.0021 (  0.0%)  typecheck-decl
   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%)  associated-type-inference
   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%)  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%)  SIL verification, pre-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%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   3.5489 (100.0%)   1.1254 (100.0%)   4.6743 (100.0%)   5.3024 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.1767 seconds (3.6118 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   2.2963 (100.0%)   0.8803 (100.0%)   3.1767 (100.0%)   3.6118 (100.0%)  Building Target
   2.2963 (100.0%)   0.8803 (100.0%)   3.1767 (100.0%)   3.6118 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbRational.swift (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/String+RubyGateway.swift (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ RbOperators.swift,\ RbVM.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbOperators.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbVM.swift (in target 'RubyGateway' from project 'RubyGateway')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745948245302264-swift-frontend-RubyGateway-RbOperators.swift-arm64_apple_macos11.4-o-Onone-3871040546.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4477 seconds (5.3542 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0276 (  9.5%)   0.0449 ( 28.5%)   0.0725 ( 16.2%)   2.4887 ( 46.5%)  parse-and-resolve-imports
   0.0267 (  9.2%)   0.0443 ( 28.1%)   0.0710 ( 15.9%)   2.4872 ( 46.5%)  Import resolution
   0.0016 (  0.5%)   0.0070 (  4.4%)   0.0086 (  1.9%)   0.0822 (  1.5%)  load-stdlib
   0.0456 ( 15.7%)   0.0168 ( 10.6%)   0.0624 ( 13.9%)   0.0628 (  1.2%)  build-rewrite-system
   0.0405 ( 14.0%)   0.0096 (  6.1%)   0.0501 ( 11.2%)   0.0501 (  0.9%)  perform-sema
   0.0403 ( 13.9%)   0.0095 (  6.0%)   0.0498 ( 11.1%)   0.0498 (  0.9%)  Type checking and Semantic analysis
   0.0261 (  9.0%)   0.0055 (  3.5%)   0.0315 (  7.0%)   0.0315 (  0.6%)  typecheck-stmt
   0.0211 (  7.3%)   0.0047 (  3.0%)   0.0258 (  5.8%)   0.0258 (  0.5%)  typecheck-expr
   0.0174 (  6.0%)   0.0049 (  3.1%)   0.0223 (  5.0%)   0.0223 (  0.4%)  typecheck-decl
   0.0107 (  3.7%)   0.0042 (  2.6%)   0.0149 (  3.3%)   0.0149 (  0.3%)  IRGen
   0.0098 (  3.4%)   0.0019 (  1.2%)   0.0117 (  2.6%)   0.0117 (  0.2%)  SILGen
   0.0091 (  3.1%)   0.0006 (  0.4%)   0.0096 (  2.2%)   0.0096 (  0.2%)  SIL optimization
   0.0067 (  2.3%)   0.0011 (  0.7%)   0.0078 (  1.7%)   0.0078 (  0.1%)  SILGen-function
   0.0052 (  1.8%)   0.0011 (  0.7%)   0.0063 (  1.4%)   0.0063 (  0.1%)  precheck-target
   0.0014 (  0.5%)   0.0017 (  1.1%)   0.0031 (  0.7%)   0.0031 (  0.1%)  import-clang-decl
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  load-all-members
   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%)  associated-type-inference
   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%)  get-conformance-access-path
   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%)  AST verification
   0.2900 (100.0%)   0.1577 (100.0%)   0.4477 (100.0%)   5.3542 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0553 seconds (3.6141 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6551 (100.0%)   0.4002 (100.0%)   1.0553 (100.0%)   3.6141 (100.0%)  Building Target
   0.6551 (100.0%)   0.4002 (100.0%)   1.0553 (100.0%)   3.6141 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbOperators.swift (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbVM.swift (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ RbComplex.swift,\ RbObjectCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbComplex.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbObjectCollection.swift (in target 'RubyGateway' from project 'RubyGateway')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745948245875776-swift-frontend-RubyGateway-RbComplex.swift-arm64_apple_macos11.4-o-Onone-100340836.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3385 seconds (4.2287 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0242 ( 10.4%)   0.0223 ( 20.9%)   0.0465 ( 13.7%)   1.9898 ( 47.1%)  parse-and-resolve-imports
   0.0233 ( 10.0%)   0.0216 ( 20.3%)   0.0449 ( 13.3%)   1.9882 ( 47.0%)  Import resolution
   0.0459 ( 19.8%)   0.0159 ( 14.9%)   0.0618 ( 18.3%)   0.0626 (  1.5%)  build-rewrite-system
   0.0316 ( 13.6%)   0.0087 (  8.2%)   0.0403 ( 11.9%)   0.0404 (  1.0%)  perform-sema
   0.0314 ( 13.6%)   0.0087 (  8.1%)   0.0401 ( 11.8%)   0.0402 (  1.0%)  Type checking and Semantic analysis
   0.0168 (  7.3%)   0.0053 (  5.0%)   0.0221 (  6.5%)   0.0221 (  0.5%)  typecheck-stmt
   0.0136 (  5.9%)   0.0046 (  4.3%)   0.0182 (  5.4%)   0.0182 (  0.4%)  typecheck-expr
   0.0140 (  6.1%)   0.0034 (  3.2%)   0.0174 (  5.2%)   0.0176 (  0.4%)  typecheck-decl
   0.0091 (  3.9%)   0.0071 (  6.7%)   0.0163 (  4.8%)   0.0169 (  0.4%)  IRGen
   0.0074 (  3.2%)   0.0050 (  4.7%)   0.0125 (  3.7%)   0.0142 (  0.3%)  SILGen
   0.0055 (  2.4%)   0.0003 (  0.3%)   0.0058 (  1.7%)   0.0058 (  0.1%)  SIL optimization
   0.0036 (  1.6%)   0.0009 (  0.8%)   0.0045 (  1.3%)   0.0045 (  0.1%)  SILGen-function
   0.0029 (  1.2%)   0.0006 (  0.5%)   0.0034 (  1.0%)   0.0034 (  0.1%)  precheck-target
   0.0009 (  0.4%)   0.0012 (  1.1%)   0.0022 (  0.6%)   0.0022 (  0.1%)  load-stdlib
   0.0009 (  0.4%)   0.0009 (  0.9%)   0.0018 (  0.5%)   0.0018 (  0.0%)  import-clang-decl
   0.0003 (  0.1%)   0.0000 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  associated-type-inference
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   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%)  SIL verification, post-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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2318 (100.0%)   0.1067 (100.0%)   0.3385 (100.0%)   4.2287 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5873 seconds (2.5426 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4678 (100.0%)   0.1196 (100.0%)   0.5873 (100.0%)   2.5426 (100.0%)  Building Target
   0.4678 (100.0%)   0.1196 (100.0%)   0.5873 (100.0%)   2.5426 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbComplex.swift (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbObjectCollection.swift (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ RbSymbol.swift,\ RbBlockCall.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbBlockCall.swift (in target 'RubyGateway' from project 'RubyGateway')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745948245879752-swift-frontend-RubyGateway-RbSymbol.swift-arm64_apple_macos11.4-o-Onone-532525662.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3066 seconds (4.7601 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0252 ( 11.9%)   0.0249 ( 26.5%)   0.0501 ( 16.3%)   2.2753 ( 47.8%)  parse-and-resolve-imports
   0.0241 ( 11.3%)   0.0240 ( 25.6%)   0.0482 ( 15.7%)   2.2734 ( 47.8%)  Import resolution
   0.0293 ( 13.8%)   0.0076 (  8.1%)   0.0369 ( 12.0%)   0.0377 (  0.8%)  perform-sema
   0.0291 ( 13.7%)   0.0076 (  8.1%)   0.0367 ( 12.0%)   0.0375 (  0.8%)  Type checking and Semantic analysis
   0.0227 ( 10.7%)   0.0057 (  6.1%)   0.0284 (  9.3%)   0.0292 (  0.6%)  typecheck-stmt
   0.0178 (  8.4%)   0.0048 (  5.1%)   0.0226 (  7.4%)   0.0228 (  0.5%)  build-rewrite-system
   0.0180 (  8.4%)   0.0045 (  4.8%)   0.0224 (  7.3%)   0.0226 (  0.5%)  typecheck-expr
   0.0111 (  5.2%)   0.0055 (  5.9%)   0.0166 (  5.4%)   0.0167 (  0.3%)  IRGen
   0.0085 (  4.0%)   0.0018 (  1.9%)   0.0103 (  3.4%)   0.0103 (  0.2%)  SILGen
   0.0072 (  3.4%)   0.0018 (  1.9%)   0.0090 (  2.9%)   0.0090 (  0.2%)  typecheck-decl
   0.0059 (  2.8%)   0.0013 (  1.4%)   0.0072 (  2.4%)   0.0072 (  0.2%)  SILGen-function
   0.0055 (  2.6%)   0.0013 (  1.4%)   0.0068 (  2.2%)   0.0069 (  0.1%)  precheck-target
   0.0059 (  2.8%)   0.0001 (  0.1%)   0.0061 (  2.0%)   0.0061 (  0.1%)  SIL optimization
   0.0013 (  0.6%)   0.0014 (  1.5%)   0.0027 (  0.9%)   0.0028 (  0.1%)  import-clang-decl
   0.0009 (  0.4%)   0.0014 (  1.5%)   0.0023 (  0.8%)   0.0023 (  0.0%)  load-stdlib
   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%)  associated-type-inference
   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%)  get-conformance-access-path
   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%)  perform-whole-module-type-checking
   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.2128 (100.0%)   0.0938 (100.0%)   0.3066 (100.0%)   4.7601 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7472 seconds (3.0363 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4138 (100.0%)   0.3334 (100.0%)   0.7472 (100.0%)   3.0363 (100.0%)  Building Target
   0.4138 (100.0%)   0.3334 (100.0%)   0.7472 (100.0%)   3.0363 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbSymbol.swift (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbBlockCall.swift (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability_internal-4PN05RV53Z2LE6BLA4RSUXU4T.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability_internal-4PN05RV53Z2LE6BLA4RSUXU4T.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_fenv-DBTB27H1UAQK11MZTQ02WUTDX.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_fenv-DBTB27H1UAQK11MZTQ02WUTDX.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-696DGGII6QVJXJDE2PIW7UYQQ.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-696DGGII6QVJXJDE2PIW7UYQQ.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdalign-6RC4GXYQ6I0B6FW5O80VCDAK2.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdalign-6RC4GXYQ6I0B6FW5O80VCDAK2.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_iso646-A63CW0IKYQCNU4E3AQ1ILUN6P.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_iso646-A63CW0IKYQCNU4E3AQ1ILUN6P.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-1MUCGYB7VTNYTJSNEIS5V4K46.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-1MUCGYB7VTNYTJSNEIS5V4K46.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability-3Z90MXVK9KX172SITGPX9FRIS.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability-3Z90MXVK9KX172SITGPX9FRIS.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdbool-5H9O9ZOZPZCPX0X3ECCBU7OKK.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdbool-5H9O9ZOZPZCPX0X3ECCBU7OKK.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/RubyGatewayHelpers-EE30CQZZNJ4V2XOK77B6J85DF.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/RubyGatewayHelpers-EE30CQZZNJ4V2XOK77B6J85DF.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_float-ENOJTRIA4HNOBQ65PEPJRRT25.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_float-ENOJTRIA4HNOBQ65PEPJRRT25.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/TargetConditionals-E1TE1KN5O8K0Q3XOFKRNF45MS.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/TargetConditionals-E1TE1KN5O8K0Q3XOFKRNF45MS.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-DMPKF5X0AYY111CE8VAQRZPZ8.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-DMPKF5X0AYY111CE8VAQRZPZ8.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/AvailabilityMacros-DKYAPIOD9S7UDDNLMN98X7HH4.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/AvailabilityMacros-DKYAPIOD9S7UDDNLMN98X7HH4.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/DarwinFoundation-DYLY8AHYNW83RG2GSZO0FZHMR.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/DarwinFoundation-DYLY8AHYNW83RG2GSZO0FZHMR.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_float-EBKV9C4B0YV85BI2ZO39EVEDE.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_float-EBKV9C4B0YV85BI2ZO39EVEDE.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_sys_select-57TSV45DKBK5C5GN6L38CRKDP.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_sys_select-57TSV45DKBK5C5GN6L38CRKDP.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_strings-8W9X07WONMYE3QDTLJ7Q25JIN.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_strings-8W9X07WONMYE3QDTLJ7Q25JIN.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/runetype-B22AAGL0C8WCZ53N0UNHVZ1L.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/runetype-B22AAGL0C8WCZ53N0UNHVZ1L.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_time-22LATXQ2TG16KPS28UG2Z7KZR.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_time-22LATXQ2TG16KPS28UG2Z7KZR.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_ctype-89V42JR4CWNB4V4XMYB1QSJZS.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_ctype-89V42JR4CWNB4V4XMYB1QSJZS.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_complex-9PKZMWBM5MWVHKEWPTBHS0G3Y.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_complex-9PKZMWBM5MWVHKEWPTBHS0G3Y.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_limits-B9HDIOFG1CSXZ3JBTZLU7E7QT.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_limits-B9HDIOFG1CSXZ3JBTZLU7E7QT.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/uuid-8AQS1XE44LLQVOJQV8XCJKC8C.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/uuid-8AQS1XE44LLQVOJQV8XCJKC8C.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/__wctype-8TSXLZSZN29Q3MYF301IHHMWI.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/__wctype-8TSXLZSZN29Q3MYF301IHHMWI.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_limits-9336U2TKEEW5OM32YE3UK9HEC.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_limits-9336U2TKEEW5OM32YE3UK9HEC.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_wctype-9I4U6X0E79NHQGLBD19ZMTY8I.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_wctype-9I4U6X0E79NHQGLBD19ZMTY8I.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/mach-3LF1FO9FEGKAJGXKQ06U5CU3H.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/mach-3LF1FO9FEGKAJGXKQ06U5CU3H.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdint-15LM14335P2RH94FVI0Z4RU8S.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdint-15LM14335P2RH94FVI0Z4RU8S.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/alloca-CJ0EIS5FNU0HT8G7TZ5V285J7.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/alloca-CJ0EIS5FNU0HT8G7TZ5V285J7.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdint-9C1N7YE8WJZE0QDQH13HFFX45.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdint-9C1N7YE8WJZE0QDQH13HFFX45.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_assert-BUNT5VFYDP9UGV9KQCXDX49MG.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_assert-BUNT5VFYDP9UGV9KQCXDX49MG.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_inttypes-626ST3Y4OX2IB78B2YY6T79M2.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_inttypes-626ST3Y4OX2IB78B2YY6T79M2.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_setjmp-D95HUBXJOP9F6Q40TPPO598SE.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_setjmp-D95HUBXJOP9F6Q40TPPO598SE.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_inttypes-25DNGZ45RWS2FDJX1MI7DK6L1.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_inttypes-25DNGZ45RWS2FDJX1MI7DK6L1.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_locale-ACYQ1P7SVKJSF12SD8ELZWN6I.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_locale-ACYQ1P7SVKJSF12SD8ELZWN6I.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdatomic-EAW5JQFRASMXVLCZGLNKFDSSC.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdatomic-EAW5JQFRASMXVLCZGLNKFDSSC.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/xlocale-A3KUXNDUAO4J3TPK7D86AK8WB.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/xlocale-A3KUXNDUAO4J3TPK7D86AK8WB.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_math-MLPYO8DZUJ61ZZM5X5T0QQP4.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_math-MLPYO8DZUJ61ZZM5X5T0QQP4.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/netinet_in-4U0Q7J985RVKK04T9X5C89OCA.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/netinet_in-4U0Q7J985RVKK04T9X5C89OCA.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_tgmath-2GSJSQKBZHS1JR93K4CIV5L9X.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_tgmath-2GSJSQKBZHS1JR93K4CIV5L9X.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_errno-8A1HN11C334TDSZGMZ5I1MLRT.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_errno-8A1HN11C334TDSZGMZ5I1MLRT.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_tgmath-7X6EZOUGCOMVZ2BDI8MIJREHX.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_tgmath-7X6EZOUGCOMVZ2BDI8MIJREHX.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_useconds_t-5UKQQ05IJK9PZ1GK4SY9VHO45.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_useconds_t-5UKQQ05IJK9PZ1GK4SY9VHO45.scan
SwiftCompile normal arm64 Compiling\ RbFailableAccess.swift,\ RbGateway.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbFailableAccess.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbGateway.swift (in target 'RubyGateway' from project 'RubyGateway')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745948246929636-swift-frontend-RubyGateway-RbFailableAccess.swift-arm64_apple_macos11.4-o-Onone-363307297.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3402 seconds (2.4734 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0246 ( 10.1%)   0.0198 ( 20.4%)   0.0443 ( 13.0%)   1.1107 ( 44.9%)  parse-and-resolve-imports
   0.0235 (  9.7%)   0.0190 ( 19.6%)   0.0425 ( 12.5%)   1.1088 ( 44.8%)  Import resolution
   0.0472 ( 19.4%)   0.0165 ( 17.0%)   0.0637 ( 18.7%)   0.0641 (  2.6%)  build-rewrite-system
   0.0324 ( 13.3%)   0.0087 (  8.9%)   0.0411 ( 12.1%)   0.0411 (  1.7%)  perform-sema
   0.0323 ( 13.3%)   0.0086 (  8.9%)   0.0409 ( 12.0%)   0.0409 (  1.7%)  Type checking and Semantic analysis
   0.0227 (  9.3%)   0.0067 (  6.9%)   0.0294 (  8.6%)   0.0294 (  1.2%)  typecheck-stmt
   0.0127 (  5.2%)   0.0051 (  5.3%)   0.0179 (  5.3%)   0.0179 (  0.7%)  typecheck-expr
   0.0107 (  4.4%)   0.0047 (  4.8%)   0.0154 (  4.5%)   0.0155 (  0.6%)  IRGen
   0.0096 (  3.9%)   0.0012 (  1.2%)   0.0107 (  3.2%)   0.0107 (  0.4%)  SILGen
   0.0084 (  3.4%)   0.0018 (  1.8%)   0.0101 (  3.0%)   0.0101 (  0.4%)  typecheck-decl
   0.0082 (  3.4%)   0.0001 (  0.1%)   0.0083 (  2.5%)   0.0084 (  0.3%)  SIL optimization
   0.0056 (  2.3%)   0.0005 (  0.5%)   0.0061 (  1.8%)   0.0060 (  0.2%)  SILGen-function
   0.0019 (  0.8%)   0.0028 (  2.9%)   0.0046 (  1.4%)   0.0046 (  0.2%)  import-clang-decl
   0.0022 (  0.9%)   0.0006 (  0.7%)   0.0028 (  0.8%)   0.0028 (  0.1%)  precheck-target
   0.0009 (  0.4%)   0.0009 (  1.0%)   0.0018 (  0.5%)   0.0018 (  0.1%)  load-stdlib
   0.0003 (  0.1%)   0.0000 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.0%)  typecheck-expr-pattern
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  load-all-members
   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%)  get-conformance-access-path
   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%)  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%)  AST verification
   0.2432 (100.0%)   0.0970 (100.0%)   0.3402 (100.0%)   2.4734 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8388 seconds (1.9864 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5744 (100.0%)   0.2644 (100.0%)   0.8388 (100.0%)   1.9864 (100.0%)  Building Target
   0.5744 (100.0%)   0.2644 (100.0%)   0.8388 (100.0%)   1.9864 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbFailableAccess.swift (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbGateway.swift (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_types-71A7ZFAM8G0NJNEF4GGNEMQUG.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_types-71A7ZFAM8G0NJNEF4GGNEMQUG.scan
SwiftDriverJobDiscovery normal arm64 Emitting module for RubyGateway (in target 'RubyGateway' from project 'RubyGateway')
SwiftDriver\ Compilation\ Requirements RubyGateway normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RubyGateway' from project 'RubyGateway')
    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 RubyGateway -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos11.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Users/admin/builder/spi-builder-workspace/CRuby/Sources/CRuby -I /Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway-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/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.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/RubyGateway.build/Debug/RubyGateway.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/CRuby/Sources/CRuby -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_string-2ZUDGNGTJCYNYSNG6ARPKOGTH.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_string-2ZUDGNGTJCYNYSNG6ARPKOGTH.scan
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Headers/RubyGateway-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway-Swift.h (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Headers/RubyGateway-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Modules/RubyGateway.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.swiftmodule (in target 'RubyGateway' from project 'RubyGateway')
    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/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Modules/RubyGateway.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Modules/RubyGateway.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.swiftdoc (in target 'RubyGateway' from project 'RubyGateway')
    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/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Modules/RubyGateway.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Modules/RubyGateway.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.abi.json (in target 'RubyGateway' from project 'RubyGateway')
    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/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Modules/RubyGateway.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Modules/RubyGateway.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.swiftsourceinfo (in target 'RubyGateway' from project 'RubyGateway')
    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/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Modules/RubyGateway.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_signal-1RM4CL1PDQ1OED697SYZ4EHYY.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_signal-1RM4CL1PDQ1OED697SYZ4EHYY.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/nl_types-6NZ7C28OJZ40ZNA4E5ICB53NL.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/nl_types-6NZ7C28OJZ40ZNA4E5ICB53NL.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_resource-BOTJ4E0FHGKI443K713H6GIBV.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_resource-BOTJ4E0FHGKI443K713H6GIBV.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_time-8LQ6SM8EFEJF1R8EO3BOWW4QP.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_time-8LQ6SM8EFEJF1R8EO3BOWW4QP.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_wait-A009GDOOVJMY3SDAXY5PYGHQJ.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_wait-A009GDOOVJMY3SDAXY5PYGHQJ.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/gethostuuid-2DNY8I6CYAVMB10UN635Q0VTK.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/gethostuuid-2DNY8I6CYAVMB10UN635Q0VTK.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdlib-2TSDPL2K7BUFAXWHLYKGR913O.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdlib-2TSDPL2K7BUFAXWHLYKGR913O.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_select-8RLM74VH4UTNFV5K6MPXJB7J1.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_select-8RLM74VH4UTNFV5K6MPXJB7J1.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/pthread-BGLXWB9VTTT43KM3E3PLCWXUX.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/pthread-BGLXWB9VTTT43KM3E3PLCWXUX.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdio-3ER8BRPM6WAXCQKYJ4GOXHMI5.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdio-3ER8BRPM6WAXCQKYJ4GOXHMI5.scan
SwiftDriverJobDiscovery normal arm64 Compiling RbComplex.swift, RbObjectCollection.swift (in target 'RubyGateway' from project 'RubyGateway')
VerifyModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/modules-verifier /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework --clang /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang --diagnostic-filename-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/RubyGateway-diagnostic-filename-map.json --sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --intermediates-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/VerifyModule --target arm64-apple-macos11.4 --language objective-c --language objective-c++ --standard gnu17 --standard gnu++14
SwiftCompile normal arm64 Compiling\ RbError.swift,\ RbMethod.swift,\ RbGlobalVar.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbError.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbGlobalVar.swift (in target 'RubyGateway' from project 'RubyGateway')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745948248533976-swift-frontend-RubyGateway-RbError.swift-arm64_apple_macos11.4-o-Onone-1261819427.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8052 seconds (1.0898 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1156 ( 19.6%)   0.0320 ( 14.9%)   0.1475 ( 18.3%)   0.2097 ( 19.2%)  perform-sema
   0.1153 ( 19.5%)   0.0319 ( 14.9%)   0.1472 ( 18.3%)   0.2094 ( 19.2%)  Type checking and Semantic analysis
   0.0918 ( 15.5%)   0.0264 ( 12.3%)   0.1182 ( 14.7%)   0.1744 ( 16.0%)  typecheck-stmt
   0.0636 ( 10.8%)   0.0213 (  9.9%)   0.0848 ( 10.5%)   0.1325 ( 12.2%)  typecheck-expr
   0.0363 (  6.1%)   0.0092 (  4.3%)   0.0455 (  5.6%)   0.0742 (  6.8%)  typecheck-decl
   0.0270 (  4.6%)   0.0323 ( 15.1%)   0.0593 (  7.4%)   0.0594 (  5.5%)  parse-and-resolve-imports
   0.0259 (  4.4%)   0.0314 ( 14.7%)   0.0573 (  7.1%)   0.0574 (  5.3%)  Import resolution
   0.0182 (  3.1%)   0.0059 (  2.7%)   0.0241 (  3.0%)   0.0388 (  3.6%)  precheck-target
   0.0263 (  4.5%)   0.0087 (  4.1%)   0.0350 (  4.3%)   0.0362 (  3.3%)  IRGen
   0.0253 (  4.3%)   0.0026 (  1.2%)   0.0279 (  3.5%)   0.0308 (  2.8%)  SILGen
   0.0172 (  2.9%)   0.0015 (  0.7%)   0.0187 (  2.3%)   0.0212 (  1.9%)  SILGen-function
   0.0148 (  2.5%)   0.0006 (  0.3%)   0.0154 (  1.9%)   0.0162 (  1.5%)  SIL optimization
   0.0031 (  0.5%)   0.0059 (  2.8%)   0.0090 (  1.1%)   0.0139 (  1.3%)  import-clang-decl
   0.0091 (  1.5%)   0.0022 (  1.0%)   0.0113 (  1.4%)   0.0116 (  1.1%)  build-rewrite-system
   0.0011 (  0.2%)   0.0024 (  1.1%)   0.0035 (  0.4%)   0.0035 (  0.3%)  load-stdlib
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  typecheck-for-each
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  load-all-members
   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%)  associated-type-inference
   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%)  get-conformance-access-path
   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%)  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%)  AST verification
   0.5909 (100.0%)   0.2143 (100.0%)   0.8052 (100.0%)   1.0898 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4664 seconds (0.5426 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3641 (100.0%)   0.1023 (100.0%)   0.4664 (100.0%)   0.5426 (100.0%)  Building Target
   0.3641 (100.0%)   0.1023 (100.0%)   0.4664 (100.0%)   0.5426 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbError.swift (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbMethod.swift (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbGlobalVar.swift (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/unistd-9UROW0GUG0JBCYHEBC7BGPEMP.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/unistd-9UROW0GUG0JBCYHEBC7BGPEMP.scan
SwiftDriverJobDiscovery normal arm64 Compiling RbSymbol.swift, RbBlockCall.swift (in target 'RubyGateway' from project 'RubyGateway')
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_wchar-DYXJXPSJ86N3U3QBTRCECZRVM.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_wchar-DYXJXPSJ86N3U3QBTRCECZRVM.scan
SwiftDriverJobDiscovery normal arm64 Compiling RbNumericConversions.swift, CRubyMacros.swift (in target 'RubyGateway' from project 'RubyGateway')
SwiftDriverJobDiscovery normal arm64 Compiling RbOperators.swift, RbVM.swift (in target 'RubyGateway' from project 'RubyGateway')
SwiftDriverJobDiscovery normal arm64 Compiling RbFailableAccess.swift, RbGateway.swift (in target 'RubyGateway' from project 'RubyGateway')
SwiftDriverJobDiscovery normal arm64 Compiling RbRational.swift, String+RubyGateway.swift (in target 'RubyGateway' from project 'RubyGateway')
SwiftDriverJobDiscovery normal arm64 Compiling RbObject.swift, RbThread.swift (in target 'RubyGateway' from project 'RubyGateway')
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Darwin-7SSQDOUDGHAOYUAZTMMK2UNFM.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Darwin-7SSQDOUDGHAOYUAZTMMK2UNFM.scan
SwiftDriverJobDiscovery normal arm64 Compiling RbError.swift, RbMethod.swift, RbGlobalVar.swift (in target 'RubyGateway' from project 'RubyGateway')
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CRuby-BMN5XKEXA76XMRYC5JCWDYRJJ.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CRuby-BMN5XKEXA76XMRYC5JCWDYRJJ.scan
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_value.o /Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers/rbg_value.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'RubyGatewayHelpers' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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 -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -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-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -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/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_value.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_value.dia -c /Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers/rbg_value.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_value.o -index-unit-output-path /RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_value.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_macros.o /Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers/rbg_macros.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'RubyGatewayHelpers' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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 -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -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-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -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/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_macros.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_macros.dia -c /Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers/rbg_macros.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_macros.o -index-unit-output-path /RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_macros.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_protect.o /Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers/rbg_protect.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'RubyGatewayHelpers' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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 -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -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-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -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/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_protect.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_protect.dia -c /Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers/rbg_protect.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_protect.o -index-unit-output-path /RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_protect.o
Libtool /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/libRubyGatewayHelpers.a normal (in target 'RubyGatewayHelpers' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only arm64 -D -syslibroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/RubyGatewayHelpers.LinkFileList -dependency_info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/RubyGatewayHelpers_libtool_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/libRubyGatewayHelpers.a
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/RubyGateway.xcodeproj/RubyGateway_Info.plist (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/RubyGateway.xcodeproj/RubyGateway_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Resources/Info.plist
SwiftDriverJobDiscovery normal arm64 Compiling RbClass.swift, RbConversions.swift (in target 'RubyGateway' from project 'RubyGateway')
SwiftDriverJobDiscovery normal arm64 Compiling RbProc.swift, Lock.swift, RbObjectAccess.swift (in target 'RubyGateway' from project 'RubyGateway')
SwiftDriver\ Compilation RubyGateway normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RubyGateway' from project 'RubyGateway')
    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 RubyGateway -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos11.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Users/admin/builder/spi-builder-workspace/CRuby/Sources/CRuby -I /Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway-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/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.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/RubyGateway.build/Debug/RubyGateway.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/CRuby/Sources/CRuby -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/RubyGateway normal (in target 'RubyGateway' from project 'RubyGateway')
    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-macos11.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.LinkFileList -install_name @rpath/RubyGateway.framework/Versions/A/RubyGateway -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/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.swiftmodule -lRubyGatewayHelpers -Xlinker -no_adhoc_codesign -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/RubyGateway
ExtractAppIntentsMetadata (in target 'RubyGateway' from project 'RubyGateway')
    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 RubyGateway --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 11.4 --bundle-identifier RubyGateway --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Resources --target-triple arm64-apple-macos11.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/RubyGateway --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/RubyGateway.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/RubyGateway.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 10:37:29.952 appintentsmetadataprocessor[788:4420] Starting appintentsmetadataprocessor export
2025-04-29 10:37:29.955 appintentsmetadataprocessor[788:4420] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/RubyGateway.framework/Versions/A/RubyGateway.tbd (in target 'RubyGateway' from project 'RubyGateway')
    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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/RubyGateway -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/RubyGateway.framework/Versions/A/RubyGateway.tbd
CodeSign /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

    Signing Identity:     "Sign to Run Locally"

    /usr/bin/codesign --force --sign - --timestamp\=none --generate-entitlement-der /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/RubyGateway.framework/RubyGateway.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/RubyGateway.framework/Versions/A/RubyGateway.tbd (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/RubyGateway.framework/Versions/A/RubyGateway.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/RubyGateway.framework/RubyGateway.tbd
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "cruby",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnfairh/CRuby"
    }
  ],
  "manifest_display_name" : "RubyGateway",
  "name" : "RubyGateway",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "RubyGateway",
      "targets" : [
        "RubyGateway",
        "RubyGatewayHelpers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RubyThreadSample",
      "targets" : [
        "RubyThreadSample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RubyThreadSample",
      "module_type" : "SwiftTarget",
      "name" : "RubyThreadSample",
      "path" : "Sources/RubyThreadSample",
      "product_memberships" : [
        "RubyThreadSample"
      ],
      "sources" : [
        "RubyExecutor.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "RubyGateway"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "RubyGatewayTests",
      "module_type" : "SwiftTarget",
      "name" : "RubyGatewayTests",
      "path" : "Tests/RubyGatewayTests",
      "sources" : [
        "Helpers.swift",
        "TestArrays.swift",
        "TestCallable.swift",
        "TestClassDef.swift",
        "TestCollection.swift",
        "TestComplex.swift",
        "TestConstants.swift",
        "TestDemo.swift",
        "TestDictionaries.swift",
        "TestDynamic.swift",
        "TestErrors.swift",
        "TestFailable.swift",
        "TestGlobalVars.swift",
        "TestMethods.swift",
        "TestMiscObjTypes.swift",
        "TestNumerics.swift",
        "TestObjMethods.swift",
        "TestOperators.swift",
        "TestProcs.swift",
        "TestRanges.swift",
        "TestRational.swift",
        "TestRbObject.swift",
        "TestSets.swift",
        "TestStrings.swift",
        "TestThreads.swift",
        "TestVM.swift",
        "TestVars.swift"
      ],
      "target_dependencies" : [
        "RubyGateway"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RubyGatewayHelpers",
      "module_type" : "ClangTarget",
      "name" : "RubyGatewayHelpers",
      "path" : "Sources/RubyGatewayHelpers",
      "product_dependencies" : [
        "CRuby"
      ],
      "product_memberships" : [
        "RubyGateway",
        "RubyThreadSample"
      ],
      "sources" : [
        "rbg_macros.m",
        "rbg_protect.m",
        "rbg_value.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RubyGateway",
      "module_type" : "SwiftTarget",
      "name" : "RubyGateway",
      "path" : "Sources/RubyGateway",
      "product_dependencies" : [
        "CRuby"
      ],
      "product_memberships" : [
        "RubyGateway",
        "RubyThreadSample"
      ],
      "sources" : [
        "CRubyMacros.swift",
        "Lock.swift",
        "RbBlockCall.swift",
        "RbClass.swift",
        "RbComplex.swift",
        "RbConversions.swift",
        "RbError.swift",
        "RbFailableAccess.swift",
        "RbGateway.swift",
        "RbGlobalVar.swift",
        "RbMethod.swift",
        "RbNumericConversions.swift",
        "RbObject.swift",
        "RbObjectAccess.swift",
        "RbObjectCollection.swift",
        "RbOperators.swift",
        "RbProc.swift",
        "RbRational.swift",
        "RbSymbol.swift",
        "RbThread.swift",
        "RbVM.swift",
        "String+RubyGateway.swift"
      ],
      "target_dependencies" : [
        "RubyGatewayHelpers"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.