The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of RubyGateway, reference v6.1.1 (7955a4), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 29 Apr 2025 17:38:48 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RubyGateway-Package -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnfairh/RubyGateway.git
Reference: v6.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnfairh/RubyGateway
 * tag               v6.1.1     -> FETCH_HEAD
HEAD is now at 7955a45 Version 6.1.1
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 @):
7955a459712adb58aad622843c781946097b2e91
SUCCESS checkout https://github.com/johnfairh/RubyGateway.git at v6.1.1
========================================
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: 8332c50351e2fd0dc5cf9f3feb2b26ac
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/8332c50351e2fd0dc5cf9f3feb2b26ac.xcbuilddata
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
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/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/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/RubyGatewayHelpers.DependencyStaticMetadataFileList (in target 'RubyGatewayHelpers' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/RubyGatewayHelpers.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/RubyGateway.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
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
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/RubyGateway.DependencyStaticMetadataFileList (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/RubyGateway.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/module.modulemap (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/module.modulemap
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/RubyGatewayHelpers.build/Objects-normal/arm64/RubyGatewayHelpers.LinkFileList (in target 'RubyGatewayHelpers' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/RubyGatewayHelpers.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp (in target 'RubyGatewayHelpers' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
-target arm64-apple-macos11.0 '-std=gnu11' -fobjc-arc -fmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' -fpascal-strings -O0 -fno-common '-DDEBUG=1' '-DOBJC_OLD_DISPATCH_PROTOTYPES=0' -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -g -fprofile-instr-generate -fcoverage-mapping -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -I/Users/admin/builder/spi-builder-workspace/CRuby/Sources/CRuby -I/Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/RubyGateway-diagnostic-filename-map.json (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/RubyGateway-diagnostic-filename-map.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.SwiftFileList (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway_const_extract_protocols.json (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.SwiftConstValuesFileList (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.LinkFileList (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway-OutputFileMap.json (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Modules/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/module.modulemap (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/Current A (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/Current
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/RubyGateway Versions/Current/RubyGateway (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/RubyGateway /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/RubyGateway
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Resources Versions/Current/Resources (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Resources
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Modules Versions/Current/Modules (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Headers Versions/Current/Headers (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Resources (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A (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/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 (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_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_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_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\ 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')
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745948311526877-swift-frontend-RubyGateway-RbOperators.swift-arm64_apple_macos11.4-o-Onone-604819906.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4129 seconds (5.5391 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0249 (  8.2%)   0.0211 ( 19.1%)   0.0460 ( 11.1%)   2.4725 ( 44.6%)  parse-and-resolve-imports
   0.0236 (  7.8%)   0.0201 ( 18.2%)   0.0437 ( 10.6%)   2.4702 ( 44.6%)  Import resolution
   0.0018 (  0.6%)   0.0064 (  5.7%)   0.0082 (  2.0%)   0.2811 (  5.1%)  load-stdlib
   0.0496 ( 16.4%)   0.0184 ( 16.6%)   0.0680 ( 16.5%)   0.0683 (  1.2%)  build-rewrite-system
   0.0430 ( 14.2%)   0.0093 (  8.4%)   0.0523 ( 12.7%)   0.0523 (  0.9%)  perform-sema
   0.0428 ( 14.2%)   0.0093 (  8.4%)   0.0521 ( 12.6%)   0.0521 (  0.9%)  Type checking and Semantic analysis
   0.0272 (  9.0%)   0.0051 (  4.6%)   0.0323 (  7.8%)   0.0323 (  0.6%)  typecheck-stmt
   0.0225 (  7.4%)   0.0045 (  4.0%)   0.0270 (  6.5%)   0.0270 (  0.5%)  typecheck-expr
   0.0191 (  6.3%)   0.0050 (  4.5%)   0.0241 (  5.8%)   0.0241 (  0.4%)  typecheck-decl
   0.0123 (  4.1%)   0.0050 (  4.6%)   0.0174 (  4.2%)   0.0174 (  0.3%)  IRGen
   0.0110 (  3.6%)   0.0021 (  1.9%)   0.0131 (  3.2%)   0.0131 (  0.2%)  SILGen
   0.0098 (  3.3%)   0.0000 (  0.0%)   0.0099 (  2.4%)   0.0099 (  0.2%)  SIL optimization
   0.0078 (  2.6%)   0.0013 (  1.2%)   0.0092 (  2.2%)   0.0092 (  0.2%)  SILGen-function
   0.0051 (  1.7%)   0.0011 (  1.0%)   0.0061 (  1.5%)   0.0061 (  0.1%)  precheck-target
   0.0015 (  0.5%)   0.0018 (  1.6%)   0.0033 (  0.8%)   0.0033 (  0.1%)  import-clang-decl
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   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%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3023 (100.0%)   0.1106 (100.0%)   0.4129 (100.0%)   5.5391 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0851 seconds (3.8863 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6077 (100.0%)   0.4774 (100.0%)   1.0851 (100.0%)   3.8863 (100.0%)  Building Target
   0.6077 (100.0%)   0.4774 (100.0%)   1.0851 (100.0%)   3.8863 (100.0%)  Total
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-1745948311522940-swift-frontend-RubyGateway-all-arm64_apple_macos11.4-swiftmodule-Onone-624007311.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4858 seconds (5.6465 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0242 (  6.7%)   0.0213 ( 17.0%)   0.0454 (  9.3%)   2.4710 ( 43.8%)  parse-and-resolve-imports
   0.0231 (  6.4%)   0.0205 ( 16.4%)   0.0436 (  9.0%)   2.4692 ( 43.7%)  Import resolution
   0.0018 (  0.5%)   0.0078 (  6.2%)   0.0097 (  2.0%)   0.3169 (  5.6%)  load-stdlib
   0.0694 ( 19.2%)   0.0132 ( 10.5%)   0.0826 ( 17.0%)   0.0826 (  1.5%)  perform-sema
   0.0691 ( 19.2%)   0.0130 ( 10.4%)   0.0821 ( 16.9%)   0.0821 (  1.5%)  Type checking and Semantic analysis
   0.0675 ( 18.7%)   0.0125 ( 10.0%)   0.0800 ( 16.5%)   0.0800 (  1.4%)  typecheck-decl
   0.0246 (  6.8%)   0.0058 (  4.6%)   0.0304 (  6.2%)   0.0304 (  0.5%)  SILGen
   0.0190 (  5.3%)   0.0094 (  7.5%)   0.0284 (  5.8%)   0.0295 (  0.5%)  SIL optimization
   0.0144 (  4.0%)   0.0031 (  2.5%)   0.0175 (  3.6%)   0.0175 (  0.3%)  SILGen-function
   0.0138 (  3.8%)   0.0036 (  2.9%)   0.0175 (  3.6%)   0.0175 (  0.3%)  typecheck-expr
   0.0129 (  3.6%)   0.0045 (  3.6%)   0.0174 (  3.6%)   0.0174 (  0.3%)  build-rewrite-system
   0.0050 (  1.4%)   0.0055 (  4.4%)   0.0105 (  2.2%)   0.0116 (  0.2%)  Serialization, swiftmodule
   0.0040 (  1.1%)   0.0012 (  1.0%)   0.0052 (  1.1%)   0.0052 (  0.1%)  Serialization, swiftdoc
   0.0038 (  1.1%)   0.0011 (  0.9%)   0.0049 (  1.0%)   0.0050 (  0.1%)  typecheck-stmt
   0.0028 (  0.8%)   0.0006 (  0.5%)   0.0034 (  0.7%)   0.0034 (  0.1%)  typecheck-expr-pattern
   0.0015 (  0.4%)   0.0014 (  1.1%)   0.0029 (  0.6%)   0.0029 (  0.1%)  import-clang-decl
   0.0019 (  0.5%)   0.0004 (  0.3%)   0.0023 (  0.5%)   0.0023 (  0.0%)  precheck-target
   0.0012 (  0.3%)   0.0002 (  0.1%)   0.0014 (  0.3%)   0.0014 (  0.0%)  Serialization, swiftsourceinfo
   0.0003 (  0.1%)   0.0000 (  0.0%)   0.0003 (  0.1%)   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, pre-optimization
   0.0000 (  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, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3607 (100.0%)   0.1251 (100.0%)   0.4858 (100.0%)   5.6465 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2191 seconds (2.9533 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1547 (100.0%)   0.0644 (100.0%)   0.2191 (100.0%)   2.9533 (100.0%)  Building Target
   0.1547 (100.0%)   0.0644 (100.0%)   0.2191 (100.0%)   2.9533 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

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-1745948311525490-swift-frontend-RubyGateway-RbFailableAccess.swift-arm64_apple_macos11.4-o-Onone-321203017.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3855 seconds (5.3881 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0271 ( 10.6%)   0.0327 ( 25.1%)   0.0598 ( 15.5%)   2.4628 ( 45.7%)  parse-and-resolve-imports
   0.0258 ( 10.1%)   0.0318 ( 24.4%)   0.0575 ( 14.9%)   2.4604 ( 45.7%)  Import resolution
   0.0018 (  0.7%)   0.0058 (  4.5%)   0.0077 (  2.0%)   0.2034 (  3.8%)  load-stdlib
   0.0487 ( 19.1%)   0.0170 ( 13.0%)   0.0657 ( 17.0%)   0.0659 (  1.2%)  build-rewrite-system
   0.0338 ( 13.2%)   0.0093 (  7.2%)   0.0431 ( 11.2%)   0.0434 (  0.8%)  perform-sema
   0.0336 ( 13.2%)   0.0093 (  7.1%)   0.0429 ( 11.1%)   0.0432 (  0.8%)  Type checking and Semantic analysis
   0.0223 (  8.7%)   0.0065 (  5.0%)   0.0288 (  7.5%)   0.0288 (  0.5%)  typecheck-stmt
   0.0128 (  5.0%)   0.0051 (  3.9%)   0.0178 (  4.6%)   0.0179 (  0.3%)  typecheck-expr
   0.0111 (  4.3%)   0.0051 (  3.9%)   0.0161 (  4.2%)   0.0161 (  0.3%)  IRGen
   0.0100 (  3.9%)   0.0026 (  2.0%)   0.0125 (  3.2%)   0.0127 (  0.2%)  typecheck-decl
   0.0098 (  3.8%)   0.0011 (  0.9%)   0.0109 (  2.8%)   0.0110 (  0.2%)  SILGen
   0.0082 (  3.2%)   0.0001 (  0.1%)   0.0083 (  2.2%)   0.0083 (  0.2%)  SIL optimization
   0.0056 (  2.2%)   0.0004 (  0.3%)   0.0060 (  1.6%)   0.0060 (  0.1%)  SILGen-function
   0.0019 (  0.8%)   0.0028 (  2.1%)   0.0047 (  1.2%)   0.0047 (  0.1%)  import-clang-decl
   0.0022 (  0.9%)   0.0007 (  0.6%)   0.0029 (  0.8%)   0.0029 (  0.1%)  precheck-target
   0.0003 (  0.1%)   0.0000 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.0%)  typecheck-expr-pattern
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.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%)  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%)  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.2551 (100.0%)   0.1304 (100.0%)   0.3855 (100.0%)   5.3881 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1822 seconds (3.8818 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6594 (100.0%)   0.5228 (100.0%)   1.1822 (100.0%)   3.8818 (100.0%)  Building Target
   0.6594 (100.0%)   0.5228 (100.0%)   1.1822 (100.0%)   3.8818 (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

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-1745948311524844-swift-frontend-RubyGateway-RbRational.swift-arm64_apple_macos11.4-o-Onone-1155242903.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4113 seconds (5.1253 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0239 (  8.9%)   0.0199 ( 14.0%)   0.0438 ( 10.7%)   2.2576 ( 44.0%)  parse-and-resolve-imports
   0.0228 (  8.5%)   0.0190 ( 13.3%)   0.0418 ( 10.2%)   2.2555 ( 44.0%)  Import resolution
   0.0019 (  0.7%)   0.0072 (  5.0%)   0.0091 (  2.2%)   0.2894 (  5.6%)  load-stdlib
   0.0491 ( 18.3%)   0.0172 ( 12.1%)   0.0663 ( 16.1%)   0.0664 (  1.3%)  build-rewrite-system
   0.0369 ( 13.7%)   0.0133 (  9.3%)   0.0502 ( 12.2%)   0.0504 (  1.0%)  perform-sema
   0.0367 ( 13.7%)   0.0133 (  9.3%)   0.0500 ( 12.2%)   0.0502 (  1.0%)  Type checking and Semantic analysis
   0.0328 ( 12.2%)   0.0120 (  8.4%)   0.0448 ( 10.9%)   0.0450 (  0.9%)  typecheck-stmt
   0.0273 ( 10.2%)   0.0102 (  7.2%)   0.0376 (  9.1%)   0.0377 (  0.7%)  typecheck-expr
   0.0076 (  2.8%)   0.0122 (  8.6%)   0.0198 (  4.8%)   0.0206 (  0.4%)  IRGen
   0.0070 (  2.6%)   0.0092 (  6.4%)   0.0162 (  3.9%)   0.0203 (  0.4%)  SILGen
   0.0084 (  3.1%)   0.0022 (  1.6%)   0.0106 (  2.6%)   0.0106 (  0.2%)  precheck-target
   0.0048 (  1.8%)   0.0017 (  1.2%)   0.0065 (  1.6%)   0.0065 (  0.1%)  SILGen-function
   0.0022 (  0.8%)   0.0038 (  2.7%)   0.0060 (  1.5%)   0.0060 (  0.1%)  import-clang-decl
   0.0050 (  1.8%)   0.0001 (  0.0%)   0.0050 (  1.2%)   0.0052 (  0.1%)  SIL optimization
   0.0023 (  0.9%)   0.0011 (  0.8%)   0.0034 (  0.8%)   0.0035 (  0.1%)  typecheck-decl
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.2689 (100.0%)   0.1424 (100.0%)   0.4113 (100.0%)   5.1253 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2571 seconds (3.8818 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6764 (100.0%)   0.5807 (100.0%)   1.2571 (100.0%)   3.8818 (100.0%)  Building Target
   0.6764 (100.0%)   0.5807 (100.0%)   1.2571 (100.0%)   3.8818 (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-1745948311522968-swift-frontend-RubyGateway-RbNumericConversions.swift-arm64_apple_macos11.4-o-Onone-3194474176.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3354 seconds (5.0618 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0250 ( 11.0%)   0.0228 ( 20.9%)   0.0478 ( 14.3%)   2.2535 ( 44.5%)  parse-and-resolve-imports
   0.0237 ( 10.5%)   0.0218 ( 20.0%)   0.0455 ( 13.6%)   2.2511 ( 44.5%)  Import resolution
   0.0019 (  0.8%)   0.0085 (  7.7%)   0.0104 (  3.1%)   0.3196 (  6.3%)  load-stdlib
   0.0480 ( 21.2%)   0.0170 ( 15.6%)   0.0650 ( 19.4%)   0.0651 (  1.3%)  build-rewrite-system
   0.0237 ( 10.5%)   0.0054 (  4.9%)   0.0291 (  8.7%)   0.0291 (  0.6%)  perform-sema
   0.0236 ( 10.4%)   0.0054 (  4.9%)   0.0290 (  8.6%)   0.0290 (  0.6%)  Type checking and Semantic analysis
   0.0119 (  5.3%)   0.0051 (  4.7%)   0.0170 (  5.1%)   0.0226 (  0.4%)  SILGen
   0.0168 (  7.4%)   0.0038 (  3.5%)   0.0206 (  6.1%)   0.0206 (  0.4%)  typecheck-stmt
   0.0087 (  3.8%)   0.0094 (  8.6%)   0.0181 (  5.4%)   0.0181 (  0.4%)  IRGen
   0.0144 (  6.4%)   0.0031 (  2.8%)   0.0175 (  5.2%)   0.0175 (  0.3%)  typecheck-expr
   0.0099 (  4.4%)   0.0024 (  2.2%)   0.0123 (  3.7%)   0.0123 (  0.2%)  typecheck-decl
   0.0089 (  3.9%)   0.0022 (  2.0%)   0.0111 (  3.3%)   0.0112 (  0.2%)  SILGen-function
   0.0039 (  1.7%)   0.0001 (  0.1%)   0.0040 (  1.2%)   0.0040 (  0.1%)  SIL optimization
   0.0030 (  1.3%)   0.0006 (  0.6%)   0.0036 (  1.1%)   0.0036 (  0.1%)  typecheck-expr-pattern
   0.0012 (  0.5%)   0.0014 (  1.3%)   0.0026 (  0.8%)   0.0026 (  0.1%)  import-clang-decl
   0.0014 (  0.6%)   0.0003 (  0.3%)   0.0017 (  0.5%)   0.0017 (  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.2262 (100.0%)   0.1092 (100.0%)   0.3354 (100.0%)   5.0618 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2389 seconds (3.8844 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6607 (100.0%)   0.5782 (100.0%)   1.2389 (100.0%)   3.8844 (100.0%)  Building Target
   0.6607 (100.0%)   0.5782 (100.0%)   1.2389 (100.0%)   3.8844 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbNumericConversions.swift (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

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

SwiftCompile normal arm64 Compiling\ RbObject.swift,\ RbThread.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbObject.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbThread.swift (in target 'RubyGateway' from project 'RubyGateway')
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-1745948311527087-swift-frontend-RubyGateway-RbObject.swift-arm64_apple_macos11.4-o-Onone-339047562.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 4.8402 seconds (5.2638 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.6952 ( 45.8%)   0.5142 ( 45.2%)   2.2094 ( 45.6%)   2.3551 ( 44.7%)  parse-and-resolve-imports
   1.6942 ( 45.8%)   0.5139 ( 45.2%)   2.2081 ( 45.6%)   2.3538 ( 44.7%)  Import resolution
   0.0152 (  0.4%)   0.0412 (  3.6%)   0.0564 (  1.2%)   0.1802 (  3.4%)  load-stdlib
   0.0564 (  1.5%)   0.0159 (  1.4%)   0.0723 (  1.5%)   0.0749 (  1.4%)  perform-sema
   0.0562 (  1.5%)   0.0159 (  1.4%)   0.0720 (  1.5%)   0.0747 (  1.4%)  Type checking and Semantic analysis
   0.0495 (  1.3%)   0.0069 (  0.6%)   0.0564 (  1.2%)   0.0567 (  1.1%)  build-rewrite-system
   0.0376 (  1.0%)   0.0058 (  0.5%)   0.0434 (  0.9%)   0.0434 (  0.8%)  typecheck-stmt
   0.0320 (  0.9%)   0.0053 (  0.5%)   0.0373 (  0.8%)   0.0374 (  0.7%)  typecheck-expr
   0.0167 (  0.5%)   0.0099 (  0.9%)   0.0265 (  0.5%)   0.0292 (  0.6%)  typecheck-decl
   0.0129 (  0.3%)   0.0043 (  0.4%)   0.0173 (  0.4%)   0.0173 (  0.3%)  IRGen
   0.0115 (  0.3%)   0.0016 (  0.1%)   0.0131 (  0.3%)   0.0131 (  0.2%)  SILGen
   0.0100 (  0.3%)   0.0003 (  0.0%)   0.0103 (  0.2%)   0.0103 (  0.2%)  SIL optimization
   0.0071 (  0.2%)   0.0008 (  0.1%)   0.0079 (  0.2%)   0.0079 (  0.1%)  SILGen-function
   0.0055 (  0.1%)   0.0005 (  0.0%)   0.0060 (  0.1%)   0.0060 (  0.1%)  precheck-target
   0.0016 (  0.0%)   0.0016 (  0.1%)   0.0033 (  0.1%)   0.0032 (  0.1%)  import-clang-decl
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  associated-type-inference
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   3.7021 (100.0%)   1.1381 (100.0%)   4.8402 (100.0%)   5.2638 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.4952 seconds (3.8864 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   2.4257 (100.0%)   1.0695 (100.0%)   3.4952 (100.0%)   3.8864 (100.0%)  Building Target
   2.4257 (100.0%)   1.0695 (100.0%)   3.4952 (100.0%)   3.8864 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ RbError.swift,\ RbMethod.swift,\ RbGlobalVar.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbError.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbGlobalVar.swift (in target 'RubyGateway' from project 'RubyGateway')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745948311525792-swift-frontend-RubyGateway-RbError.swift-arm64_apple_macos11.4-o-Onone-2466438260.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6687 seconds (5.9001 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0254 (  4.9%)   0.0226 ( 15.1%)   0.0479 (  7.2%)   2.5046 ( 42.5%)  parse-and-resolve-imports
   0.0242 (  4.7%)   0.0216 ( 14.5%)   0.0458 (  6.9%)   2.5025 ( 42.4%)  Import resolution
   0.0019 (  0.4%)   0.0059 (  3.9%)   0.0078 (  1.2%)   0.3237 (  5.5%)  load-stdlib
   0.0963 ( 18.5%)   0.0203 ( 13.6%)   0.1166 ( 17.4%)   0.1167 (  2.0%)  perform-sema
   0.0960 ( 18.5%)   0.0202 ( 13.6%)   0.1162 ( 17.4%)   0.1164 (  2.0%)  Type checking and Semantic analysis
   0.0742 ( 14.3%)   0.0160 ( 10.7%)   0.0902 ( 13.5%)   0.0903 (  1.5%)  typecheck-stmt
   0.0505 (  9.7%)   0.0119 (  8.0%)   0.0624 (  9.3%)   0.0624 (  1.1%)  typecheck-expr
   0.0315 (  6.1%)   0.0095 (  6.4%)   0.0410 (  6.1%)   0.0420 (  0.7%)  IRGen
   0.0297 (  5.7%)   0.0050 (  3.4%)   0.0347 (  5.2%)   0.0348 (  0.6%)  typecheck-decl
   0.0282 (  5.4%)   0.0040 (  2.7%)   0.0322 (  4.8%)   0.0323 (  0.5%)  SILGen
   0.0195 (  3.7%)   0.0020 (  1.4%)   0.0215 (  3.2%)   0.0216 (  0.4%)  SILGen-function
   0.0150 (  2.9%)   0.0035 (  2.4%)   0.0185 (  2.8%)   0.0185 (  0.3%)  precheck-target
   0.0154 (  3.0%)   0.0003 (  0.2%)   0.0157 (  2.3%)   0.0160 (  0.3%)  SIL optimization
   0.0091 (  1.7%)   0.0030 (  2.0%)   0.0120 (  1.8%)   0.0121 (  0.2%)  build-rewrite-system
   0.0025 (  0.5%)   0.0029 (  1.9%)   0.0054 (  0.8%)   0.0054 (  0.1%)  import-clang-decl
   0.0001 (  0.0%)   0.0003 (  0.2%)   0.0004 (  0.1%)   0.0004 (  0.0%)  load-all-members
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  typecheck-for-each
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  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%)  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.5197 (100.0%)   0.1490 (100.0%)   0.6687 (100.0%)   5.9001 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0255 seconds (3.9004 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5559 (100.0%)   0.4697 (100.0%)   1.0255 (100.0%)   3.9004 (100.0%)  Building Target
   0.5559 (100.0%)   0.4697 (100.0%)   1.0255 (100.0%)   3.9004 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbError.swift (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

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

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

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')
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745948312153681-swift-frontend-RubyGateway-RbClass.swift-arm64_apple_macos11.4-o-Onone-1741096771.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7394 seconds (4.7618 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0250 (  4.5%)   0.0184 ( 10.0%)   0.0434 (  5.9%)   2.0487 ( 43.0%)  parse-and-resolve-imports
   0.0238 (  4.3%)   0.0176 (  9.6%)   0.0414 (  5.6%)   2.0467 ( 43.0%)  Import resolution
   0.0781 ( 14.1%)   0.0271 ( 14.8%)   0.1052 ( 14.2%)   0.1132 (  2.4%)  build-rewrite-system
   0.0872 ( 15.7%)   0.0201 ( 11.0%)   0.1073 ( 14.5%)   0.1076 (  2.3%)  perform-sema
   0.0870 ( 15.6%)   0.0200 ( 10.9%)   0.1071 ( 14.5%)   0.1073 (  2.3%)  Type checking and Semantic analysis
   0.0672 ( 12.1%)   0.0165 (  9.0%)   0.0836 ( 11.3%)   0.0839 (  1.8%)  typecheck-stmt
   0.0567 ( 10.2%)   0.0152 (  8.3%)   0.0718 (  9.7%)   0.0721 (  1.5%)  typecheck-expr
   0.0326 (  5.9%)   0.0082 (  4.5%)   0.0408 (  5.5%)   0.0408 (  0.9%)  typecheck-decl
   0.0133 (  2.4%)   0.0217 ( 11.9%)   0.0350 (  4.7%)   0.0373 (  0.8%)  import-clang-decl
   0.0205 (  3.7%)   0.0076 (  4.2%)   0.0281 (  3.8%)   0.0281 (  0.6%)  IRGen
   0.0205 (  3.7%)   0.0020 (  1.1%)   0.0226 (  3.1%)   0.0226 (  0.5%)  SILGen
   0.0156 (  2.8%)   0.0062 (  3.4%)   0.0218 (  3.0%)   0.0221 (  0.5%)  precheck-target
   0.0143 (  2.6%)   0.0009 (  0.5%)   0.0152 (  2.1%)   0.0152 (  0.3%)  SILGen-function
   0.0114 (  2.1%)   0.0003 (  0.2%)   0.0117 (  1.6%)   0.0117 (  0.2%)  SIL optimization
   0.0009 (  0.2%)   0.0012 (  0.7%)   0.0021 (  0.3%)   0.0021 (  0.0%)  load-stdlib
   0.0008 (  0.1%)   0.0002 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.0%)  load-all-members
   0.0008 (  0.1%)   0.0000 (  0.0%)   0.0008 (  0.1%)   0.0008 (  0.0%)  typecheck-for-each
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.5561 (100.0%)   0.1833 (100.0%)   0.7394 (100.0%)   4.7618 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7443 seconds (3.8784 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1309 (100.0%)   0.6134 (100.0%)   1.7443 (100.0%)   3.8784 (100.0%)  Building Target
   1.1309 (100.0%)   0.6134 (100.0%)   1.7443 (100.0%)   3.8784 (100.0%)  Total
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/_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/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
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-1745948312464701-swift-frontend-RubyGateway-RbSymbol.swift-arm64_apple_macos11.4-o-Onone-2025894879.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3298 seconds (3.5094 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0241 ( 10.4%)   0.0204 ( 21.0%)   0.0445 ( 13.5%)   1.6334 ( 46.5%)  parse-and-resolve-imports
   0.0232 ( 10.0%)   0.0197 ( 20.2%)   0.0428 ( 13.0%)   1.6317 ( 46.5%)  Import resolution
   0.0494 ( 21.3%)   0.0168 ( 17.3%)   0.0662 ( 20.1%)   0.0664 (  1.9%)  build-rewrite-system
   0.0262 ( 11.3%)   0.0059 (  6.1%)   0.0322 (  9.8%)   0.0322 (  0.9%)  perform-sema
   0.0261 ( 11.2%)   0.0059 (  6.0%)   0.0320 (  9.7%)   0.0320 (  0.9%)  Type checking and Semantic analysis
   0.0203 (  8.7%)   0.0044 (  4.5%)   0.0247 (  7.5%)   0.0247 (  0.7%)  typecheck-stmt
   0.0114 (  4.9%)   0.0111 ( 11.4%)   0.0225 (  6.8%)   0.0229 (  0.7%)  IRGen
   0.0166 (  7.2%)   0.0035 (  3.6%)   0.0201 (  6.1%)   0.0201 (  0.6%)  typecheck-expr
   0.0091 (  3.9%)   0.0030 (  3.0%)   0.0120 (  3.7%)   0.0133 (  0.4%)  SILGen
   0.0066 (  2.8%)   0.0016 (  1.6%)   0.0081 (  2.5%)   0.0081 (  0.2%)  typecheck-decl
   0.0060 (  2.6%)   0.0011 (  1.2%)   0.0072 (  2.2%)   0.0072 (  0.2%)  SILGen-function
   0.0061 (  2.6%)   0.0007 (  0.7%)   0.0068 (  2.1%)   0.0068 (  0.2%)  SIL optimization
   0.0048 (  2.1%)   0.0009 (  0.9%)   0.0057 (  1.7%)   0.0057 (  0.2%)  precheck-target
   0.0015 (  0.6%)   0.0013 (  1.3%)   0.0028 (  0.8%)   0.0028 (  0.1%)  import-clang-decl
   0.0009 (  0.4%)   0.0010 (  1.1%)   0.0019 (  0.6%)   0.0019 (  0.1%)  load-stdlib
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  AST verification
   0.2325 (100.0%)   0.0973 (100.0%)   0.3298 (100.0%)   3.5094 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2413 seconds (2.9483 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6893 (100.0%)   0.5520 (100.0%)   1.2413 (100.0%)   2.9483 (100.0%)  Building Target
   0.6893 (100.0%)   0.5520 (100.0%)   1.2413 (100.0%)   2.9483 (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\ 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-1745948312506209-swift-frontend-RubyGateway-RbProc.swift-arm64_apple_macos11.4-o-Onone-1670270291.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5702 seconds (3.6153 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0250 (  6.0%)   0.0189 ( 12.3%)   0.0439 (  7.7%)   1.5654 ( 43.3%)  parse-and-resolve-imports
   0.0240 (  5.8%)   0.0182 ( 11.8%)   0.0423 (  7.4%)   1.5637 ( 43.3%)  Import resolution
   0.0820 ( 19.7%)   0.0271 ( 17.5%)   0.1092 ( 19.1%)   0.1109 (  3.1%)  build-rewrite-system
   0.0552 ( 13.3%)   0.0153 (  9.9%)   0.0705 ( 12.4%)   0.0706 (  2.0%)  perform-sema
   0.0551 ( 13.3%)   0.0152 (  9.8%)   0.0703 ( 12.3%)   0.0704 (  1.9%)  Type checking and Semantic analysis
   0.0450 ( 10.8%)   0.0114 (  7.4%)   0.0564 (  9.9%)   0.0564 (  1.6%)  typecheck-stmt
   0.0367 (  8.8%)   0.0098 (  6.3%)   0.0466 (  8.2%)   0.0466 (  1.3%)  typecheck-expr
   0.0153 (  3.7%)   0.0167 ( 10.8%)   0.0320 (  5.6%)   0.0322 (  0.9%)  import-clang-decl
   0.0184 (  4.4%)   0.0098 (  6.3%)   0.0282 (  5.0%)   0.0283 (  0.8%)  IRGen
   0.0184 (  4.4%)   0.0029 (  1.9%)   0.0213 (  3.7%)   0.0214 (  0.6%)  SILGen
   0.0129 (  3.1%)   0.0019 (  1.3%)   0.0148 (  2.6%)   0.0148 (  0.4%)  SILGen-function
   0.0094 (  2.3%)   0.0039 (  2.5%)   0.0133 (  2.3%)   0.0134 (  0.4%)  typecheck-decl
   0.0093 (  2.2%)   0.0003 (  0.2%)   0.0096 (  1.7%)   0.0096 (  0.3%)  SIL optimization
   0.0068 (  1.6%)   0.0018 (  1.2%)   0.0086 (  1.5%)   0.0086 (  0.2%)  precheck-target
   0.0009 (  0.2%)   0.0010 (  0.6%)   0.0019 (  0.3%)   0.0019 (  0.1%)  load-stdlib
   0.0008 (  0.2%)   0.0002 (  0.1%)   0.0010 (  0.2%)   0.0010 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.4155 (100.0%)   0.1547 (100.0%)   0.5702 (100.0%)   3.6153 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.9205 seconds (3.5264 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.2938 (100.0%)   0.6267 (100.0%)   1.9205 (100.0%)   3.5264 (100.0%)  Building Target
   1.2938 (100.0%)   0.6267 (100.0%)   1.9205 (100.0%)   3.5264 (100.0%)  Total
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
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/_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
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/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
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/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 Compiling RbRational.swift, String+RubyGateway.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-1745948315520712-swift-frontend-RubyGateway-RbComplex.swift-arm64_apple_macos11.4-o-Onone-4277633446.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3313 seconds (0.3323 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0291 ( 13.0%)   0.0344 ( 32.2%)   0.0636 ( 19.2%)   0.0640 ( 19.3%)  parse-and-resolve-imports
   0.0282 ( 12.6%)   0.0337 ( 31.6%)   0.0619 ( 18.7%)   0.0624 ( 18.8%)  Import resolution
   0.0358 ( 15.9%)   0.0071 (  6.7%)   0.0429 ( 12.9%)   0.0429 ( 12.9%)  perform-sema
   0.0356 ( 15.9%)   0.0071 (  6.7%)   0.0427 ( 12.9%)   0.0427 ( 12.9%)  Type checking and Semantic analysis
   0.0190 (  8.5%)   0.0042 (  3.9%)   0.0232 (  7.0%)   0.0232 (  7.0%)  typecheck-stmt
   0.0162 (  7.2%)   0.0028 (  2.7%)   0.0190 (  5.7%)   0.0191 (  5.7%)  typecheck-decl
   0.0152 (  6.7%)   0.0032 (  3.0%)   0.0184 (  5.6%)   0.0184 (  5.5%)  typecheck-expr
   0.0126 (  5.6%)   0.0036 (  3.3%)   0.0162 (  4.9%)   0.0162 (  4.9%)  build-rewrite-system
   0.0103 (  4.6%)   0.0050 (  4.6%)   0.0153 (  4.6%)   0.0153 (  4.6%)  IRGen
   0.0077 (  3.4%)   0.0010 (  0.9%)   0.0086 (  2.6%)   0.0086 (  2.6%)  SILGen
   0.0056 (  2.5%)   0.0001 (  0.1%)   0.0057 (  1.7%)   0.0057 (  1.7%)  SIL optimization
   0.0039 (  1.7%)   0.0004 (  0.4%)   0.0043 (  1.3%)   0.0043 (  1.3%)  SILGen-function
   0.0012 (  0.5%)   0.0030 (  2.8%)   0.0042 (  1.3%)   0.0042 (  1.3%)  load-stdlib
   0.0033 (  1.5%)   0.0008 (  0.7%)   0.0040 (  1.2%)   0.0040 (  1.2%)  precheck-target
   0.0003 (  0.1%)   0.0003 (  0.3%)   0.0006 (  0.2%)   0.0006 (  0.2%)  import-clang-decl
   0.0004 (  0.2%)   0.0000 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.1%)  associated-type-inference
   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%)  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%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2246 (100.0%)   0.1067 (100.0%)   0.3313 (100.0%)   0.3323 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1952 seconds (0.1962 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1340 (100.0%)   0.0612 (100.0%)   0.1952 (100.0%)   0.1962 (100.0%)  Building Target
   0.1340 (100.0%)   0.0612 (100.0%)   0.1952 (100.0%)   0.1962 (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 RbNumericConversions.swift, CRubyMacros.swift (in target 'RubyGateway' from project 'RubyGateway')
SwiftDriverJobDiscovery normal arm64 Compiling RbError.swift, RbMethod.swift, RbGlobalVar.swift (in target 'RubyGateway' from project 'RubyGateway')
SwiftDriverJobDiscovery normal arm64 Compiling RbFailableAccess.swift, RbGateway.swift (in target 'RubyGateway' from project 'RubyGateway')
SwiftDriverJobDiscovery normal arm64 Compiling RbOperators.swift, RbVM.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 RbObject.swift, RbThread.swift (in target 'RubyGateway' from project 'RubyGateway')
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/_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
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/_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_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/_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
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/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/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/_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
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
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/Darwin-7SSQDOUDGHAOYUAZTMMK2UNFM.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Darwin-7SSQDOUDGHAOYUAZTMMK2UNFM.scan
SwiftDriverJobDiscovery normal arm64 Compiling RbComplex.swift, RbObjectCollection.swift (in target 'RubyGateway' from project 'RubyGateway')
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CRuby-BMN5XKEXA76XMRYC5JCWDYRJJ.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CRuby-BMN5XKEXA76XMRYC5JCWDYRJJ.scan
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_value.o /Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers/rbg_value.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'RubyGatewayHelpers' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

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

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_value.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_value.dia -c /Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers/rbg_value.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_value.o -index-unit-output-path /RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_value.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_macros.o /Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers/rbg_macros.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'RubyGatewayHelpers' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

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

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_macros.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_macros.dia -c /Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers/rbg_macros.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_macros.o -index-unit-output-path /RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_macros.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_protect.o /Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers/rbg_protect.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'RubyGatewayHelpers' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

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

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_protect.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_protect.dia -c /Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers/rbg_protect.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_protect.o -index-unit-output-path /RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_protect.o
Libtool /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/libRubyGatewayHelpers.a normal (in target 'RubyGatewayHelpers' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only arm64 -D -syslibroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/RubyGatewayHelpers.LinkFileList -dependency_info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/RubyGatewayHelpers_libtool_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/libRubyGatewayHelpers.a
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/RubyGateway.xcodeproj/RubyGateway_Info.plist (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/RubyGateway.xcodeproj/RubyGateway_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Resources/Info.plist
SwiftDriverJobDiscovery normal arm64 Compiling RbClass.swift, RbConversions.swift (in target 'RubyGateway' from project 'RubyGateway')
SwiftDriverJobDiscovery normal arm64 Compiling RbProc.swift, Lock.swift, RbObjectAccess.swift (in target 'RubyGateway' from project 'RubyGateway')
SwiftDriver\ Compilation RubyGateway normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RubyGateway -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos11.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Users/admin/builder/spi-builder-workspace/CRuby/Sources/CRuby -I /Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/CRuby/Sources/CRuby -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/RubyGateway normal (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos11.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.LinkFileList -install_name @rpath/RubyGateway.framework/Versions/A/RubyGateway -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.swiftmodule -lRubyGatewayHelpers -Xlinker -no_adhoc_codesign -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/RubyGateway
ExtractAppIntentsMetadata (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name RubyGateway --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 11.4 --bundle-identifier RubyGateway --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Resources --target-triple arm64-apple-macos11.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/RubyGateway --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/RubyGateway.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/RubyGateway.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 10:38:36.329 appintentsmetadataprocessor[785:4351] Starting appintentsmetadataprocessor export
2025-04-29 10:38:36.333 appintentsmetadataprocessor[785:4351] 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.