The Swift Package Index logo.Swift Package Index

Build Information

Failed to build RubyGateway, reference main (d57da0), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 15 Apr 2026 17:56:26 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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.3
Building package at path:  $PWD
https://github.com/johnfairh/RubyGateway.git
Command line invocation:
    /Applications/Xcode-26.4.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-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RubyGateway-Package -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.4.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
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -V
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: c871160843a456c3f35200293cf7203b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/c871160843a456c3f35200293cf7203b.xcbuilddata
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
    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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/RubyGateway.xcodeproj
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/RubyGateway.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/RubyGateway.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/RubyGateway.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/RubyGateway.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/RubyGatewayHelpers.DependencyMetadataFileList (in target 'RubyGatewayHelpers' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/RubyGatewayHelpers.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/RubyGatewayHelpers.DependencyStaticMetadataFileList (in target 'RubyGatewayHelpers' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/RubyGatewayHelpers.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/RubyGateway.DependencyStaticMetadataFileList (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/RubyGateway.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/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/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
'-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' -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.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.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-OutputFileMap.json (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway-OutputFileMap.json
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/Current A (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/Current
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/RubyGateway Versions/Current/RubyGateway (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/RubyGateway /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/RubyGateway
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Modules/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/module.modulemap (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Resources Versions/Current/Resources (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Resources
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Modules Versions/Current/Modules (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Headers Versions/Current/Headers (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Resources (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Headers (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RubyGateway.framework
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -target arm64-apple-macos11.0 -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 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -target arm64-apple-macos11.0 -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 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_value.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_value.dia -c /Users/admin/builder/spi-builder-workspace/Sources/RubyGatewayHelpers/rbg_value.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_value.o -index-unit-output-path /RubyGateway.build/Debug/RubyGatewayHelpers.build/Objects-normal/arm64/rbg_value.o
SwiftDriver RubyGateway normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RubyGateway' from project 'RubyGateway')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RubyGateway -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.SwiftFileList -DSWIFT_PACKAGE -DXcode -enable-experimental-feature AccessLevelOnImport -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -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-26.4.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/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.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 -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbProc.swift:7:17: error: Unable to resolve module dependency: 'RubyGatewayHelpers'
internal import RubyGatewayHelpers
                ^ (in target 'RubyGateway' from project 'RubyGateway')
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbProc.swift:7:17: note: A dependency of main module 'RubyGateway'
internal import RubyGatewayHelpers
                ^ (in target 'RubyGateway' from project 'RubyGateway')
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbObjectAccess.swift:8:17: note: Also imported here
internal import RubyGatewayHelpers
                ^ (in target 'RubyGateway' from project 'RubyGateway')
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbError.swift:8:17: note: Also imported here
internal import RubyGatewayHelpers
                ^ (in target 'RubyGateway' from project 'RubyGateway')
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbMethod.swift:8:17: note: Also imported here
internal import RubyGatewayHelpers
                ^ (in target 'RubyGateway' from project 'RubyGateway')
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbGlobalVar.swift:7:17: note: Also imported here
internal import RubyGatewayHelpers
                ^ (in target 'RubyGateway' from project 'RubyGateway')
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbObject.swift:8:17: note: Also imported here
internal import RubyGatewayHelpers
                ^ (in target 'RubyGateway' from project 'RubyGateway')
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbThread.swift:8:17: note: Also imported here
internal import RubyGatewayHelpers
                ^ (in target 'RubyGateway' from project 'RubyGateway')
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbVM.swift:8:17: note: Also imported here
internal import RubyGatewayHelpers
                ^ (in target 'RubyGateway' from project 'RubyGateway')
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbGateway.swift:8:17: note: Also imported here
internal import RubyGatewayHelpers
                ^ (in target 'RubyGateway' from project 'RubyGateway')
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbBlockCall.swift:7:17: note: Also imported here
internal import RubyGatewayHelpers
                ^ (in target 'RubyGateway' from project 'RubyGateway')
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/CRubyMacros.swift:9:17: note: Also imported here
internal import RubyGatewayHelpers
                ^ (in target 'RubyGateway' from project 'RubyGateway')
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbClass.swift:8:17: note: Also imported here
internal import RubyGatewayHelpers
                ^ (in target 'RubyGateway' from project 'RubyGateway')
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbConversions.swift:11:17: note: Also imported here
internal import RubyGatewayHelpers
                ^ (in target 'RubyGateway' from project 'RubyGateway')
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -target arm64-apple-macos11.0 -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 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -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
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-CWE8AKRCH0RHDZMB0KABNXQKB.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-CWE8AKRCH0RHDZMB0KABNXQKB.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/RubyGatewayHelpers-DF8P2XZ6N4V5RGOA4IQRX8Z9W.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/RubyGatewayHelpers-DF8P2XZ6N4V5RGOA4IQRX8Z9W.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdbool-6G1SR2MXIN3X0VPV8H88D3MJJ.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdbool-6G1SR2MXIN3X0VPV8H88D3MJJ.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-CK4QPUV5Z47WZOOJLUM701L49.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-CK4QPUV5Z47WZOOJLUM701L49.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_AvailabilityInternal-9NPTJMWL1MHZ2L1GEDT66T1BB.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_AvailabilityInternal-9NPTJMWL1MHZ2L1GEDT66T1BB.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-D5B9OH27A8YXNWADN08NGLYOA.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-D5B9OH27A8YXNWADN08NGLYOA.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdalign-EH29G6L571QZXBN920H9YYDGR.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdalign-EH29G6L571QZXBN920H9YYDGR.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation1-22HWJGXD4ECNB6CPRD2LVBZ6A.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation1-22HWJGXD4ECNB6CPRD2LVBZ6A.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation2-2PWKDB6LB7ITG3H9A8D8DVFV4.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation2-2PWKDB6LB7ITG3H9A8D8DVFV4.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_limits-7SYK7SCK6STRYTVVGM4W3CEG1.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_limits-7SYK7SCK6STRYTVVGM4W3CEG1.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdint-A7VP7WLVS5NW5WY4X63JX6CUM.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdint-A7VP7WLVS5NW5WY4X63JX6CUM.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation3-9KGYGS6LQH4NV8OUMQYUE5WV7.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation3-9KGYGS6LQH4NV8OUMQYUE5WV7.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_inttypes-CS3ZPOG4VKZMU71NMQ4C8WATE.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_inttypes-CS3ZPOG4VKZMU71NMQ4C8WATE.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Darwin-1QS4A8PUDVAGUECJOVENUO9HJ.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Darwin-1QS4A8PUDVAGUECJOVENUO9HJ.scan
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbProc.swift:7:17: error: unable to resolve module dependency: 'RubyGatewayHelpers'
internal import RubyGatewayHelpers
                ^
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbProc.swift:7:17: note: a dependency of main module 'RubyGateway'
internal import RubyGatewayHelpers
                ^
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbObjectAccess.swift:8:17: note: also imported here
internal import RubyGatewayHelpers
                ^
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbError.swift:8:17: note: also imported here
internal import RubyGatewayHelpers
                ^
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbMethod.swift:8:17: note: also imported here
internal import RubyGatewayHelpers
                ^
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbGlobalVar.swift:7:17: note: also imported here
internal import RubyGatewayHelpers
                ^
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbObject.swift:8:17: note: also imported here
internal import RubyGatewayHelpers
                ^
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbThread.swift:8:17: note: also imported here
internal import RubyGatewayHelpers
                ^
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbVM.swift:8:17: note: also imported here
internal import RubyGatewayHelpers
                ^
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbGateway.swift:8:17: note: also imported here
internal import RubyGatewayHelpers
                ^
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbBlockCall.swift:7:17: note: also imported here
internal import RubyGatewayHelpers
                ^
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/CRubyMacros.swift:9:17: note: also imported here
internal import RubyGatewayHelpers
                ^
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbClass.swift:8:17: note: also imported here
internal import RubyGatewayHelpers
                ^
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbConversions.swift:11:17: note: also imported here
internal import RubyGatewayHelpers
                ^
** BUILD FAILED **
The following build commands failed:
	SwiftDriver RubyGateway normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RubyGateway' from project 'RubyGateway')
	Building project RubyGateway with scheme RubyGateway-Package
(2 failures)
Command line invocation:
    /Applications/Xcode-26.4.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-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RubyGateway-Package -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.4.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
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
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/RubyGateway.xcodeproj
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RubyGateway -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RubyGateway.build/Debug/RubyGateway.build/Objects-normal/arm64/RubyGateway.SwiftFileList -DSWIFT_PACKAGE -DXcode -enable-experimental-feature AccessLevelOnImport -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -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-26.4.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/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.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 -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbProc.swift:7:17: error: Unable to resolve module dependency: 'RubyGatewayHelpers'
internal import RubyGatewayHelpers
                ^ (in target 'RubyGateway' from project 'RubyGateway')
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbProc.swift:7:17: note: A dependency of main module 'RubyGateway'
internal import RubyGatewayHelpers
                ^ (in target 'RubyGateway' from project 'RubyGateway')
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbObjectAccess.swift:8:17: note: Also imported here
internal import RubyGatewayHelpers
                ^ (in target 'RubyGateway' from project 'RubyGateway')
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbError.swift:8:17: note: Also imported here
internal import RubyGatewayHelpers
                ^ (in target 'RubyGateway' from project 'RubyGateway')
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbMethod.swift:8:17: note: Also imported here
internal import RubyGatewayHelpers
                ^ (in target 'RubyGateway' from project 'RubyGateway')
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbGlobalVar.swift:7:17: note: Also imported here
internal import RubyGatewayHelpers
                ^ (in target 'RubyGateway' from project 'RubyGateway')
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbObject.swift:8:17: note: Also imported here
internal import RubyGatewayHelpers
                ^ (in target 'RubyGateway' from project 'RubyGateway')
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbThread.swift:8:17: note: Also imported here
internal import RubyGatewayHelpers
                ^ (in target 'RubyGateway' from project 'RubyGateway')
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbVM.swift:8:17: note: Also imported here
internal import RubyGatewayHelpers
                ^ (in target 'RubyGateway' from project 'RubyGateway')
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbGateway.swift:8:17: note: Also imported here
internal import RubyGatewayHelpers
                ^ (in target 'RubyGateway' from project 'RubyGateway')
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbBlockCall.swift:7:17: note: Also imported here
internal import RubyGatewayHelpers
                ^ (in target 'RubyGateway' from project 'RubyGateway')
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/CRubyMacros.swift:9:17: note: Also imported here
internal import RubyGatewayHelpers
                ^ (in target 'RubyGateway' from project 'RubyGateway')
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbClass.swift:8:17: note: Also imported here
internal import RubyGatewayHelpers
                ^ (in target 'RubyGateway' from project 'RubyGateway')
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbConversions.swift:11:17: note: Also imported here
internal import RubyGatewayHelpers
                ^ (in target 'RubyGateway' from project 'RubyGateway')
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Darwin-1QS4A8PUDVAGUECJOVENUO9HJ.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Darwin-1QS4A8PUDVAGUECJOVENUO9HJ.scan
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbProc.swift:7:17: error: unable to resolve module dependency: 'RubyGatewayHelpers'
internal import RubyGatewayHelpers
                ^
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbProc.swift:7:17: note: a dependency of main module 'RubyGateway'
internal import RubyGatewayHelpers
                ^
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbObjectAccess.swift:8:17: note: also imported here
internal import RubyGatewayHelpers
                ^
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbError.swift:8:17: note: also imported here
internal import RubyGatewayHelpers
                ^
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbMethod.swift:8:17: note: also imported here
internal import RubyGatewayHelpers
                ^
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbGlobalVar.swift:7:17: note: also imported here
internal import RubyGatewayHelpers
                ^
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbObject.swift:8:17: note: also imported here
internal import RubyGatewayHelpers
                ^
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbThread.swift:8:17: note: also imported here
internal import RubyGatewayHelpers
                ^
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbVM.swift:8:17: note: also imported here
internal import RubyGatewayHelpers
                ^
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbGateway.swift:8:17: note: also imported here
internal import RubyGatewayHelpers
                ^
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbBlockCall.swift:7:17: note: also imported here
internal import RubyGatewayHelpers
                ^
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/CRubyMacros.swift:9:17: note: also imported here
internal import RubyGatewayHelpers
                ^
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbClass.swift:8:17: note: also imported here
internal import RubyGatewayHelpers
                ^
/Users/admin/builder/spi-builder-workspace/Sources/RubyGateway/RbConversions.swift:11:17: note: also imported here
internal import RubyGatewayHelpers
                ^
** BUILD FAILED **
The following build commands failed:
	SwiftDriver RubyGateway normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RubyGateway' from project 'RubyGateway')
	Building project RubyGateway with scheme RubyGateway-Package
(2 failures)
BUILD FAILURE 6.3 macosXcodebuild