The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of RubyGateway, reference main (cb2d27), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 4 Nov 2025 23:45:36 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.68.0
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 cb2d279 Update CI to Xcode 26 (#62)
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 @):
cb2d27979cab7df1c7b7506ba2a27b953b2aed60
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: 71e22ef74b36de5c32b65e905d744a3b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/71e22ef74b36de5c32b65e905d744a3b.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/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
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
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/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/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/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/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
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
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_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.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.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
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
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/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
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_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
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\ 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')
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1762299920251256-swift-frontend-RubyGateway-RbError.swift-arm64_apple_macos11.4-o-Onone-1418546626.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.6978 seconds (6.7536 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7045 ( 36.7%)   0.3519 ( 45.1%)   1.0564 ( 39.2%)   3.0634 ( 45.4%)  parse-and-resolve-imports
   0.7033 ( 36.7%)   0.3515 ( 45.1%)   1.0547 ( 39.1%)   3.0617 ( 45.3%)  Import resolution
   0.1082 (  5.6%)   0.0144 (  1.8%)   0.1226 (  4.5%)   0.1258 (  1.9%)  perform-sema
   0.1080 (  5.6%)   0.0144 (  1.8%)   0.1223 (  4.5%)   0.1255 (  1.9%)  Type checking and Semantic analysis
   0.0853 (  4.4%)   0.0110 (  1.4%)   0.0962 (  3.6%)   0.0984 (  1.5%)  typecheck-stmt
   0.0563 (  2.9%)   0.0085 (  1.1%)   0.0648 (  2.4%)   0.0652 (  1.0%)  typecheck-expr
   0.0020 (  0.1%)   0.0092 (  1.2%)   0.0112 (  0.4%)   0.0418 (  0.6%)  load-stdlib
   0.0312 (  1.6%)   0.0058 (  0.7%)   0.0370 (  1.4%)   0.0374 (  0.6%)  IRGen
   0.0307 (  1.6%)   0.0037 (  0.5%)   0.0344 (  1.3%)   0.0350 (  0.5%)  typecheck-decl
   0.0247 (  1.3%)   0.0018 (  0.2%)   0.0266 (  1.0%)   0.0270 (  0.4%)  SILGen
   0.0186 (  1.0%)   0.0023 (  0.3%)   0.0209 (  0.8%)   0.0211 (  0.3%)  precheck-target
   0.0167 (  0.9%)   0.0008 (  0.1%)   0.0174 (  0.6%)   0.0179 (  0.3%)  SILGen-function
   0.0147 (  0.8%)   0.0001 (  0.0%)   0.0148 (  0.5%)   0.0150 (  0.2%)  SIL optimization
   0.0108 (  0.6%)   0.0006 (  0.1%)   0.0114 (  0.4%)   0.0114 (  0.2%)  build-rewrite-system
   0.0029 (  0.1%)   0.0034 (  0.4%)   0.0063 (  0.2%)   0.0063 (  0.1%)  import-clang-decl
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  typecheck-for-each
   0.0001 (  0.0%)   0.0001 (  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%)  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%)  populate-source-file-class-member-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%)  AST verification
   1.9183 (100.0%)   0.7795 (100.0%)   2.6978 (100.0%)   6.7536 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.9607 seconds (4.1113 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.2266 (100.0%)   0.7341 (100.0%)   1.9607 (100.0%)   4.1113 (100.0%)  Building Target
   1.2266 (100.0%)   0.7341 (100.0%)   1.9607 (100.0%)   4.1113 (100.0%)  Total
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')
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1762299920251230-swift-frontend-RubyGateway-RbObject.swift-arm64_apple_macos11.4-o-Onone-2042457123.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6280 seconds (6.0638 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0293 (  7.4%)   0.0758 ( 32.3%)   0.1050 ( 16.7%)   2.8060 ( 46.3%)  parse-and-resolve-imports
   0.0283 (  7.2%)   0.0749 ( 32.0%)   0.1032 ( 16.4%)   2.8042 ( 46.2%)  Import resolution
   0.0542 ( 13.8%)   0.0211 (  9.0%)   0.0753 ( 12.0%)   0.0767 (  1.3%)  build-rewrite-system
   0.0641 ( 16.3%)   0.0118 (  5.0%)   0.0759 ( 12.1%)   0.0760 (  1.3%)  perform-sema
   0.0639 ( 16.2%)   0.0118 (  5.0%)   0.0757 ( 12.0%)   0.0758 (  1.2%)  Type checking and Semantic analysis
   0.0445 ( 11.3%)   0.0078 (  3.3%)   0.0523 (  8.3%)   0.0523 (  0.9%)  typecheck-stmt
   0.0382 (  9.7%)   0.0065 (  2.8%)   0.0447 (  7.1%)   0.0448 (  0.7%)  typecheck-expr
   0.0024 (  0.6%)   0.0101 (  4.3%)   0.0125 (  2.0%)   0.0445 (  0.7%)  load-stdlib
   0.0170 (  4.3%)   0.0037 (  1.6%)   0.0206 (  3.3%)   0.0207 (  0.3%)  typecheck-decl
   0.0128 (  3.3%)   0.0047 (  2.0%)   0.0175 (  2.8%)   0.0175 (  0.3%)  IRGen
   0.0126 (  3.2%)   0.0022 (  1.0%)   0.0148 (  2.4%)   0.0148 (  0.2%)  SILGen
   0.0096 (  2.4%)   0.0001 (  0.0%)   0.0097 (  1.5%)   0.0097 (  0.2%)  SIL optimization
   0.0080 (  2.0%)   0.0012 (  0.5%)   0.0092 (  1.5%)   0.0092 (  0.2%)  SILGen-function
   0.0069 (  1.7%)   0.0006 (  0.3%)   0.0075 (  1.2%)   0.0075 (  0.1%)  precheck-target
   0.0016 (  0.4%)   0.0019 (  0.8%)   0.0035 (  0.6%)   0.0035 (  0.1%)  import-clang-decl
   0.0004 (  0.1%)   0.0001 (  0.0%)   0.0004 (  0.1%)   0.0005 (  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.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%)  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%)  load-all-members
   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.3937 (100.0%)   0.2343 (100.0%)   0.6280 (100.0%)   6.0638 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2077 seconds (4.0746 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6869 (100.0%)   0.5207 (100.0%)   1.2077 (100.0%)   4.0746 (100.0%)  Building Target
   0.6869 (100.0%)   0.5207 (100.0%)   1.2077 (100.0%)   4.0746 (100.0%)  Total
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-1762299920273246-swift-frontend-RubyGateway-RbProc.swift-arm64_apple_macos11.4-o-Onone-3613805304.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7102 seconds (6.0734 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0278 (  6.2%)   0.0770 ( 29.5%)   0.1048 ( 14.7%)   2.7703 ( 45.6%)  parse-and-resolve-imports
   0.0268 (  6.0%)   0.0762 ( 29.2%)   0.1030 ( 14.5%)   2.7686 ( 45.6%)  Import resolution
   0.0943 ( 21.0%)   0.0306 ( 11.7%)   0.1249 ( 17.6%)   0.1408 (  2.3%)  build-rewrite-system
   0.0573 ( 12.8%)   0.0118 (  4.5%)   0.0690 (  9.7%)   0.0691 (  1.1%)  perform-sema
   0.0571 ( 12.7%)   0.0117 (  4.5%)   0.0688 (  9.7%)   0.0689 (  1.1%)  Type checking and Semantic analysis
   0.0481 ( 10.7%)   0.0096 (  3.7%)   0.0577 (  8.1%)   0.0578 (  1.0%)  typecheck-stmt
   0.0379 (  8.5%)   0.0079 (  3.0%)   0.0459 (  6.5%)   0.0459 (  0.8%)  typecheck-expr
   0.0194 (  4.3%)   0.0202 (  7.7%)   0.0396 (  5.6%)   0.0419 (  0.7%)  import-clang-decl
   0.0183 (  4.1%)   0.0064 (  2.4%)   0.0247 (  3.5%)   0.0247 (  0.4%)  IRGen
   0.0189 (  4.2%)   0.0023 (  0.9%)   0.0212 (  3.0%)   0.0212 (  0.3%)  SILGen
   0.0011 (  0.3%)   0.0021 (  0.8%)   0.0033 (  0.5%)   0.0167 (  0.3%)  load-stdlib
   0.0137 (  3.1%)   0.0013 (  0.5%)   0.0150 (  2.1%)   0.0149 (  0.2%)  SILGen-function
   0.0104 (  2.3%)   0.0006 (  0.2%)   0.0110 (  1.5%)   0.0110 (  0.2%)  SIL optimization
   0.0089 (  2.0%)   0.0020 (  0.8%)   0.0109 (  1.5%)   0.0109 (  0.2%)  typecheck-decl
   0.0076 (  1.7%)   0.0014 (  0.5%)   0.0090 (  1.3%)   0.0090 (  0.1%)  precheck-target
   0.0011 (  0.2%)   0.0002 (  0.1%)   0.0013 (  0.2%)   0.0014 (  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%)  get-conformance-access-path
   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%)  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%)  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.4489 (100.0%)   0.2613 (100.0%)   0.7102 (100.0%)   6.0734 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8935 seconds (4.7265 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.3152 (100.0%)   0.5783 (100.0%)   1.8935 (100.0%)   4.7265 (100.0%)  Building Target
   1.3152 (100.0%)   0.5783 (100.0%)   1.8935 (100.0%)   4.7265 (100.0%)  Total
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-1762299920270373-swift-frontend-RubyGateway-RbFailableAccess.swift-arm64_apple_macos11.4-o-Onone-1840491721.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.3454 seconds (5.6434 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1368 ( 46.2%)   0.4144 ( 46.9%)   1.5512 ( 46.4%)   2.6919 ( 47.7%)  parse-and-resolve-imports
   1.1357 ( 46.1%)   0.4141 ( 46.9%)   1.5498 ( 46.3%)   2.6905 ( 47.7%)  Import resolution
   0.0528 (  2.1%)   0.0096 (  1.1%)   0.0624 (  1.9%)   0.0624 (  1.1%)  build-rewrite-system
   0.0290 (  1.2%)   0.0097 (  1.1%)   0.0387 (  1.2%)   0.0396 (  0.7%)  perform-sema
   0.0289 (  1.2%)   0.0097 (  1.1%)   0.0385 (  1.2%)   0.0394 (  0.7%)  Type checking and Semantic analysis
   0.0197 (  0.8%)   0.0048 (  0.5%)   0.0245 (  0.7%)   0.0247 (  0.4%)  typecheck-stmt
   0.0012 (  0.0%)   0.0022 (  0.2%)   0.0033 (  0.1%)   0.0159 (  0.3%)  load-stdlib
   0.0113 (  0.5%)   0.0039 (  0.4%)   0.0152 (  0.5%)   0.0154 (  0.3%)  typecheck-expr
   0.0102 (  0.4%)   0.0045 (  0.5%)   0.0147 (  0.4%)   0.0147 (  0.3%)  IRGen
   0.0080 (  0.3%)   0.0047 (  0.5%)   0.0127 (  0.4%)   0.0134 (  0.2%)  typecheck-decl
   0.0099 (  0.4%)   0.0019 (  0.2%)   0.0118 (  0.4%)   0.0132 (  0.2%)  SILGen
   0.0082 (  0.3%)   0.0005 (  0.1%)   0.0087 (  0.3%)   0.0087 (  0.2%)  SIL optimization
   0.0057 (  0.2%)   0.0005 (  0.1%)   0.0062 (  0.2%)   0.0062 (  0.1%)  SILGen-function
   0.0022 (  0.1%)   0.0026 (  0.3%)   0.0048 (  0.1%)   0.0048 (  0.1%)  import-clang-decl
   0.0018 (  0.1%)   0.0005 (  0.1%)   0.0022 (  0.1%)   0.0022 (  0.0%)  precheck-target
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   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.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%)  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%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   2.4619 (100.0%)   0.8835 (100.0%)   3.3454 (100.0%)   5.6434 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.7654 seconds (4.0361 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8645 (100.0%)   0.9009 (100.0%)   2.7654 (100.0%)   4.0361 (100.0%)  Building Target
   1.8645 (100.0%)   0.9009 (100.0%)   2.7654 (100.0%)   4.0361 (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

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-1762299920255137-swift-frontend-RubyGateway-all-arm64_apple_macos11.4-swiftmodule-Onone-3477757927.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6868 seconds (6.1677 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0374 (  8.8%)   0.0841 ( 32.3%)   0.1215 ( 17.7%)   2.8591 ( 46.4%)  parse-and-resolve-imports
   0.0364 (  8.6%)   0.0834 ( 32.0%)   0.1198 ( 17.5%)   2.8575 ( 46.3%)  Import resolution
   0.0720 ( 16.9%)   0.0134 (  5.1%)   0.0854 ( 12.4%)   0.0854 (  1.4%)  perform-sema
   0.0717 ( 16.8%)   0.0133 (  5.1%)   0.0849 ( 12.4%)   0.0849 (  1.4%)  Type checking and Semantic analysis
   0.0701 ( 16.5%)   0.0127 (  4.9%)   0.0828 ( 12.1%)   0.0828 (  1.3%)  typecheck-decl
   0.0216 (  5.1%)   0.0107 (  4.1%)   0.0323 (  4.7%)   0.0341 (  0.6%)  SIL optimization
   0.0282 (  6.6%)   0.0055 (  2.1%)   0.0337 (  4.9%)   0.0337 (  0.5%)  SILGen
   0.0134 (  3.1%)   0.0150 (  5.7%)   0.0283 (  4.1%)   0.0306 (  0.5%)  load-stdlib
   0.0168 (  3.9%)   0.0039 (  1.5%)   0.0207 (  3.0%)   0.0207 (  0.3%)  typecheck-expr
   0.0174 (  4.1%)   0.0030 (  1.1%)   0.0203 (  3.0%)   0.0203 (  0.3%)  SILGen-function
   0.0127 (  3.0%)   0.0039 (  1.5%)   0.0166 (  2.4%)   0.0166 (  0.3%)  build-rewrite-system
   0.0058 (  1.4%)   0.0060 (  2.3%)   0.0118 (  1.7%)   0.0136 (  0.2%)  Serialization, swiftmodule
   0.0064 (  1.5%)   0.0012 (  0.5%)   0.0076 (  1.1%)   0.0076 (  0.1%)  typecheck-stmt
   0.0052 (  1.2%)   0.0008 (  0.3%)   0.0060 (  0.9%)   0.0060 (  0.1%)  typecheck-expr-pattern
   0.0040 (  0.9%)   0.0015 (  0.6%)   0.0056 (  0.8%)   0.0056 (  0.1%)  Serialization, swiftdoc
   0.0025 (  0.6%)   0.0004 (  0.2%)   0.0029 (  0.4%)   0.0029 (  0.0%)  precheck-target
   0.0015 (  0.3%)   0.0013 (  0.5%)   0.0028 (  0.4%)   0.0028 (  0.0%)  import-clang-decl
   0.0024 (  0.6%)   0.0004 (  0.1%)   0.0027 (  0.4%)   0.0027 (  0.0%)  Serialization, swiftsourceinfo
   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.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%)  SIL verification, post-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  source-file-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-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.4262 (100.0%)   0.2606 (100.0%)   0.6868 (100.0%)   6.1677 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3211 seconds (3.0628 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1878 (100.0%)   0.1332 (100.0%)   0.3211 (100.0%)   3.0628 (100.0%)  Building Target
   0.1878 (100.0%)   0.1332 (100.0%)   0.3211 (100.0%)   3.0628 (100.0%)  Total
EmitSwiftModule normal arm64 (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-1762299920274431-swift-frontend-RubyGateway-RbRational.swift-arm64_apple_macos11.4-o-Onone-4134693805.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4961 seconds (6.0801 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0285 ( 10.3%)   0.0763 ( 34.8%)   0.1049 ( 21.1%)   2.8904 ( 47.5%)  parse-and-resolve-imports
   0.0276 ( 10.0%)   0.0756 ( 34.4%)   0.1032 ( 20.8%)   2.8888 ( 47.5%)  Import resolution
   0.0531 ( 19.2%)   0.0199 (  9.1%)   0.0730 ( 14.7%)   0.0755 (  1.2%)  build-rewrite-system
   0.0362 ( 13.1%)   0.0098 (  4.5%)   0.0460 (  9.3%)   0.0461 (  0.8%)  perform-sema
   0.0361 ( 13.1%)   0.0098 (  4.5%)   0.0459 (  9.2%)   0.0459 (  0.8%)  Type checking and Semantic analysis
   0.0323 ( 11.7%)   0.0090 (  4.1%)   0.0413 (  8.3%)   0.0413 (  0.7%)  typecheck-stmt
   0.0263 (  9.5%)   0.0075 (  3.4%)   0.0338 (  6.8%)   0.0338 (  0.6%)  typecheck-expr
   0.0011 (  0.4%)   0.0020 (  0.9%)   0.0031 (  0.6%)   0.0134 (  0.2%)  load-stdlib
   0.0090 (  3.2%)   0.0019 (  0.9%)   0.0109 (  2.2%)   0.0109 (  0.2%)  precheck-target
   0.0066 (  2.4%)   0.0035 (  1.6%)   0.0100 (  2.0%)   0.0101 (  0.2%)  IRGen
   0.0059 (  2.1%)   0.0008 (  0.4%)   0.0067 (  1.3%)   0.0067 (  0.1%)  SILGen
   0.0052 (  1.9%)   0.0001 (  0.0%)   0.0053 (  1.1%)   0.0052 (  0.1%)  SIL optimization
   0.0042 (  1.5%)   0.0004 (  0.2%)   0.0046 (  0.9%)   0.0046 (  0.1%)  SILGen-function
   0.0019 (  0.7%)   0.0024 (  1.1%)   0.0043 (  0.9%)   0.0043 (  0.1%)  import-clang-decl
   0.0023 (  0.8%)   0.0007 (  0.3%)   0.0029 (  0.6%)   0.0029 (  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%)  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.2765 (100.0%)   0.2196 (100.0%)   0.4961 (100.0%)   6.0801 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1295 seconds (4.0404 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6115 (100.0%)   0.5180 (100.0%)   1.1295 (100.0%)   4.0404 (100.0%)  Building Target
   0.6115 (100.0%)   0.5180 (100.0%)   1.1295 (100.0%)   4.0404 (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\ 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-1762299920272862-swift-frontend-RubyGateway-RbNumericConversions.swift-arm64_apple_macos11.4-o-Onone-2640146284.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4530 seconds (5.6408 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0284 ( 12.4%)   0.0806 ( 35.9%)   0.1090 ( 24.1%)   2.6914 ( 47.7%)  parse-and-resolve-imports
   0.0274 ( 12.0%)   0.0797 ( 35.5%)   0.1071 ( 23.6%)   2.6895 ( 47.7%)  Import resolution
   0.0532 ( 23.3%)   0.0165 (  7.4%)   0.0697 ( 15.4%)   0.0696 (  1.2%)  build-rewrite-system
   0.0215 (  9.4%)   0.0070 (  3.1%)   0.0285 (  6.3%)   0.0309 (  0.5%)  perform-sema
   0.0214 (  9.4%)   0.0070 (  3.1%)   0.0284 (  6.3%)   0.0308 (  0.5%)  Type checking and Semantic analysis
   0.0119 (  5.2%)   0.0091 (  4.0%)   0.0210 (  4.6%)   0.0255 (  0.5%)  SILGen
   0.0153 (  6.7%)   0.0033 (  1.5%)   0.0186 (  4.1%)   0.0186 (  0.3%)  typecheck-stmt
   0.0133 (  5.8%)   0.0027 (  1.2%)   0.0161 (  3.5%)   0.0161 (  0.3%)  typecheck-expr
   0.0090 (  3.9%)   0.0044 (  2.0%)   0.0134 (  3.0%)   0.0159 (  0.3%)  typecheck-decl
   0.0081 (  3.6%)   0.0071 (  3.1%)   0.0152 (  3.4%)   0.0153 (  0.3%)  IRGen
   0.0011 (  0.5%)   0.0022 (  1.0%)   0.0033 (  0.7%)   0.0143 (  0.3%)  load-stdlib
   0.0087 (  3.8%)   0.0024 (  1.1%)   0.0111 (  2.4%)   0.0111 (  0.2%)  SILGen-function
   0.0039 (  1.7%)   0.0001 (  0.0%)   0.0040 (  0.9%)   0.0040 (  0.1%)  SIL optimization
   0.0028 (  1.2%)   0.0005 (  0.2%)   0.0033 (  0.7%)   0.0033 (  0.1%)  typecheck-expr-pattern
   0.0012 (  0.5%)   0.0015 (  0.7%)   0.0027 (  0.6%)   0.0027 (  0.0%)  import-clang-decl
   0.0013 (  0.6%)   0.0002 (  0.1%)   0.0015 (  0.3%)   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%)  source-file-populate-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%)  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.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.2287 (100.0%)   0.2243 (100.0%)   0.4530 (100.0%)   5.6408 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2800 seconds (4.0350 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7016 (100.0%)   0.5784 (100.0%)   1.2800 (100.0%)   4.0350 (100.0%)  Building Target
   0.7016 (100.0%)   0.5784 (100.0%)   1.2800 (100.0%)   4.0350 (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\ 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-1762299920946884-swift-frontend-RubyGateway-RbSymbol.swift-arm64_apple_macos11.4-o-Onone-2320197299.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3462 seconds (4.3075 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0251 ( 11.0%)   0.0273 ( 23.2%)   0.0524 ( 15.1%)   2.0295 ( 47.1%)  parse-and-resolve-imports
   0.0242 ( 10.6%)   0.0265 ( 22.5%)   0.0506 ( 14.6%)   2.0277 ( 47.1%)  Import resolution
   0.0523 ( 22.9%)   0.0168 ( 14.3%)   0.0691 ( 20.0%)   0.0691 (  1.6%)  build-rewrite-system
   0.0246 ( 10.8%)   0.0092 (  7.9%)   0.0338 (  9.8%)   0.0345 (  0.8%)  perform-sema
   0.0245 ( 10.7%)   0.0092 (  7.8%)   0.0337 (  9.7%)   0.0343 (  0.8%)  Type checking and Semantic analysis
   0.0185 (  8.1%)   0.0043 (  3.6%)   0.0228 (  6.6%)   0.0228 (  0.5%)  typecheck-stmt
   0.0151 (  6.6%)   0.0033 (  2.8%)   0.0183 (  5.3%)   0.0183 (  0.4%)  typecheck-expr
   0.0086 (  3.8%)   0.0043 (  3.7%)   0.0130 (  3.7%)   0.0174 (  0.4%)  SILGen
   0.0098 (  4.3%)   0.0060 (  5.1%)   0.0158 (  4.6%)   0.0165 (  0.4%)  IRGen
   0.0066 (  2.9%)   0.0051 (  4.4%)   0.0118 (  3.4%)   0.0124 (  0.3%)  typecheck-decl
   0.0058 (  2.5%)   0.0013 (  1.1%)   0.0071 (  2.1%)   0.0072 (  0.2%)  SILGen-function
   0.0060 (  2.6%)   0.0006 (  0.5%)   0.0066 (  1.9%)   0.0066 (  0.2%)  SIL optimization
   0.0047 (  2.1%)   0.0010 (  0.9%)   0.0057 (  1.7%)   0.0057 (  0.1%)  precheck-target
   0.0010 (  0.5%)   0.0016 (  1.3%)   0.0026 (  0.8%)   0.0026 (  0.1%)  load-stdlib
   0.0014 (  0.6%)   0.0012 (  1.0%)   0.0026 (  0.7%)   0.0026 (  0.1%)  import-clang-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%)  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%)  get-conformance-access-path
   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%)  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.2285 (100.0%)   0.1177 (100.0%)   0.3462 (100.0%)   4.3075 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2562 seconds (3.3688 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7365 (100.0%)   0.5197 (100.0%)   1.2562 (100.0%)   3.3688 (100.0%)  Building Target
   0.7365 (100.0%)   0.5197 (100.0%)   1.2562 (100.0%)   3.3688 (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

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-1762299920946481-swift-frontend-RubyGateway-RbClass.swift-arm64_apple_macos11.4-o-Onone-3391286003.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8558 seconds (5.5144 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0275 (  4.3%)   0.0265 ( 12.1%)   0.0539 (  6.3%)   2.3652 ( 42.9%)  parse-and-resolve-imports
   0.0260 (  4.1%)   0.0251 ( 11.5%)   0.0511 (  6.0%)   2.3623 ( 42.8%)  Import resolution
   0.1100 ( 17.3%)   0.0289 ( 13.3%)   0.1389 ( 16.2%)   0.1430 (  2.6%)  perform-sema
   0.1098 ( 17.2%)   0.0288 ( 13.2%)   0.1385 ( 16.2%)   0.1426 (  2.6%)  Type checking and Semantic analysis
   0.0867 ( 13.6%)   0.0242 ( 11.1%)   0.1109 ( 13.0%)   0.1148 (  2.1%)  typecheck-stmt
   0.0745 ( 11.7%)   0.0221 ( 10.1%)   0.0966 ( 11.3%)   0.1002 (  1.8%)  typecheck-expr
   0.0465 (  7.3%)   0.0145 (  6.6%)   0.0609 (  7.1%)   0.0726 (  1.3%)  build-rewrite-system
   0.0388 (  6.1%)   0.0103 (  4.7%)   0.0491 (  5.7%)   0.0493 (  0.9%)  typecheck-decl
   0.0220 (  3.5%)   0.0090 (  4.1%)   0.0311 (  3.6%)   0.0338 (  0.6%)  precheck-target
   0.0144 (  2.3%)   0.0147 (  6.7%)   0.0291 (  3.4%)   0.0335 (  0.6%)  import-clang-decl
   0.0266 (  4.2%)   0.0029 (  1.3%)   0.0296 (  3.5%)   0.0296 (  0.5%)  SILGen
   0.0211 (  3.3%)   0.0069 (  3.2%)   0.0280 (  3.3%)   0.0285 (  0.5%)  IRGen
   0.0179 (  2.8%)   0.0016 (  0.7%)   0.0195 (  2.3%)   0.0195 (  0.4%)  SILGen-function
   0.0127 (  2.0%)   0.0007 (  0.3%)   0.0134 (  1.6%)   0.0136 (  0.2%)  SIL optimization
   0.0010 (  0.2%)   0.0017 (  0.8%)   0.0028 (  0.3%)   0.0028 (  0.1%)  load-stdlib
   0.0010 (  0.2%)   0.0003 (  0.1%)   0.0012 (  0.1%)   0.0017 (  0.0%)  load-all-members
   0.0006 (  0.1%)   0.0001 (  0.0%)   0.0006 (  0.1%)   0.0006 (  0.0%)  typecheck-for-each
   0.0003 (  0.1%)   0.0000 (  0.0%)   0.0004 (  0.0%)   0.0004 (  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.0001 (  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%)  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.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.6376 (100.0%)   0.2183 (100.0%)   0.8558 (100.0%)   5.5144 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5831 seconds (4.0530 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9609 (100.0%)   0.6221 (100.0%)   1.5831 (100.0%)   4.0530 (100.0%)  Building Target
   0.9609 (100.0%)   0.6221 (100.0%)   1.5831 (100.0%)   4.0530 (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

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\ 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-1762299921893439-swift-frontend-RubyGateway-RbOperators.swift-arm64_apple_macos11.4-o-Onone-1223785066.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3854 seconds (2.4931 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0223 (  7.8%)   0.0186 ( 19.0%)   0.0409 ( 10.6%)   1.0945 ( 43.9%)  parse-and-resolve-imports
   0.0216 (  7.5%)   0.0179 ( 18.3%)   0.0395 ( 10.3%)   1.0931 ( 43.8%)  Import resolution
   0.0501 ( 17.4%)   0.0175 ( 17.9%)   0.0676 ( 17.5%)   0.0677 (  2.7%)  build-rewrite-system
   0.0406 ( 14.1%)   0.0085 (  8.7%)   0.0491 ( 12.7%)   0.0491 (  2.0%)  perform-sema
   0.0404 ( 14.1%)   0.0085 (  8.7%)   0.0489 ( 12.7%)   0.0490 (  2.0%)  Type checking and Semantic analysis
   0.0265 (  9.2%)   0.0053 (  5.4%)   0.0319 (  8.3%)   0.0319 (  1.3%)  typecheck-stmt
   0.0214 (  7.4%)   0.0047 (  4.8%)   0.0261 (  6.8%)   0.0261 (  1.0%)  typecheck-expr
   0.0173 (  6.0%)   0.0042 (  4.3%)   0.0215 (  5.6%)   0.0216 (  0.9%)  typecheck-decl
   0.0126 (  4.4%)   0.0050 (  5.1%)   0.0176 (  4.6%)   0.0176 (  0.7%)  IRGen
   0.0102 (  3.5%)   0.0019 (  1.9%)   0.0121 (  3.1%)   0.0121 (  0.5%)  SILGen
   0.0093 (  3.3%)   0.0002 (  0.2%)   0.0095 (  2.5%)   0.0095 (  0.4%)  SIL optimization
   0.0072 (  2.5%)   0.0012 (  1.2%)   0.0083 (  2.2%)   0.0084 (  0.3%)  SILGen-function
   0.0050 (  1.7%)   0.0009 (  1.0%)   0.0059 (  1.5%)   0.0059 (  0.2%)  precheck-target
   0.0019 (  0.7%)   0.0023 (  2.4%)   0.0042 (  1.1%)   0.0045 (  0.2%)  import-clang-decl
   0.0009 (  0.3%)   0.0011 (  1.1%)   0.0020 (  0.5%)   0.0020 (  0.1%)  load-stdlib
   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%)  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%)  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%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2874 (100.0%)   0.0980 (100.0%)   0.3854 (100.0%)   2.4931 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2472 seconds (2.4269 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7562 (100.0%)   0.4910 (100.0%)   1.2472 (100.0%)   2.4269 (100.0%)  Building Target
   0.7562 (100.0%)   0.4910 (100.0%)   1.2472 (100.0%)   2.4269 (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

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
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
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 RbNumericConversions.swift, CRubyMacros.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 RbError.swift, RbMethod.swift, RbGlobalVar.swift (in target 'RubyGateway' from project 'RubyGateway')
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-1762299924532239-swift-frontend-RubyGateway-RbComplex.swift-arm64_apple_macos11.4-o-Onone-604046873.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3198 seconds (0.3199 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0274 ( 12.1%)   0.0260 ( 27.7%)   0.0534 ( 16.7%)   0.0534 ( 16.7%)  parse-and-resolve-imports
   0.0259 ( 11.5%)   0.0249 ( 26.5%)   0.0508 ( 15.9%)   0.0508 ( 15.9%)  Import resolution
   0.0372 ( 16.5%)   0.0086 (  9.1%)   0.0458 ( 14.3%)   0.0458 ( 14.3%)  perform-sema
   0.0371 ( 16.4%)   0.0086 (  9.1%)   0.0456 ( 14.3%)   0.0456 ( 14.3%)  Type checking and Semantic analysis
   0.0192 (  8.5%)   0.0047 (  5.1%)   0.0239 (  7.5%)   0.0239 (  7.5%)  typecheck-stmt
   0.0173 (  7.7%)   0.0037 (  4.0%)   0.0210 (  6.6%)   0.0210 (  6.6%)  typecheck-decl
   0.0154 (  6.8%)   0.0037 (  3.9%)   0.0190 (  5.9%)   0.0190 (  5.9%)  typecheck-expr
   0.0139 (  6.2%)   0.0041 (  4.4%)   0.0181 (  5.6%)   0.0181 (  5.6%)  build-rewrite-system
   0.0096 (  4.3%)   0.0043 (  4.6%)   0.0139 (  4.4%)   0.0139 (  4.4%)  IRGen
   0.0079 (  3.5%)   0.0014 (  1.5%)   0.0093 (  2.9%)   0.0093 (  2.9%)  SILGen
   0.0058 (  2.6%)   0.0003 (  0.3%)   0.0061 (  1.9%)   0.0061 (  1.9%)  SIL optimization
   0.0035 (  1.6%)   0.0005 (  0.5%)   0.0041 (  1.3%)   0.0041 (  1.3%)  SILGen-function
   0.0032 (  1.4%)   0.0008 (  0.9%)   0.0040 (  1.3%)   0.0040 (  1.2%)  precheck-target
   0.0012 (  0.5%)   0.0017 (  1.8%)   0.0029 (  0.9%)   0.0029 (  0.9%)  load-stdlib
   0.0003 (  0.1%)   0.0004 (  0.4%)   0.0007 (  0.2%)   0.0007 (  0.2%)  import-clang-decl
   0.0004 (  0.2%)   0.0001 (  0.1%)   0.0005 (  0.2%)   0.0005 (  0.2%)  associated-type-inference
   0.0003 (  0.1%)   0.0001 (  0.2%)   0.0005 (  0.1%)   0.0005 (  0.1%)  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%)  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%)  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.2259 (100.0%)   0.0940 (100.0%)   0.3198 (100.0%)   0.3199 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1864 seconds (0.1865 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1331 (100.0%)   0.0533 (100.0%)   0.1864 (100.0%)   0.1865 (100.0%)  Building Target
   0.1331 (100.0%)   0.0533 (100.0%)   0.1864 (100.0%)   0.1865 (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

SwiftDriverJobDiscovery normal arm64 Compiling RbFailableAccess.swift, RbGateway.swift (in target 'RubyGateway' from project 'RubyGateway')
SwiftDriverJobDiscovery normal arm64 Compiling RbSymbol.swift, RbBlockCall.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')
SwiftDriverJobDiscovery normal arm64 Compiling RbOperators.swift, RbVM.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
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
SwiftDriverJobDiscovery normal arm64 Compiling RbComplex.swift, RbObjectCollection.swift (in target 'RubyGateway' from project 'RubyGateway')
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
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
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-11-04 15:45:25.273 appintentsmetadataprocessor[823:4618] Starting appintentsmetadataprocessor export
2025-11-04 15:45:25.276 appintentsmetadataprocessor[823:4618] 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.