The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RubyGateway, reference main (d57da0), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 7 Jan 2026 18:55:22 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnfairh/RubyGateway.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnfairh/RubyGateway
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d57da05 Update CI Xcode & Ruby (#63)
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 @):
d57da054c633a214f2f06ccf481c2b081e036079
SUCCESS checkout https://github.com/johnfairh/RubyGateway.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/johnfairh/RubyGateway.git
https://github.com/johnfairh/RubyGateway.git
{
  "dependencies" : [
    {
      "identity" : "cruby",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnfairh/CRuby"
    }
  ],
  "manifest_display_name" : "RubyGateway",
  "name" : "RubyGateway",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "RubyGateway",
      "targets" : [
        "RubyGateway",
        "RubyGatewayHelpers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RubyThreadSample",
      "targets" : [
        "RubyThreadSample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RubyThreadSample",
      "module_type" : "SwiftTarget",
      "name" : "RubyThreadSample",
      "path" : "Sources/RubyThreadSample",
      "product_memberships" : [
        "RubyThreadSample"
      ],
      "sources" : [
        "RubyExecutor.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "RubyGateway"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "RubyGatewayTests",
      "module_type" : "SwiftTarget",
      "name" : "RubyGatewayTests",
      "path" : "Tests/RubyGatewayTests",
      "sources" : [
        "Helpers.swift",
        "TestArrays.swift",
        "TestCallable.swift",
        "TestClassDef.swift",
        "TestCollection.swift",
        "TestComplex.swift",
        "TestConstants.swift",
        "TestDemo.swift",
        "TestDictionaries.swift",
        "TestDynamic.swift",
        "TestErrors.swift",
        "TestFailable.swift",
        "TestGlobalVars.swift",
        "TestMethods.swift",
        "TestMiscObjTypes.swift",
        "TestNumerics.swift",
        "TestObjMethods.swift",
        "TestOperators.swift",
        "TestProcs.swift",
        "TestRanges.swift",
        "TestRational.swift",
        "TestRbObject.swift",
        "TestSets.swift",
        "TestStrings.swift",
        "TestThreads.swift",
        "TestVM.swift",
        "TestVars.swift"
      ],
      "target_dependencies" : [
        "RubyGateway"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RubyGatewayHelpers",
      "module_type" : "ClangTarget",
      "name" : "RubyGatewayHelpers",
      "path" : "Sources/RubyGatewayHelpers",
      "product_dependencies" : [
        "CRuby"
      ],
      "product_memberships" : [
        "RubyGateway",
        "RubyThreadSample"
      ],
      "sources" : [
        "rbg_macros.m",
        "rbg_protect.m",
        "rbg_value.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RubyGateway",
      "module_type" : "SwiftTarget",
      "name" : "RubyGateway",
      "path" : "Sources/RubyGateway",
      "product_dependencies" : [
        "CRuby"
      ],
      "product_memberships" : [
        "RubyGateway",
        "RubyThreadSample"
      ],
      "sources" : [
        "CRubyMacros.swift",
        "Lock.swift",
        "RbBlockCall.swift",
        "RbClass.swift",
        "RbComplex.swift",
        "RbConversions.swift",
        "RbError.swift",
        "RbFailableAccess.swift",
        "RbGateway.swift",
        "RbGlobalVar.swift",
        "RbMethod.swift",
        "RbNumericConversions.swift",
        "RbObject.swift",
        "RbObjectAccess.swift",
        "RbObjectCollection.swift",
        "RbOperators.swift",
        "RbProc.swift",
        "RbRational.swift",
        "RbSymbol.swift",
        "RbThread.swift",
        "RbVM.swift",
        "String+RubyGateway.swift"
      ],
      "target_dependencies" : [
        "RubyGatewayHelpers"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
    {
      "identity" : "cruby",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnfairh/CRuby"
    }
  ],
  "manifest_display_name" : "RubyGateway",
  "name" : "RubyGateway",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "RubyGateway",
      "targets" : [
        "RubyGateway",
        "RubyGatewayHelpers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RubyThreadSample",
      "targets" : [
        "RubyThreadSample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RubyThreadSample",
      "module_type" : "SwiftTarget",
      "name" : "RubyThreadSample",
      "path" : "Sources/RubyThreadSample",
      "product_memberships" : [
        "RubyThreadSample"
      ],
      "sources" : [
        "RubyExecutor.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "RubyGateway"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "RubyGatewayTests",
      "module_type" : "SwiftTarget",
      "name" : "RubyGatewayTests",
      "path" : "Tests/RubyGatewayTests",
      "sources" : [
        "Helpers.swift",
        "TestArrays.swift",
        "TestCallable.swift",
        "TestClassDef.swift",
        "TestCollection.swift",
        "TestComplex.swift",
        "TestConstants.swift",
        "TestDemo.swift",
        "TestDictionaries.swift",
        "TestDynamic.swift",
        "TestErrors.swift",
        "TestFailable.swift",
        "TestGlobalVars.swift",
        "TestMethods.swift",
        "TestMiscObjTypes.swift",
        "TestNumerics.swift",
        "TestObjMethods.swift",
        "TestOperators.swift",
        "TestProcs.swift",
        "TestRanges.swift",
        "TestRational.swift",
        "TestRbObject.swift",
        "TestSets.swift",
        "TestStrings.swift",
        "TestThreads.swift",
        "TestVM.swift",
        "TestVars.swift"
      ],
      "target_dependencies" : [
        "RubyGateway"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RubyGatewayHelpers",
      "module_type" : "ClangTarget",
      "name" : "RubyGatewayHelpers",
      "path" : "Sources/RubyGatewayHelpers",
      "product_dependencies" : [
        "CRuby"
      ],
      "product_memberships" : [
        "RubyGateway",
        "RubyThreadSample"
      ],
      "sources" : [
        "rbg_macros.m",
        "rbg_protect.m",
        "rbg_value.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RubyGateway",
      "module_type" : "SwiftTarget",
      "name" : "RubyGateway",
      "path" : "Sources/RubyGateway",
      "product_dependencies" : [
        "CRuby"
      ],
      "product_memberships" : [
        "RubyGateway",
        "RubyThreadSample"
      ],
      "sources" : [
        "CRubyMacros.swift",
        "Lock.swift",
        "RbBlockCall.swift",
        "RbClass.swift",
        "RbComplex.swift",
        "RbConversions.swift",
        "RbError.swift",
        "RbFailableAccess.swift",
        "RbGateway.swift",
        "RbGlobalVar.swift",
        "RbMethod.swift",
        "RbNumericConversions.swift",
        "RbObject.swift",
        "RbObjectAccess.swift",
        "RbObjectCollection.swift",
        "RbOperators.swift",
        "RbProc.swift",
        "RbRational.swift",
        "RbSymbol.swift",
        "RbThread.swift",
        "RbVM.swift",
        "String+RubyGateway.swift"
      ],
      "target_dependencies" : [
        "RubyGatewayHelpers"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "RubyGateway",
    "schemes" : [
      "RubyGateway-Package"
    ],
    "targets" : [
      "RubyGatewayTests",
      "RubyGateway",
      "RubyGatewayHelpers"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RubyGateway-Package -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme RubyGateway-Package -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'RubyGateway' in project 'RubyGateway'
        ➜ Explicit dependency on target 'RubyGatewayHelpers' in project 'RubyGateway'
    Target 'RubyGatewayHelpers' in project 'RubyGateway' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -V
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 85812ed61b68e06f23eed75c0c78b11a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/85812ed61b68e06f23eed75c0c78b11a.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.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
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/RubyGatewayHelpers.build/RubyGatewayHelpers.DependencyMetadataFileList (in target 'RubyGatewayHelpers' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/RubyGatewayHelpers.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/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/module.modulemap /Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers/include/module.modulemap (in target 'RubyGatewayHelpers' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers/include/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/usr/local/include
CpHeader /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/usr/local/include/rbg_helpers.h /Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers/include/rbg_helpers.h (in target 'RubyGatewayHelpers' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers/include/rbg_helpers.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/usr/local/include
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp (in target 'RubyGatewayHelpers' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
-target arm64-apple-macos11.0 '-std=gnu11' -fobjc-arc -fmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' -fpascal-strings -O0 -fno-common '-DDEBUG=1' '-DOBJC_OLD_DISPATCH_PROTOTYPES=0' -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -g -fprofile-instr-generate -fcoverage-mapping -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -I/Users/admin/builder/spi-builder-workspace/CRuby/Sources/CRuby -I/Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/RubyGatewayHelpers.LinkFileList (in target 'RubyGatewayHelpers' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/RubyGatewayHelpers.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/RubyGateway-diagnostic-filename-map.json (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/RubyGateway-diagnostic-filename-map.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway_const_extract_protocols.json (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.SwiftFileList (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.SwiftConstValuesFileList (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.LinkFileList (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway-OutputFileMap.json (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway-OutputFileMap.json
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/Current A (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/Current
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/RubyGateway Versions/Current/RubyGateway (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/RubyGateway /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/RubyGateway
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Resources Versions/Current/Resources (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Resources
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Modules Versions/Current/Modules (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Headers Versions/Current/Headers (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Resources (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Headers (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework
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_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
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
SwiftCompile normal arm64 Compiling\ RbError.swift,\ RbMethod.swift,\ RbGlobalVar.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbError.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbGlobalVar.swift (in target 'RubyGateway' from project 'RubyGateway')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbError.swift (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

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

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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1767812106866636-swift-frontend-RubyGateway-RbError.swift-arm64_apple_macos11.4-o-Onone-3998277565.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6336 seconds (5.1282 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0247 (  5.5%)   0.0491 ( 27.1%)   0.0738 ( 11.7%)   2.3054 ( 45.0%)  parse-and-resolve-imports
   0.0240 (  5.3%)   0.0484 ( 26.7%)   0.0724 ( 11.4%)   2.3040 ( 44.9%)  Import resolution
   0.0834 ( 18.4%)   0.0158 (  8.7%)   0.0992 ( 15.7%)   0.0992 (  1.9%)  perform-sema
   0.0832 ( 18.4%)   0.0158 (  8.7%)   0.0989 ( 15.6%)   0.0990 (  1.9%)  Type checking and Semantic analysis
   0.0655 ( 14.5%)   0.0125 (  6.9%)   0.0779 ( 12.3%)   0.0779 (  1.5%)  typecheck-stmt
   0.0440 (  9.7%)   0.0095 (  5.2%)   0.0535 (  8.4%)   0.0535 (  1.0%)  typecheck-expr
   0.0014 (  0.3%)   0.0064 (  3.5%)   0.0078 (  1.2%)   0.0388 (  0.8%)  load-stdlib
   0.0240 (  5.3%)   0.0070 (  3.9%)   0.0310 (  4.9%)   0.0311 (  0.6%)  IRGen
   0.0248 (  5.5%)   0.0040 (  2.2%)   0.0288 (  4.5%)   0.0288 (  0.6%)  typecheck-decl
   0.0224 (  5.0%)   0.0029 (  1.6%)   0.0253 (  4.0%)   0.0254 (  0.5%)  SILGen
   0.0153 (  3.4%)   0.0018 (  1.0%)   0.0171 (  2.7%)   0.0172 (  0.3%)  SILGen-function
   0.0135 (  3.0%)   0.0025 (  1.4%)   0.0160 (  2.5%)   0.0160 (  0.3%)  precheck-target
   0.0134 (  3.0%)   0.0002 (  0.1%)   0.0136 (  2.2%)   0.0138 (  0.3%)  SIL optimization
   0.0102 (  2.2%)   0.0026 (  1.4%)   0.0127 (  2.0%)   0.0127 (  0.2%)  build-rewrite-system
   0.0022 (  0.5%)   0.0028 (  1.5%)   0.0050 (  0.8%)   0.0049 (  0.1%)  import-clang-decl
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  typecheck-for-each
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.4523 (100.0%)   0.1813 (100.0%)   0.6336 (100.0%)   5.1282 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9497 seconds (3.2919 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5807 (100.0%)   0.3690 (100.0%)   0.9497 (100.0%)   3.2919 (100.0%)  Building Target
   0.5807 (100.0%)   0.3690 (100.0%)   0.9497 (100.0%)   3.2919 (100.0%)  Total
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-1767812106867973-swift-frontend-RubyGateway-RbOperators.swift-arm64_apple_macos11.4-o-Onone-2660419230.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 4.2699 seconds (4.5674 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.5350 ( 46.8%)   0.4616 ( 46.5%)   1.9966 ( 46.8%)   2.1215 ( 46.4%)  parse-and-resolve-imports
   1.5343 ( 46.8%)   0.4614 ( 46.5%)   1.9956 ( 46.7%)   2.1205 ( 46.4%)  Import resolution
   0.0466 (  1.4%)   0.0092 (  0.9%)   0.0558 (  1.3%)   0.0568 (  1.2%)  build-rewrite-system
   0.0014 (  0.0%)   0.0057 (  0.6%)   0.0072 (  0.2%)   0.0473 (  1.0%)  load-stdlib
   0.0338 (  1.0%)   0.0116 (  1.2%)   0.0454 (  1.1%)   0.0465 (  1.0%)  perform-sema
   0.0337 (  1.0%)   0.0116 (  1.2%)   0.0452 (  1.1%)   0.0464 (  1.0%)  Type checking and Semantic analysis
   0.0208 (  0.6%)   0.0042 (  0.4%)   0.0250 (  0.6%)   0.0250 (  0.5%)  typecheck-stmt
   0.0148 (  0.5%)   0.0077 (  0.8%)   0.0225 (  0.5%)   0.0237 (  0.5%)  typecheck-decl
   0.0169 (  0.5%)   0.0037 (  0.4%)   0.0206 (  0.5%)   0.0206 (  0.5%)  typecheck-expr
   0.0091 (  0.3%)   0.0077 (  0.8%)   0.0168 (  0.4%)   0.0195 (  0.4%)  SILGen
   0.0096 (  0.3%)   0.0047 (  0.5%)   0.0143 (  0.3%)   0.0148 (  0.3%)  IRGen
   0.0088 (  0.3%)   0.0005 (  0.1%)   0.0093 (  0.2%)   0.0093 (  0.2%)  SIL optimization
   0.0065 (  0.2%)   0.0010 (  0.1%)   0.0075 (  0.2%)   0.0075 (  0.2%)  SILGen-function
   0.0041 (  0.1%)   0.0009 (  0.1%)   0.0050 (  0.1%)   0.0050 (  0.1%)  precheck-target
   0.0014 (  0.0%)   0.0014 (  0.1%)   0.0028 (  0.1%)   0.0028 (  0.1%)  import-clang-decl
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  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%)  AST verification
   3.2768 (100.0%)   0.9931 (100.0%)   4.2699 (100.0%)   4.5674 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.0150 seconds (3.2863 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   2.1756 (100.0%)   0.8393 (100.0%)   3.0150 (100.0%)   3.2863 (100.0%)  Building Target
   2.1756 (100.0%)   0.8393 (100.0%)   3.0150 (100.0%)   3.2863 (100.0%)  Total
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-1767812106867370-swift-frontend-RubyGateway-RbComplex.swift-arm64_apple_macos11.4-o-Onone-1802896296.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4229 seconds (4.8112 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0331 ( 12.8%)   0.0537 ( 32.9%)   0.0869 ( 20.5%)   2.2795 ( 47.4%)  parse-and-resolve-imports
   0.0322 ( 12.4%)   0.0532 ( 32.5%)   0.0854 ( 20.2%)   2.2781 ( 47.3%)  Import resolution
   0.0439 ( 16.9%)   0.0178 ( 10.9%)   0.0618 ( 14.6%)   0.0619 (  1.3%)  build-rewrite-system
   0.0324 ( 12.5%)   0.0059 (  3.6%)   0.0383 (  9.1%)   0.0383 (  0.8%)  perform-sema
   0.0322 ( 12.4%)   0.0059 (  3.6%)   0.0381 (  9.0%)   0.0381 (  0.8%)  Type checking and Semantic analysis
   0.0108 (  4.2%)   0.0102 (  6.2%)   0.0210 (  5.0%)   0.0235 (  0.5%)  load-stdlib
   0.0168 (  6.5%)   0.0037 (  2.3%)   0.0205 (  4.8%)   0.0205 (  0.4%)  typecheck-stmt
   0.0151 (  5.8%)   0.0022 (  1.3%)   0.0173 (  4.1%)   0.0173 (  0.4%)  typecheck-decl
   0.0132 (  5.1%)   0.0028 (  1.7%)   0.0160 (  3.8%)   0.0160 (  0.3%)  typecheck-expr
   0.0093 (  3.6%)   0.0047 (  2.8%)   0.0140 (  3.3%)   0.0140 (  0.3%)  IRGen
   0.0068 (  2.6%)   0.0012 (  0.7%)   0.0080 (  1.9%)   0.0080 (  0.2%)  SILGen
   0.0057 (  2.2%)   0.0002 (  0.1%)   0.0058 (  1.4%)   0.0058 (  0.1%)  SIL optimization
   0.0033 (  1.3%)   0.0004 (  0.3%)   0.0037 (  0.9%)   0.0038 (  0.1%)  SILGen-function
   0.0030 (  1.2%)   0.0008 (  0.5%)   0.0038 (  0.9%)   0.0038 (  0.1%)  precheck-target
   0.0008 (  0.3%)   0.0010 (  0.6%)   0.0018 (  0.4%)   0.0018 (  0.0%)  import-clang-decl
   0.0004 (  0.1%)   0.0000 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  associated-type-inference
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.2593 (100.0%)   0.1636 (100.0%)   0.4229 (100.0%)   4.8112 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5819 seconds (2.7796 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4450 (100.0%)   0.1369 (100.0%)   0.5819 (100.0%)   2.7796 (100.0%)  Building Target
   0.4450 (100.0%)   0.1369 (100.0%)   0.5819 (100.0%)   2.7796 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbComplex.swift (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

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

SwiftCompile normal arm64 Compiling\ 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-1767812106867608-swift-frontend-RubyGateway-RbNumericConversions.swift-arm64_apple_macos11.4-o-Onone-1445025595.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3634 seconds (5.1480 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0246 ( 11.5%)   0.0476 ( 31.8%)   0.0722 ( 19.9%)   2.4447 ( 47.5%)  parse-and-resolve-imports
   0.0237 ( 11.1%)   0.0469 ( 31.4%)   0.0707 ( 19.4%)   2.4431 ( 47.5%)  Import resolution
   0.0443 ( 20.7%)   0.0171 ( 11.4%)   0.0614 ( 16.9%)   0.0617 (  1.2%)  build-rewrite-system
   0.0014 (  0.7%)   0.0060 (  4.0%)   0.0074 (  2.0%)   0.0464 (  0.9%)  load-stdlib
   0.0226 ( 10.6%)   0.0053 (  3.5%)   0.0279 (  7.7%)   0.0280 (  0.5%)  perform-sema
   0.0225 ( 10.5%)   0.0053 (  3.5%)   0.0278 (  7.6%)   0.0278 (  0.5%)  Type checking and Semantic analysis
   0.0157 (  7.3%)   0.0037 (  2.5%)   0.0194 (  5.3%)   0.0194 (  0.4%)  typecheck-stmt
   0.0136 (  6.4%)   0.0029 (  1.9%)   0.0165 (  4.5%)   0.0165 (  0.3%)  typecheck-expr
   0.0109 (  5.1%)   0.0028 (  1.8%)   0.0136 (  3.7%)   0.0136 (  0.3%)  SILGen
   0.0076 (  3.5%)   0.0055 (  3.6%)   0.0130 (  3.6%)   0.0132 (  0.3%)  IRGen
   0.0096 (  4.5%)   0.0023 (  1.5%)   0.0119 (  3.3%)   0.0119 (  0.2%)  typecheck-decl
   0.0082 (  3.8%)   0.0022 (  1.5%)   0.0104 (  2.9%)   0.0104 (  0.2%)  SILGen-function
   0.0038 (  1.8%)   0.0001 (  0.1%)   0.0039 (  1.1%)   0.0039 (  0.1%)  SIL optimization
   0.0027 (  1.3%)   0.0005 (  0.3%)   0.0032 (  0.9%)   0.0032 (  0.1%)  typecheck-expr-pattern
   0.0010 (  0.5%)   0.0012 (  0.8%)   0.0022 (  0.6%)   0.0022 (  0.0%)  import-clang-decl
   0.0014 (  0.7%)   0.0003 (  0.2%)   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%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2139 (100.0%)   0.1496 (100.0%)   0.3634 (100.0%)   5.1480 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7459 seconds (3.2622 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5024 (100.0%)   0.2435 (100.0%)   0.7459 (100.0%)   3.2622 (100.0%)  Building Target
   0.5024 (100.0%)   0.2435 (100.0%)   0.7459 (100.0%)   3.2622 (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

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-1767812106866711-swift-frontend-RubyGateway-all-arm64_apple_macos11.4-swiftmodule-Onone-3529119282.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4575 seconds (4.6742 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0241 (  8.0%)   0.0476 ( 30.1%)   0.0717 ( 15.7%)   2.1607 ( 46.2%)  parse-and-resolve-imports
   0.0232 (  7.8%)   0.0469 ( 29.7%)   0.0702 ( 15.3%)   2.1592 ( 46.2%)  Import resolution
   0.0543 ( 18.1%)   0.0096 (  6.1%)   0.0639 ( 14.0%)   0.0639 (  1.4%)  perform-sema
   0.0541 ( 18.1%)   0.0095 (  6.0%)   0.0636 ( 13.9%)   0.0636 (  1.4%)  Type checking and Semantic analysis
   0.0529 ( 17.7%)   0.0092 (  5.8%)   0.0621 ( 13.6%)   0.0621 (  1.3%)  typecheck-decl
   0.0012 (  0.4%)   0.0072 (  4.6%)   0.0085 (  1.9%)   0.0445 (  1.0%)  load-stdlib
   0.0180 (  6.0%)   0.0087 (  5.5%)   0.0267 (  5.8%)   0.0280 (  0.6%)  SIL optimization
   0.0195 (  6.5%)   0.0039 (  2.5%)   0.0234 (  5.1%)   0.0234 (  0.5%)  SILGen
   0.0116 (  3.9%)   0.0021 (  1.3%)   0.0137 (  3.0%)   0.0137 (  0.3%)  SILGen-function
   0.0110 (  3.7%)   0.0025 (  1.6%)   0.0135 (  2.9%)   0.0135 (  0.3%)  build-rewrite-system
   0.0109 (  3.6%)   0.0025 (  1.6%)   0.0134 (  2.9%)   0.0134 (  0.3%)  typecheck-expr
   0.0044 (  1.5%)   0.0047 (  3.0%)   0.0091 (  2.0%)   0.0102 (  0.2%)  Serialization, swiftmodule
   0.0039 (  1.3%)   0.0012 (  0.8%)   0.0051 (  1.1%)   0.0052 (  0.1%)  Serialization, swiftdoc
   0.0033 (  1.1%)   0.0008 (  0.5%)   0.0041 (  0.9%)   0.0041 (  0.1%)  typecheck-stmt
   0.0024 (  0.8%)   0.0004 (  0.3%)   0.0028 (  0.6%)   0.0028 (  0.1%)  typecheck-expr-pattern
   0.0011 (  0.4%)   0.0008 (  0.5%)   0.0018 (  0.4%)   0.0018 (  0.0%)  import-clang-decl
   0.0015 (  0.5%)   0.0002 (  0.1%)   0.0017 (  0.4%)   0.0017 (  0.0%)  precheck-target
   0.0013 (  0.4%)   0.0003 (  0.2%)   0.0016 (  0.4%)   0.0016 (  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.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, 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%)  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.2993 (100.0%)   0.1582 (100.0%)   0.4575 (100.0%)   4.6742 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2151 seconds (2.3429 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1309 (100.0%)   0.0842 (100.0%)   0.2151 (100.0%)   2.3429 (100.0%)  Building Target
   0.1309 (100.0%)   0.0842 (100.0%)   0.2151 (100.0%)   2.3429 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ RbRational.swift,\ String+RubyGateway.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbRational.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/String+RubyGateway.swift (in target 'RubyGateway' from project 'RubyGateway')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1767812106867703-swift-frontend-RubyGateway-RbRational.swift-arm64_apple_macos11.4-o-Onone-439512413.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4162 seconds (5.1510 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0245 (  9.7%)   0.0478 ( 29.4%)   0.0723 ( 17.4%)   2.4224 ( 47.0%)  parse-and-resolve-imports
   0.0236 (  9.3%)   0.0471 ( 29.0%)   0.0707 ( 17.0%)   2.4207 ( 47.0%)  Import resolution
   0.0450 ( 17.8%)   0.0167 ( 10.3%)   0.0617 ( 14.8%)   0.0617 (  1.2%)  build-rewrite-system
   0.0348 ( 13.7%)   0.0096 (  5.9%)   0.0444 ( 10.7%)   0.0445 (  0.9%)  perform-sema
   0.0346 ( 13.7%)   0.0096 (  5.9%)   0.0443 ( 10.6%)   0.0443 (  0.9%)  Type checking and Semantic analysis
   0.0013 (  0.5%)   0.0049 (  3.0%)   0.0062 (  1.5%)   0.0407 (  0.8%)  load-stdlib
   0.0310 ( 12.2%)   0.0088 (  5.4%)   0.0398 (  9.6%)   0.0398 (  0.8%)  typecheck-stmt
   0.0252 ( 10.0%)   0.0071 (  4.4%)   0.0323 (  7.8%)   0.0323 (  0.6%)  typecheck-expr
   0.0064 (  2.5%)   0.0044 (  2.7%)   0.0108 (  2.6%)   0.0109 (  0.2%)  IRGen
   0.0083 (  3.3%)   0.0020 (  1.2%)   0.0103 (  2.5%)   0.0103 (  0.2%)  precheck-target
   0.0057 (  2.2%)   0.0009 (  0.6%)   0.0066 (  1.6%)   0.0066 (  0.1%)  SILGen
   0.0051 (  2.0%)   0.0001 (  0.1%)   0.0052 (  1.2%)   0.0053 (  0.1%)  SIL optimization
   0.0041 (  1.6%)   0.0005 (  0.3%)   0.0045 (  1.1%)   0.0045 (  0.1%)  SILGen-function
   0.0016 (  0.6%)   0.0025 (  1.5%)   0.0041 (  1.0%)   0.0042 (  0.1%)  import-clang-decl
   0.0021 (  0.8%)   0.0006 (  0.4%)   0.0028 (  0.7%)   0.0028 (  0.1%)  typecheck-decl
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, 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%)  SIL verification, pre-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.2536 (100.0%)   0.1626 (100.0%)   0.4162 (100.0%)   5.1510 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8310 seconds (3.2657 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5071 (100.0%)   0.3239 (100.0%)   0.8310 (100.0%)   3.2657 (100.0%)  Building Target
   0.5071 (100.0%)   0.3239 (100.0%)   0.8310 (100.0%)   3.2657 (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\ 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-1767812106867878-swift-frontend-RubyGateway-RbFailableAccess.swift-arm64_apple_macos11.4-o-Onone-1410994418.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3552 seconds (5.2524 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0250 ( 12.3%)   0.0504 ( 33.1%)   0.0755 ( 21.2%)   2.5079 ( 47.7%)  parse-and-resolve-imports
   0.0243 ( 12.0%)   0.0498 ( 32.7%)   0.0741 ( 20.9%)   2.5065 ( 47.7%)  Import resolution
   0.0325 ( 16.0%)   0.0094 (  6.2%)   0.0419 ( 11.8%)   0.0422 (  0.8%)  perform-sema
   0.0324 ( 16.0%)   0.0094 (  6.2%)   0.0418 ( 11.8%)   0.0420 (  0.8%)  Type checking and Semantic analysis
   0.0013 (  0.7%)   0.0053 (  3.5%)   0.0066 (  1.9%)   0.0378 (  0.7%)  load-stdlib
   0.0227 ( 11.2%)   0.0075 (  4.9%)   0.0301 (  8.5%)   0.0304 (  0.6%)  typecheck-stmt
   0.0127 (  6.3%)   0.0058 (  3.8%)   0.0185 (  5.2%)   0.0186 (  0.4%)  typecheck-expr
   0.0110 (  5.4%)   0.0055 (  3.6%)   0.0165 (  4.6%)   0.0166 (  0.3%)  IRGen
   0.0099 (  4.9%)   0.0014 (  0.9%)   0.0113 (  3.2%)   0.0114 (  0.2%)  SILGen
   0.0086 (  4.2%)   0.0018 (  1.2%)   0.0104 (  2.9%)   0.0104 (  0.2%)  typecheck-decl
   0.0081 (  4.0%)   0.0001 (  0.1%)   0.0082 (  2.3%)   0.0082 (  0.2%)  SIL optimization
   0.0046 (  2.2%)   0.0016 (  1.1%)   0.0062 (  1.7%)   0.0063 (  0.1%)  build-rewrite-system
   0.0056 (  2.7%)   0.0006 (  0.4%)   0.0061 (  1.7%)   0.0062 (  0.1%)  SILGen-function
   0.0017 (  0.8%)   0.0025 (  1.6%)   0.0042 (  1.2%)   0.0042 (  0.1%)  import-clang-decl
   0.0023 (  1.1%)   0.0010 (  0.7%)   0.0033 (  0.9%)   0.0033 (  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%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.2031 (100.0%)   0.1521 (100.0%)   0.3552 (100.0%)   5.2524 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7405 seconds (3.2553 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3838 (100.0%)   0.3567 (100.0%)   0.7405 (100.0%)   3.2553 (100.0%)  Building Target
   0.3838 (100.0%)   0.3567 (100.0%)   0.7405 (100.0%)   3.2553 (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\ 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-1767812107321010-swift-frontend-RubyGateway-RbClass.swift-arm64_apple_macos11.4-o-Onone-1790556511.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6773 seconds (4.3228 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0225 (  4.4%)   0.0195 ( 11.9%)   0.0420 (  6.2%)   1.8636 ( 43.1%)  parse-and-resolve-imports
   0.0217 (  4.2%)   0.0189 ( 11.5%)   0.0405 (  6.0%)   1.8622 ( 43.1%)  Import resolution
   0.0808 ( 15.7%)   0.0183 ( 11.1%)   0.0990 ( 14.6%)   0.0994 (  2.3%)  perform-sema
   0.0806 ( 15.7%)   0.0182 ( 11.1%)   0.0988 ( 14.6%)   0.0991 (  2.3%)  Type checking and Semantic analysis
   0.0719 ( 14.0%)   0.0263 ( 16.0%)   0.0981 ( 14.5%)   0.0986 (  2.3%)  build-rewrite-system
   0.0621 ( 12.1%)   0.0154 (  9.3%)   0.0775 ( 11.4%)   0.0778 (  1.8%)  typecheck-stmt
   0.0525 ( 10.2%)   0.0140 (  8.5%)   0.0665 (  9.8%)   0.0668 (  1.5%)  typecheck-expr
   0.0307 (  6.0%)   0.0073 (  4.4%)   0.0380 (  5.6%)   0.0380 (  0.9%)  typecheck-decl
   0.0174 (  3.4%)   0.0077 (  4.7%)   0.0251 (  3.7%)   0.0251 (  0.6%)  IRGen
   0.0197 (  3.8%)   0.0020 (  1.2%)   0.0217 (  3.2%)   0.0217 (  0.5%)  SILGen
   0.0116 (  2.3%)   0.0091 (  5.5%)   0.0206 (  3.0%)   0.0206 (  0.5%)  import-clang-decl
   0.0143 (  2.8%)   0.0050 (  3.0%)   0.0193 (  2.9%)   0.0196 (  0.5%)  precheck-target
   0.0136 (  2.7%)   0.0012 (  0.7%)   0.0148 (  2.2%)   0.0148 (  0.3%)  SILGen-function
   0.0113 (  2.2%)   0.0001 (  0.1%)   0.0114 (  1.7%)   0.0115 (  0.3%)  SIL optimization
   0.0009 (  0.2%)   0.0013 (  0.8%)   0.0022 (  0.3%)   0.0022 (  0.1%)  load-stdlib
   0.0008 (  0.2%)   0.0002 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.0%)  load-all-members
   0.0005 (  0.1%)   0.0000 (  0.0%)   0.0005 (  0.1%)   0.0005 (  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.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%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.5129 (100.0%)   0.1644 (100.0%)   0.6773 (100.0%)   4.3228 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5519 seconds (3.4734 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1100 (100.0%)   0.4419 (100.0%)   1.5519 (100.0%)   3.4734 (100.0%)  Building Target
   1.1100 (100.0%)   0.4419 (100.0%)   1.5519 (100.0%)   3.4734 (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\ 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-1767812107549638-swift-frontend-RubyGateway-RbProc.swift-arm64_apple_macos11.4-o-Onone-1268713523.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5121 seconds (3.6567 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0216 (  5.5%)   0.0182 ( 15.0%)   0.0398 (  7.8%)   1.6007 ( 43.8%)  parse-and-resolve-imports
   0.0208 (  5.3%)   0.0175 ( 14.5%)   0.0384 (  7.5%)   1.5993 ( 43.7%)  Import resolution
   0.0807 ( 20.6%)   0.0270 ( 22.3%)   0.1077 ( 21.0%)   0.1193 (  3.3%)  build-rewrite-system
   0.0518 ( 13.3%)   0.0097 (  8.0%)   0.0615 ( 12.0%)   0.0616 (  1.7%)  perform-sema
   0.0517 ( 13.2%)   0.0096 (  7.9%)   0.0613 ( 12.0%)   0.0614 (  1.7%)  Type checking and Semantic analysis
   0.0431 ( 11.0%)   0.0079 (  6.5%)   0.0510 ( 10.0%)   0.0511 (  1.4%)  typecheck-stmt
   0.0353 (  9.0%)   0.0066 (  5.5%)   0.0419 (  8.2%)   0.0419 (  1.1%)  typecheck-expr
   0.0147 (  3.8%)   0.0107 (  8.8%)   0.0254 (  5.0%)   0.0362 (  1.0%)  import-clang-decl
   0.0152 (  3.9%)   0.0059 (  4.8%)   0.0211 (  4.1%)   0.0211 (  0.6%)  IRGen
   0.0175 (  4.5%)   0.0022 (  1.9%)   0.0197 (  3.8%)   0.0197 (  0.5%)  SILGen
   0.0127 (  3.3%)   0.0014 (  1.1%)   0.0141 (  2.8%)   0.0141 (  0.4%)  SILGen-function
   0.0080 (  2.1%)   0.0016 (  1.3%)   0.0096 (  1.9%)   0.0096 (  0.3%)  typecheck-decl
   0.0091 (  2.3%)   0.0004 (  0.3%)   0.0094 (  1.8%)   0.0094 (  0.3%)  SIL optimization
   0.0064 (  1.6%)   0.0011 (  0.9%)   0.0075 (  1.5%)   0.0075 (  0.2%)  precheck-target
   0.0009 (  0.2%)   0.0012 (  1.0%)   0.0021 (  0.4%)   0.0021 (  0.1%)  load-stdlib
   0.0010 (  0.3%)   0.0003 (  0.2%)   0.0013 (  0.3%)   0.0015 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3907 (100.0%)   0.1214 (100.0%)   0.5121 (100.0%)   3.6567 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5642 seconds (3.2454 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1515 (100.0%)   0.4127 (100.0%)   1.5642 (100.0%)   3.2454 (100.0%)  Building Target
   1.1515 (100.0%)   0.4127 (100.0%)   1.5642 (100.0%)   3.2454 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ RbObject.swift,\ RbThread.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbObject.swift /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbThread.swift (in target 'RubyGateway' from project 'RubyGateway')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1767812107582138-swift-frontend-RubyGateway-RbObject.swift-arm64_apple_macos11.4-o-Onone-2847693598.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4198 seconds (3.5878 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0226 (  7.1%)   0.0183 ( 17.8%)   0.0408 (  9.7%)   1.6245 ( 45.3%)  parse-and-resolve-imports
   0.0216 (  6.8%)   0.0173 ( 16.8%)   0.0388 (  9.3%)   1.6225 ( 45.2%)  Import resolution
   0.0515 ( 16.3%)   0.0111 ( 10.8%)   0.0626 ( 14.9%)   0.0627 (  1.7%)  perform-sema
   0.0453 ( 14.3%)   0.0168 ( 16.4%)   0.0621 ( 14.8%)   0.0625 (  1.7%)  build-rewrite-system
   0.0513 ( 16.2%)   0.0111 ( 10.8%)   0.0624 ( 14.9%)   0.0625 (  1.7%)  Type checking and Semantic analysis
   0.0352 ( 11.1%)   0.0075 (  7.3%)   0.0427 ( 10.2%)   0.0427 (  1.2%)  typecheck-stmt
   0.0294 (  9.3%)   0.0058 (  5.7%)   0.0352 (  8.4%)   0.0353 (  1.0%)  typecheck-expr
   0.0141 (  4.4%)   0.0033 (  3.2%)   0.0173 (  4.1%)   0.0174 (  0.5%)  typecheck-decl
   0.0112 (  3.5%)   0.0050 (  4.9%)   0.0162 (  3.9%)   0.0162 (  0.5%)  IRGen
   0.0112 (  3.5%)   0.0020 (  1.9%)   0.0132 (  3.1%)   0.0132 (  0.4%)  SILGen
   0.0090 (  2.8%)   0.0001 (  0.1%)   0.0090 (  2.2%)   0.0090 (  0.3%)  SIL optimization
   0.0069 (  2.2%)   0.0011 (  1.1%)   0.0080 (  1.9%)   0.0079 (  0.2%)  SILGen-function
   0.0051 (  1.6%)   0.0007 (  0.7%)   0.0058 (  1.4%)   0.0059 (  0.2%)  precheck-target
   0.0014 (  0.4%)   0.0018 (  1.7%)   0.0032 (  0.8%)   0.0032 (  0.1%)  import-clang-decl
   0.0008 (  0.3%)   0.0010 (  1.0%)   0.0019 (  0.4%)   0.0018 (  0.1%)  load-stdlib
   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.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%)  load-all-members
   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.3170 (100.0%)   0.1028 (100.0%)   0.4198 (100.0%)   3.5878 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9092 seconds (2.5788 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5946 (100.0%)   0.3146 (100.0%)   0.9092 (100.0%)   2.5788 (100.0%)  Building Target
   0.5946 (100.0%)   0.3146 (100.0%)   0.9092 (100.0%)   2.5788 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbObject.swift (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

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

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
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/_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/_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
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
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
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/_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/_signal-1RM4CL1PDQ1OED697SYZ4EHYY.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_signal-1RM4CL1PDQ1OED697SYZ4EHYY.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/nl_types-6NZ7C28OJZ40ZNA4E5ICB53NL.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/nl_types-6NZ7C28OJZ40ZNA4E5ICB53NL.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_resource-BOTJ4E0FHGKI443K713H6GIBV.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_resource-BOTJ4E0FHGKI443K713H6GIBV.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_time-8LQ6SM8EFEJF1R8EO3BOWW4QP.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_time-8LQ6SM8EFEJF1R8EO3BOWW4QP.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_wait-A009GDOOVJMY3SDAXY5PYGHQJ.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_wait-A009GDOOVJMY3SDAXY5PYGHQJ.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/gethostuuid-2DNY8I6CYAVMB10UN635Q0VTK.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/gethostuuid-2DNY8I6CYAVMB10UN635Q0VTK.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdlib-2TSDPL2K7BUFAXWHLYKGR913O.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdlib-2TSDPL2K7BUFAXWHLYKGR913O.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_select-8RLM74VH4UTNFV5K6MPXJB7J1.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_select-8RLM74VH4UTNFV5K6MPXJB7J1.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/pthread-BGLXWB9VTTT43KM3E3PLCWXUX.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/pthread-BGLXWB9VTTT43KM3E3PLCWXUX.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdio-3ER8BRPM6WAXCQKYJ4GOXHMI5.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdio-3ER8BRPM6WAXCQKYJ4GOXHMI5.scan
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-1767812110150660-swift-frontend-RubyGateway-RbSymbol.swift-arm64_apple_macos11.4-o-Onone-202324513.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2772 seconds (0.2781 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0260 ( 13.7%)   0.0273 ( 31.2%)   0.0534 ( 19.3%)   0.0538 ( 19.4%)  parse-and-resolve-imports
   0.0251 ( 13.2%)   0.0263 ( 30.1%)   0.0514 ( 18.5%)   0.0518 ( 18.6%)  Import resolution
   0.0258 ( 13.6%)   0.0055 (  6.3%)   0.0314 ( 11.3%)   0.0313 ( 11.3%)  perform-sema
   0.0257 ( 13.5%)   0.0055 (  6.3%)   0.0312 ( 11.2%)   0.0312 ( 11.2%)  Type checking and Semantic analysis
   0.0203 ( 10.7%)   0.0044 (  5.1%)   0.0247 (  8.9%)   0.0247 (  8.9%)  typecheck-stmt
   0.0168 (  8.9%)   0.0036 (  4.1%)   0.0204 (  7.4%)   0.0204 (  7.3%)  typecheck-expr
   0.0093 (  4.9%)   0.0052 (  5.9%)   0.0145 (  5.2%)   0.0145 (  5.2%)  IRGen
   0.0089 (  4.7%)   0.0017 (  2.0%)   0.0107 (  3.8%)   0.0107 (  3.8%)  SILGen
   0.0067 (  3.5%)   0.0020 (  2.3%)   0.0088 (  3.2%)   0.0088 (  3.1%)  build-rewrite-system
   0.0061 (  3.2%)   0.0013 (  1.5%)   0.0074 (  2.7%)   0.0074 (  2.7%)  typecheck-decl
   0.0062 (  3.3%)   0.0011 (  1.3%)   0.0073 (  2.6%)   0.0073 (  2.6%)  SILGen-function
   0.0058 (  3.1%)   0.0001 (  0.1%)   0.0059 (  2.1%)   0.0059 (  2.1%)  SIL optimization
   0.0048 (  2.5%)   0.0011 (  1.3%)   0.0059 (  2.1%)   0.0059 (  2.1%)  precheck-target
   0.0010 (  0.5%)   0.0015 (  1.7%)   0.0024 (  0.9%)   0.0024 (  0.9%)  load-stdlib
   0.0008 (  0.4%)   0.0008 (  0.9%)   0.0016 (  0.6%)   0.0016 (  0.6%)  import-clang-decl
   0.0001 (  0.1%)   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%)  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%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1897 (100.0%)   0.0875 (100.0%)   0.2772 (100.0%)   0.2781 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1717 seconds (0.1722 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1175 (100.0%)   0.0542 (100.0%)   0.1717 (100.0%)   0.1722 (100.0%)  Building Target
   0.1175 (100.0%)   0.0542 (100.0%)   0.1717 (100.0%)   0.1722 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbSymbol.swift (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

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

PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/unistd-9UROW0GUG0JBCYHEBC7BGPEMP.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/unistd-9UROW0GUG0JBCYHEBC7BGPEMP.scan
SwiftDriverJobDiscovery normal arm64 Compiling RbFailableAccess.swift, RbGateway.swift (in target 'RubyGateway' from project 'RubyGateway')
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_wchar-DYXJXPSJ86N3U3QBTRCECZRVM.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_wchar-DYXJXPSJ86N3U3QBTRCECZRVM.scan
SwiftDriverJobDiscovery normal arm64 Compiling RbNumericConversions.swift, CRubyMacros.swift (in target 'RubyGateway' from project 'RubyGateway')
SwiftDriverJobDiscovery normal arm64 Compiling RbRational.swift, String+RubyGateway.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 RbOperators.swift, RbVM.swift (in target 'RubyGateway' from project 'RubyGateway')
SwiftDriverJobDiscovery normal arm64 Compiling RbObject.swift, RbThread.swift (in target 'RubyGateway' from project 'RubyGateway')
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Darwin-7SSQDOUDGHAOYUAZTMMK2UNFM.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Darwin-7SSQDOUDGHAOYUAZTMMK2UNFM.scan
SwiftDriverJobDiscovery normal arm64 Compiling RbSymbol.swift, RbBlockCall.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_protect.o /Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers/rbg_protect.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'RubyGatewayHelpers' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace

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

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

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

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

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

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