The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of RubyGateway, reference main (cb2d27), with Swift 6.0 for macOS (SPM) on 4 Nov 2025 23:48:35 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnfairh/RubyGateway.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnfairh/RubyGateway
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cb2d279 Update CI to Xcode 26 (#62)
Submodule path 'CRuby': checked out '6cdfc7db30f8fc7a27199a1b6b829e42e67bb5c7'
Submodule 'CRuby' (https://github.com/johnfairh/CRuby.git) registered for path 'CRuby'
Cloning into '/Users/admin/builder/spi-builder-workspace/CRuby'...
Cloned https://github.com/johnfairh/RubyGateway.git
Revision (git rev-parse @):
cb2d27979cab7df1c7b7506ba2a27b953b2aed60
SUCCESS checkout https://github.com/johnfairh/RubyGateway.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/johnfairh/RubyGateway.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[2/10] Write RubyThreadSample-entitlement.plist
[3/10] Write swift-version-5BDAB9E9C0126B9D.txt
[4/10] Compiling RubyGatewayHelpers rbg_value.m
[5/10] Compiling RubyGatewayHelpers rbg_macros.m
[6/10] Compiling RubyGatewayHelpers rbg_protect.m
[8/31] Emitting module RubyGateway
[9/33] Compiling RubyGateway RbProc.swift
[10/33] Compiling RubyGateway RbRational.swift
[11/33] Compiling RubyGateway RbSymbol.swift
[12/33] Compiling RubyGateway RbThread.swift
[13/33] Compiling RubyGateway RbVM.swift
[14/33] Compiling RubyGateway String+RubyGateway.swift
[15/33] Compiling RubyGateway RbError.swift
[16/33] Compiling RubyGateway RbFailableAccess.swift
[17/33] Compiling RubyGateway RbMethod.swift
[18/33] Compiling RubyGateway RbNumericConversions.swift
[19/33] Compiling RubyGateway CRubyMacros.swift
[20/33] Compiling RubyGateway Lock.swift
[21/33] Compiling RubyGateway RbBlockCall.swift
[22/33] Compiling RubyGateway RbGateway.swift
[23/33] Compiling RubyGateway RbGlobalVar.swift
[24/33] Compiling RubyGateway RbObjectCollection.swift
[25/33] Compiling RubyGateway RbOperators.swift
[26/33] Compiling RubyGateway RbObject.swift
[27/33] Compiling RubyGateway RbObjectAccess.swift
[28/33] Compiling RubyGateway RbClass.swift
[29/33] Compiling RubyGateway RbComplex.swift
[30/33] Compiling RubyGateway RbConversions.swift
[31/36] Compiling RubyThreadSample main.swift
[32/36] Emitting module RubyThreadSample
[33/36] Compiling RubyThreadSample RubyExecutor.swift
[33/36] Write Objects.LinkFileList
[34/36] Linking RubyThreadSample
[35/36] Applying RubyThreadSample
Build complete! (10.35s)
Fetching https://github.com/johnfairh/CRuby
[1/103] Fetching cruby
Fetched https://github.com/johnfairh/CRuby from cache (0.77s)
Computing version for https://github.com/johnfairh/CRuby
Computed https://github.com/johnfairh/CRuby at 2.1.0 (2.91s)
Creating working copy for https://github.com/johnfairh/CRuby
Working copy of https://github.com/johnfairh/CRuby resolved at 2.1.0
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.